1
0
mirror of https://github.com/quay/quay.git synced 2026-01-29 08:42:15 +03:00
Commit Graph

116 Commits

Author SHA1 Message Date
Daniel Messer
165dc6cd97 ui: fix locale and layout issues with the time picker in tag expiration modal (PROJQUAY-7069) (#2840)
* adjust date formatting for browser locale

Signed-off-by: dmesser <dmesser@redhat.com>
2024-04-26 22:06:48 +02:00
Sunandadadi
f0bce432c2 ui: disable invited tab when team is synced (PROJQUAY-6831) (#2838)
* ui: disable invited tab when team is synced (PROJQUAY-6831)

* using strict comparision
2024-04-26 09:17:00 -04:00
Daniel Messer
17c41ff45e ui: overview page fixes (PROJQUAY-7107) (#2843)
* dark mode, layout and content fixes

Signed-off-by: dmesser <dmesser@redhat.com>

* dark mode support

Signed-off-by: dmesser <dmesser@redhat.com>

* adjust test expectations

Signed-off-by: dmesser <dmesser@redhat.com>

* correct expected location

Signed-off-by: dmesser <dmesser@redhat.com>

---------

Signed-off-by: dmesser <dmesser@redhat.com>
2024-04-26 15:09:14 +02:00
Sunandadadi
05388866db ui: fixing failing cypress test (PROJQUAY-7106) (#2841) 2024-04-26 08:29:44 -04:00
Sunandadadi
81682c96d0 oidc: ask for group object id for azure oauth login (PROJQUAY-6917) (#2805)
* oidc: ask for group object id for azure oauth login (PROJQUAY-6917)

* fixing tests

* adding tests
2024-04-24 10:18:31 -04:00
Brandon Caton
a3ece324c3 ui: batching requests in repository list page (PROJQUAY-6972) (#2827)
This change batches requests when trying to fetch all repositories the current user has access too. Otherwise the UI will make simultaneous requests equal to the number of organizations, where if the number is great enough it will exhaust the browser resources and cause the page to crash.
2024-04-19 15:14:29 -04:00
Daniel Messer
5798dd5006 ui: Allow to configure the Kubernetes pull secret scope for Robot Tokens (PROJQUAY-7012) (#2823)
implement scoped Kubernete secret creation

Signed-off-by: dmesser <dmesser@redhat.com>
2024-04-19 09:34:51 +02:00
Sunandadadi
c02551b5fc ui: non org admins cannot remove team sync (PROJQUAY-6924) (#2787)
non org admins cannot remove team sync
2024-03-27 10:14:44 -04:00
Harish Govindarajulu
aacbf97d1b ui: Add human readable autoprune policy method type (PROJQUAY-6918) (#2781)
* ui: Add human readable autoprune policy method type (PROJQUAY-6918)

* Fix cypress test

---------

Signed-off-by: harishsurf <hgovinda@redhat.com>
2024-03-22 14:33:07 +05:30
Marcus Kok
4ae7593238 logs: adjust graph padding dynamically (PROJQUAY-6857) (#2754)
Adjust usage log graph padding dynamically.
2024-03-19 14:46:22 -04:00
Marcus Kok
d0ed29b2f8 logs: add button to hide/show logs (PROJQUAY-6826) (#2757)
Add button to hide usage log chart.
2024-03-19 14:45:55 -04:00
Bill Dettelback
49eddb992b ui: changed wording from 'Vulnerabilities' to 'Advisories' on Security tab (PROJQUAY-6638) (#2772)
Changed wording from 'Vulnerabilities' to 'Advisories' on Security tab
2024-03-19 08:35:40 -04:00
Marcus Kok
6f2905b10e logs: add action log for team sync enable/disable (PROJQUAY-6763) (#2750)
* add action log for team sync enable/disable
* adds alembic migration for team sync logs added to log kind table
2024-03-18 14:22:23 -04:00
Marcus Kok
285ead9050 logs: enable logs for user namespace (PROJQUAY-6855) (#2751)
enable logs for user namespace
2024-03-18 08:25:28 -04:00
Sunandadadi
ed7ea5759d ui: rename directory sync to team sync (PROJQUAY-6880) (#2752) 2024-03-13 08:45:26 -07:00
Sunandadadi
061412abe9 ui: show delete option for robot accounts when team is synced with external group (PROJQUAY-6828) (#2737)
fixing display of trash icon when team sync is enabled + tests
2024-03-10 12:03:55 +01:00
Harish Govindarajulu
234243ddc4 ui: add description for log kind autoprune policy (PROJQUAY-6781) (#2727)
* ui: add description for logkind autoprune policy (PROJQUAY-6781)

* Add log description for proxy cache config logentrykind

---------

Signed-off-by: harishsurf <hgovinda@redhat.com>
2024-03-07 23:57:29 +05:30
Harish Govindarajulu
a509ea1d3b ui: show repository autoprune tab only for repo write permission (PROJQUAY-6780) (#2723)
ui: show repository autoprune tab only for write permission (PROJQUAY-6780)

Signed-off-by: harishsurf <hgovinda@redhat.com>
2024-03-07 23:55:59 +05:30
Brandon Caton
2cf6b60190 ui: not displaying build tab when repo is mirror or readonly (PROJQUAY-6827) (#2730)
not displaying build tab when repo is mirror or readonly
2024-03-07 10:37:08 -05:00
Brandon Caton
4f0db4b90f quota: feature flagging quota edit/view/enforce (PROJQUAY-6734) (#2709)
feature flagging quota edit/view/enforce functionality
2024-03-05 13:10:18 -05:00
Harish Govindarajulu
0be8cb7cb1 Add auto-prune tests + fix namespace autoprune policy UI issue (PROJQUAY-6773) (#2717)
Signed-off-by: harishsurf <hgovinda@redhat.com>
2024-03-04 15:29:27 +00:00
Marcus Kok
b6c6f00c3b ui: fix bug in usage logs description (PROJQUAY-6755) (#2711)
fix change state to be a function
2024-03-01 09:52:42 -05:00
Sunandadadi
74fd23d7d3 backend: Syncing teams with OIDC group (PROJQUAY-6290) (#2693) 2024-02-27 16:53:51 -05:00
Marcus Kok
5e3381a425 ui: add usage log table (PROJQUAY-6702) (#2695)
Adds table for logs in the repository and organization settings.
2024-02-27 12:22:20 -05:00
Harish Govindarajulu
98811f5397 feat: Add auto-prune policy at repository level (PROJQUAY-6354) (#2691)
* feat: Add support for auto pruning at repository level (PROJQUAY-6354)

* Add repositoryautoprunepolicy table to alembic migration script

* Add repository auto-prune policy endpoints

* Add UI for repository auto-pruning policies

* case: apply repo auto-prune policy when no namespace policy given

* case: both namespace and repo pruning policy are given

* Add tests for repository autoprune endpoint

* Add cypress test for repository auto-prune

* Add repo auto-prune policy clean-up for repository deletion

* Add repository auto pruning tables to quay db snapshot for cypress tests

* Address review comments

* Add more tests + fix CI + reformat files

* Address review comments #2

---------

Signed-off-by: harishsurf <hgovinda@redhat.com>
2024-02-27 15:02:57 +05:30
Sunandadadi
4cb0a57488 ui: ui and initial scaffolding for OIDC auth (PROJQUAY-6298) (#2646)
* added base class for OIDC auth + UI

* adding read-only teams page + display sync config + option to remove team sync

* setting page in read only mode fix

* ui tests

* adding validation for group name input

* fixes based on review + fixing test suite

* add backend tests for externalOIDC

* minor fixes
2024-02-20 11:58:10 -05:00
Marcus Kok
0c03e6af6b ui: add chart for usage logs (PROJQUAY-6701) (#2681)
Adds chart in usage log view for orgs and repos
2024-02-19 11:02:26 -05:00
Brandon Caton
b641538bad ui: removing repo settings and build UI feature flags (PROJQUAY-6617) (#2680)
Removing repo settings and build UI feature flags since they should be enabled by default.
2024-02-19 09:19:10 -05:00
Marcus Kok
ca78dddfc6 ui: add width and height for logo (PROJQUAY-5460) (#2683)
Adds width and height to logo so it shows up in console dot
2024-02-16 13:55:48 -05:00
Brandon Caton
00d983bf4b ui: view builds logs (PROJQUAY-6296) (#2679)
Add's the functionality to click on a build in the build history table to view build logs as well as cancel the build.
2024-02-16 11:23:55 -05:00
Marcus Kok
426e1a946d ui: add overview to plugin (PROJQUAY-5460) (#2682)
Adds overview nav to PluginMain.tsx so it doesn't return a 404 when viewed from console dot.
2024-02-15 12:50:38 -05:00
Brandon Caton
417e66ee76 ui: run builds (PROJQUAY-6297) (#2636)
Adds the ability for users to run builds via the Patternfly UI.
2024-02-13 12:00:59 -05:00
Marcus Kok
19f2bb81d7 ui: add breadcrumbs for overview (PROJQUAY-5460) (#2676)
* add breadcrumbs for overview
* update nginx conf
* update domainRoute
2024-02-13 09:45:00 -05:00
Marcus Kok
5f4c15bebd ui: add export button for usage logs (PROJQUAY-6420) (#2492)
Adds tab for logs in the organization and repository views. Adds modal
for exporting the logs to either an email or callback url.
2024-02-09 09:41:46 -05:00
Marcus Kok
5c44cc483f ui: add section for RH subscriptions under billing settings (PROJQUAY-5363) (#2656)
* Add marketplace ui to patternfly
* Fix bug where unlimited private repo sku
showed extremely large number in ui
2024-02-08 14:03:59 -05:00
Brandon Caton
df73b6e9e1 ui: updating references to status.redhat.com (PROJQUAY-6654) (#2645)
Updates references from `status.quay.io` to `status.redhat.com`.
2024-02-07 14:07:38 -05:00
Daniel Messer
0981ce15a2 ui: fix scrollbars and various layout issues (PROJQUAY-6619) (#2629)
* fix scrollbars and various layout issues
* consistently disabling padding
* place actions kebap right from "create repository" button"

---------

Signed-off-by: dmesser <dmesser@redhat.com>
2024-02-07 09:18:30 +01:00
Brandon Caton
7ba3a3d988 ui: adjusting size of avatar (PROJQUAY-6676) (#2660)
adjusting size of avatar
2024-02-06 15:00:49 -05:00
Brandon Caton
03b7fec211 ui: implementing github and gitlab build triggers (PROJQUAY-6585) (#2614)
Adds the creation of GitHub and GitLab build triggers.
2024-01-25 13:00:51 -05:00
Daniel Messer
40bcd1f141 ui: allow for regular expressions to be used in search (PROJQUAY-6597) (#2611)
allow regex search and simplify search input

---------

Signed-off-by: dmesser <dmesser@redhat.com>
2024-01-22 21:11:44 +01:00
Brandon Caton
7cec2f6697 ui: implementing creation of custom git trigger (PROJQUAY-6299) (#2599)
Implements the build trigger creation wizard.
2024-01-17 10:04:44 -05:00
Brandon Caton
27cceb1bb4 ui: adding build trigger table (PROJQUAY-6295) (#2570)
Adds the table to view configured build triggers for a repository. Includes enabling/disabling, deletion, viewing credentials, and notifying of automatically disabled triggers.
2024-01-11 09:02:24 -05:00
Brandon Caton
7357e317d6 ui: adding build avatar image size (PROJQUAY-6575) (#2580)
adding avatar image size
2024-01-03 15:19:31 -05:00
Daniel Messer
2a22ed09c6 ui: add dark mode to see Quay in a new light or lack thereof (PROJQUAY-6570) (#2575)
Signed-off-by: dmesser <dmesser@redhat.com>
2024-01-03 15:40:32 +01:00
Sunandadadi
77d6ad741b ui: breadcrumbs fix when org and repo names are identical (PROJQUAY-6504) (#2569)
* ui: breadcrumbs fix when org and repo names are identical (PROJQUAY-6504)

* eslint fix

* add tests for team name identical to org and repo name

* format fix

* revert db inserts for queueitem and log table
2023-12-19 16:02:52 -05:00
Brandon Caton
6f365ed745 ui: updating logo for quay.io (PROJQUAY-6531) (#2559)
updating logo for quay.io
2023-12-15 11:31:54 -05:00
Brandon Caton
ac221a601d ui: implementing build history page (PROJQUAY-6293) (#2523)
implementing build history page
2023-12-13 16:03:04 -05:00
Steven Smith
e6d3578106 ui: updates Quay.io documentation redirect link (PROJQUAY-6473) (#2516)
ui: updates Quay.io documentation redirect link

Due to the addition of dedicated Quay.io docs, the Documentation link on Quay.io needs updated to redirect directly to the Quay.io docs, instead of the more general upstream docs

Co-authored-by: Steven Smith <stevsmit@stevsmit.remote.csb>
2023-12-12 14:44:38 -05:00
Sunandadadi
a9eaa380f1 ui: add breadcrumbs for teams page (PROJQUAY-6442) (#2504)
* ui: add breadcrumbs for teams page (PROJQUAY-6442)

* set visibility to false when on teams route

* Revert "set visibility to false when on teams route"

This reverts commit 9a0fb37a50.
2023-11-28 16:57:40 -05:00
Sunandadadi
a7b448c630 ui: following capitalisation guidelines in the new ui (PROJQUAY-6247) (#2488)
* ui: unifying title text to follow sentance case (PROJQUAY-6247)

* capitalize Repository and Organization pronouns

* fixing tests

* fixing eslint

* convert breadcrumbs and page titles to Titlecase

* fixing tests

* fix repositories list test

* reuse title case to capitalize first word + not capitalizing user input

* fixing tests

* fixing eslint

* fix case of page titles

* fixing case for make public
2023-11-21 19:58:43 -05:00