Commit Graph

118 Commits (0cd4f2282319fe998e0875b87107b19e0834d3fd)

Author SHA1 Message Date
Michael Jerger 0cd4f22823 fix cljs 4 months ago
Michael Jerger 7e9c813e33 introduce namespace for postgres 4 months ago
Michael Jerger 674045eba3 add test & fixed some issues 4 months ago
Michael Jerger cca93311e4 seperate postgres & postgres-internal 4 months ago
Michael Jerger 8626b91b16 refactor to dry 4 months ago
Michael Jerger ab2473bdf4 introduce internal for monitoring 4 months ago
Michael Jerger b4718500b1 fix cljs for postgresql 4 months ago
Michael Jerger 6794a24f0f add namespace to ingress 4 months ago
Michael Jerger 73e2ebd12f introduce namespace 4 months ago
Michael Jerger 866ef84f12 use load-resource macro 4 months ago
Michael Jerger 781ae8b0c5 remov unused imports 4 months ago
Michael Jerger a334dff58b add ratelimit to ingress 4 months ago
Michael Jerger 6b79f2599d minor fixes 5 months ago
Michael Jerger b706139d4f remove need for reflection 5 months ago
bom 1227a8a76f Add another inline_resources macro test 8 months ago
bom bfa2007459 Finish implementing macro
* move macros.clj to common directory, to be included in shadow-cljs
* add cljs macro-passing file
* add tests to check functionality
8 months ago
bom a9fa5e4a35 Add inline-resources macro
* allows inclusion of a whole folder in the "resources/" directory
8 months ago
bom abfe467382 Fix typo 8 months ago
bom 52d5263b86 Fix naming to avoid breaking change 8 months ago
bom 0da8216e6c Refactor get-content-from-element to enable tests 8 months ago
bom f147947558 Fix get-content-from-element 9 months ago
bom 966ecf1009 Fix get-content-from-element 9 months ago
Clemens f143587c95 Added todo 1 year ago
bom 97067359f5 Bump certificate renewal time to 30 days 1 year ago
Michael Jerger 192186c9de fix tests 1 year ago
bom 1c30c8c157 Faster renewal of certificates 1 year ago
bom 30d444c2a0 Rename keywords to monitoring specific values 1 year ago
erik dc23ef15cc Refactor spec definitions as spec keywords. 1 year ago
erik e827b6113d Update postgres to use strings instead of keywords
In config and auth.
1 year ago
erik 64298cc69e Refactor keywords to strings
Because the yaml reader reads clojure keywords as string.
1 year ago
bom a270ce3d13 Merge branch 'master' of gitlab.com:domaindrivenarchitecture/c4k-common 1 year ago
bom f34fa113ca Fix monitoring test to include cljs path 1 year ago
erik 7cd303b478 Implement specs as def 1 year ago
bom e53dfc01aa Implement regression test for invalid spec definition 1 year ago
bom 67c2fb4af7 Implement specs as defs and not functions
This caused values to be spec valid no matter what
1 year ago
jerger 50f269e8d4 breaking: fixed spec for monitoring 2 years ago
jerger a85e3c3b24 add ability to either consume yaml or edn 2 years ago
jerger 7af0897db3 format 2 years ago
jerger d8c7bdc55f refactor name 2 years ago
jerger 0991ac2f73 bind ingress to public 2 years ago
jerger 2c8ce98d66 breaking: widen spec for ingress usage 2 years ago
jerger 167c58be08 breaking: rename ingress-cert -> ingress & add generateingress-and-cert 2 years ago
jerger 6241f63967 add groups f. browser 2 years ago
Pat Dyn 8a3fc9399e We now produce a working monitoring config 2 years ago
bom a440fc47a6 Use defn instead of multimethod for load-as-edn 2 years ago
bom 21c1b69ade Remove tls annotation from ingress
This is not required as specifying the tls section already specializes
this ingress for https traffic.
2 years ago
bom d635988f5a Remove router.tls annotation
This specialized the ingress for https connections which is no longer
the case for the combined ingress
2 years ago
bom 948b7d92e7 Consolidate http and https ingress
The two ingresses were used to enable http to https redirects which can
also be done by specifying a middleware in the annotations.
2 years ago
Pat Dyn 070e794981 Merge branch 'master' into 'yaml-ns-refactoring'
# Conflicts:
#   src/test/cljc/dda/c4k_common/common_test.cljc
2 years ago
erik efca8c0cd9 Update ingress 2 years ago