Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GO Playground #1757

Draft
wants to merge 40 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2b76460
New openid-client for unilogin (0.9.1)
spaceo Nov 13, 2024
c118cf3
Testing logout and refresh in unilogin
spaceo Nov 14, 2024
26035ed
Suspense fixes in useSession (release 0.9.4 of go)
spaceo Nov 15, 2024
aed5ac3
Suspense fixes in useSession - for real
spaceo Nov 15, 2024
950a811
Merge branch 'develop' into dpl-go-reload-playground
spaceo Nov 18, 2024
b2193b5
Adding go version with unilogin experiment (0.9.55)
spaceo Nov 18, 2024
45a3d81
Trying to add a larger buffer size in nginx
spaceo Nov 18, 2024
12b37a9
Merge branch 'develop' into dpl-go-reload-playground
spaceo Dec 3, 2024
42b6dfa
New go...
spaceo Dec 3, 2024
4508b74
Merge branch 'develop' into dpl-go-reload-playground
spaceo Dec 3, 2024
9390f54
New go...
spaceo Dec 3, 2024
00ea970
New go...
spaceo Dec 3, 2024
766d7c2
New go...
spaceo Dec 3, 2024
897d74a
New go...
spaceo Dec 4, 2024
650235e
New go...
spaceo Dec 4, 2024
da74c16
New go...
spaceo Dec 4, 2024
f57f3e9
New go...
spaceo Dec 4, 2024
78f80ef
New go...
spaceo Dec 6, 2024
dbffdbd
attempt to allow large cookies via lagoon.yaml
ITViking Dec 9, 2024
b5b189d
forgot to add a service to the route
ITViking Dec 9, 2024
0a3b665
remove protocol
ITViking Dec 9, 2024
1e52a43
Update .lagoon.yml
ITViking Dec 9, 2024
5d97895
still attempting to set annotation on default route
ITViking Dec 9, 2024
00bb8cf
New go...
spaceo Dec 12, 2024
a69bb5a
Try high readiness/liveness probes
spaceo Dec 12, 2024
c343ab8
Try lower readiness/liveness probes
spaceo Dec 12, 2024
d75d33b
Trying persistent node hoping to get better build experience
spaceo Dec 12, 2024
6c6228c
attempt to annotations via lagoon.yaml
ITViking Dec 18, 2024
759e4da
trying to find out which branch is the right one
ITViking Dec 18, 2024
728ae5b
can we have this on /
ITViking Dec 18, 2024
d8ef040
try this again
ITViking Dec 18, 2024
625937a
This is dump, but it seems we are creating an annotation ingress. May…
ITViking Dec 18, 2024
afe2e20
This has also failed before
ITViking Dec 18, 2024
fff8c22
have routes cleaned up
ITViking Dec 18, 2024
784f69e
Merge branch 'develop' into dpl-go-reload-playground
spaceo Dec 18, 2024
be134ee
Hold back go app until Drupal has been rebuild
spaceo Dec 18, 2024
9333199
Bumping up go to latest
spaceo Dec 18, 2024
efcbd92
Reenable go app
spaceo Dec 18, 2024
3c18cfb
Deploying drupal before go
spaceo Dec 19, 2024
b93c0cc
Adding go app agaiAdding go app again
spaceo Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ environments:
schedule: "M/30 * * * *"
command: drush dpl_po:import-remote-config-po da https://danskernesdigitalebibliotek.github.io/dpl-cms/translations/da.config.po
service: cli
pr-1501:
pr-1757:
cronjobs:
- name: drush cron
schedule: "M/15 * * * *"
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@ services:
<< : *default-environment

node:
image: ghcr.io/danskernesdigitalebibliotek/dpl-go-node:0.0.12
image: ghcr.io/danskernesdigitalebibliotek/dpl-go-node:0.11.7
labels:
lagoon.type: node
provenance: false
lagoon.type: node-persistent
lagoon.persistent: /app/.next
lagoon.persistent.size: 500Mi

volumes:
projectroot:
Expand Down
7 changes: 7 additions & 0 deletions lagoon-core-values.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
controller:
config:
client-body-timeout: '600' # max 600 secs fileuploads
proxy-send-timeout: '1800' # max 30min connections - needed for websockets
proxy-read-timeout: '1800' # max 30min connections - needed for websockets
proxy-body-size: 1024m # 1GB file size
proxy-buffer-size: 64k # bigger buffer
Loading