- 29 Sep, 2017 14 commits
-
-
Sean McGivern authored
This version does not use transactions, but individual statements. As we have unique constraints on the target tables for the inserts, we can just ignore uniqueness violations there (as long as we always insert the same batch size, in the same order). This means the spec now must use truncation, not a transaction, as the uniqueness violation means that the whole transaction for that spec would be invalid, which isn't what we'd want. In real-world use, this isn't run in a transaction anyway. This commit also wraps unhandled exceptions, for easier finding in Sentry, and logs with a consistent format, for easier searching.
-
Sean McGivern authored
We were hitting the statement timeout for very large MR diffs. Now we insert at most 1,000 rows to `merge_request_diff_commits` in a single statement, or 100 rows to `merge_request_diff_files`.
-
Sean McGivern authored
Add index for merge_requests.merge_commit_sha Closes #38507 See merge request gitlab-org/gitlab-ce!14549
-
Filipa Lacerda authored
Tweaked the first time contributor tooltip text See merge request gitlab-org/gitlab-ce!14565
-
Grzegorz Bizon authored
Fix Auto DevOps banner feature flag Closes #38576 See merge request gitlab-org/gitlab-ce!14576
-
Tim Zallmann authored
Fixed breadcrumb title not linking Closes #38059 See merge request gitlab-org/gitlab-ce!14532
-
Fabio Busatto authored
-
Filipa Lacerda authored
Remove target dd Closes #38485 See merge request gitlab-org/gitlab-ce!14558
-
Phil Hughes authored
Add active states to nav bar counters Closes #37335 See merge request gitlab-org/gitlab-ce!14569
-
Phil Hughes authored
Fixes data parameter not being sent in ajax request for jobs log Closes #38528 See merge request gitlab-org/gitlab-ce!14564
-
Mike Greiling authored
Guidelines for illustrations See merge request gitlab-org/gitlab-ce!13097
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Robert Speicher authored
Migrate Gitlab::Git::Repository#add_tag to Gitaly Closes gitaly#601 See merge request gitlab-org/gitlab-ce!14500
-
- 28 Sep, 2017 26 commits
-
-
Ahmad Sherif authored
Closes gitaly#601
-
Robert Speicher authored
Migrate Git::Repository#rm_tag to Gitaly Closes gitaly#562 See merge request gitlab-org/gitlab-ce!14388
-
Ahmad Sherif authored
Closes gitaly#562
-
Jacob Schatz authored
RepoEditor: Prevent extra network call for already opened files. Closes #38256 See merge request gitlab-org/gitlab-ce!14489
-
Job van der Voort authored
Docs: Feature overview and use cases Closes #38076 See merge request gitlab-org/gitlab-ce!14538
-
Marcia Ramos authored
-
Annabel Dunstone Gray authored
-
Achilleas Pipinellis authored
Docs: crosslink Pages guides Closes #38427 See merge request gitlab-org/gitlab-ce!14542
-
Robert Speicher authored
Clear merge requests counter cache after merge Closes gitlab-ee#3573 and #38344 See merge request gitlab-org/gitlab-ce!14563
-
Douwe Maan authored
Hashed storage migration path Closes gitlab-ee#3118 See merge request gitlab-org/gitlab-ce!14067
-
Rémy Coutable authored
Use relative paths for opening and closing issuables Closes #35822 See merge request gitlab-org/gitlab-ce!14555
-
Marcia Ramos authored
-
Rémy Coutable authored
Support custom attributes on users See merge request gitlab-org/gitlab-ce!13038
-
Markus Koller authored
-
Marcia Ramos authored
-
Phil Hughes authored
Removes the text `Handle with care` as it sounds condescending.
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Document the usage of the Docker OverlayFS driver for every build See merge request gitlab-org/gitlab-ce!14478
-
Dominik authored
-
Filipa Lacerda authored
-
Sean McGivern authored
Before this change, the MR counter in the sidebar would be wrong if an MR had been merged since the last update, but not opened or closed, as merging did not trigger a counter cache update.
-
Phil Hughes authored
Changed account confirmation line to e-mail text. Closes #13637 See merge request gitlab-org/gitlab-ce!14243
-
Jacob Schatz authored
Fix spelling of occurred See merge request gitlab-org/gitlab-ce!14488
-
Gabriel Mazetto authored
-
Sean McGivern authored
Make sure API responds with 401 when invalid authentication info is provided Closes #38438 See merge request gitlab-org/gitlab-ce!14525
-