1. e8b6a53 face_detection: retrieve only number of uploaded faces by giolekva · 5 years ago
  2. 1c09e60 check_requirements: /bin/sh -> /bin/bash by Giorgi Lekveishvili · 5 years ago
  3. c32dd31 Add check_requirements script checking all required dependencies #35 by giolekva · 5 years ago
  4. e2fb973 Merge pull request #34 from bakurits/master by Giorgi Lekveishvili · 5 years ago
  5. 598bcb9 fix: change sh to bash by bakurits · 5 years ago
  6. c85ecb8 Merge pull request #30 from bpavacic/patch-1 by Giorgi Lekveishvili · 5 years ago
  7. a3a70bc Merge pull request #31 from giolekva/docs by Giorgi Lekveishvili · 5 years ago
  8. bc7ffa9 Fix the command to generate public key by Boris Pavacic · 5 years ago
  9. 372f5c9 Merge pull request #28 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  10. cf9a48b bazel_tools: reformat shell parts of the macros by giolekva · 5 years ago
  11. 0c08337 buildify all bazel files by giolekva · 5 years ago
  12. e5221bc dev instructions: improve shell script formatting by giolekva · 5 years ago
  13. 5ebadc1 Merge pull request #25 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  14. 1d80649 Simplify installation scripts and update dev.md with instructions of how to use them by giolekva · 5 years ago
  15. 6324b3c rm old archive dir by giolekva · 5 years ago
  16. c62cdea Merge pull request #24 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  17. 608664d controller: move to core/api by giolekva · 5 years ago
  18. bc79b67 events: move to core/events by giolekva · 5 years ago
  19. 9fb5b0a appmanager: move to core/appmanager by giolekva · 5 years ago
  20. 22bbcbb Vision doc by giolekva · 5 years ago
  21. 857078a Merge pull request #23 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  22. b9a4de2 Reorded core services installation order so Dgraph manages to start up in the meantime by giolekva · 5 years ago
  23. c4ad554 rm old unused files by giolekva · 5 years ago
  24. b71b0f8 Merge pull request #22 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  25. d3c1868 bootstrap_schema: kill port-forwarding after schema is updated by giolekva · 5 years ago
  26. 908db7b Merge pull request #21 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  27. a517b84 Initialize Dgraph schema before installing core services by giolekva · 5 years ago
  28. 84f96ec Merge pull request #20 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  29. f255025 bazel_tools: add helm_install macro and use it in core services by giolekva · 5 years ago
  30. 56c2e68 face_detection: import missing pkg rules by giolekva · 5 years ago
  31. accd186 Merge pull request #19 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  32. c2e8fbf face_detection: fix by mistake deleted :chart rule by giolekva · 5 years ago
  33. 79655f3 core_services: use :push_to_dev target to build and push core service container images by giolekva · 5 years ago
  34. 04d7a77 face_detection: rm old push_to_dev.sh script by giolekva · 5 years ago
  35. 1ef9885 docker_image: add custom docker_image macro building and pushing docker images by giolekva · 5 years ago
  36. ce4bd2a Merge pull request #18 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  37. d90cf8b rpuppy: rm Dockerfile by giolekva · 5 years ago
  38. 04d6b91 apps: remove chart archives, bazel can build them fresh by giolekva · 5 years ago
  39. 02f7354 face_detection: add push_to_dev, fix action command and GraphQL mutation query by giolekva · 5 years ago
  40. 8f77f23 face_dataction: run docker build via bazel sh_binary by giolekva · 5 years ago
  41. abcff55 face-detector: remove - from dir name by giolekva · 5 years ago
  42. 0088376 container-registry: add persistent volume so container images persist between restarts by giolekva · 5 years ago
  43. 1b051d1 Merge pull request #17 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  44. 9bbef7c photos-ui: simplify data dependency by giolekva · 5 years ago
  45. d11c657 minio-importer: force chart to use local dev container by giolekva · 5 years ago
  46. d5e6c50 photos-ui: remove Dockerfile by giolekva · 5 years ago
  47. 7c5a067 photos-ui: move to bazel by giolekva · 5 years ago
  48. 53a6bef rpuppy: fix container rule and force chart to use local registry by giolekva · 5 years ago
  49. 41f177c bazel: make linux_amd64 default platform (might have to move it next to individual projects later) by giolekva · 5 years ago
  50. 4a58aa6 minio-importer: rm Docker file as bazel is able to build the container image by giolekva · 5 years ago
  51. b289c56 minio: remove old setup and webhook configuration scripts by giolekva · 5 years ago
  52. 36b565f minio: use official multi-arch container images by giolekva · 5 years ago
  53. d9358e7 charts: build minio, importer and rpuppy charts using bazel by giolekva · 5 years ago
  54. 1d97d36 Merge pull request #16 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  55. 1492f8c minio-importer: bazel rules for building binary, container, pushing to dev and helm chart by giolekva · 5 years ago
  56. 7dfaa13 Merge pull request #15 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  57. 67dfa5b rpuppy: add bazel rule to create helm chart tarball by giolekva · 5 years ago
  58. b9f9bae Merge pull request #12 from giolekva/bazel by Giorgi Lekveishvili · 5 years ago
  59. ad5da02 rpuppy: add bazel rules to build alpine based container image and to push it to local dev cluster by giolekva · 5 years ago
  60. 7ed37a2 Merge pull request #10 from giolekva/dev-instructions by Giorgi Lekveishvili · 5 years ago
  61. a71e618 Development environment instructions by giolekva · 5 years ago
  62. 6b329d1 Merge pull request #9 from giolekva/dev-dgraph by Giorgi Lekveishvili · 5 years ago
  63. efeea64 dgraph: install script waits for start up by giolekva · 5 years ago
  64. f913b13 core-services: install dgraph by giolekva · 5 years ago
  65. 7f0f76b Merge pull request #8 from giolekva/k3d by Giorgi Lekveishvili · 5 years ago
  66. 88c24c0 dev: k3d.sh -> create_dev_cluster.sh by giolekva · 5 years ago
  67. 44bfd01 dev: remove minikube and extract core services installation instructions from it by giolekva · 5 years ago
  68. 918b79d registry: Use NodePort service for container-registry and expose it on host via k3d port mapping by giolekva · 5 years ago
  69. d65f7cb k3d with container registry by giolekva · 5 years ago
  70. 703eb1b minikube use full image paths by giolekva · 5 years ago
  71. 2f26ae9 minikube config by giolekva · 5 years ago
  72. 20a9fb9 ignore bazel- files by giolekva · 5 years ago
  73. 43308d0 Use Bazel #7 by giolekva · 5 years ago
  74. e7e55b8 dev: use docker driver for minikube by giolekva · 5 years ago
  75. 37c5c54 dgraph: use config file for whitelist flag by giolekva · 5 years ago
  76. 57a2491 app-manager: multi-arch docker file by giolekva · 5 years ago
  77. 7705c7e make dev/install.sh executable by giolekva · 5 years ago
  78. df70dbc dev-env: use minikube as it offers builting container registry and tunneling by giolekva · 6 years ago
  79. 5f5aae2 core services: remove install.yaml by giolekva · 6 years ago
  80. 55c7c70 install-on-kind: new script to automate installing PCloud core services using Helm charts by giolekva · 6 years ago
  81. 37dc145 k3s worker node by giolekva · 6 years ago
  82. a69e689 api: helm chart by giolekva · 6 years ago
  83. e98e7f7 event-processor: helm chart by giolekva · 6 years ago
  84. 08551c9 app-manager: annotate className by giolekva · 6 years ago
  85. a05b4d0 app-manager: helm chart by giolekva · 6 years ago
  86. 6ba1fe9 pihole: remove etc files by giolekva · 6 years ago
  87. 2e44322 pihole by giolekva · 6 years ago
  88. b4497f7 event-processor: make Dockerfule multiarch compatible by giolekva · 6 years ago
  89. 7c3d9e8 dgraph: use buildkit by giolekva · 6 years ago
  90. 6b879db wireguard by giolekva · 6 years ago
  91. b6d4062 readme: update with next steps by giolekva · 6 years ago
  92. b3d409d README: update with current status by giolekva · 6 years ago
  93. 440e0e3 photos-ui: helm chart by giolekva · 6 years ago
  94. 4e284c5 photos-ui: dockerfile + make paths relative by giolekva · 6 years ago
  95. a71b152 script to remove all apps by giolekva · 6 years ago
  96. 3ff5ccb charts: move pcloud yaml configs into templates by giolekva · 6 years ago
  97. daa8559 appmanager: move pcloud configs into templates by giolekva · 6 years ago
  98. 7343b37 minio-importer: auto create images bucket on postInstall by giolekva · 6 years ago
  99. 2a63fd1 object-store: make bucket public on creation by giolekva · 6 years ago
  100. 1c0372c appmanager: support init::postInstall by giolekva · 6 years ago