Add initial (trivial) pubsub module and faas module that supports pubsub
Relates #3 (closed)
Follow up MRs or split tickets for alerting and working dead letter queue
Merge request reports
Activity
added 11 commits
- bca828b4 - 1 earlier commit
- 13d222ec - fix: remove structlog from gunicorn conf
- d4dff31a - fix: point at uis-devops gitlab group
- 3bac4db2 - Merge branch 'main' into 1_integrate_ucam_observe
- 3bad0197 - fix: amend gunicorn conf test for ucam-observe import
- 61744de1 - fix: increment version in pyproject
- 7c094f26 - Merge branch '1_integrate_ucam_observe' into 'main'
- 47feac5f - feat: enable publishing example image to gitlab and GCP
- fd271a13 - feat: add faas Cloud Run and Pub/Sub modules
- 26207ee8 - wip: reactor subscription and dead letter into faas
- fcf5c500 - wip
Toggle commit listadded 7 commits
-
a3c999e2 - 1 commit from branch
issue-3-add-example-image-gcp
- 13ba6815 - feat: use ucam-observe to setup gunicorn
- 18a2d508 - fix: remove structlog from gunicorn conf
- 39fb4178 - fix: point at uis-devops gitlab group
- 96789018 - fix: amend gunicorn conf test for ucam-observe import
- 0bf3b6db - fix: increment version in pyproject
- 0daffaf4 - feat: add faas Cloud Run and Pub/Sub modules
Toggle commit list-
a3c999e2 - 1 commit from branch
added 10 commits
-
0daffaf4...9575ae39 - 9 commits from branch
issue-3-add-example-image-gcp
- a4e97c7d - feat: add faas Cloud Run and Pub/Sub modules
-
0daffaf4...9575ae39 - 9 commits from branch
added 1 commit
- 49832a1b - feat: add faas Cloud Run and Pub/Sub modules
assigned to @ek599
- Resolved by Robin Goodall
- Resolved by Robin Goodall
- Resolved by Robin Goodall
- Resolved by Robin Goodall
This probably needs rebasing after !5 (merged) was merged.
added 1 commit
- 28ef1fb2 - chore: remove duplicate and conflicting logan settings/cmds
added 1 commit
- 7cdb677d - fix: move logan file again and simplify container definition
1 1 [tool.poetry] 2 2 name = "ucam-faas" 3 3 version = "0.1.3" changed this line in version 16 of the diff
- terraform/modules/pubsub/main.tf 0 → 100644
1 resource "google_pubsub_topic" "main" { 2 name = var.topic_name 3 } - Comment on lines +1 to +3
This module (with only a single resource in it) seems pointless and you don't even use it yourself in !8 (merged)
changed this line in version 16 of the diff
mentioned in merge request !8 (merged)
added 2 commits
requested review from @rjg21
enabled an automatic merge when the pipeline for 9cf94c27 succeeds
enabled an automatic merge when the pipeline for 9cf94c27 succeeds
mentioned in commit b30a8f58