Commit Graph

92 Commits (0553ca333184f64b3b1fc7efc355ad7c662866dd)

Author SHA1 Message Date
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
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
bom a4de7f54e3 Fix tests 2 years ago
bom e28ccabf72 Move input to end of pred function 2 years ago
bom aa55ae4606 Add tests for all remaining predicates 2 years ago
bom f403f9452b Fix: print (usage name) instead of the usage function 2 years ago
bom 980eec3158 Update name of `list-of-separated-by?` 2 years ago
erik 9a065943c9 Add unittests for predicates 2 years ago
bom b0fe222c25 Use map-diff function in postgres_test
Add tests alongside the existing tests which use map-diff to demonstrate
the usage of map-diff.
2 years ago
bom 792947c939 Add common_test namespace with map-diff function
The map-diff function searches two collections with the same structure
for equal keywords with differing values and returns the diff as a map.
2 years ago
bom 181b4c9e09 prep for release 2 years ago
bom 75bd554624 prep for release 2 years ago
bom 2acf9b3bb2 moved main to uberjar from common ns 2 years ago