An error occurred fetching the project authors.
- 11 Jun, 2020 8 commits
-
-
GitLab Crowdin Bot authored
Sync the latest translations from Crowdin for all locales. Relates to: https://gitlab.com/gitlab-org/gitlab/-/issues/217540
-
Nathan Friend authored
This commit updates the "Assets" section on Release blocks to be collapsible (collapsed by default) and to be grouped by asset type.
-
Payton Burdette authored
Insert variables table to admin settings, to manage instance variables via the UI.
-
Markus Koller authored
- Add generic `wiki_path` / `wiki_page_path` helpers. - Move views into `app/views/shared`. - Move JS assets into `app/assets/javascripts/pages/shared`. - Refer to `@wiki` instead of `@project` in views. - Use constants on `Wiki` instead of `ProjectWiki`.
-
Sarah Yasonik authored
In order to display in the UI when an issue is published to a status page app, we want to expose the url of the status detail page for the issue is to the FE as part of the issue request.
-
Payton Burdette authored
Add filter by tag name, also bring in public api for fetching project tags.
-
Sarah Yasonik authored
Adds table and model for AlertManagement::AlertAssignee, which will enable the association of users with alerts. This will aide in triaging incoming alerts for a project. This commit also adds the ability to read assignees for alerts to the GraphQL API.
-
Marcel Amirault authored
Links in the checkbox text were complicated the tests, so I removed them to keep this MR as an MVC
-
- 10 Jun, 2020 5 commits
-
-
Mathieu Parent authored
Fixes: #211482
-
Doug Stull authored
- UX improvement to align with naming in other areas.
-
nicolasdular authored
This adds an alert for projects and groups when the namespace storage limit reaches a certain threhsold. Depending on the threshold and alert_level we show different styles of the alert. We use cookies for to keep the alerts hidden for a user per namespace and alert level. This is the first iteration of the alert system for namespace storage limit and will be improved later since it does not align with our UX guidelines to keep alerts closed for a user. We need to use cookies because we have no other system in place so far to keep track of user + namespace + alert level.
-
Simon Knox authored
Adds a GraphQL type for Sprints as well as adding it to Issues/Projects/Groups and adding an Issue::SetSprint and Group::CreateSprint mutators.
-
Kushal Pandya authored
Shows test report status badge on requirements list page
-
- 09 Jun, 2020 7 commits
-
-
Emily Ring authored
Also: - Adds Sentry tracking and flash error message - Adds specs - Updates localization
-
Sarah Groff Hennigh-Palermo authored
Changes haml, graph, adds images and docs
-
Zack Cuddy authored
The text when a Geo sync is disabled was hardcoded to container registries. This should actually mention what sync it actually is. This MR adds the item title as a variable in the disabled text.
-
Roger Meier authored
Closes #216938
-
Nick Kipling authored
Moved versions text into options inside component Added spec for testing image src
-
Justin Ho Tuan Duong authored
Add ability to test with different events
-
Daniel Tian authored
-
- 08 Jun, 2020 12 commits
-
-
Serena Fang authored
Updated vue cluster list component to remove cluster icon which was sending in incorrect info, so removed due to bugs.
-
Jesse Hall authored
-
Roger Meier authored
Closes #23652
-
Andrew Fontaine authored
This allows users to use pre-defined lists of users to toggle a feature flag on or off.
-
Illya Klymov authored
Add Vue-based experiment for new create project UX
-
Pavel Shutsin authored
Approved MRs cound should reflect number of approved MRs for given user for given time period
-
Rayana Verissimo authored
-
Manoj M J authored
This change allows to specify multiple email domains in a comma separated fashion, when specifying domains to restrict group membership of users by.
-
Illya Klymov authored
- introduce support for incompatible repos rows - refactor storage according to latest Vuex guidelines - added slots for warning messages
-
Tim Zallmann authored
Update Compress Icon to size 48
-
Thomas Randolph authored
-
Fernando authored
* Remove from Settings -> CI/CD -> License Compliance Remove no longer used tests * Remove QA tests that no longer apply Update POT files * Regenerate translations Remove reference to unused Module * Remove EE CI/CD reference Add changelog entry * Add changelog to remove license compliance UI
-
- 05 Jun, 2020 7 commits
-
-
Payton Burdette authored
Create the pipeline status token for filtering pipelines by status. Add specs for new token and update query params.
-
Paul Gascou-Vaillancourt authored
- Created a basic landing page for the upcoming on-demand scans feature - Created a minimal Vue for displaying an empty state in the new page - Added specs
-
Allison Browne authored
Support alerts as a target_type so that they display in the To Do list. This does not include the logic to populate alerts to the todo list.
-
Aleksei Lipniagov authored
Precalculate links and other per-commit data beforehand, as huge blame which may consist of >9000 groups, may have only 1000 unique commits (as seen on locales/gitlab.pot).
-
Kushal Pandya authored
Adds filtered search and sort support on Requirements page.
-
Doug Stull authored
- to entice more user expansion into collaboration
-
Nick Kipling authored
Refactors package details app Refactos packages_list and packages_list_app Updated tests Updated pot file
-
- 04 Jun, 2020 1 commit
-
-
Dennis Tang authored
- Also updates accompanying help text to refer to "whitelist" as "allowlist".
-