- 20 May, 2020 40 commits
-
-
Mayra Cabrera authored
Show security reports summary in pipelines' Security Dashboard - Frontend See merge request gitlab-org/gitlab!31136
-
Paul Gascou-Vaillancourt authored
- Created the :pipelines_security_report_summary feature flag - Added GraphQL query for fetching security report summary - Render filters with additional information - Updated tests
-
Illya Klymov authored
Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/pages/admin/projects/index/components/delete_project_modal.vue' into 'master' Update deprecated slot syntax in `./app/assets/javascripts/pages/admin/projects/index/components/delete_project_modal.vue` See merge request gitlab-org/gitlab!31994
-
Gilang Gumilar authored
Update deprecated slot syntax in `./app/assets/javascripts/pages/admin/projects/index/components/delete_project_modal.vue`
-
Illya Klymov authored
Create issue from alert See merge request gitlab-org/gitlab!32193
-
Olena Horal-Koretska authored
-
Nick Gaskill authored
Remove deprecated prefix variables See merge request gitlab-org/gitlab!32347
-
Philippe Lafoucrière authored
-
Russell Dickenson authored
Update PHPCS env flags in analyzer settings See merge request gitlab-org/gitlab!31034
-
Benjamin Zeigler authored
- Related to Issue #216507
-
Enrique Alcántara authored
Upgrades GitLab UI to v14.14.2 See merge request gitlab-org/gitlab!32553
-
Paul Gascou-Vaillancourt authored
Addresses breaking changes in charts and empty state components
-
Dylan Griffith authored
Add terraform reports metrics to usage data Closes #207532 See merge request gitlab-org/gitlab!31281
-
Peter Leitzen authored
Fix leaky constant in commit entity spec See merge request gitlab-org/gitlab!32039
-
Rajendra Kadam authored
-
Heinrich Lee Yu authored
Fix rounding errors in Redis, Rugged and Gitaly call durations See merge request gitlab-org/gitlab!31223
-
Jacob Vosmaer authored
Rounding causes a loss of information. We should only round numbers when we have to. This commit fixes instrumentation code that was unnecessarily rounding intermediate results.
-
Peter Leitzen authored
Fix leaky constant in spam constants See merge request gitlab-org/gitlab!31959
-
Rajendra Kadam authored
-
Peter Leitzen authored
Fix leaky constant in factory spec See merge request gitlab-org/gitlab!32174
-
Rajendra Kadam authored
-
Dan Davison authored
Unquarantine Geo LFS specs Closes #212632 See merge request gitlab-org/gitlab!32629
-
Mayra Cabrera authored
Rate limit project export by user See merge request gitlab-org/gitlab!31719
-
Josianne Hyson authored
Scope the project export rate limit to user, rather than user and project so that the limit is applied across all projects that the user attempts to export. For more information see: https://gitlab.com/gitlab-org/gitlab/-/issues/212707 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31719
-
Stan Hu authored
Expose Group-level vulnerability export url See merge request gitlab-org/gitlab!32591
-
Igor Drozdov authored
Improve Add/Remove Issue Labels API See merge request gitlab-org/gitlab!31864
-
Lee Tickett authored
-
Enrique Alcántara authored
Filter pipelines based on url query params See merge request gitlab-org/gitlab!32230
-
Peter Leitzen authored
Fix leaky constant in cache headers spec and issues importer spec See merge request gitlab-org/gitlab!32122
-
Rajendra Kadam authored
-
Peter Leitzen authored
Fix leaky constant in sidekiq middleware server metrics spec See merge request gitlab-org/gitlab!32104
-
Rajendra Kadam authored
-
pburdette authored
Validate query params and clean up the code. Also updated a few specs.
-
pburdette authored
Remove axios mocks that are not needed in the tests since we are using jest spy.
-
pburdette authored
Generate changelog for Filtering pipelines by url query params.
-
pburdette authored
Move api calls out of filtered search and into tokens. This is needed to display url params values when the component is mounted.
-
pburdette authored
Take the url params and set the value of those to the filter bar and it's tokens.
-
pburdette authored
Pass url query params to the pipeline component.
-
Matt Kasa authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/207532
-
Marcia Ramos authored
Add support for including user/groups from parent/ancestors See merge request gitlab-org/gitlab!32353
-