- 20 May, 2020 40 commits
-
-
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
-
Daniel Gruesso authored
-
Paul Slaughter authored
Fixing the JEST config for IDEs See merge request gitlab-org/gitlab!32546
-
Natalia Tepluhina authored
Merge branch '217321-update-the-admin-audit-events-sorting-dropdown-to-a-vue-app-which-utilises-gitlab-ui' into 'master' Change Admin Audit Events sorting field to use GitLab UI Closes #217321 See merge request gitlab-org/gitlab!32299
-
Robert Hunt authored
Added to the admin audit logs HAML and index.js files Removed some classes since they weren't being used %form was removed entirely because it was in another form, so changing it to a div actually brought those styles out when they were never used! Add translations
-
Suzanne Selhorn authored
Edited Telemetry docs per review See merge request gitlab-org/gitlab!32615
-
Adam Hegyi authored
Propagate instance-level integration to projects See merge request gitlab-org/gitlab!32331
-
Arturo Herrero authored
When an admin saves an instance-level integration, they will have two options that will propagate the settings differently. - Apply changes to inherited integrations: - Updates integration for inherited projects - Creates integrations for projects without integrations - Apply changes to all integrations: - Updates integration for all projects - Creates integrations for projects without integrations
-
Suzanne Selhorn authored
Add all breaking changes for the Runner in 13.0 See merge request gitlab-org/gitlab!32445
-