Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
908db7b5cec372c7b70f2fbd37fbccbc94ebabb5
908db7b
Merge pull request #21 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
a517b84
Initialize Dgraph schema before installing core services
by giolekva
· 5 years ago
84f96ec
Merge pull request #20 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
f255025
bazel_tools: add helm_install macro and use it in core services
by giolekva
· 5 years ago
56c2e68
face_detection: import missing pkg rules
by giolekva
· 5 years ago
accd186
Merge pull request #19 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
c2e8fbf
face_detection: fix by mistake deleted :chart rule
by giolekva
· 5 years ago
79655f3
core_services: use :push_to_dev target to build and push core service container images
by giolekva
· 5 years ago
04d7a77
face_detection: rm old push_to_dev.sh script
by giolekva
· 5 years ago
1ef9885
docker_image: add custom docker_image macro building and pushing docker images
by giolekva
· 5 years ago
ce4bd2a
Merge pull request #18 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
d90cf8b
rpuppy: rm Dockerfile
by giolekva
· 5 years ago
04d6b91
apps: remove chart archives, bazel can build them fresh
by giolekva
· 5 years ago
02f7354
face_detection: add push_to_dev, fix action command and GraphQL mutation query
by giolekva
· 5 years ago
8f77f23
face_dataction: run docker build via bazel sh_binary
by giolekva
· 5 years ago
abcff55
face-detector: remove - from dir name
by giolekva
· 5 years ago
0088376
container-registry: add persistent volume so container images persist between restarts
by giolekva
· 5 years ago
1b051d1
Merge pull request #17 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
9bbef7c
photos-ui: simplify data dependency
by giolekva
· 5 years ago
d11c657
minio-importer: force chart to use local dev container
by giolekva
· 5 years ago
d5e6c50
photos-ui: remove Dockerfile
by giolekva
· 5 years ago
7c5a067
photos-ui: move to bazel
by giolekva
· 5 years ago
53a6bef
rpuppy: fix container rule and force chart to use local registry
by giolekva
· 5 years ago
41f177c
bazel: make linux_amd64 default platform (might have to move it next to individual projects later)
by giolekva
· 5 years ago
4a58aa6
minio-importer: rm Docker file as bazel is able to build the container image
by giolekva
· 5 years ago
b289c56
minio: remove old setup and webhook configuration scripts
by giolekva
· 5 years ago
36b565f
minio: use official multi-arch container images
by giolekva
· 5 years ago
d9358e7
charts: build minio, importer and rpuppy charts using bazel
by giolekva
· 5 years ago
1d97d36
Merge pull request #16 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
1492f8c
minio-importer: bazel rules for building binary, container, pushing to dev and helm chart
by giolekva
· 5 years ago
7dfaa13
Merge pull request #15 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
67dfa5b
rpuppy: add bazel rule to create helm chart tarball
by giolekva
· 5 years ago
b9f9bae
Merge pull request #12 from giolekva/bazel
by Giorgi Lekveishvili
· 5 years ago
ad5da02
rpuppy: add bazel rules to build alpine based container image and to push it to local dev cluster
by giolekva
· 5 years ago
7ed37a2
Merge pull request #10 from giolekva/dev-instructions
by Giorgi Lekveishvili
· 5 years ago
a71e618
Development environment instructions
by giolekva
· 5 years ago
6b329d1
Merge pull request #9 from giolekva/dev-dgraph
by Giorgi Lekveishvili
· 5 years ago
efeea64
dgraph: install script waits for start up
by giolekva
· 5 years ago
f913b13
core-services: install dgraph
by giolekva
· 5 years ago
7f0f76b
Merge pull request #8 from giolekva/k3d
by Giorgi Lekveishvili
· 5 years ago
88c24c0
dev: k3d.sh -> create_dev_cluster.sh
by giolekva
· 5 years ago
44bfd01
dev: remove minikube and extract core services installation instructions from it
by giolekva
· 5 years ago
918b79d
registry: Use NodePort service for container-registry and expose it on host via k3d port mapping
by giolekva
· 5 years ago
d65f7cb
k3d with container registry
by giolekva
· 5 years ago
703eb1b
minikube use full image paths
by giolekva
· 5 years ago
2f26ae9
minikube config
by giolekva
· 5 years ago
20a9fb9
ignore bazel- files
by giolekva
· 5 years ago
43308d0
Use Bazel #7
by giolekva
· 5 years ago
e7e55b8
dev: use docker driver for minikube
by giolekva
· 5 years ago
37c5c54
dgraph: use config file for whitelist flag
by giolekva
· 5 years ago
57a2491
app-manager: multi-arch docker file
by giolekva
· 5 years ago
7705c7e
make dev/install.sh executable
by giolekva
· 5 years ago
df70dbc
dev-env: use minikube as it offers builting container registry and tunneling
by giolekva
· 6 years ago
5f5aae2
core services: remove install.yaml
by giolekva
· 6 years ago
55c7c70
install-on-kind: new script to automate installing PCloud core services using Helm charts
by giolekva
· 6 years ago
37dc145
k3s worker node
by giolekva
· 6 years ago
a69e689
api: helm chart
by giolekva
· 6 years ago
e98e7f7
event-processor: helm chart
by giolekva
· 6 years ago
08551c9
app-manager: annotate className
by giolekva
· 6 years ago
a05b4d0
app-manager: helm chart
by giolekva
· 6 years ago
6ba1fe9
pihole: remove etc files
by giolekva
· 6 years ago
2e44322
pihole
by giolekva
· 6 years ago
b4497f7
event-processor: make Dockerfule multiarch compatible
by giolekva
· 6 years ago
7c3d9e8
dgraph: use buildkit
by giolekva
· 6 years ago
6b879db
wireguard
by giolekva
· 6 years ago
b6d4062
readme: update with next steps
by giolekva
· 6 years ago
b3d409d
README: update with current status
by giolekva
· 6 years ago
440e0e3
photos-ui: helm chart
by giolekva
· 6 years ago
4e284c5
photos-ui: dockerfile + make paths relative
by giolekva
· 6 years ago
a71b152
script to remove all apps
by giolekva
· 6 years ago
3ff5ccb
charts: move pcloud yaml configs into templates
by giolekva
· 6 years ago
daa8559
appmanager: move pcloud configs into templates
by giolekva
· 6 years ago
7343b37
minio-importer: auto create images bucket on postInstall
by giolekva
· 6 years ago
2a63fd1
object-store: make bucket public on creation
by giolekva
· 6 years ago
1c0372c
appmanager: support init::postInstall
by giolekva
· 6 years ago
9614591
face-detection: point to action from trigger
by giolekva
· 6 years ago
7932390
event-processor: delegate launching action to appmanager
by giolekva
· 6 years ago
d6cbd8f
appmanager: bind triggers to actions
by giolekva
· 6 years ago
d47d7f9
face-detection: update chart to use new actions api
by giolekva
· 6 years ago
8cc0990
dgraph: upgrade to v20.03.2
by giolekva
· 6 years ago
b1f19ee
app-manager: add Actions
by giolekva
· 6 years ago
75b3601
apps-minio: arm64 build for minio client
by giolekva
· 6 years ago
b84bf39
app-minio: add create-bucket-with-webhook action
by giolekva
· 6 years ago
1042875
apps-minio: migrate to helm chart
by giolekva
· 6 years ago
e0c728d
apps: chart archives
by giolekva
· 6 years ago
b49feed
controller: move schema bootstrapping code to shell script
by giolekva
· 6 years ago
30036e7
app-manager: helm intall only application charts
by giolekva
· 6 years ago
4a03ba3
app-manager: include error message in the logs during schema install error
by giolekva
· 6 years ago
65c4326
app-manager: make it statefulset
by giolekva
· 6 years ago
15fa293
face-detection: helm chart
by giolekva
· 6 years ago
8d9f102
event-processor: query app-manager for triggers instead of hard coding them
by giolekva
· 6 years ago
1079926
api: fix dgraph address
by giolekva
· 6 years ago
6d46459
app-manager: support triggers
by giolekva
· 6 years ago
0ece9ac
face-detector: rm face.py
by giolekva
· 6 years ago
acd7150
minio-importer: helm chart
by giolekva
· 6 years ago
06eb164
app-manager: fix failures on missing Schema.yaml
by giolekva
· 6 years ago
b22550e
app-manager: install.yaml with role bindings
by giolekva
· 6 years ago
70e385d
event-processor: fix container name
by giolekva
· 6 years ago
ebea582
appmanager: fix tar support, auto-create namespace
by giolekva
· 6 years ago
fe0765f
api: instroduce /add_schema
by giolekva
· 6 years ago
Next »