fix(ui): Update default and max count for maxCookieNumber#14898
fix(ui): Update default and max count for maxCookieNumber#14898zvlb wants to merge 17 commits intoargoproj:masterfrom
Conversation
|
@zvlb can you rebase? There's a flaky test that's fixed on the latest commit. |
@crenshaw-dev |
ishitasequeira
left a comment
There was a problem hiding this comment.
@zvlb , It looks like the test TestCookieMaxLength is failing. You would need to update the message here to below for passing the test.
the authentication token is 81760 characters long and requires 21 cookies but the max number of cookies is 20. Contact your Argo CD administrator to increase the max number of cookies
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #14898 +/- ##
==========================================
- Coverage 49.91% 49.91% -0.01%
==========================================
Files 262 262
Lines 44952 45002 +50
==========================================
+ Hits 22440 22464 +24
- Misses 20307 20329 +22
- Partials 2205 2209 +4
☔ View full report in Codecov by Sentry. |
Signed-off-by: zvlb <vl.zemtsov@gmail.com>
* fix: Fixes health icon positioning argoproj#14708 Signed-off-by: ashinsabu3 <ashin.sabu@harness.io> * fix: Fixes alignment of app health application status panel argoproj#14708 Signed-off-by: ashinsabu3 <ashin.sabu@harness.io> * fix: Added line height to App Status to fix its positioning argoproj#14708 Signed-off-by: ashinsabu3 <ashin.sabu@harness.io> --------- Signed-off-by: ashinsabu3 <ashin.sabu@harness.io> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
…when reading tags from OCI registry (argoproj#14537) * fix: Change underscore (_) back to plus (+) to get valid SemVer when reading tags from OCI registry Signed-off-by: xashr <saschasynaos@gmail.com> * Add test coverage for SemVer tags in TestGetTagsFromUrl Signed-off-by: xashr <saschasynaos@gmail.com> --------- Signed-off-by: xashr <saschasynaos@gmail.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
…VIDERS (argoproj#14902) (argoproj#14913) Signed-off-by: gmuselli <geoffrey.muselli@gmail.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
argoproj#14926) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
…argoproj#14925) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.312 to 1.44.317. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.312...v1.44.317) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
…#14922) Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.11.0. - [Commits](golang/oauth2@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
Remove a misleading symbol from the pattern for the path.Match function. The pipe symbol doesn't have any special meaning. Signed-off-by: German Lashevich <german.lashevich@gmail.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
…ockerfile blocks (argoproj#14911) Signed-off-by: JesseBot <jessebot@linux.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
argoproj#5117) (argoproj#14917) Signed-off-by: Vipin M S <vipinachar2016@gmail.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
* chore: wrap error objects to include context Signed-off-by: Vipin M S <vipinachar2016@gmail.com> * chore: wrap error objects to include context Signed-off-by: Vipin M S <vipinachar2016@gmail.com> * chore: wrap error objects to include context Signed-off-by: Vipin M S <vipinachar2016@gmail.com> * chore: wrap error objects to include context Signed-off-by: Vipin M S <vipinachar2016@gmail.com> * Update applicationset/controllers/applicationset_controller.go Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Vipin M S <vipinachar2016@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
Signed-off-by: zvlb <vl.zemtsov@gmail.com>
…shared projects from subgroups projects (argoproj#14831) * added option to disable gitlab to fetch shared project from a subgroup Signed-off-by: Prune <prune@lecentre.net> * Correct gitlab SCM provider mock test Signed-off-by: Prune <prune@lecentre.net> * updated test to validate shared-groups Signed-off-by: Prune <prune@lecentre.net> * reworked shared project tests Signed-off-by: Prune <prune@lecentre.net> * added subgroups only test Signed-off-by: Prune <prune@lecentre.net> --------- Signed-off-by: Prune <prune@lecentre.net> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
…tential cleanup (argoproj#9180) (argoproj#14955) * fix: send sigterm to cmp commands before sigkill to allow for potential cleanup Signed-off-by: Ashin Sabu <ashin.sabu@harness.io> * fix: unit test for runCommand in cmpserver to test cleanup modified Signed-off-by: Ashin Sabu <ashin.sabu@harness.io> * fix: change unit test for plugin/runCommand to avoid bad trap along with lint fix Signed-off-by: Ashin Sabu <ashin.sabu@harness.io> --------- Signed-off-by: Ashin Sabu <ashin.sabu@harness.io> Signed-off-by: zvlb <vl.zemtsov@gmail.com>
Signed-off-by: zvlb <vl.zemtsov@gmail.com>
04c3bd9 to
18906e2
Compare
|
Oh. Sorry, I broke this branch) I don't wont fix it. I creare new PR without problem - 14979 |
In this PR I update default and max count for variable - maxCookieNumber
Default switch from 10 to 20, bc in RFC 2109 recommend:
And switch max Cookies number from 30 to math.MaxInt64, bc: