- 11 May, 2020 40 commits
-
-
Mikolaj Wawrzyniak authored
To provide unified and performan fetch interface we need to add finder for metrics_users_starred_dashboards records.
-
Mikolaj Wawrzyniak authored
To better authorize user actions related to metrics_user_starred_dashboard records we need to add dedicated abilities to project policy.
-
Denys Mishunov authored
Resolve "Snippet Search results page styling issue" Closes #216046 See merge request gitlab-org/gitlab!30837
-
Denys Mishunov authored
Replace loading button in epic header See merge request gitlab-org/gitlab!26153
-
George Tsiolis authored
-
Tiger Watson authored
Replace undefined confidence with unknown severity for occurrences See merge request gitlab-org/gitlab!31200
-
Phil Hughes authored
Restore timestamp tooltip on last updated tag column See merge request gitlab-org/gitlab!31317
-
Nicolò Maria Mezzopera authored
- add tooltip - add test to check for presence
-
James Lopez authored
Add License check for the 'send emails from Admin area' feature. See merge request gitlab-org/gitlab!31434
-
Denys Mishunov authored
Migrate spec/javascripts/image_diff tests to Jest Closes #194239 See merge request gitlab-org/gitlab!31359
-
can eldem authored
Add tests for new data Add index for fast scan
-
Marcel Amirault authored
documentation - clarify the terminology, hidden job, not hidden key See merge request gitlab-org/gitlab!31528
-
Kushal Pandya authored
Get files in WebIDE using relative_path See merge request gitlab-org/gitlab!31478
-
Kushal Pandya authored
Fix Mermaid diagram scaling Closes #37282 See merge request gitlab-org/gitlab!25016
-
Christopher Stryker authored
Assign gfm-mermaid class to mermaid diagrams and add appropriate CSS to ensure the width of the rendered SVG doesn't exceed that of the browser.
-
Kushal Pandya authored
Handle empty endDate case See merge request gitlab-org/gitlab!31469
-
Heinrich Lee Yu authored
Move Design Management routes, controllers to FOSS See merge request gitlab-org/gitlab!31176
-
Martin Wortschack authored
Merge branch '214893-value-stream-analytics-move-custom-stages-form-to-separate-module' into 'master' Move custom stages form vuex to separate module" See merge request gitlab-org/gitlab!30684
-
Kushal Pandya authored
Hide child epic icon on Roadmap for Premium accounts See merge request gitlab-org/gitlab!31250
-
James Lopez authored
Ignore .gitattributes if they contain invalid byte sequences Closes #216210 See merge request gitlab-org/gitlab!30922
-
Martin Wortschack authored
Remove VSA feature flags Closes #213092 See merge request gitlab-org/gitlab!31189
-
Heinrich Lee Yu authored
Add vulnerability history to graphql See merge request gitlab-org/gitlab!30674
-
Avielle Wolfe authored
* Add VulnerabilitiesHistoryResolver * Add vulnerabilitySeveritiesCountByDay field to ProjectType * Add day field to VulnerabilitySeveritiesCountType TODO: * Use `days` arg to determine number of days to fetch * Iterate over groups of 10 days so we don't break the DB * Testing!
-
Martin Wortschack authored
Migrate some spec/javascripts/vue_shared specs to Jest See merge request gitlab-org/gitlab!31393
-
Luke Duncalfe authored
This change is part of https://gitlab.com/gitlab-org/gitlab/-/issues/212566 to move all Design Management code to FOSS. This change moves the routes and controllers.
-
James Lopez authored
Handle composer branch/tag retrieval See merge request gitlab-org/gitlab!29991
-
Jan Provaznik authored
Pull duplicate EE::SystemNoteService calls into helpers See merge request gitlab-org/gitlab!31041
-
charlie ablett authored
Fix typo: exists See merge request gitlab-org/gitlab!31572
-
James Lopez authored
Merge branch '216851-graphql-externallypaginatedarrayconnection-can-return-incorrect-number-of-items' into 'master' GraphQL: ExternallyPaginatedArrayConnection can return incorrect number of items Closes #216851 See merge request gitlab-org/gitlab!31252
-
James Lopez authored
Fix sorting alerts in GraphQL See merge request gitlab-org/gitlab!31360
-
Martin Wortschack authored
Change type options text in Variable dialog See merge request gitlab-org/gitlab!30878
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Moved some the isStageNameExistsError function to a utils file
-
Ezekiel Kigbo authored
Adds a loading icon when we are editing a custom stage, the loader will disappear once the updated stages have been fetched. Adds set / clear actions for the saving state Updates related specs
-
Ezekiel Kigbo authored
Added an additional mutation to explicitly set the initial data for the custom stages form
-
Ezekiel Kigbo authored
Minor fixes and cleanup for the cycle analytics store specs Fix base_spec tests
-
Ezekiel Kigbo authored
Ensures that a hidden stage can not be selected for the default stage and that only active stages are used
-
Ezekiel Kigbo authored
Updating action specs with the changes for the new vuex module Update existing mutation specs
-
Ezekiel Kigbo authored
Replaces vuex code for custom stages in the base vue file with the correct code from the new module
-
Ezekiel Kigbo authored
Moves the vuex code for custom stages into a new store module
-