Skip to content

Conversation

plakyda-codefresh
Copy link
Contributor

@plakyda-codefresh plakyda-codefresh commented Aug 25, 2021

image

Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • Optional. My organization is added to USERS.md.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).

@plakyda-codefresh plakyda-codefresh force-pushed the fix-show-orphaned branch 2 times, most recently from ad41d0e to c68b3b7 Compare August 26, 2021 09:49
@@ -105,6 +123,15 @@ export const Filters = (props: {
}))
})}
{namespaces.length > 1 && ResourceFilter({label: 'NAMESPACES', prefix: 'namespace', options: (namespaces || []).filter(l => l && l !== '').map(toOption), field: true})}
{/* {(tree.orphanedNodes || []).length > 0 && */}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense to don't show orphaned nodes filter if application does not have any orphaned nodes. Please uncomment this check to hide orphaned filters filter if there are no orphaned nodes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do show it!

  • I've sometimes needed to untick it before performing an action that will create orphans
  • I assume the filters are still "global"? -> sometimes I have had an application with thousands of orphans which crashes the UI when I look at it: I have to go to another application to toggle the filter.
  • It can be annoying to have it appear/disappear as orphans are added/removed.

label={'ORPHANED'}
content={orphanedCheckbox}
header={<></>}
isClearButtonVisible={true}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The orphaned nodes filter looks a bit strange now:

The Clear button is always visible and overlaps with collapse/expand button:

Screen Shot 2021-08-26 at 11 43 19 AM

Is it possible to re-use existing ResourceFilter component ?

plakyda1 and others added 27 commits September 17, 2021 23:38
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
We at Technacy love using Argo CD

Signed-off-by: Omar <omar.dedonato@technacy.it>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
fix: make codegen

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Remington Breeze <remington@breeze.software>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Remington Breeze <remington@breeze.software>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
* fix: password reset meet requirement

Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
The instructions for telling the CLI how to automatically use
port-forward were intertwined with the instructions for registering a
repo; this separates them.

This also moves the port-forward flags instructions to the first place
in the doc a user would need them.

Signed-off-by: Josh Gavant <joshgavant@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: benmanifold <benmanifold@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
feat: Scoped clusters (argoproj#7039)

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
feat: goreman option to exclude (argoproj#7080)

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
…goproj#7081)

feat: resource name filter + filter block for resource table view (argoproj#7081)

Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
plakyda1 and others added 22 commits September 28, 2021 23:27
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
…google fonts (argoproj#7253)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](fb55/nth-check@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.24.1...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: yangtian9999 <yangtian9999@163.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
…rgoproj#7274)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
It is not immediately clear what the `<current-user-password>` should be as shown by this issue: argoproj#4096.
This comment should make it more clear that when users are setting passwords as the default `admin` user, they should be using the `admin` password here.

Signed-off-by: John Chen <johnchen456@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
feat: retry option app creation (argoproj#7252)

Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
* remove not existing repo

Signed-off-by: pashavictorovich <pavel@codefresh.io>

* fix test

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
)

Signed-off-by: Shiv Jha-Mathur <shivjm@users.noreply.github.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: ml <ml@visu.li>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
…nifests in argoproj/argoproj-deployments (argoproj#7299)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: Regina Scott <rescott@redhat.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
feat: Project autocomplete (Connect repo SSH) (argoproj#7286)

Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
…d permission denied error (argoproj#7300)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
feat: rename app identifier (argoproj#7251)

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
@codecov
Copy link

codecov bot commented Sep 28, 2021

Codecov Report

Merging #7082 (2418fd0) into master (a731997) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7082   +/-   ##
=======================================
  Coverage   41.15%   41.15%           
=======================================
  Files         161      161           
  Lines       21553    21553           
=======================================
  Hits         8871     8871           
  Misses      11415    11415           
  Partials     1267     1267           
Impacted Files Coverage Δ
util/settings/settings.go 46.70% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a731997...2418fd0. Read the comment docs.

Copy link
Collaborator

@alexmt alexmt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thank you

@alexmt alexmt merged commit e3df023 into argoproj:master Sep 29, 2021
@alexmt alexmt mentioned this pull request Oct 1, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.