1
0
mirror of https://github.com/rancher/steve.git synced 2025-05-10 17:04:54 +00:00
Commit Graph

446 Commits

Author SHA1 Message Date
Eric Promislow
b8008bcadb Need to bump opentelemetry as well. 2025-04-23 15:15:47 -07:00
Eric Promislow
b1c1d64f79 Fix the validate script. 2025-04-23 15:11:18 -07:00
Eric Promislow
e77f536119 Bump the version 2025-04-23 15:10:17 -07:00
renovate-rancher[bot]
fdc78b2643
chore(deps): update module github.com/urfave/cli/v2 to v2.27.6 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-23 11:20:56 -07:00
renovate-rancher[bot]
cf31075a4d
chore(deps): update module github.com/stretchr/testify to v1.10.0 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-23 11:07:33 -07:00
renovate-rancher[bot]
c5f7e21679
chore(deps): update module github.com/adrg/xdg to v0.5.3 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-22 17:07:29 -07:00
renovate-rancher[bot]
cfb7f1e9ef
chore(deps): update module github.com/urfave/cli to v1.22.16 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-22 17:01:51 -07:00
renovate-rancher[bot]
6c32a3f228
chore(deps): update module github.com/rancher/wrangler/v2 to v2.1.4 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-22 17:01:19 -07:00
renovate-rancher[bot]
ef1c72009f
chore(deps): update module github.com/rancher/client-go to v1.28.6-rancher1-debug-45509-1 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-22 17:00:51 -07:00
renovate-rancher[bot]
8ad4b35a46
chore(deps): update module github.com/gorilla/websocket to v1.5.3 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-22 17:00:15 -07:00
renovate-rancher[bot]
ad641ee1ce
chore(deps): update module github.com/gorilla/mux to v1.8.1 (release/v0.2) ()
* chore(deps): update module github.com/gorilla/mux to v1.8.1

* golangci-lint wants 'errors.New' with a constant.

---------

Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
Co-authored-by: Eric Promislow <epromislow@suse.com>
2025-04-22 16:49:23 -07:00
renovate-rancher[bot]
dfacef35f5
chore(deps): update module github.com/golang/protobuf to v1.5.4 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-22 16:39:42 -07:00
Sakala Venkata Krishna Rohit
9dc48c7b36
Add log message to log the error from http client () 2025-04-14 12:37:30 -07:00
renovate-rancher[bot]
f0aee3b7a6
chore(deps): update module github.com/rancher/saml to v0.4.14 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-02-23 11:01:50 -08:00
renovate-rancher[bot]
f40cfa8998
chore(deps): update module golang.org/x/sync to v0.11.0 ()
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-02-21 12:15:10 -08:00
Josh Meranda
5ffa947d59
add release workflow ()
Co-authored-by: joshmeranda <joshua.meranda@gmail.com>
2024-11-15 12:21:46 -05:00
nflynt
c744f0b17b
[v2.8] Refactor ID based partitioning, add unit tests ()
* Refactor ID based partitioning, add unit tests

This resolves an issue where the requested namespace filter was not
always honored.

* Correct naming issues to appease the linter
2024-10-29 09:27:22 -04:00
Diogo Souza
b0e3b528a8
2.8 helm data formatter ()
* changing secret and configmap formatters to return decoded helm data if includeHelmData query parameter is present

* update gomod
2024-10-28 15:55:44 -05:00
Felipe Gehrke
1d54556fdd
Adding create changes from issue 42788 to release v2.8 () 2024-10-04 16:47:51 -03:00
Ricardo Weir
9fb3e50aa8
Merge pull request from rmweir/fix-getcachekey-v2.8
[Backport] v2.8: Fix getcachekey v2.8
2024-05-29 08:25:48 -07:00
nflynt
64488a422a
Merge pull request from nflynt/drone2gha-backport-v2.8
[Backport] v2.8: Migrate from Drone to GHA
2024-05-29 08:55:18 -04:00
Nicholas Flynt
14c7b0823c Remove drone integration 2024-05-28 16:55:41 -04:00
Nicholas Flynt
5742fcb852 Backport Github Action flows (downgrading golangci-lint to v1.54.0) 2024-05-28 16:55:25 -04:00
Ricardo Weir
32632a16e6 Skip key generation if cache disabled () 2024-05-06 07:40:39 -07:00
Michael Bolot
a80bf83f76
Merge pull request from JonCrowther/fix-race-condition-2.8
[2.8 Backport] Fix data race
2024-04-11 11:25:17 -05:00
Jonathan Crowther
2dfb9be3d5 Fix data race 2024-04-11 09:33:55 -04:00
Michael Bolot
3943409601
Merge pull request from moio/watchnames_propagate_errors_28
[Backport 2.8] WatchNames: return errors via WebSocket
2024-03-05 09:07:28 -06:00
Silvio Moioli
95e52000ce
adapt tests
Signed-off-by: Silvio Moioli <silvio@moioli.net>
2024-03-04 14:12:23 +01:00
Silvio Moioli
fbeca61679
WatchNames: return errors via WebSocket
Align behavior with plain Watch, which also does the same.

Fixes https://github.com/rancher/rancher/issues/41809

Signed-off-by: Silvio Moioli <silvio@moioli.net>
2024-03-04 14:12:23 +01:00
Kinara Shah
24878f9eed
Merge pull request from chiukapoor/v2.8-backport-for-v1.28
[v1.28] [v2.8] Bump dynamiclistner to v0.4.0-rc2
2024-02-13 09:29:20 -08:00
Chirayu Kapoor
a890c5275d
update dynamiclistner
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-02-09 02:29:04 +05:30
Peter Matseykanets
17e9252e37
Update norman, apiserver, client-go () 2024-02-07 15:20:43 -05:00
Caleb Bron
b2e0dae432
Merge pull request from KevinJoiner/2.8-wrangler-v2
[2.8] Bumps rancher/wrangler to it's tagged v2 version.
2024-01-24 08:16:23 -07:00
Kevin Joiner
7a5069b811 Bumps rancher/wrangler to it's tagged v2 version.
The previous wrangler commit included all of the v2 changes.
Except for the import paths changes.
2024-01-24 09:11:32 -05:00
Michael Bolot
9935404019
Merge pull request from MbolotSuse/panic-fix
Updating ByNames to not return nil, nil
2023-10-16 15:26:03 -05:00
Michael Bolot
0b23400f9f Updating ByNames to not return nil, nil
ByNames could previously return a nil value and a nil error. This caused
issues when other parts of the application
(pkg/stores/partition/parallel.go) tried to use the result. Now this
will return an empty list on the error condition, instead of nil
2023-10-16 14:33:35 -05:00
Colleen Murphy
811e0b3572
Merge pull request from cmurphy/pagination-docs
Add section on pagination design to README
2023-09-29 11:47:37 -07:00
Colleen Murphy
7ecbec31bd Add information about API parameters to README 2023-09-27 11:06:56 -07:00
Colleen Murphy
1826066646 Fix typo in README 2023-09-27 11:03:29 -07:00
Colleen Murphy
feab37c476 Add section on pagination design to README
Add a section describing the design of pagination-related query
parameters (filter, sort, page, etc) to the README, including how
testing is implemented.
2023-09-20 14:00:34 -07:00
Colleen Murphy
52e7ebfd1b Fix partition unit test
Remove unnecessary items from the `access` slice in one of the unit
tests. Each item in `access` corresponds to one request in `apiOps`, so
they should have the same number of elements.
2023-09-20 13:58:37 -07:00
Colleen Murphy
826ba42d0a
Merge pull request from cmurphy/docs
Add developer docs to README
2023-09-20 10:06:51 -07:00
Colleen Murphy
6b8eceb3e4 Add developer docs to README 2023-09-14 11:32:45 -07:00
Max Sokolovsky
7e38c1de95
Merge pull request from maxsokolovsky/run-as-non-root-in-dockerfile
Run container as a non-root user
2023-09-13 17:58:54 -04:00
Max Sokolovsky
5b630912b3 Use a less specific base bci-micro:15.5 to get the latest version 2023-09-13 17:40:30 -04:00
Max Sokolovsky
420ada5efb Run container as a non-root user 2023-09-13 17:40:30 -04:00
Kinara Shah
5df31b9c15
Merge pull request from vardhaman22/k8s-1.27
updated deps for k8s 1.27
2023-08-31 21:45:48 -07:00
vardhaman22
c8b08e8250 skip linting rules
these linting rules are enabled by default now in latest golangci-lint revive pluign
2023-08-31 21:38:46 +05:30
vardhaman22
ebc8b721a8 updated deps for k8s 1.27 2023-08-23 00:42:52 +05:30
Colleen Murphy
e885e4a713
Merge pull request from rancher/renovate/github.com-rancher-norman-digest
chore(deps): update github.com/rancher/norman digest to 078862e
2023-08-11 10:32:10 -07:00