An error occurred fetching the project authors.
- 11 Jan, 2021 1 commit
-
-
Zack Cuddy authored
This change introduces the beginning of the new UI for Geo Nodes Status. This change is behind the :geo_nodes_beta feature flag. After our full rollout these files will take over the current Geo Node Status view. For now we plan to roll it out on a seperate route that will for a time exist along side the normal route before taking it over. More can be read about this approach on the epic: https://gitlab.com/groups/gitlab-org/-/epics/4712
-
- 15 Oct, 2020 1 commit
-
-
Jiaan Louw authored
This adds a delete button to the credentials inventory display for admins and groups.
-
- 09 Oct, 2020 1 commit
-
-
Dallas Reedy authored
Allow admin users of CE/FOSS instances with 50+ users to contact GitLab to get a free instance review.
-
- 17 Sep, 2020 1 commit
-
-
Tyler Amos authored
Introduces a new controller, Admin::Licenses::UsageExportsController, which defines a show action for downloading the usage export CSV. Adds the `License.in_license_term` method for returning all HistoricalData within the dates of a license.
-
- 09 Sep, 2020 1 commit
-
-
Robert Hunt authored
- Added a new column to the PAT view for instance only - Added new routes for instance revoke - Added new revoke method to handle the revoking of the PAT - Added tests
-
- 08 Sep, 2020 1 commit
-
-
Tan Le authored
This change allows administrator to export audit events to CSV file. The maximum file size is capped to 15Mb since it can fit nicely as an email attachment and is a common limit across other CSV reports. We decided not to cap by number of records (i.e 10k audit events) due to some memory concerns since it requires 10k of records being fetched as part of the preloading step.
-
- 17 Aug, 2020 1 commit
-
-
Dmitry Gruzd authored
-
- 10 Jul, 2020 1 commit
-
-
Mike Kozono authored
...for replicables managed by the Geo Self-Service Framework. Also, generalize specs so that none of these files need to be touched when adding a new replicable.
-
- 07 Jul, 2020 1 commit
-
-
Dmitry Gruzd authored
We implement UI for triggering and monitoring zero-downtime reindexing in the admin UI
-
- 03 Jun, 2020 1 commit
-
-
Zack Cuddy authored
This splits off from: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32872 This is an attempt at MVC to avoid a massive MR. This commit implements the files required to hook up the Route, View, and Controller. There will be future commits/MRs to implement the rest of the above listed MR. The navigational elements to get here are hidden behind the FF :geo_self_service_framework
-
- 13 May, 2020 1 commit
-
-
Zack Cuddy authored
Currently, everytime we add a new replicable type, it requires a new item in the side-nav. This creates a new design pattern to allow us to better use space to differentiate replicables. This view contains all replicable types in one consistent place. This opens the door for further UI expansion as we open up Geo Self-Service to countless new replicable types.
-
- 12 May, 2020 1 commit
-
-
Lee Tickett authored
-
- 16 Apr, 2020 1 commit
-
-
Tyler Amos authored
- Adds preview payload button below the Seat Link toggle on the Metrics and Profiling admin page. - Creates SeatLinkData module as a place to store common logic needed to construct the payload for Seat Link requests. Used by SyncSeatLinkWorker and Preview payload. - Moves spec helper method create_current_license to EE::LicenseHelpers for reuse. - Genericize the UsagePingPayload JS class as PayloadPreviewer for reuse. - Add info about preview payload to Seat Link documentation.
-
- 08 Apr, 2020 1 commit
-
-
Corinna Wiesner authored
With the clearer breakdown of the users statistics a new logic was introduced to gather the users counts. The users statistics is also available for CE and not just for EE now.
-
- 17 Dec, 2019 1 commit
-
-
Manoj M J authored
This change introduces new Credentials Inventory feature, available for admins.
-
- 26 Nov, 2019 1 commit
-
-
Zack Cuddy authored
This adds the base ruby/rails files This adds the DOM hook for Vue This adds the app.vue and index.js Init the Vuex Store This adds all actions/mutations This also inits the state/constansts Add api endpoint Vuex Store Tests This tests all the store functionality This also creates MOCK_DATA Lock behind feature flag Prettyify and Eslint Forgot to run linting commands Remove whitespace Fix empty line Fix more lint issues Add a few fixes Missed a lint Fixes based on @filipa review More feedback changes Fix the broken service Delete disabled page Spec feedback Round of linting Manual add to gitlab.pot Store spec and app spec Tests Linting and i18n Service test A few more fixes Copy past issue Add test in api spec A round of linting lint Weird lint So many linting commands Rename api function Moar linting Lint
-
- 21 Nov, 2019 1 commit
-
-
Zack Cuddy authored
Getting the nav to behave Create notice
-
- 19 Nov, 2019 1 commit
-
-
Heinrich Lee Yu authored
This makes it so that more specific routes are defined first. This improves routing as the router matches the correct route faster. Extracted from: https://gitlab.com/gitlab-org/gitlab/merge_requests/19412
-
- 08 Nov, 2019 1 commit
-
-
Heinrich Lee Yu authored
This reverts merge request !19412
-
- 07 Nov, 2019 1 commit
-
-
Heinrich Lee Yu authored
EE-routes should override CE ones so it should come first. This also makes fallback routes in CE work efficiently. For example: `/namespace/project/insights` matches ProjectsController#show first and then fails due to ProjectUrlConstrainer (when it was checking for existence) then it tries to match the route defined in EE. This results in unnecessary SQL queries when we had existence checks and broken routes when we removed the existence check. We also needed to move the definition of legacy routes so that they are matched earlier.
-
- 07 Oct, 2019 1 commit
-
-
Brett Walker authored
routes into EE
-
- 03 Sep, 2019 1 commit
-
-
Lee Tickett authored
This reverts commit dd16fdbcd56ec2a4b0e4eccb4c2dd09bd39009a3.
-
- 07 Aug, 2019 1 commit
-
-
Douglas Barbosa Alexandre authored
It's not clear what is clear what "recheck" means in the Geo context. Since we use verification instead of check everywhere this change these actions to use "reverify" instead.
-
- 06 May, 2019 1 commit
-
-
Mark Chao authored
Indexing done in background job
-
- 05 Apr, 2019 1 commit
-
-
Toon Claes authored
Add the controller and the views to show the list of upload registries.
-
- 02 Nov, 2018 1 commit
-
-
Gabriel Mazetto authored
Added Resync all and Recheck all actions to the Geo > Projects page. Added ProjectRegistryBatchWorker that is responsible for doing mass update on the ProjectRegistry entries to flag them as requiring recheck or resync.
-
- 26 Oct, 2018 1 commit
-
-
Lin Jen-Shin authored
-