- 17 Jan, 2020 14 commits
-
-
Natalia Tepluhina authored
Remove useless attachToDocument usage in spec/frontend/diffs Closes #196755 See merge request gitlab-org/gitlab!23049
-
Kushal Pandya authored
Remove useless attachToDocument usage in spec/frontend/notes Closes #196759 See merge request gitlab-org/gitlab!23045
-
Marcel Amirault authored
Documentation: add design zooming docs See merge request gitlab-org/gitlab!23219
-
Tom Quirk authored
-
Thong Kuah authored
Assign labels to the GMA and project k8s namespaces See merge request gitlab-org/gitlab!23027
-
Dylan Griffith authored
Fix license for wrk in prog limit in boards See merge request gitlab-org/gitlab!23214
-
Scott Stern authored
-
ap4y authored
Namespace labels are essential for predictable network policy targeting. Labels will be assigned to the gitlab-managed-apps namespace and to the project namespaces created by the CI.
-
Thong Kuah authored
Revert "Merge branch 'pages-version-v1-13-0' into 'master'" See merge request gitlab-org/gitlab!23218
-
Thong Kuah authored
Do not allow to create epic when parent reached hierarchy limit See merge request gitlab-org/gitlab!22729
-
Clement Ho authored
Implement ability to ignore Sentry errrors from the list view See merge request gitlab-org/gitlab!22819
-
Thong Kuah authored
Fix broken FOSS build in import_test_coverage_spec.rb Closes #197298 See merge request gitlab-org/gitlab!23216
-
Ray Paik authored
documentation: Remove duplicate word 'located' See merge request gitlab-org/gitlab!23160
-
Stan Hu authored
97f102f4 introduced a fixture that is only present in EE. When the FOSS build attempt to run this test, it failed because the file did not exist. To fix this, we only add this fixture under an EE build. We also need to mute a FOSS-only failure with `project.issues.events` because that relation is only tested in the EE-specific fixture. Closes https://gitlab.com/gitlab-org/gitlab/issues/197298
-
- 16 Jan, 2020 26 commits
-
-
Paul Slaughter authored
Remove useless attachToDocument usage in spec/frontend/pipelines Closes #196760 See merge request gitlab-org/gitlab!23044
-
Mayra Cabrera authored
Resolve "Expose `active` field in the Error Tracking API" See merge request gitlab-org/gitlab!23150
-
Peter Leitzen authored
-
Krasimir Angelov authored
This reverts commit a1b4efcc, reversing changes made to bd2d432b.
-
Mayra Cabrera authored
Move snippets services to their own namespace See merge request gitlab-org/gitlab!22287
-
Amparo Luna authored
- Renamed CreateSnippetService into Snippets::CreateService - Return a ServiceResponse from the CreateService - Refactor Snippets::CreateService spec
-
Achilleas Pipinellis authored
Docs: fixes typos in Discussions See merge request gitlab-org/gitlab!23171
-
Achilleas Pipinellis authored
Docs: Fix typo Update merge request level rule endpoint See merge request gitlab-org/gitlab!23189
-
Mayra Cabrera authored
Remove "creations" in gitlab_subscription_histories See merge request gitlab-org/gitlab!22278
-
Alper Akgun authored
In gitlab_subscription_histories table we don't track gitlab_subscription creations anymore. This MR removes the existing redundant rows in the gitlab.com database
-
Achilleas Pipinellis authored
Document Go support for Dependency Scanning See merge request gitlab-org/gitlab!22806
-
Igor Frenkel authored
-
Achilleas Pipinellis authored
Typo/Grammar in audit_events See merge request gitlab-org/gitlab!22985
-
Stan Hu authored
LRU object caching for GroupProjectObjectBuilder See merge request gitlab-org/gitlab!21823
-
Paul Slaughter authored
Refactor Web IDE collapsible sidebar logic See merge request gitlab-org/gitlab!22416
-
Chad Woolley authored
Make it reusable for left sidebar as well as right. This supports merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/21010
-
Achilleas Pipinellis authored
Add issue weight to members permissions table See merge request gitlab-org/gitlab!22789
-
Achilleas Pipinellis authored
Typo/Grammar improvement to import_export See merge request gitlab-org/gitlab!22875
-
Michael Kozono authored
Organize packages API code using namespaces See merge request gitlab-org/gitlab!23076
-
Thong Kuah authored
Bump `managed-applications` to v0.5.0 See merge request gitlab-org/gitlab!23110
-
Qingyu Zhao authored
It reduces database queries and object creation for labels/milestones during project import. - reduces import time when project heavily uses labels/milestones - reduces database pressure
-
Robert Speicher authored
Remove unneeded DB query from `emails_disabled?` See merge request gitlab-org/gitlab!22843
-
Stan Hu authored
Add event tracking to NPM package API See merge request gitlab-org/gitlab!23117
-
Stan Hu authored
Allow skip_ci to be passed to rebase See merge request gitlab-org/gitlab!22800
-
Stan Hu authored
Merge branch '196984-flaky-boards-sidebar_spec-rb-312-issue-boards-labels-adds-a-multiple' into 'master' Wait for request in `spec/features/boards/sidebar_spec.rb:312` and `ee/spec/features/boards/sidebar_spec.rb:265` Closes #118659 and #196984 See merge request gitlab-org/gitlab!23144
-
Dan Davison authored
Simplify a bunch of Enterprise Edition end-to-end tests See merge request gitlab-org/gitlab!23174
-