- 10 Jul, 2019 38 commits
-
-
Kushal Pandya authored
Add ability to sort Dependency List by Severity See merge request gitlab-org/gitlab-ee!14567
-
Mark Florian authored
This adds "Severity" to the available sorting options on the Dependency List. This will sort the dependencies according to the severity of any of their detected vulnerabilities. This contributes towards the larger [feature][1] for adding dependency scanning results to the Dependency List, behind the `dependency_list_vulnerabilities` feature flag. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
-
GitLab Bot authored
-
Phil Hughes authored
Reduce margin between modal footer buttons See merge request gitlab-org/gitlab-ce!30428
-
Miranda Fluharty authored
Set margin to 0 except left margin on any button after another button Now matches the 8px from the design spec
-
Phil Hughes authored
Moves EE differences for issue boards See merge request gitlab-org/gitlab-ce!30461
-
Filipa Lacerda authored
-
Phil Hughes authored
EE: Moves EE differences for issue boards See merge request gitlab-org/gitlab-ee!14592
-
Filipa Lacerda authored
Deletes ee project model file
-
Kushal Pandya authored
"Security Dashboard unavailable" empty state See merge request gitlab-org/gitlab-ee!9517
-
Victor Zagorodny authored
Adds an EE override of groups#show action that renders groups/security/dashboard#show view and substitutes the controller_path, controller_name and action_name to pretend that we're still rendering groups/show for JS bundles and sidebar navlinks to display and load correctly
-
GitLab Bot authored
-
James Lopez authored
Propagate python version variable See merge request gitlab-org/gitlab-ce!30519
-
Can Eldem authored
-
GitLab Bot authored
-
Jan Provaznik authored
GraphQL mutations for managing Notes See merge request gitlab-org/gitlab-ce!30210
-
Jan Provaznik authored
GraphQL mutations for managing Notes (EE) See merge request gitlab-org/gitlab-ee!14497
-
GitLab Bot authored
-
Jan Provaznik authored
Rename ProjectEntity to IssuableEntity Closes #58275 See merge request gitlab-org/gitlab-ce!30217
-
Jan Provaznik authored
Rename ProjectEntity to IssuableEntity See merge request gitlab-org/gitlab-ee!14484
-
GitLab Bot authored
-
Sanad Liaquat authored
Make tests explicitly fabricate resources via the API See merge request gitlab-org/gitlab-ce!30515
-
GitLab Bot authored
-
Evan Read authored
Include merge method link in attribute description Closes #64282 See merge request gitlab-org/gitlab-ce!30492
-
Cindy Pallares 🦉 authored
Currently, the project visibility methods attribute description link to the descriptions and options for visibility methods. The merge methods attribute description doesn't should do the same.
-
-
-
Luke Duncalfe authored
A new `discussion_id` argument on the `createNote` mutation allows people to create a note within that discussion. The ability to lazy-load Discussions has been added, so GraphQL.object_from_id can treat Discussions the same as AR objects and batch load them. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826 https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
-
-
-
GitLab Bot authored
-
Thong Kuah authored
Sorts the expected labels in the note Closes #12737 See merge request gitlab-org/gitlab-ee!14624
-
Thong Kuah authored
Make VulnerabilitiesFinder agnostic between Projects and Groups See merge request gitlab-org/gitlab-ee!14471
-
Evan Read authored
Docs: fix typo See merge request gitlab-org/gitlab-ce!30505
-
Heinrich Lee Yu authored
The sorting we assume is not guaranteed when the ID reaches double digits because we sort it by reference string This fixes the problem by sorting the expectation by reference string too
-
Luke Duncalfe authored
A new `discussion_id` argument on the `createNote` mutation allows people to create a note within that discussion. The ability to lazy-load Discussions has been added, so GraphQL.object_from_id can treat Discussions the same as AR objects and batch load them. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826 https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
-
-
-
- 09 Jul, 2019 2 commits
-
-
GitLab Bot authored
-
Fatih Acet authored
Fix uneven click areas in toast actions Closes #64066 See merge request gitlab-org/gitlab-ce!30345
-