- 17 Jan, 2020 40 commits
-
-
Martin Wortschack authored
Update dependency @gitlab/ui to v8.17.0 See merge request gitlab-org/gitlab!23243
-
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
-
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
-
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
-
Phil Hughes authored
Remove useless attachToDocument usage in spec/frontend/registry Closes #196762 See merge request gitlab-org/gitlab!23042
-
Phil Hughes authored
Link to GitLab commit in error detail page See merge request gitlab-org/gitlab!22431
-
Olena Horal-Koretska authored
Add link to commit if available
-
Achilleas Pipinellis authored
Docs for resolving sentry error See merge request gitlab-org/gitlab!22850
-
Martin Wortschack authored
Order summary component for paid signup flow Closes gitlab-org/growth/engineering#5049 See merge request gitlab-org/gitlab!21734
-
Achilleas Pipinellis authored
Update docs to reflect View issue button change See merge request gitlab-org/gitlab!22941
-
Tristan Read authored
-
Bob Van Landuyt authored
Use first and last name for new sign up flow See merge request gitlab-org/gitlab!22840
-
Illya Klymov authored
attachToDocument property is not needed
-
Natalia Tepluhina authored
Ss/limits tooltip See merge request gitlab-org/gitlab!22820
-
Scott Stern authored
Add tooltips for issues with and without wrk in progress limits
-
Natalia Tepluhina authored
Fix unexpected behaviour of the commit form after committing in Web IDE Closes #197343 See merge request gitlab-org/gitlab!23238
-
Jan Provaznik authored
iid attribute is expected when updating an epic in graphql API. So we should pass iid instead of id.
-
Mike Greiling authored
Remove useless attachToDocument usage in spec/frontend Closes #196764 See merge request gitlab-org/gitlab!23040
-