- 07 May, 2020 40 commits
-
-
Bob Van Landuyt authored
Move Design Management-related model code to FOSS See merge request gitlab-org/gitlab!31165
-
Mark Florian authored
Link license management button to license compliance policies section See merge request gitlab-org/gitlab!30344
-
Sanad Liaquat authored
QA Page Objects updated with new Vue files See merge request gitlab-org/gitlab!30960
-
Anastasia McDonald authored
Pages snippet/new.rb and snippet/show.rb updated Snapshots updated
-
Phil Hughes authored
Changed actions pattern in Vuex guideline See merge request gitlab-org/gitlab!31302
-
Natalia Tepluhina authored
-
Imre Farkas authored
Refactor usage data fallback argument See merge request gitlab-org/gitlab!30983
-
Rémy Coutable authored
Clear Redis-queues on Sidekiq::Testing.inline! Closes #216732 See merge request gitlab-org/gitlab!31192
-
Bob Van Landuyt authored
Since in specs we run though all the middleware for Sidekiq jobs, and that Sidekiq middleware writes to Redis for job deduplication we should clear that Redis before and after each spec to make sure that the idempotency keys don't bleed into other specs. The client middleware for job-deduplication writes a key to redis. The server middleware removes it again before running the job. If the spec were to get interrupted between these 2 steps, then the key could remain in Redis causing failures on the next run in development.
-
Rémy Coutable authored
Remove gitlab_ui_wg specific Dangerfile See merge request gitlab-org/gitlab!31248
-
Heinrich Lee Yu authored
Add developer doc for multi-version awareness See merge request gitlab-org/gitlab!30132
-
Heinrich Lee Yu authored
Multiple versions of our application can run in production at the same time and developers should be aware of this
-
Lin Jen-Shin authored
Disallow most failure when CI config are changed Closes #215846 See merge request gitlab-org/gitlab!30831
-
Bob Van Landuyt authored
New Crowdin translations - 05 May 2020 Closes #214495 See merge request gitlab-org/gitlab!31147
-
James Lopez authored
Add standalone_vulnerabilities_enabled filter to API See merge request gitlab-org/gitlab!31081
-
Mehmet Emin INAC authored
This filter will be used to return only the projects which are using the standalone vulnerabilities. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/213610
-
Jan Provaznik authored
Remove share_group_with_group feature flag Closes #36639 See merge request gitlab-org/gitlab!31077
-
James Lopez authored
Remove FF ci_pipeline_schedule_async See merge request gitlab-org/gitlab!30594
-
Dave Pisek authored
Leverage recent changes made to the specs to get closer to replicating actual user interaction, instead of reaching into implementation details, such as mutating a view model.
-
Dylan Griffith authored
Add accessibility report for a pipeline See merge request gitlab-org/gitlab!30095
-
Dylan Griffith authored
Reorder Email Handlers based on traffic pattern See merge request gitlab-org/gitlab!31243
-
Heinrich Lee Yu authored
Remove FF ci_support_interruptible_pipelines See merge request gitlab-org/gitlab!30593
-
Heinrich Lee Yu authored
Remove mentioning of deprecated sast_container See merge request gitlab-org/gitlab!30860
-
James Lopez authored
Load multiple root certificates in Auth::Smartcard::Base.store See merge request gitlab-org/gitlab!26812
-
charlie ablett authored
Add query for projects selected for instance security dashboard See merge request gitlab-org/gitlab!30064
-
Alan (Maciej) Paruszewski authored
Add ability in GraphQL API to query projects added in Instance Security Dashboard.
-
Dylan Griffith authored
Add validation on params for Kubernetes and Elasticsearch PodLogs See merge request gitlab-org/gitlab!30165
-
Martin Wortschack authored
Resolve "Event tracking not firing for suggest_pipeline experiment" Closes #216306 See merge request gitlab-org/gitlab!30894
-
Doug Stull authored
- automatic tracking because the this.track seems to not be going through
-
Evan Read authored
Fix badge markup for the Service Desk page See merge request gitlab-org/gitlab!31295
-
Kushal Pandya authored
Update mobile view for alert lists Closes #214522 See merge request gitlab-org/gitlab!31082
-
David O'Regan authored
-
Kushal Pandya authored
Remove unused state in Epics Roadmap See merge request gitlab-org/gitlab!30984
-
Russell Dickenson authored
-
Marcel Amirault authored
Docs added permissions for merge trains Closes #29850 See merge request gitlab-org/gitlab!30526
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/29850
-
Marcel Amirault authored
Fix capitalization of ID in more places See merge request gitlab-org/gitlab!31293
-
Evan Read authored
-
James Ramsay authored
Correct Gitaly auth instructions See merge request gitlab-org/gitlab!31014
-
charlie ablett authored
Fix RST rendering hanging on large files Closes #13244 See merge request gitlab-org/gitlab!31287
-