Commit Graph

127 Commits

Author SHA1 Message Date
Daniel Thomas
fb4e385891 feat: do not use internal type 2025-07-28 15:40:41 +02:00
Daniel Thomas
320117980e fix: use external response type on the generated client 2025-07-28 15:25:20 +02:00
Daniel Thomas
4985249616 feat: remove internal type from being exported to the frontend facing services 2025-07-28 15:14:39 +02:00
Daniel Thomas
c81429ac3c
Merge pull request #34 from foomo/feat/support-escaped-and-unescaped-lookup
feat: add fallback check with an unescaped path in the lookup
2025-06-24 16:31:59 +02:00
Daniel Thomas
10ffa8e678 fix: linter comments 2025-06-24 16:28:27 +02:00
Daniel Thomas
87fb6a23f4 fix: simpler code structure 2025-06-24 16:24:01 +02:00
Daniel Thomas
0fa74c6471 feat: add fallback check with an unescaped path in the lookup 2025-06-24 13:50:13 +02:00
Phil
a0c56f0632
Merge pull request #33 from foomo/fix/go-compatible-major-version-change
fix: integrate v2 in a way that is go-compatible
2025-06-17 12:09:15 +02:00
Daniel Thomas
fda368a45b fix: integrate v2 in a way that is go-compatible 2025-06-17 11:54:53 +02:00
Phil
e97190d6c7
Merge pull request #32 from foomo/feature/make-standard-redirects-optional
feat: add possibility to enable/disable standard redirects
2025-06-17 10:36:24 +02:00
Daniel Thomas
604c1561b9 feat:
- add options to redirect provide constructor
- add feature to enable standard redirects
- add option to hand in matcherFuncs
2025-06-17 10:02:53 +02:00
Miroslav Cvetic
981dbd9b1d
Merge pull request #31 from foomo/fix/define-max-time-for-index-creation
fix: define max time for index creation
2025-05-22 17:26:30 +02:00
Miroslav Cvetic
71a4c1ad24 fix: define max time for index creation 2025-05-22 17:05:44 +02:00
Phil
f6b2b772fd
Merge pull request #30 from foomo/feature/redirects-rework
feature: redirects rework - pagination, filtering, and sorting in redirect search
2025-05-13 12:27:24 +02:00
Miroslav Cvetic
82a1a11184 feat: consider only active redirects during the validation 2025-04-23 11:20:31 +02:00
Miroslav Cvetic
164eccd112 fix: rework consolidate redirect definitions 2025-04-03 16:52:47 +02:00
Miroslav Cvetic
0ed8c738c2 chore: add comment 2025-03-12 15:11:15 +01:00
Miroslav Cvetic
a3e91731b8 chore: remove logs 2025-03-12 10:31:32 +01:00
Miroslav Cvetic
aab3492e22 docs: update readme 2025-03-12 10:14:31 +01:00
Miroslav Cvetic
1763f3fc49 fix flattening tests 2025-03-05 16:02:27 +01:00
Miroslav Cvetic
fb7a2a51b7 update readme, prepare PR 2025-03-05 15:56:21 +01:00
Miroslav Cvetic
2c3b91c636 feat: implement pagination, filtering, and sorting in redirect search. introduce cycle detection and flattening for chainged redirects 2025-03-05 11:27:14 +01:00
Phil
54b9ca2d33
Merge pull request #17 from foomo/fix/ECOM-12329-lint-errors
ECOM-12329 fix: lint errors
2024-08-20 19:06:15 +02:00
Miroslav Cvetic
cade91d1c9 ECOM-12329 fix: small cleanup 2024-08-20 13:10:22 +02:00
Miroslav Cvetic
2bd25c77a4 ECOM-12329 fix: comment out unit test which requires mongodb 2024-08-20 12:31:37 +02:00
Miroslav Cvetic
58779b9fb3 Revert "ECOM-12329 fix: skip unit test which requires mongodb"
This reverts commit 70dcd03886.
2024-08-20 12:29:55 +02:00
Miroslav Cvetic
70dcd03886 ECOM-12329 fix: skip unit test which requires mongodb 2024-08-20 12:25:00 +02:00
Miroslav Cvetic
f8e73c706a ECOM-12329 fix: unit test 2024-08-20 12:17:56 +02:00
Miroslav Cvetic
69d705c8b3 ECOM-12329 fix: make linter happy 2024-08-20 11:43:47 +02:00
Miroslav Cvetic
ff427e7c32 ECOM-12329 fix: change linter config 2024-08-20 09:56:11 +02:00
Miroslav Cvetic
c6bf485acc ECOM-12329 fix: change linter config 2024-08-20 09:49:55 +02:00
Miroslav Cvetic
df7501e5e2 ECOM-12329 fix: lint errors 2024-08-19 13:46:28 +02:00
Miroslav Cvetic
14bc59d405 ECOM-12329 fix: lint errors 2024-08-19 13:43:15 +02:00
Miroslav Cvetic
d90d5fac38 ECOM-12329 fix: lint errors 2024-08-19 13:40:59 +02:00
Miroslav Cvetic
7f5dd853b6 ECOM-12329 fix: lint errors 2024-08-19 13:26:50 +02:00
Miroslav Cvetic
64f5fc4d9c fix unit test 2024-08-13 10:34:19 +02:00
Philipp Mieden
6976df2998 fix go module after dep updates 2024-08-13 10:03:41 +02:00
Phil
e72d4ec155
Merge pull request #13 from foomo/feature/ECOM-12333-redirects-documentation
ECOM-12333 feat: Documentation
2024-08-13 09:59:41 +02:00
Miroslav Cvetic
f6513a9cf5 Merge branch 'main' into feature/ECOM-12333-redirects-documentation 2024-08-13 09:09:21 +02:00
Phil
05143e1050
Merge pull request #10 from foomo/dependabot/go_modules/go.mongodb.org/mongo-driver-1.13.1
Bump go.mongodb.org/mongo-driver from 1.11.9 to 1.13.1
2024-08-12 16:17:37 +02:00
Phil
462d7aa960
Merge branch 'main' into dependabot/go_modules/go.mongodb.org/mongo-driver-1.13.1 2024-08-12 16:17:29 +02:00
Phil
17a36d913d
Merge pull request #9 from foomo/dependabot/go_modules/github.com/foomo/gotsrpc/v2-2.7.3
Bump github.com/foomo/gotsrpc/v2 from 2.7.2 to 2.7.3
2024-08-12 16:16:29 +02:00
Phil
6ea2fd953f
Merge branch 'main' into dependabot/go_modules/github.com/foomo/gotsrpc/v2-2.7.3 2024-08-12 16:16:22 +02:00
Phil
54d44aa147
Merge pull request #8 from foomo/dependabot/go_modules/go.opentelemetry.io/otel/trace-1.21.0
Bump go.opentelemetry.io/otel/trace from 1.7.0 to 1.21.0
2024-08-12 16:15:50 +02:00
Phil
81cd05f44c
Merge pull request #11 from foomo/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2024-08-12 16:15:28 +02:00
Phil
7365732600
Merge branch 'main' into dependabot/go_modules/go.opentelemetry.io/otel/trace-1.21.0 2024-08-12 16:15:16 +02:00
Phil
36f2bb54b5
Merge pull request #4 from foomo/dependabot/go_modules/go.uber.org/zap-1.26.0
Bump go.uber.org/zap from 1.25.0 to 1.26.0
2024-08-12 16:13:44 +02:00
Phil
c8f0a6c832
Merge branch 'main' into dependabot/go_modules/go.uber.org/zap-1.26.0 2024-08-12 16:13:37 +02:00
Phil
fb0c3ec58e
Merge pull request #2 from foomo/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-08-12 16:12:47 +02:00
Phil
bfe67c0dc0
Merge pull request #1 from foomo/dependabot/github_actions/goreleaser/goreleaser-action-5
Bump goreleaser/goreleaser-action from 4 to 5
2024-08-12 16:12:35 +02:00