| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed issue boards when not logged inissue-boards-signed-out-state | Phil Hughes | 2016-11-14 | 1 | -1/+1 |
* | Merge branch 'sh-fix-sidekiq-throttling-init' into 'master'
| Robert Speicher | 2016-11-14 | 1 | -0/+10 |
|\ |
|
| * | Only turn on Sidekiq throttling if application settings existssh-fix-sidekiq-throttling-init | Stan Hu | 2016-11-12 | 1 | -0/+10 |
* | | Merge branch 'zj-remove-unneeded-checks' into 'master'
| Robert Speicher | 2016-11-14 | 1 | -6/+0 |
|\ \
| |/
|/| |
|
| * | Remove unneeded nil checkszj-remove-unneeded-checks | Z.J. van de Weg | 2016-11-12 | 1 | -6/+0 |
* | | Does not raise error when Note not found when processing NewNoteWorker | Oswaldo Ferreira | 2016-11-11 | 1 | -0/+1 |
|/ |
|
* | Merge branch '24386-8-14-rc1-requires-quite-amount-of-downtime' into 'master'
| Stan Hu | 2016-11-11 | 1 | -0/+4 |
|\ |
|
| * | Update 8.14-rc1 migrations to minimize downtime and deploy time | Alejandro RodrÃguez | 2016-11-11 | 1 | -0/+4 |
* | | Merge branch 'sidekiq-job-throttling' into 'master'
| Douwe Maan | 2016-11-11 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | Refactored Sidekiq Throttler and updated documentationsidekiq-job-throttling | Patricio Cano | 2016-11-11 | 1 | -1/+1 |
| * | Allow the Sidekiq queues to throttle and the factor by which to throttle them... | Patricio Cano | 2016-11-10 | 1 | -0/+10 |
| * | Allow certain Sidekiq jobs to be throttled | Patricio Cano | 2016-11-10 | 1 | -0/+1 |
* | | Merge branch 'use-config-param' into 'master'
| Sean McGivern | 2016-11-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use config param in `Repository#update_ref!` | teru | 2016-11-10 | 1 | -1/+1 |
* | | Merge branch 'fix/error-when-invalid-branch-for-new-pipeline-used' into 'mast... | Douwe Maan | 2016-11-10 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | Remove redundant rescue from repository keep_aroundfix/error-when-invalid-branch-for-new-pipeline-used | Grzegorz Bizon | 2016-11-09 | 1 | -5/+1 |
| * | Remove redundant space from repository model code | Grzegorz Bizon | 2016-11-09 | 1 | -1/+1 |
| * | Evade some exceptions when using invalid references | Grzegorz Bizon | 2016-11-07 | 1 | -1/+5 |
* | | Merge branch 'pipeline-notifications' into 'master'
| Sean McGivern | 2016-11-09 | 3 | -17/+18 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-08 | 9 | -15/+126 |
| |\ \ |
|
| * \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-05 | 5 | -15/+57 |
| |\ \ \ |
|
| * \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-03 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-02 | 25 | -198/+249 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-25 | 18 | -51/+59 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-24 | 2 | -2/+8 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-21 | 7 | -55/+62 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-20 | 23 | -90/+306 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Use Array rather than compact, feedback: | Lin Jen-Shin | 2016-10-18 | 1 | -1/+1 |
| * | | | | | | | | | | Merge branch 'pipeline-emails' into pipeline-notifications | Lin Jen-Shin | 2016-10-18 | 2 | -5/+7 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Rename for a more consistent pipeline worker name, feedback: | Lin Jen-Shin | 2016-10-17 | 2 | -2/+2 |
| * | | | | | | | | | | | Use run_after_commit to avoid race condition, feedback: | Lin Jen-Shin | 2016-10-17 | 1 | -1/+3 |
| * | | | | | | | | | | | Pipeline#user could be nil. Feedback: | Lin Jen-Shin | 2016-10-17 | 1 | -1/+1 |
| * | | | | | | | | | | | It's already async, from Project#execute_services, feedback: | Lin Jen-Shin | 2016-10-17 | 1 | -1/+1 |
| * | | | | | | | | | | | Change service to be a worker, feedback: | Lin Jen-Shin | 2016-10-17 | 2 | -4/+4 |
| * | | | | | | | | | | | Prefix _ to show that it's intended unused, feedback: | Lin Jen-Shin | 2016-10-17 | 1 | -1/+1 |
| * | | | | | | | | | | | Fix spelling, feedback: | Lin Jen-Shin | 2016-10-17 | 1 | -1/+1 |
| * | | | | | | | | | | | It no longer needs a block, feedback: | Lin Jen-Shin | 2016-10-17 | 1 | -3/+1 |
| * | | | | | | | | | | | Remove pusher support because it's covered by notifications | Lin Jen-Shin | 2016-10-17 | 1 | -12/+2 |
| * | | | | | | | | | | | Revert "Split notification integration into another branch" | Lin Jen-Shin | 2016-10-17 | 2 | -1/+12 |
* | | | | | | | | | | | | Merge branch '23403-fix-events-for-private-project-features' into 'security' | Robert Speicher | 2016-11-09 | 1 | -1/+2 |
* | | | | | | | | | | | | Merge branch 'fix-unathorized-cloning' into 'security' | Douwe Maan | 2016-11-09 | 1 | -0/+7 |
* | | | | | | | | | | | | Merge branch 'issue_23548_dev' into 'master' | Douwe Maan | 2016-11-09 | 1 | -22/+30 |
* | | | | | | | | | | | | Merge branch '22481-honour-issue-visibility-for-groups' into 'security'
| Douwe Maan | 2016-11-09 | 3 | -6/+48 |
| |_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Faster searchfaster_project_search | Valery Sizov | 2016-11-08 | 1 | -0/+4 |
* | | | | | | | | | | | Merge branch 'use-separate-token-for-incoming-email' into 'master'
| Douwe Maan | 2016-11-08 | 3 | -10/+23 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-email | tiagonbotelho | 2016-11-07 | 2 | -2/+2 |
| * | | | | | | | | | | | Use separate email-friendly token for incoming email and let incoming | Douwe Maan | 2016-11-07 | 3 | -10/+23 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'process-commits-using-sidekiq' into 'master'
| Robert Speicher | 2016-11-07 | 4 | -0/+66 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Process commits in a separate workerprocess-commits-using-sidekiq | Yorick Peterse | 2016-11-07 | 1 | -0/+2 |
| * | | | | | | | | | | | Added IssueCollection | Yorick Peterse | 2016-11-07 | 2 | -0/+45 |