- 10 Jun, 2020 40 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.
-
Marcia Ramos authored
Single source of truth for import/export compatibility See merge request gitlab-org/gitlab!34097
-
James Lopez authored
Remove trial_ends_on from namespaces API See merge request gitlab-org/gitlab!34272
-
Marcel Amirault authored
Create Code Quality troubleshooting section Closes #220263 See merge request gitlab-org/gitlab!34048
-
Katrin Leinweber authored
-
Enrique Alcántara authored
Make issue list skeletons look more like issues See merge request gitlab-org/gitlab!33915
-
Simon Knox authored
-
Enrique Alcántara authored
Resolve "Remove YAML front matter from editable content in the Static Site Editor" See merge request gitlab-org/gitlab!33441
-
Sean McGivern authored
This was only used by our customers app. `trial_ends_on` still exists in the API for `gitlab_subscriptions`, which is correct. The `namespaces.trial_ends_on` column no longer exists.
-
Marcia Ramos authored
Update tier of Reviews functionality See merge request gitlab-org/gitlab!33167
-
Patrick Bajao authored
It's now part of Core so documentation should reflect it.
-
Marcia Ramos authored
Link `changelogs/unreleased/` to main repo rather than FOSS See merge request gitlab-org/gitlab!34023
-
Ben Bodenmiller authored
-
Igor Drozdov authored
Lazy load commit date and authored date Closes #217570 See merge request gitlab-org/gitlab!34181
-
Marcia Ramos authored
Add security section to PlantUML documentation Closes #18085 See merge request gitlab-org/gitlab!33061
-
Tim Zallmann authored
Replace fa-file-image-o with GitLab media icon See merge request gitlab-org/gitlab!34196
-
Jeremy Elder authored
-
Phil Hughes authored
Show test report status badge on Requirements list page Closes #215516 See merge request gitlab-org/gitlab!33848
-
Dmytro Zaporozhets authored
Allow blank external_dashboard_url See merge request gitlab-org/gitlab!33423
-
Kushal Pandya authored
Remove findAssignee logic from issue model See merge request gitlab-org/gitlab!32238
-
Marvin Karegyeya authored
-
Kushal Pandya authored
Remove addMilestone logic from issue model See merge request gitlab-org/gitlab!32235
-
Marvin Karegyeya authored
-
Mark Florian authored
Merge branch '218545-refactor-container-registry-frontend-code-to-ease-community-contribution' into 'master' Refactor tags table to own component Closes #219792 See merge request gitlab-org/gitlab!34059
-
Nicolò Maria Mezzopera authored
- new component - unit tests - snapshots
-
Kushal Pandya authored
Remove removeLabel logic to from issue model See merge request gitlab-org/gitlab!32251
-
Marvin Karegyeya authored
-
Illya Klymov authored
Resolve "Refactor issues analytics filter handling" See merge request gitlab-org/gitlab!33953
-
Brandon Labuschagne authored
Migrate issues analytics filters from being stored as a string to an object. Required in order to better handle transformation of params for different endpoint requirements.
-
Kushal Pandya authored
Remove removelabels logic from issues model See merge request gitlab-org/gitlab!32252
-
Marvin Karegyeya authored
-
Illya Klymov authored
Web IDE: Move some file props away from the file object See merge request gitlab-org/gitlab!33870
-
Himanshu Kapoor authored
Moved to ide_status_list.vue, and eol is computed based on file's contents.
-
Kushal Pandya authored
Remove removeMultipleIssues function logic from list model See merge request gitlab-org/gitlab!32254
-
Marvin Karegyeya authored
-
Illya Klymov authored
Fix default path when creating project from group template Closes #26563 See merge request gitlab-org/gitlab!30597
-
Lee Tickett authored
-
Phil Hughes authored
Display iterations list Closes #214713 See merge request gitlab-org/gitlab!31335
-
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.
-
Shinya Maeda authored
Prefer to use symbols for feature flag names See merge request gitlab-org/gitlab!34258
-