Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
0e0fda3
fix: exported function obfuscateSecretTags
Ash-exp Aug 28, 2025
93baf6e
fix: initialize ServiceName in PgQueryMonitoringConfig
Ash-exp Aug 28, 2025
5d56c5b
add bulk deployment metrics APIs and supporting methods across reposi…
prakash100198 Sep 2, 2025
24005e3
refactor(metrics): migrate deployment metrics structures to dto packa…
prakash100198 Sep 2, 2025
893307f
timeUtils -> TimeUtils
prakash100198 Sep 2, 2025
bad92cc
refactor(constants, utils): extract reusable methods and constants fo…
prakash100198 Sep 2, 2025
9e1f12e
feat: add TimeRangeRequest and TimeWindows for flexible time range ha…
Ash-exp Sep 2, 2025
bf1b59f
fix: validate both From and To dates in time range check
Ash-exp Sep 3, 2025
eff6c02
feat: rename ParseTimeRange to ParseAndValidateTimeRange for clarity
Ash-exp Sep 3, 2025
c47cb7f
fix(utils): enhance TimeRangeRequest validation and add schema tags
Ash-exp Sep 3, 2025
cacf1b0
refactor(constants, utils): extract reusable methods and constants fo…
prakash100198 Sep 9, 2025
bf2e6fb
refactor(metrics): update deployment metrics structures and date hand…
prakash100198 Sep 9, 2025
5337423
extend(TimeUtils): add support for "lastQuarter" time window in TimeR…
prakash100198 Sep 10, 2025
495ea6a
refactor(metrics): add DORA metrics calculation and classification lo…
prakash100198 Sep 11, 2025
932f970
Merge branch 'main' into ux-2.0
prakash100198 Sep 12, 2025
e776d42
feat: add support for yearly time windows and implement time boundari…
Ash-exp Sep 12, 2025
dd90dae
Merge remote-tracking branch 'origin/feat/finops-open-api-v1' into ku…
prakash100198 Sep 12, 2025
16f8a79
Merge pull request #336 from devtron-labs/pr-validate-br-add
kamal-devtron Sep 15, 2025
b4dbc8b
fix: update validation tags for TimeBoundariesRequest fields (#335)
Ash-exp Sep 15, 2025
ff0d4cf
extend(TimeUtils): add support for "last7Days", "last30Days", and "la…
prakash100198 Sep 22, 2025
8d0560a
Merge pull request #338 from devtron-labs/dora-new-time-range
prakash100198 Sep 22, 2025
cd15792
misc: Finops 29/09 (#341)
Shivam-nagar23 Sep 29, 2025
6b80c69
last 24 hours (#345)
Shivam-nagar23 Oct 8, 2025
3bf6814
Merge remote-tracking branch 'origin/main' into chore/main-sync-14-oct
Ash-exp Oct 14, 2025
745fb16
chore: main branch sync into kubecon-2025
Ash-exp Oct 14, 2025
3aafabf
Merge pull request #347 from devtron-labs/chore/main-sync-14-oct
Ash-exp Oct 14, 2025
095e0d5
refactor(metrics): update DORA metrics calculation logic, replace `Do…
prakash100198 Oct 21, 2025
6369edd
refactor(metrics): inline DORA metrics calculations into Metrics cons…
prakash100198 Oct 22, 2025
c4d020d
Merge pull request #348 from devtron-labs/single-dora-metrics
prakash100198 Oct 28, 2025
bb059d0
Merge branch 'main' into main-sync-kubecon
Shivam-nagar23 Nov 6, 2025
c734a68
Merge pull request #354 from devtron-labs/main-sync-kubecon
Shivam-nagar23 Nov 6, 2025
ea8533f
merge main
prakash100198 Nov 28, 2025
714a309
make dep-update-oss
prakash100198 Nov 28, 2025
932178c
gpu installation topic
iamayushm Nov 28, 2025
b4a32fc
wip
iamayushm Nov 28, 2025
e10d53d
Merge pull request #359 from devtron-labs/gpu-topic
iamayushm Nov 28, 2025
9be3566
Merge branch 'kubecon-2025' into main-merge-oss-2025-1
prakash100198 Nov 30, 2025
956e28f
extend(pubsub): add GPU installation topic configurations and update …
prakash100198 Nov 30, 2025
2efa348
Merge pull request #360 from devtron-labs/main-merge-oss-2025-1
prakash100198 Dec 1, 2025
33d5b5e
Merge remote-tracking branch 'origin/main' into chore/oss-main-sync-5…
Ash-exp Dec 5, 2025
0588d08
chore: update common-lib dependency to v0.0.0-20251205084952
Ash-exp Dec 5, 2025
0399bf7
Merge pull request #365 from devtron-labs/chore/oss-main-sync-5-dec
Ash-exp Dec 5, 2025
4421ef4
feat: cluster backup feature using velero (#356)
Ash-exp Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pr-issue-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'release-**'
- 'develop'
- 'hotfix-**'
- 'kubecon-**'
# paths-ignore:
# - 'docs/**'
# - '.github/'
Expand Down Expand Up @@ -42,4 +43,4 @@ jobs:
run: |
wget https://raw.githubusercontent.com/devtron-labs/utilities/feat/central-pr-validator/.github/workflows/validateIssue.sh
chmod +x validateIssue.sh
./validateIssue.sh
./validateIssue.sh
2 changes: 1 addition & 1 deletion chart-sync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.24.0

toolchain go1.24.3

replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20251104082051-1f7627ecb6be
replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20251205120949-62ef158e4713

require (
github.com/caarlos0/env v3.5.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions chart-sync/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20251104082051-1f7627ecb6be h1:ZufKGk1RMcJsTDgpCfdWcrca90K3s1+88KlVL/4dEmU=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20251104082051-1f7627ecb6be/go.mod h1:+CUhxuWB8uMYIoiXwofuLIXPyiNnwmoZlH90KWAE5Ew=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20251205120949-62ef158e4713 h1:xDbz5etX5h6foQDgpT9ukTo2I65b6q32Nu9do5nBPk8=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20251205120949-62ef158e4713/go.mod h1:CqHnvltrng2O40hNGVl56qcAhv7tiXK3SKx47LKyE/A=
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
github.com/distribution/distribution/v3 v3.0.0 h1:q4R8wemdRQDClzoNNStftB2ZAfqOiN6UX90KJc4HjyM=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading