Ansh Garhewal
8da241b4de
refactor(tests): fixed github and bitbucket pushTrigger test
2024-07-24 22:20:02 +05:30
Ansh Garhewal
dd31159b12
refactor(tests): reconcile_test
2024-07-22 16:07:24 +05:30
Ansh Garhewal
df66c98c90
(chore): updated node version in nix configs
2024-07-21 23:15:33 +05:30
Ansh Garhewal
c4d583e268
chore(deps): updated go version in base.env
2024-07-21 22:50:15 +05:30
Ansh Garhewal
dee9bbf1ac
chore: updated go version in nix
2024-07-21 21:53:58 +05:30
Ansh Garhewal
404c5e0b10
fix: tests, golangci
...
*Changes*
- Continuation WIP of #954
- Updated Go Version to - v1.22
- Updated Mocks for `pkg/controller/jenkins/client/jenkins.go` to support new changes
- Updated package level tests
- refactored code to adapt `context` API
- Updated dependencies
*Pending*
- [] make E2E & HELM tests compatible to new changes
2024-07-21 21:37:27 +05:30
Ansh Garhewal
1cb7be2cdb
fix(ci)- fixed golangci linting errors
2024-07-21 21:26:43 +05:30
Ansh Garhewal
b2f6f482ca
fix: golangci linting errors
2024-07-21 19:05:18 +05:30
Ansh Garhewal
87ec9f8c2a
feat: mocks updated
...
- Old mocks removed
- New Mocks Added for Jenkins API that has support for context API
2024-07-21 16:22:03 +05:30
Ansh Garhewal
9d12e547d4
fix: refactored to support context API
...
- Context API support is added to the Jenkins API interface.
2024-07-21 16:12:49 +05:30
Ansh Garhewal
62a1e7c077
deps: golangci dependency modified
2024-07-21 15:28:09 +05:30
Ansh Garhewal
9ba4586ad8
fix: restorebackup test migrated to use VolumeResourceRequirements
2024-07-21 14:15:59 +05:30
Ansh Garhewal
62d43f93e6
chore: linter resource package dependency added
2024-07-21 14:04:59 +05:30
Ansh Garhewal
23dc23538f
chore: tidy go.mod
2024-07-21 13:59:57 +05:30
Ansh Garhewal
cf6f304d8e
chore: resmap dependency added
2024-07-21 13:55:28 +05:30
Ansh Garhewal
185102656f
chore: dependencies update
2024-07-21 13:51:42 +05:30
Ansh Garhewal
0ea755e414
chore: added sort-result in golangci
2024-07-21 13:41:15 +05:30
Ansh Garhewal
009190723f
update golangci-lint version
2024-07-21 13:35:55 +05:30
Ansh Garhewal
141df9165f
chore: Makefile indentation
2024-07-21 13:27:55 +05:30
Ansh Garhewal
b86f06d6cb
chore: tidy go.mod
2024-07-21 12:54:13 +05:30
Ansh Garhewal
9cfc490cd5
fix: deprecated Webhook Server & cache Namespace
2024-07-21 12:46:47 +05:30
Ansh Garhewal
bfd9d3c60b
fix: manager for controller
2024-07-21 09:18:14 +05:30
Ansh Garhewal
b7f4e25b71
refactor: minor fixes
2024-07-20 23:26:05 +05:30
brokenpip3
f6d8018106
update go version
2024-07-19 13:03:09 +02:00
brokenpip3
c7f9a4852b
fix conflict, start addressing linter and build problems
2024-07-19 12:58:19 +02:00
brokenpip3
46472d3356
Merge remote-tracking branch 'origin/master' into version-9.0
2024-07-18 23:55:32 +02:00
Luigi Operoso
24eac18564
fix(test): helm/bats + chore(blog): add 0.8.1 release note ( #1033 )
2024-07-08 08:56:23 +02:00
Luigi Operoso
3a5b7f6b4f
fix(ci): release go env version ( #1032 )
2024-07-05 19:07:37 +02:00
github-actions[bot]
6abbd56e77
Auto-updated Kubernetes Manifests ( #1031 )
...
Co-authored-by: brokenpip3 <40476330+brokenpip3@users.noreply.github.com>
2024-07-05 17:27:50 +02:00
github-actions[bot]
b63b31a398
Release 0.8.1 Helm Chart ( #1030 )
...
Co-authored-by: brokenpip3 <40476330+brokenpip3@users.noreply.github.com>
2024-07-05 17:27:10 +02:00
github-actions[bot]
7c6616b2bf
Auto-updated Kubernetes Manifests ( #1029 )
...
Co-authored-by: brokenpip3 <40476330+brokenpip3@users.noreply.github.com>
2024-07-05 15:04:29 +02:00
Luigi Operoso
57a1b6bfb9
chore: prepare 0.8.1 bug fix release ( #1028 )
2024-07-04 23:38:48 +02:00
Luigi Operoso
5e962b26ae
fix(operator): deprecated jnlpUrl ( #1026 )
2024-07-02 22:39:50 +02:00
dependabot[bot]
0911dfe64a
build(deps): bump the actions group across 1 directory with 2 updates ( #1019 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 23:30:29 +02:00
Luigi Operoso
b722ef11ae
feat(backup): logs everything to stdout/err, implement lock file for both backup/restore ( #1023 )
2024-06-25 23:29:35 +02:00
DionJones615
5ef6c730de
fix(backup): Duplicated backups & restores ( #1021 )
2024-06-25 18:44:55 +02:00
Luigi Operoso
e0f52b5bdf
chore(operator): update jenkins latest img and plugins, use latest backup in bats tests ( #1022 )
2024-06-22 16:27:38 +02:00
Evgenii
f98b0bc5ee
fix(backup): find race and disable search in subdir, always test latest backup image in e2e, bump backup to 0.3.x ( #1011 )
...
Co-authored-by: brokenpip3 <brokenpip3@gmail.com>
2024-06-22 09:47:24 +02:00
github-actions[bot]
e40032497b
Auto-updated Kubernetes Manifests ( #1020 )
...
Co-authored-by: brokenpip3 <40476330+brokenpip3@users.noreply.github.com>
2024-06-11 23:59:07 +02:00
DionJones615
18197e66b7
feat: expose jenkins master terminationGracePeriodSeconds ( #1012 )
...
Co-authored-by: brokenpip3 <brokenpip3@gmail.com>
2024-06-11 23:57:48 +02:00
Luigi Operoso
061995a65c
fix: seed job warnings, updated latest lts and plugins ( #1018 )
2024-06-02 23:33:56 +02:00
Evgenii
25b329aa13
fix(backup): use atomic mv to create backup ( #1000 )
2024-05-05 16:54:04 +02:00
dependabot[bot]
3f036bdea7
build(deps): bump the actions group with 5 updates ( #1005 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 09:26:16 +02:00
brokenpip3
05aae66a65
fix
2024-04-06 13:07:55 +02:00
Rafał Krzewski
cf49a4a28f
Control cert-manager installation with a separate config value ( #972 )
...
Co-authored-by: Rafał Krzewski <rafal.krzewski@caltha.eu>
Co-authored-by: Luigi Operoso <40476330+brokenpip3@users.noreply.github.com>
Co-authored-by: brokenpip3 <brokenpip3@gmail.com>
2024-03-16 16:28:15 +00:00
dependabot[bot]
6dd45eebf0
build(deps): bump the actions group with 5 updates ( #985 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Operoso <40476330+brokenpip3@users.noreply.github.com>
2024-03-16 15:39:13 +00:00
Luigi Operoso
1a7dc9107a
fix(test): bats test fix webhook upgrade ( #987 )
2024-03-16 16:24:22 +01:00
brokenpip3
0b796360ec
Merge remote-tracking branch 'origin/master' into version-9.0
2024-03-16 16:03:22 +01:00
Luigi Operoso
036b20c01b
feat(test): better bats tests, install from latest tag and then update from master ( #986 )
2024-03-15 20:57:30 +01:00
brokenpip3
8e1b3a178a
wip
2024-03-13 16:37:22 +01:00