Commit Graph

287 Commits

Author SHA1 Message Date
Kevin Franklin Kim
a2ae079ae9
chore: bump golangci-lint 2025-05-16 16:30:36 +02:00
Kevin Franklin Kim
327ca96a76
chore: add community files 2025-05-16 16:29:51 +02:00
Kevin Franklin Kim
5ea6ad27d2
Merge pull request #36 from foomo/fix/contentserver-gid-and-uid
fix: set gid & uid
2024-11-27 13:50:46 +01:00
Kevin Franklin Kim
ec843ef283
fix: set gid & uid 2024-11-27 13:48:41 +01:00
Kevin Franklin Kim
8fdeef555b
docs: update badge 2024-11-27 13:11:17 +01:00
Kevin Franklin Kim
15ab819b6a
Merge pull request #35 from foomo/fix/remove-readme-service
fix: remove readme service
2024-11-27 13:09:40 +01:00
Kevin Franklin Kim
c214ba4a4d
fix: remove readme service 2024-11-27 13:05:18 +01:00
Kevin Franklin Kim
0e61ff81ed
Merge pull request #34 from foomo/dependabot/docker/build/alpine-3.20.3
chore(deps): bump alpine from 3.19.1 to 3.20.3 in /build
2024-11-26 09:04:33 +01:00
Kevin Franklin Kim
8081e3c762
Merge pull request #33 from foomo/dependabot/github_actions/golangci/golangci-lint-action-6
chore(deps): bump golangci/golangci-lint-action from 4 to 6
2024-11-26 09:04:23 +01:00
Kevin Franklin Kim
1d0fa88b50
Merge pull request #32 from foomo/dependabot/github_actions/goreleaser/goreleaser-action-6
chore(deps): bump goreleaser/goreleaser-action from 5 to 6
2024-11-26 09:04:14 +01:00
dependabot[bot]
a57fafaf0f
chore(deps): bump alpine from 3.19.1 to 3.20.3 in /build
Bumps alpine from 3.19.1 to 3.20.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 21:44:12 +00:00
dependabot[bot]
620d759ce8
chore(deps): bump golangci/golangci-lint-action from 4 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 21:44:07 +00:00
dependabot[bot]
34d35ad779
chore(deps): bump goreleaser/goreleaser-action from 5 to 6
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 21:44:05 +00:00
Kevin Franklin Kim
318173f848
Merge pull request #31 from foomo/v1.11.x
Release v1.11.x
2024-11-25 22:43:27 +01:00
Kevin Franklin Kim
ec6ff54135
fix: lint issues 2024-11-25 22:40:02 +01:00
Kevin Franklin Kim
e50df5eaf9
test: close servers 2024-11-25 22:23:12 +01:00
Kevin Franklin Kim
ea920005e9
docs: update README 2024-11-25 09:43:28 +01:00
Kevin Franklin Kim
f8617b3da2
feat: bump go 2024-11-25 09:39:08 +01:00
Kevin Franklin Kim
71dfd39ff5
feat: add readiness healthzer 2024-03-27 13:43:59 +01:00
Kevin Franklin Kim
1617ebbd84
feat: handle closed connection 2024-03-25 09:19:01 +01:00
Kevin Franklin Kim
554733f1c7
feat: set keel version 2024-03-25 08:35:30 +01:00
Kevin Franklin Kim
9af5f53ce7
chore: update workflows 2024-03-25 08:26:39 +01:00
Kevin Franklin Kim
d46ba48b4b
feat: update keel 2024-03-22 21:24:48 +01:00
Kevin Franklin Kim
3717872187
fix: startup probe 2024-03-22 17:02:47 +01:00
Kevin Franklin Kim
1c472c13bf
fix: docker dir 2024-03-22 16:44:29 +01:00
Kevin Franklin Kim
b4f8b95a4b
refactor: rename onLoaded 2024-03-22 16:30:54 +01:00
Kevin Franklin Kim
ae481c5278
refactor: mark loaded 2024-03-22 16:26:34 +01:00
Kevin Franklin Kim
5e7798a53f
fix: base path flag 2024-03-22 16:09:33 +01:00
Kevin Franklin Kim
d9a8248c0a
feat: update init 2024-03-22 15:48:01 +01:00
Kevin Franklin Kim
abb6f692c7
fix: poll interval 2024-03-22 14:55:33 +01:00
Kevin Franklin Kim
52c1a67b7a
feat: add poll interval flag 2024-03-22 12:38:43 +01:00
Kevin Franklin Kim
3f8561359c
chore: fix typo 2024-03-22 11:47:29 +01:00
Kevin Franklin Kim
af95153899
chore: update gorelease 2024-03-22 11:41:12 +01:00
Kevin Franklin Kim
bb04560323
chore: fix secret 2024-03-22 10:53:03 +01:00
Kevin Franklin Kim
84135f3d8f
feat: update cmd flags 2024-03-22 10:38:47 +01:00
Kevin Franklin Kim
555fc8a5c2
chore: update release config 2024-03-22 09:06:09 +01:00
Kevin Franklin Kim
f1dae6a745
fix: race conditions 2024-03-21 18:01:24 +01:00
Kevin Franklin Kim
da832d3f52
chore: add husky and gh workflows 2024-03-21 16:10:08 +01:00
franklin
39cd0c422a
feat: upgrade 2024-03-21 16:03:21 +01:00
franklin
0c8267134e
feat: update deps 2024-03-19 20:15:09 +01:00
danielthomas74
3a4a69e2cf
Merge pull request #29 from foomo/feature/add-groups-to-content-node
feat: add groups to the content.node.item response
2022-06-09 13:59:36 +02:00
Daniel Thomas
cac32f2d52 feat: add groups to the content.node.item response 2022-06-09 11:54:46 +02:00
Jan Halfar
f3366f5211
Merge pull request #28 from foomo/update-polling
Update polling
2022-05-30 14:23:25 +02:00
Jan Halfar
2fa98dad5e
feat: polling support (#27) 2022-05-26 15:28:22 +02:00
Jan Halfar
be835e3ba6 Merge branch 'master' of github.com:foomo/contentserver into update-polling 2022-05-26 15:22:32 +02:00
Jan Halfar
efdfd11760 feat: polling support 2022-05-26 15:09:26 +02:00
Stefan Martinov
0e44ca809d
Deterministic Log Messaging & Refactoring (#26)
* feat: remove apex log from dependency list & upgrade deps

* chore: remove commented out code

* chore: remove high cardinality metric labels

* chore: add stack trace to failed repo requests

* chore: remove logging and return error instead

* chore: change log messages for contentserver

* chore: add constistent messages to content update routine

* feat: add runtime id, and multierr validator

* chore: rename history

* chore: golint fixes

* chore: simplify (golinter)

* chore: update go version

* chore: remove unused dependencies for new go

* chore: move content update to else statement

* chore: remove go-spew

* chore: bump go version to 1.18

* chore: remove alpine dep for updated deps

* chore: update go version and improve build

* chore: minor reformatting
2022-05-26 15:09:11 +02:00
Philipp Mieden
3440cbdc0e fix: improve url validation 2021-10-07 12:00:14 +02:00
Philipp Mieden
c2837eec07 fix: validate server url in NewHTTPClient and return an error for invalid configurations 2021-10-07 10:40:02 +02:00
Stefan Martinov
006bd6ea0a feat: update repository path for docker hub 2021-09-22 11:59:51 +02:00