Commit Graph

103 Commits (c8b3574ef7055d49336bc293b2107c94cae5f094)

Author SHA1 Message Date
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
7 months ago
bom a9fa5e4a35 Add inline-resources macro
* allows inclusion of a whole folder in the "resources/" directory
7 months ago
bom abfe467382 Fix typo 7 months ago
bom 52d5263b86 Fix naming to avoid breaking change 7 months ago
bom 0da8216e6c Refactor get-content-from-element to enable tests 7 months ago
bom f147947558 Fix get-content-from-element 8 months ago
bom 966ecf1009 Fix get-content-from-element 8 months ago
Clemens f143587c95 Added todo 12 months 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 1 year ago
jerger a85e3c3b24 add ability to either consume yaml or edn 1 year ago
jerger 7af0897db3 format 1 year ago
jerger d8c7bdc55f refactor name 1 year ago
jerger 0991ac2f73 bind ingress to public 1 year ago
jerger 2c8ce98d66 breaking: widen spec for ingress usage 1 year ago
jerger 167c58be08 breaking: rename ingress-cert -> ingress & add generateingress-and-cert 1 year ago
jerger 6241f63967 add groups f. browser 1 year ago
Pat Dyn 8a3fc9399e We now produce a working monitoring config 1 year 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
erik 2ee2985139 Cleanup 2 years ago
erik 6358701732 shadow-cljs/resource need literal string 2 years ago
erik 1cadd0e993 [WIP] Update postgres and tests 2 years ago
erik 65dd1d1ca2 [WIP] Check for allowed resources 2 years ago
erik d1f4fb942d [WIP] Refactor yaml.cljs
Move redundand functionality from modules to common.
2 years ago
erik ce73df117c Remove Todo from http ing[F 2 years ago
erik ef9fd8ea65 Fix test and update deps
* Exception testing now happens for clj only
  * If testing for cljs is required we need tests for cljs
2 years ago
erik 68d8323921 Refactor labels.app.kubernetes.part-of 2 years ago
erik fe2d74a947 [Skip-Ci] [WIP] Refactor ingress ns
* now ingress-cert
* typo fix
2 years ago
Clemens e6074cdb4d Added integer-string? predicate 2 years ago
erik bb8ac8a78f Add ingress definitions to c4k-common
Also update gitignore.
2 years ago
Clemens Geibel 34f498cacb Added pred int-gt-n? 2 years ago
jerger 508f0a76f8 renamed commen-test -> test-helper 2 years ago
jerger 6d520d3fa8 fix spec for concat-vec & added tests 2 years ago
Clemens Geibel c3a14c96d1 Added concat-str-vec with string-vector? pred 2 years ago