- 24 Dec, 2016 2 commits
-
-
Grzegorz Bizon authored
This reverts merge request !8286
-
Alfredo Sumaran authored
CSS fixes on Cycle Analytics page See merge request !8300
-
- 23 Dec, 2016 31 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
-
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
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- 22 Dec, 2016 7 commits
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Add more images to issue creation from unresolved discussions See merge request !8279
-
Achilleas Pipinellis authored
Fixed typo in test-and-deploy-ruby-application-to-heroku.md See merge request !8236
-
Achilleas Pipinellis authored
[ci skip]
-
Alfredo Sumaran authored
Change earlier to task_status_short to avoid titlebar line wraps Closes #25941 See merge request !8275
-
Jacob Schatz authored
Stops GFM special characters interfering with markdown tags See merge request !8265
-