|
d2bf694e4e
|
Implement burst-rate for simple-ingress
|
2024-05-17 16:02:35 +02:00 |
|
|
1c0537f8e9
|
Add jar-file inlining
|
2024-03-29 10:21:05 +01:00 |
|
|
4fdf7d7de3
|
fix ratelimit wiring
|
2024-02-29 09:24:59 +01:00 |
|
|
7469fc1cd4
|
fix macro issue
|
2024-02-28 09:59:28 +01:00 |
|
|
b21e377168
|
instrument new test
|
2024-02-20 18:21:55 +01:00 |
|
|
73a9965f96
|
format
|
2024-02-20 18:21:21 +01:00 |
|
|
c1f2cefd14
|
keep compatibility
|
2024-02-20 18:21:03 +01:00 |
|
|
7e9c813e33
|
introduce namespace for postgres
|
2024-02-20 18:05:33 +01:00 |
|
|
674045eba3
|
add test & fixed some issues
|
2024-02-20 17:33:22 +01:00 |
|
|
cca93311e4
|
seperate postgres & postgres-internal
|
2024-02-20 17:08:39 +01:00 |
|
|
8626b91b16
|
refactor to dry
|
2024-02-20 16:14:15 +01:00 |
|
|
ab2473bdf4
|
introduce internal for monitoring
|
2024-02-20 16:04:28 +01:00 |
|
|
6794a24f0f
|
add namespace to ingress
|
2024-02-20 15:23:59 +01:00 |
|
|
73e2ebd12f
|
introduce namespace
|
2024-02-20 15:23:42 +01:00 |
|
|
a334dff58b
|
add ratelimit to ingress
|
2024-02-19 18:30:12 +01:00 |
|
|
1227a8a76f
|
Add another inline_resources macro test
|
2023-11-10 13:26:16 +01:00 |
|
|
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
|
2023-10-27 17:35:15 +02:00 |
|
|
52d5263b86
|
Fix naming to avoid breaking change
|
2023-10-27 12:37:24 +02:00 |
|
|
0da8216e6c
|
Refactor get-content-from-element to enable tests
|
2023-10-27 12:21:12 +02:00 |
|
|
97067359f5
|
Bump certificate renewal time to 30 days
|
2023-05-19 10:57:21 +02:00 |
|
|
192186c9de
|
fix tests
|
2023-04-07 15:08:26 +02:00 |
|
|
dc23ef15cc
|
Refactor spec definitions as spec keywords.
|
2023-01-27 12:25:58 +01:00 |
|
|
e827b6113d
|
Update postgres to use strings instead of keywords
In config and auth.
|
2023-01-27 12:24:22 +01:00 |
|
|
64298cc69e
|
Refactor keywords to strings
Because the yaml reader reads clojure keywords as string.
|
2023-01-27 12:23:01 +01:00 |
|
|
f34fa113ca
|
Fix monitoring test to include cljs path
|
2023-01-27 10:37:15 +01:00 |
|
|
e53dfc01aa
|
Implement regression test for invalid spec definition
|
2023-01-27 10:26:19 +01:00 |
|
|
50f269e8d4
|
breaking: fixed spec for monitoring
|
2022-12-28 17:58:24 +01:00 |
|
|
2c8ce98d66
|
breaking: widen spec for ingress usage
|
2022-12-26 18:05:52 +01:00 |
|
|
167c58be08
|
breaking: rename ingress-cert -> ingress & add generateingress-and-cert
|
2022-12-26 18:04:53 +01:00 |
|
Pat Dyn
|
8a3fc9399e
|
We now produce a working monitoring config
|
2022-12-23 14:52:43 +00:00 |
|
|
21c1b69ade
|
Remove tls annotation from ingress
This is not required as specifying the tls section already specializes
this ingress for https traffic.
|
2022-11-18 09:37:26 +01:00 |
|
|
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.
|
2022-11-11 09:35:42 +01:00 |
|
Pat Dyn
|
070e794981
|
Merge branch 'master' into 'yaml-ns-refactoring'
# Conflicts:
# src/test/cljc/dda/c4k_common/common_test.cljc
|
2022-11-08 13:28:36 +00:00 |
|
|
2ee2985139
|
Cleanup
|
2022-11-08 13:53:02 +01:00 |
|
|
6358701732
|
shadow-cljs/resource need literal string
|
2022-11-08 13:43:54 +01:00 |
|
|
1cadd0e993
|
[WIP] Update postgres and tests
|
2022-11-08 13:37:08 +01:00 |
|
|
ef9fd8ea65
|
Fix test and update deps
* Exception testing now happens for clj only
* If testing for cljs is required we need tests for cljs
|
2022-11-02 13:58:20 +01:00 |
|
|
68d8323921
|
Refactor labels.app.kubernetes.part-of
|
2022-11-01 15:38:14 +01:00 |
|
|
fe2d74a947
|
[Skip-Ci] [WIP] Refactor ingress ns
* now ingress-cert
* typo fix
|
2022-11-01 13:59:24 +01:00 |
|
Clemens
|
e6074cdb4d
|
Added integer-string? predicate
|
2022-10-28 12:42:19 +02:00 |
|
|
bb8ac8a78f
|
Add ingress definitions to c4k-common
Also update gitignore.
|
2022-10-19 09:25:37 +02:00 |
|
|
34f498cacb
|
Added pred int-gt-n?
|
2022-08-05 08:50:25 +02:00 |
|
|
508f0a76f8
|
renamed commen-test -> test-helper
|
2022-07-29 14:04:28 +02:00 |
|
|
6d520d3fa8
|
fix spec for concat-vec & added tests
|
2022-07-29 13:46:53 +02:00 |
|
|
c3a14c96d1
|
Added concat-str-vec with string-vector? pred
|
2022-07-29 12:39:40 +02:00 |
|
|
a4de7f54e3
|
Fix tests
|
2022-07-27 11:56:21 +02:00 |
|
|
aa55ae4606
|
Add tests for all remaining predicates
|
2022-07-27 11:30:16 +02:00 |
|
|
9a065943c9
|
Add unittests for predicates
|
2022-07-27 11:02:30 +02:00 |
|
|
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.
|
2022-06-13 22:15:25 +02:00 |
|
|
56e30b0b5f
|
added load-as-edn as function
|
2022-05-13 14:19:16 +02:00 |
|