- 17 Jan, 2020 40 commits
-
-
Luke Duncalfe authored
-
Sean McGivern authored
Extract Time Tracking System Note Service See merge request gitlab-org/gitlab!18159
-
Sean McGivern authored
Extract Merge Train System Note Service See merge request gitlab-org/gitlab!18163
-
Sean McGivern authored
Expose missing disable mention value on group API See merge request gitlab-org/gitlab!23070
-
James Lopez authored
Extract shared logic from RelationFactory & ObjectBuilder See merge request gitlab-org/gitlab!21426
-
George Koltsov authored
- Extract shared logic from RelationFactory & create BaseRelation Factory in order to later introduce GroupRelationFactory that inherits from BaseRelationFactory - Similarly, extract logic from GroupProjectObjectBuilder & create BaseObjectBuilder
-
Heinrich Lee Yu authored
Restrict project forking See merge request gitlab-org/gitlab!17988
-
Marcia Ramos authored
Documentation for sharing groups with groups See merge request gitlab-org/gitlab!19962
-
Martin Wortschack authored
Update dependency @gitlab/ui to v8.17.0 See merge request gitlab-org/gitlab!23243
-
Imre Farkas authored
-
Grzegorz Bizon authored
Implement AtomicProcessing service See merge request gitlab-org/gitlab!20229
-
Kamil Trzciński authored
This implements atomic processing service that is able in bulk to update multiple builds, stages and pipelines. This uses in-memory structure to calculate statuses and uses an efficient fetch of DAG dependencies for efficient processing This still performs some redundant operations, but overall it should be significantly faster processing pipelines of 1000 builds, with multiple DAG dependencies, as it removes a number of N+1 problems present in previous implementation. This also is order-independent, so it is able to easily reschedule itself once needed. This code is also concurrent safe, as if needed the further processing will be re-scheduled that will resolve any conflicts.
-
Imre Farkas authored
Fix relative links in Slack message See merge request gitlab-org/gitlab!22608
-
Justin Ho Tuan Duong authored
Modify specs to use public method instead
-
Nick Thomas authored
Project board names now sorted correctly in CE See merge request gitlab-org/gitlab!22807
-
Patrick Derichs authored
Also refactoring specs Apply review suggestions.
-
Patrick Derichs authored
Also move specs
-
Phil Hughes authored
Code Review Analytics App Closes #194163 See merge request gitlab-org/gitlab!22871
-
GitLab Bot authored
-
Mike Lewis authored
Docs: Fix request method for pagination See merge request gitlab-org/gitlab!23056
-
Tom Atkins authored
Update AWS Menu Item to Create Database See merge request gitlab-org/gitlab!23245
-
Imre Farkas authored
Resolve "Dashes not supported in CN for LDAP Group Sync on first login" Closes #36753 See merge request gitlab-org/gitlab!20402
-
Blair Lunceford authored
-
Collen authored
-
Fabio Huser authored
-
Fabio Huser authored
-
Fabio Huser authored
-
Martin Wortschack authored
Prettify error_details.vue component Closes #197359 See merge request gitlab-org/gitlab!23244
-
Jan Provaznik authored
Set share_group_with_group feature flag default on See merge request gitlab-org/gitlab!23185
-
Martin Wortschack authored
- Wire app to API and display paginated MR table
-
Imre Farkas authored
Add ability to filter by time for k8s log explorer Closes #37986 See merge request gitlab-org/gitlab!22734
-
Imre Farkas authored
-
Marcia Ramos authored
Incremental rollouts documentation Closes #27264 See merge request gitlab-org/gitlab!19992
-
Sean Carroll authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/27264 See merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/19992
-
Phil Hughes authored
-
Kushal Pandya authored
Fix incorrect error message on issue board when moving cards Closes #37426 See merge request gitlab-org/gitlab!22785
-
Sean McGivern authored
Fix issue CSV export failing for some projects Closes #197300 See merge request gitlab-org/gitlab!23223
-
James Lopez authored
Use iid instead of id when updating epic attributes See merge request gitlab-org/gitlab!23089
-
Achilleas Pipinellis authored
docs: Link limits page to administration Closes #195790 See merge request gitlab-org/gitlab!22973
-
Phil Hughes authored
Remove useless attachToDocument usage in ee/spec/frontend/environments_dashboard Closes #196752 See merge request gitlab-org/gitlab!23051
-