- 06 Jan, 2020 40 commits
-
-
Sean Arnold authored
- Move shared examples into seperate file
-
Thong Kuah authored
Merge branch '12703-escalated-audit-event-for-changing-access-expiration-should-contain-the-expiration-date' into 'master' Resolve "ESCALATED: Audit Event for Changing Access Expiration Should Contain the Expiration Date" See merge request gitlab-org/gitlab!22412
-
Dan Davison authored
Add wait between retries of SSO settings Closes #55242 See merge request gitlab-org/gitlab!22360
-
Dmitriy Zaporozhets authored
Exclude snippets from external caching handling Closes #193498 See merge request gitlab-org/gitlab!22397
-
Dmitriy Zaporozhets authored
Optional skip validation for concurrent foreign key See merge request gitlab-org/gitlab!22282
-
Mayra Cabrera authored
Add Feature Flag Override Toggle See merge request gitlab-org/gitlab!21598
-
Jason Goodman authored
Add backend support Remove frontend feature flag
-
Walmyr Lima e Silva Filho authored
Add retries to performance_bar_spec E2E test assertion methods See merge request gitlab-org/gitlab!22062
-
Jennifer Louie authored
-
Robert Speicher authored
Add `pngquant:compress` and `pngquant:lint` rake tasks See merge request gitlab-org/gitlab!20738
-
Douglas Barbosa Alexandre authored
Extract stack trace from ErrorTracking controller See merge request gitlab-org/gitlab!22158
-
Michael Kozono authored
Add Sentry Client HTTP PUT capability See merge request gitlab-org/gitlab!22230
-
Sean Arnold authored
- Move sentry client http requests into new method
-
Nathan Friend authored
This commit adds two rake tasks: pngquant:compress and pngquant:lint. These tasks automate the compression of our documentation images using pngquant.
-
Lin Jen-Shin authored
Remove deprecated assignee_id from PullRequestImporter See merge request gitlab-org/gitlab!22144
-
Rémy Coutable authored
Update snapshots for latest vue-test-utils Closes #195360 See merge request gitlab-org/gitlab!22484
-
Mark Florian authored
These snapshots were created before `vue-test-utils` was updated in https://gitlab.com/gitlab-org/gitlab/merge_requests/22462, which changed slightly how snapshots are formatted.
-
Robert Speicher authored
Allow namespaces in a trial to upgrade to any plan See merge request gitlab-org/gitlab!22273
-
Achilleas Pipinellis authored
Add note about upgrading Gitaly servers first See merge request gitlab-org/gitlab!22444
-
Achilleas Pipinellis authored
Fix the merge request number See merge request gitlab-org/gitlab!22394
-
Achilleas Pipinellis authored
Added rachel to the personas See merge request gitlab-org/gitlab!22311
-
Phil Hughes authored
Use GraphQL mutation for epic date updates Closes #31915 and #31921 See merge request gitlab-org/gitlab!22467
-
Sean McGivern authored
Clear context when scheduling mirroring jobs See merge request gitlab-org/gitlab!22469
-
Fatih Acet authored
Render WAF statistics See merge request gitlab-org/gitlab!21916
-
Mark Florian authored
Part of [WAF statistics reporting][1]. This adds a WAF statistics summary component and a chart for viewing the history of WAF traffic. In addition, this: - Updates the expected response structure from the WAF statistics endpoint, according to the latest from the ongoing [backend MR][2]. - Removes the link from the popover per [this discussion][3]. - Stops pushing the `threat_monitoring` feature flag to the frontend, since it wasn't being read anyway, and the controller itself is guarded behind the flag, which is sufficient. [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707 [2]: https://gitlab.com/gitlab-org/gitlab/merge_requests/19789 [3]: https://gitlab.com/gitlab-org/gitlab/issues/14707/designs/ee_14707-waf-statistics-reporting_popover.png#note_260158615
-
Bob Van Landuyt authored
Delete old pipelines security report See merge request gitlab-org/gitlab!22152
-
Lukas 'Eipi' Eipert authored
With our completed migration of Security reports from the Frontend to the Backend https://gitlab.com/groups/gitlab-org/-/epics/1425, we now can delete the outdated pipelines security report.
-
Nick Thomas authored
Ide render whitespaces See merge request gitlab-org/gitlab!17244
-
Mathieu Parent authored
See #38060
-
Kushal Pandya authored
Add nextTick to setMethods calls in Jest Closes #191457 See merge request gitlab-org/gitlab!22318
-
Vitali Tatarintev authored
* Rearrange tests * Remove duplication by extracting into before block
-
Kushal Pandya authored
Upgrade @vue/test-utils to latest version Closes #195164 See merge request gitlab-org/gitlab!22462
-
Illya Klymov authored
This commit have changes only in component stubs naming
-
Lin Jen-Shin authored
Move delegator to the EE directory See merge request gitlab-org/gitlab!22460
-
Bob Van Landuyt authored
The `UpdateAllMirrorsWorker` could get scheduled from a request (from a webhook) for a certain project. This means that it would get the pointing to the project the request was performed for. But since the `UpdateAllMirrorsWorker` could schedule updates for other projects, we need to clear that metadata so it doesn't propagate to those jobs that are being scheduled.
-
Vitali Tatarintev authored
The main goal to move towards RESTful controllers. Extracts stack trace action into a separate controller.
-
Rémy Coutable authored
Merge branch '191266-remove-the-branch-pipeline-with-build-qa-image-for-merge-requests' into 'master' Resolve "Remove the branch pipeline with `build-qa-image` for merge requests" Closes #191266 See merge request gitlab-org/gitlab!22357
-
Kushal Pandya authored
Use GraphQL mutation `updateEpic` to update epic startDate and dueDate.
-
Fatih Acet authored
Add a config to disable jQuery and CSS animations See merge request gitlab-org/gitlab!22217
-
Rémy Coutable authored
Resolve "Transient failure in ee/spec/features/boards/boards_spec.rb:221" Closes #118658 See merge request gitlab-org/gitlab!21983
-