- 26 Dec, 2016 4 commits
-
-
Sean McGivern authored
Don't try to highlight and cache files hidden by .gitattributes entries.
-
Sean McGivern authored
We don't need to create the intermediate FileCollection object with its associated highlighting in order to count how many files changed. Both the compare object and the MR diff object have a raw_diffs method that is perfectly fine for this case.
-
Sean McGivern authored
UX Guide: add comment and discussion to copy See merge request !8206
-
Sean McGivern authored
Add more storage statistics See merge request !7754
-
- 24 Dec, 2016 6 commits
-
-
Sid Sijbrandij authored
-
Sid Sijbrandij authored
-
Achilleas Pipinellis authored
Fix whitespace in codeblock See merge request !8291
-
Grzegorz Bizon authored
Revert "Merge branch 'fix-latest-pipeine-ordering' into 'master'" See merge request !8302
-
Grzegorz Bizon authored
This reverts merge request !8286
-
Alfredo Sumaran authored
CSS fixes on Cycle Analytics page See merge request !8300
-
- 23 Dec, 2016 30 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
Fixes text splitting into two lines
-
Alfredo Sumaran authored
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Fatih Acet authored
Fix text overflow Closes #25930 See merge request !8273
-
Fatih Acet authored
Resolve "Mini pipeline graph dropdown looks weird on Safari and hover does not work on firefox" Closes #26018, #26004, and #26002 See merge request !8282
-
Douglas Barbosa Alexandre authored
Do not override incoming webhook channel for mattermost and slack Closes #25887 See merge request !8270
-
Rémy Coutable authored
Monkey-patch StrongParameters for ::UploadedFile Closes gitlab-ee#1451 See merge request !8299
-
dimitrieh authored
-
Douglas Barbosa Alexandre authored
-
Jacob Vosmaer authored
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Improve spec for resetting incoming email token Closes #25614 See merge request !8296
-
Adam Niedzielski authored
-
Douwe Maan authored
Improve ProcessCommitWorker for large push payloads Closes #25827 See merge request !8267
-
Rémy Coutable authored
Fix errorcode 500 on slash commands Closes #26013 See merge request !8285
-
Douglas Barbosa Alexandre authored
[ci skip] Fix wrong release date for 8.15.0 on CHANGELOG See merge request !8294
-
Douglas Barbosa Alexandre authored
-
Yorick Peterse authored
When processing push payloads we now schedule at most the 100 most recent commits, instead of all commits that were in a payload. This prevents one from overloading the system by pushing thousands if not millions of commits in a single go. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/25827
-
Grzegorz Bizon authored
Fix code that selects latest pipelines Closes #25993 and #26031 See merge request !8286
-
Filipa Lacerda authored
-
Chris Wilson authored
[ci skip]
-
Kamil Trzciński authored
Post username as property, not user_name See merge request !8261
-
Lin Jen-Shin authored
Feedback from Grzegorz
-
Rémy Coutable authored
Fix state_event parameter to reopen an issue Closes #25958 See merge request !8246
-
Lin Jen-Shin authored
The name latest implies that it's reverse chronological, and we did expect it that way. https://gitlab.com/gitlab-org/gitlab-ce/issues/25993#note_20429761 > ok, I think markglenfletchera is correct in > https://gitlab.com/gitlab-com/support-forum/issues/1394#note_20399939 > that `Project#latest_successful_builds_for` is giving oldest pipeline > rather than latest pipeline. This is a ~regression introduced by !7333 > where `order(id: :desc)` was removed causing this. The offending change > was: > https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7333/diffs#b22732e5f39e176c7c719fe485847d0fb0564275_92_108 > > The confusion was caused by the `latest` name implication, which > actually didn't order anything, and I think we should add `order(id: > :desc)` to `Ci::Pipeline.latest` otherwise it's confusing that it's not > actually ordered. Closes #25993
-
Z.J. van de Weg authored
Coverage was failing, so this could slip through the cracks
-
Filipa Lacerda authored
-