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

18 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
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
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
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
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
Sunandadadi
d860e40b3d ui: breadcrumbs on new ui (PROJQUAY-5452) (#1893)
* UI: Breadcrumbs fix (PROJQUAY-5452)

* minor fixes

* using a generalized function to fetch the next breadcrumb item

* remove building breadcrumbs from browser histroy

* add tests

* fixing eslint

* fetching element from test-id instead of patternfly class
2023-11-15 11:44:18 -05:00
Harish Govindarajulu
5d5e7c16b1 ui: Add create new team button (PROJQUAY-5685) (#2309)
* ui: Add create new team button (PROJQUAY-5685)
* Address review comments

Signed-off-by: harishsurf <hgovinda@redhat.com>
2023-10-20 11:23:24 -04:00
Harish Govindarajulu
b76fa5bc9f ui: Default Permissions tab (PROJQUAY-4570) (#1856)
Signed-off-by: harishsurf <hgovinda@redhat.com>
2023-09-27 12:40:09 -04:00
Harish Govindarajulu
226684dfc7 ui: Teams and members (PROJQUAY-4569) (#2007)
Add team and membership tab for organization (PROJQUAY-4569)

Signed-off-by: harishsurf <hgovinda@redhat.com>
2023-08-29 15:03:56 -04:00
Brandon Caton
a5d22fc4b0 ui: adding set expiration tag option (PROJQUAY-5290) (#2059)
Adding set expiration tag option.
2023-08-08 11:18:36 -04:00
Sunandadadi
c014b6af03 UI: Adding functionality to update organization settings (PROJQUAY-5402) (#1864)
* UI: Adding functionality to update organization settings (PROJQUAY-5402)

* Adding hooks on submit

* minor fixes

* fix in converting seconds to human readable

* On submit prevent default

* minor fix

* propagating error message

* adding moment.js to package.json

* Adding moment.js to quay/web package.json folder

* reverting moment js package addition from quay.package.json

* fixes based on PR review
2023-05-15 15:06:31 -04:00
Sunandadadi
e6d834f23d UI: Fixing repository name for nested repos (PROJQUAY-5446) (#1873)
* UI: Fixing repositiry name for nested repos (PROJQUAY-5446)

* Fixing routing for nested repos

* Changing routing for Pluginmain
2023-05-15 10:33:06 -04:00
Syed Ahmed
64e4e32704 ui: fix last modified date on repo list (PROJQUAY-5408) (#1854)
Set to 'N/A' if last modified is not retured from the API
2023-05-01 16:41:10 -04:00
Syed Ahmed
19259c1cb0 ui: Refresh auth token for plugin flow on 401 (PROJQUAY-5390) (#1843)
For standalone flow, redirect to /signin
2023-04-27 17:11:43 -04:00
Syed Ahmed
717db76ca2 ui: Use the correct endpoint for plugin (PROJQUAY-3203) (#1842)
* ui: Use the correct endpoint for plugin (PROJQUAY-3203)

Depending on the where the plugin is deployed use stage
or prod quay.io
2023-04-27 16:17:11 -04:00
Syed Ahmed
05e3773b74 build: Add build scripts for quay.io frontend (PROJQUAY-5229) (#1833)
Adds app-sre-build-deploy-frontend.sh script
2023-04-25 14:36:43 -04:00
Syed Ahmed
2db3b186f9 ui: add support for exposing quay UI as a dynamic plugin (PROJQUAY-3203) (#1799)
* ui: add support for exposing quay UI as a dynamic plugin (PROJQUAY-3203)

* Introduces a new SSO JWT based auth for client side Oauth
* Adds a new entrypoint component for the UI without topnav and sidenav for plugin
* Adds webpack config to build dynamic plugin
2023-04-20 19:05:07 -04:00
Dave O'Connor
f1d8558815 Add quay-ui (#1683)
Signed-off-by: Dave O'Connor <1656866+HammerMeetNail@users.noreply.github.com>
2022-12-20 08:38:16 -05:00