shiiyan
74d1fe0a13
feat(ui): use toggle-auto-sync resource action in app details page ( #21564 ) ( #27226 )
...
Signed-off-by: SY <shiiyan79@gmail.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2026-04-20 22:17:34 +00:00
Alberto Chiusole
25df43d7a0
fix(ui): Improve message on self-healing disabling panel ( #26977 ) ( #26978 )
...
Signed-off-by: Alberto Chiusole <chiusole@seqera.io>
2026-03-24 15:50:31 +02:00
jwinters01
12149466c8
feat(ui): support hydrator properties in summary tab ( #26152 )
...
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
Signed-off-by: jwinters01 <34199886+jwinters01@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2026-02-04 13:35:57 -05:00
downfa11
e24d8d4024
fix(ui): resolve duplicate sync-policy ( #24233 )
...
Signed-off-by: downfa11 <downfa11@naver.com>
2025-09-10 10:06:20 -04:00
downfa11
4c9291152b
fix: syncPolicy.automated.enabled=false does not disable automated sync ( #24254 )
...
Signed-off-by: downfa11 <downfa11@naver.com>
2025-09-03 21:33:59 +05:30
Eunji
16cc1b15af
fix: support dynamic field path based on Hydrator state in summary view ( #23950 )
...
Signed-off-by: EunJiJung <bianbbc87@gmail.com>
2025-07-31 10:37:48 -04:00
Linghao Su
d58ba040e9
chore(ui): add jsx-no-useless-fragment lint rule ( #23666 )
...
Signed-off-by: linghaoSu <linghao.su@daocloud.io>
2025-07-06 14:45:39 -04:00
Blake Pettersson
18c4d9d568
feat: oci support (Beta) ( #18646 )
...
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-06-06 13:27:02 +02:00
Atif Ali
999dbb264e
feat(UI): add enabled field to explicitly set in automatedSync in SyncPolicy ( #22482 )
...
Signed-off-by: Atif Ali <atali@redhat.com>
2025-04-09 15:43:43 -04:00
Blake Pettersson
ed4c0ee713
fix(ui): source can in fact be undefined ( #20381 )
...
* fix(ui): source can in fact be `undefined`
The assumption that a source is always there is not always true. To
repro, create an app-of-apps containing a single app without any `source`
present. In the UI this will crash, horribly. This PR fixes that so
that instead of crashing the user will get useful info indicating what
is wrong with the app.
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* chore(ui): some cr tweaks
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* chore(ui): some cr tweaks
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
---------
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
2024-10-16 21:55:17 -04:00
Suraj yadav
aeb8b55fc0
fix(ui): Re-fix help-icon in the summary section ( #19833 )
...
* refix-icon
Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
* lint
Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
---------
Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
2024-09-11 22:10:27 -04:00
Yevhen Tienkaiev
85a782e91e
Fix target for external urls ( #19124 )
...
Signed-off-by: Dan Garfield <dan@codefresh.io>
2024-07-24 17:25:11 +00:00
Jessie Teng
41b8e4406b
fix(ui): break external links to lines for each ( #17679 ) ( #18768 )
...
* break external links to lines for each
Signed-off-by: Jessie Teng <jessie.teng@fmr.com>
* update for better layout css style
Signed-off-by: Jessie Teng <jessie.teng@fmr.com>
---------
Signed-off-by: Jessie Teng <jessie.teng@fmr.com>
Co-authored-by: Jessie Teng <jessie.teng@fmr.com>
2024-06-25 00:07:06 +03:00
Keith Chong
ae61752c29
feat: Provide Edit support in Sources tab for multi-source app ( #17588 ) ( #17890 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2024-06-14 08:46:22 -04:00
Mayursinh Sarvaiya
7945b26d95
chore(ui-dev): migrate tslint to eslint ( #11652 ) ( #18079 )
...
* feat(ui): setup eslint
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
* chore(ui): update `lint:fix` command
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
* fix(ui-lint): run `yarn lint:fix`
> solve remaining manually
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
* chore(ui): remove tslint from `ui`
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
* chore(docs-ui): add docs for VSCode configuration eslint
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
* chore(ui): prettier set `trailingComma` to `none`
> prettier config default is changed after version bump - https://prettier.io/docs/en/options.html#trailing-commas
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
---------
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
2024-05-08 11:30:58 -04:00
Keith Chong
f819870313
feat: Add Sources tab to show all sources of a multi-source app ( #17274 ) ( #17275 )
...
* feat: Add Sources tab to show all sources of a multi-source app (#17274 )
Signed-off-by: Keith Chong <kykchong@redhat.com>
* Update ui/src/app/applications/components/resource-details/resource-details.tsx
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Signed-off-by: Keith Chong <kykchong@redhat.com>
* Remove getAppSources
Signed-off-by: Keith Chong <kykchong@redhat.com>
* Add address Ishita's comments. Add missing Ref field
Signed-off-by: Keith Chong <kykchong@redhat.com>
* Use single quotes
Signed-off-by: Keith Chong <kykchong@redhat.com>
---------
Signed-off-by: Keith Chong <kykchong@redhat.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2024-04-16 17:40:01 -04:00
RyotaK
479b5544b5
Merge pull request from GHSA-jwv5-8mqv-g387
...
* fix: Validate external URLs for applicatins
Signed-off-by: Ry0taK <49341894+Ry0taK@users.noreply.github.com>
* fix(ui): remove invalid external-link
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
* linting
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
---------
Signed-off-by: Ry0taK <49341894+Ry0taK@users.noreply.github.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2024-03-13 14:26:47 -04:00
Anirudh Sudhir
05eea87162
feat: add option manual to the --sync-policy flag of the app create command ( #17459 )
...
* feat: add sync policy option 'manual' for app create command
Signed-off-by: Anirudh Sudhir <anirudh.sudhir1@gmail.com>
* chore: Update tests to reflect sync policy option changes
Signed-off-by: Anirudh Sudhir <anirudh.sudhir1@gmail.com>
---------
Signed-off-by: Anirudh Sudhir <anirudh.sudhir1@gmail.com>
2024-03-11 16:36:15 +02:00
Suraj yadav
ee78d02a42
fix(ui): application-summary-help-icon fix ( #17385 )
...
* Update application-summary.tsx
revision-history icon fix
Signed-off-by: Suraj yadav <harrypotter1108@gmail.com>
* icons
Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
---------
Signed-off-by: Suraj yadav <harrypotter1108@gmail.com>
Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
2024-03-05 16:56:01 -05:00
Eshwar Hebbur Shivakumar
0b22a1198a
fix(ui): Change path to "root" when path is root directory ( #14949 )
...
* change path to display root
Signed-off-by: Eshwar Hebbur Shivakumar <eshwar1011235@gmail.com>
* Fix inequality typo
Signed-off-by: Eshwar Hebbur Shivakumar <eshwar1011235@gmail.com>
* Fix lint issues
Signed-off-by: Eshwar Hebbur Shivakumar <eshwar1011235@gmail.com>
---------
Signed-off-by: Eshwar Hebbur Shivakumar <eshwar1011235@gmail.com>
2024-02-06 10:27:05 -05:00
Sonam
8c9abb27ef
Badge for apps in any namespace ( #16739 )
...
Signed-off-by: sshenoy6 <sonamkaup_shenoy@intuit.com>
Co-authored-by: sshenoy6 <sonamkaup_shenoy@intuit.com>
2024-01-26 15:01:30 -05:00
Kazakov Stepan
740df9a13e
fix(ui): summary: fix sync options block layout ( #16152 )
...
Signed-off-by: Kazakov Stepan <ksrt12group@gmail.com>
2023-11-03 18:11:32 -04:00
Geoffrey MUSELLI
f8d0d5970f
fix(ui): Fix Link warnings ( #13694 ) ( #13854 )
...
Signed-off-by: Geoffrey Muselli <geoffrey.muselli@gmail.com>
2023-06-02 09:36:52 -04:00
Alex Eftimie
d764cf7597
feat: misc UI/UX improvements ( #11769 )
...
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
2023-03-17 22:38:50 +00:00
Alexander Matyushentsev
13258e425f
fix: fix typescript compilation errors and add ts validation in lint ( #12700 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2023-03-02 10:37:12 -08:00
Michael Crenshaw
c9d317ac49
fix: remove argocd-cm plugin warnings ( #11740 )
...
* chore: remove argocd-cm plugin warnings
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* more fixes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix lint
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-02-06 14:49:48 -05:00
Ishita Sequeira
9b86af18bc
fix: disable edit button on App Details Summary and Parameters tabs multi-source apps ( #12048 )
...
* disable edit button on App Details Summary and Parameters tabs for applications with multiple sources
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* disable editing specific fields in Application Summary Tab for Multiple Source apps
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
---------
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
2023-02-03 10:14:09 -05:00
Ishita Sequeira
05ab30ebe1
fix: set Path as empty if path is not specified for a source in multiple sources ( #11756 ) ( #11774 )
...
* set Path as '' if path is not specified for a source in multiple sources
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* update check for not setting value of path
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* cleanup
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* address comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix lint
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix lint
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* Update ui/src/app/shared/components/revision.tsx
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Signed-off-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2022-12-21 08:44:52 -05:00
Ishita Sequeira
c6fa942e94
feat: Multiple sources for applications ( #2789 ) ( #10432 )
...
* feat: support multiple sources for application
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
remove debug logging and unwanted code
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
fix lint and unit test errors
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
fix lint and unit test errors
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix bug introduced after rebase
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
executed make codegen
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* rebase with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
remove unwanted logging
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
fix ci failures
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix index out of bounds error
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* ui fixes
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add revisions to SyncOperation for rollback
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* change Source to *ApplicationSource in ApplicationSpec
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix env variable read logic for ValueFiles
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* update multiple sources doc
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add repository lock and checkout target revision
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
fix codegen
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* checkout all sources before generating manifest
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
generate mock reposerverclient
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* update logic for returning ManifestResponse to avoid nil pointer issues
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix nil reference and key mismatch bugs; add more logs (#6 )
* fix nil reference and key mismatch bugs; add more logs
* remove temporary comment
* addressed the lint failure and added chart to RefTargeRevisionMapping
* normalize git repo (#7 )
* do not leak lock releases
* prevent deadlock
* allow spec update
* move settings fetch outside loop
* cache busing
* return err instead of logging it
* no caching in test
* fix cache key marshaling
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Rebase with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* update grpc field numbers
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* path resolution tests (#12 )
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
do things in better ways
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
consolidate
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add regex check for value of source.ref
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add webhook tests
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
change Source to *ApplicationSource in ApplicationSpec
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
address PR comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
rebase with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Retrigger CI pipeline
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
rebased with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix env variable read logic for ValueFiles
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Address PR comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add repository lock and checkout target revision
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
fix codegen
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* checkout all sources before generating manifest
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* generate mock reposerverclient
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* address comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* update logic for returning ManifestResponse to avoid nil pointer issues
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix nil reference and key mismatch bugs; add more logs (#6 )
* fix nil reference and key mismatch bugs; add more logs
* remove temporary comment
* addressed the lint failure and added chart to RefTargeRevisionMapping
* normalize git repo (#7 )
* do not leak lock releases
* prevent deadlock
* allow spec update
* move settings fetch outside loop
* cache busing
* return err instead of logging it
* no caching in test
* fix cache key marshaling
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Rebase with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* update grpc field numbers
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add regex check for value of source.ref
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* Rebase with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* Added unit tests (#15 )
* add unit tests 1
* fix lint
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix application parameters tab, rebased UI changes, tests
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* More tests (#16 )
* more tests
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
fix lint error
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Test get ref sources (#17 )
* test GetRefSources
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix lint
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: ishitasequeira <ishiseq29@gmail.com>
GenerateManifests test (#18 )
* GenerateManifests test
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Fix broken tests (#19 )
* fix broken tests
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Symlink test (#20 )
* check referenced sources for out-of-bounds symlinks
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* unlock the values file repo before doing a symlink check (#22 )
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* multi source docs (#21 )
* multi source docs
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix warning title
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* clarify
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* clarify
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* add e2e tests for multiple sources and fix UI lint (#23 )
* add e2e tests for multiple sources and fix UI lint
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add auto-sync and hard refresh to e2e tests
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* change refresh type to RefreshTypeNormal for e2e
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* update e2e testcase with helm data
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add TestMultiSourceAppWithSourceOverride
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* add missing yaml file
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* rebase with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* rebase with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
* fix lint
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2022-12-16 15:47:08 -05:00
Remington Breeze
22e62fe173
feat: expose deep links in UI ( #11680 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2022-12-13 21:07:39 +00:00
Alex Eftimie
30e37b7bb4
fix: misc css fixes for mobile ( #5705 ) ( #11508 )
...
* Misc css fixes for mobile
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
* More fixes for mobile
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
* fix ui tests. bring back application status labels
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
2022-12-07 12:57:26 -05:00
Trishna Kalita
45fc484447
chore: migrate import statements from es5 to es6 ( #11042 )
...
* Migrating import syntax from es5 to es6
Signed-off-by: trishnakalita660 <trishnakalita660@gmail.com>
* Migrating import syntax from es5 to es6
Signed-off-by: trishnakalita660 <trishnakalita660@gmail.com>
* Run build, test and lint UI code Signed-off-by: Trishna Kalita trishnakalita660@gmail.com
Signed-off-by: trishnakalita660 <trishnakalita660@gmail.com>
* Removed package-lock.json
Signed-off-by: trishnakalita660 <trishnakalita660@gmail.com>
Signed-off-by: trishnakalita660 <trishnakalita660@gmail.com>
2022-10-27 10:07:03 -04:00
Alex Eftimie
6a7d79f8e0
feat: sort resource list by created_at, add message to AnalysisRun and replicas to ReplicaSet ( #10613 )
...
* Misc UI Improvements: sort by created at in resource list view, add message to AnalysisRun and replicas to Replicaset
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
* Address PR comments
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
* No underscore needed in created_at. Add space between icon and message in health details for non-controlled resources
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
* Guard section
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
2022-10-20 00:36:09 +00:00
Nir Shtein
cd171bf66b
feat: link path directly to the path in repo ( #10568 ) ( #10860 )
...
* Wrap error objects to include context
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* Revert "Wrap error objects to include context"
This reverts commit d1789bd271 .
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* In Application Details, link the path field directly to the path in the repo
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* fix: duplicate source namespace validation (#10853 )
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* docs: fix examples for ArgoCD ApplicationSet Git Generator (#10857 )
* Doc: ArgoCD ApplicationSet Git directory
Signed-off-by: toyamagu <toyamagu2021@gmail.com>
* Docs: use "my-project" rather than default project
Signed-off-by: toyamagu <toyamagu2021@gmail.com>
Signed-off-by: toyamagu <toyamagu2021@gmail.com>
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* Change 'branch' to 'src'
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* Fix CR
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* Fix CR
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* renaming
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
* Add comment
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
Signed-off-by: Nir Shtein <89006520+nirsht@users.noreply.github.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: toyamagu <toyamagu2021@gmail.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: toyamagu <83329336+toyamagu-2021@users.noreply.github.com>
2022-10-13 18:04:00 -04:00
Mayursinh Sarvaiya
05dce81d09
feat(ui): notification subscriptions edit field #10310 ( #10839 )
...
* feat(ui): notification subscriptions edit field
> this new field is just an abstraction of relevant annotations
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
* fix: codeql regex issue
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
2022-10-12 09:50:36 -07:00
asingh
9fac0f6ae6
fix: add more info to creationtime format ( #10286 ) ( #10493 )
...
* fix: add more info to creationtime format
Signed-off-by: Ashutosh <mail.ashutosh8@gmail.com>
* lint issue
Signed-off-by: ashutosh16 <mail.ashutosh8@gmail.com>
* fix: add more info to creationtime format
Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com>
Signed-off-by: Ashutosh <mail.ashutosh8@gmail.com>
Signed-off-by: ashutosh16 <mail.ashutosh8@gmail.com>
Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com>
Co-authored-by: Ashutosh <mail.ashutosh8@gmail.com>
2022-09-09 12:41:39 -04:00
Michael Crenshaw
6b08a23a01
chore: deprecate argocd-cm plugins ( #8117 ) ( #10341 )
...
* chore: deprecate argocd-cm plugins (#8117 )
Signed-off-by: CI <michael@crenshaw.dev>
* more warnings
Signed-off-by: CI <michael@crenshaw.dev>
* more warnings
Signed-off-by: CI <michael@crenshaw.dev>
Signed-off-by: CI <michael@crenshaw.dev>
2022-08-17 11:48:27 -04:00
Soumya Ghosh Dastidar
2786b70ae8
fix: updated all a tags to Link tags in app summary ( #9777 )
...
* fix: updated all a tags to Link tags
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* fix: revert external links to a tags
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* fix: linting
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2022-06-28 09:47:49 -07:00
plakyda-codefresh
35bd9e1ed6
fix: retry options in app details modal ( #7329 )
...
fix: retry options in app details modal (#7329 )
Signed-off-by: viktorplakida <plakyda1@gmail.com>
2021-10-01 10:24:46 -07:00
Saumeya Katyal
a6039e1be9
fix: add url check and wrapping for commit msg field ( #7218 )
...
* fix: add url check and wrapping for commit msg field
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
* move url regex to util
lint check
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
2021-10-01 09:23:49 -07:00
pasha-codefresh
ebd87b77ed
feat: improve sync logic ( #7328 )
...
feat: improve sync logic (#7328 )
Signed-off-by: pashavictorovich <pavel@codefresh.io>
2021-09-30 14:49:29 -07:00
plakyda-codefresh
b1f979aad6
feat: retry option app creation ( #7252 )
...
feat: retry option app creation (#7252 )
Signed-off-by: viktorplakida <plakyda1@gmail.com>
2021-09-21 15:42:26 -07:00
Alexander Matyushentsev
6b065717c6
feat: support 'PrunePropagationPolicy' sync policy in the UI ( #5755 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-03-16 14:27:08 -07:00
Regina Scott
022a130a3e
fix: capitalization in headers ( #5692 )
...
Signed-off-by: Regina Scott <rescott@redhat.com>
2021-03-05 09:39:43 +01:00
Remington Breeze
aeeeac79fe
fix(ui): Consolidate sync options ( #5357 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-02-11 16:12:05 -08:00
Keith Chong
1f7ef07512
fix: Correct Revision History Limit tooltip ( #3534 ) ( #5050 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2020-12-14 07:48:31 +01:00
Alexander Matyushentsev
9e61354fa2
fix: setting 'revision history limit' errors in UI ( #5035 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2020-12-11 08:50:32 -08:00
Chetan Banavikalmutt
ee28288d50
feat: Display creation time in application node and summary ( #4920 )
...
This PR adds the creation time as a bubble to the root node in network view. It also adds CREATED_AT field to the application summary page
Fixes : #4903
Signed-off-by: Chetan Banavikalmutt <chetanrns1997@gmail.com>
2020-12-01 14:14:55 -08:00
Alexander Matyushentsev
231509bb3c
feat: add project badge panel to project details page ( #4846 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2020-11-17 08:02:07 -08:00
Alexander Matyushentsev
a2d6582e54
fix: fix rendering external links on application details page ( #4847 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2020-11-16 23:48:31 -08:00