- 10 Jun, 2020 3 commits
-
-
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 8 commits
-
-
Dennis Tang authored
- Also updates accompanying help text to refer to "whitelist" as "allowlist".
-
Adrien Kohlbecker authored
Add support for IAP
-
Mark Florian authored
The "legend" text in the ProjectSelector component was previously only defined in the GlInfiniteScroll component from GitLab UI. There are two problems with that: strings defined in GitLab UI aren't translatable, and also the string is generic and referred to "items" rather than "projects". This also updates the existing `items` slot to use the Vue 2.6+ sytax. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/217985.
-
Olena Horal-Koretska authored
-
Francisco Javier López authored
-
Justin Ho authored
And refactor frontend code. Use isEmpty to avoid prop validation errors because value is a string and not a boolean.
-
Alper Akgun authored
This is a second iteration on the issue weight upgrade CTA It tests also dismissable alerts
-
Dan Jensen authored
Previously Contribution Analytics listed "approved" merge requests, which meant merged. That use of non-standard terminology was confusing to users, so this changes it to "merged" for clarity.
-
- 03 Jun, 2020 3 commits
-
-
Jan Beckmann authored
-
Coung Ngo authored
Code was a bit messy so this commit improves it without changing any logic
-
David Pisek authored
This commit adds a tooltip, which explains the "unknown" status, to the severity-badge Vue component.
-