| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new line after the guard statement to be compatible with the style guide. | Cagdas Gerede | 2016-11-12 | 1 | -0/+1 |
* | Replaces conditional with guard statement. | Cagdas Gerede | 2016-11-12 | 1 | -0/+1 |
* | Temporary change | Cagdas Gerede | 2016-11-12 | 1 | -1/+0 |
* | Replace conditional with a guard statement. | Cagdas Gerede | 2016-11-12 | 1 | -6/+3 |
* | Fixing the issue of visiting a project fork url giving 500 error when not sig... | Cagdas Gerede | 2016-11-10 | 1 | -2/+6 |
* | Merge branch '22058-auto-selection' into 'master'
| Fatih Acet | 2016-11-09 | 1 | -0/+4 |
|\ |
|
| * | Fixes #22058 and #23578 | Yann Gravrand | 2016-11-06 | 1 | -0/+4 |
* | | Merge branch 'remove-heading-space-from-diff-content' into 'master'
| Alfredo Sumaran | 2016-11-09 | 4 | -25/+23 |
|\ \ |
|
| * | | Remove an extra leading space from diff content | Hiroyuki Sato | 2016-11-04 | 4 | -25/+23 |
* | | | Merge branch 'pipeline-notifications' into 'master'
| Sean McGivern | 2016-11-09 | 11 | -47/+80 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-08 | 62 | -228/+674 |
| |\ \ \ |
|
| * \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-05 | 80 | -430/+546 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-04 | 18 | -170/+220 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-03 | 9 | -22/+26 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-02 | 336 | -833/+2220 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-25 | 88 | -291/+547 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | include PipelineQueue, feedback: | Lin Jen-Shin | 2016-10-24 | 1 | -0/+1 |
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-24 | 70 | -187/+289 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Well pusher's privilege for read_build could be removed | Lin Jen-Shin | 2016-10-22 | 1 | -1/+3 |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-21 | 28 | -105/+161 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Send only to users have :read_build access, feedback: | Lin Jen-Shin | 2016-10-21 | 3 | -4/+13 |
| * | | | | | | | | | | | Should send to notification_email instead, feedback: | Lin Jen-Shin | 2016-10-20 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-10-20 | 129 | -582/+1514 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Use bcc for pipeline emails because: | Lin Jen-Shin | 2016-10-18 | 2 | -9/+12 |
| * | | | | | | | | | | | | 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 | 41 | -671/+1150 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Skip if cannot find pipeline, feedback: | Lin Jen-Shin | 2016-10-17 | 1 | -1/+3 |
| * | | | | | | | | | | | | | Rename for a more consistent pipeline worker name, feedback: | Lin Jen-Shin | 2016-10-17 | 3 | -3/+3 |
| * | | | | | | | | | | | | | 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 |
| * | | | | | | | | | | | | | Show it as successful pipeline, rather than success pipeline | Lin Jen-Shin | 2016-10-17 | 2 | -1/+10 |
| * | | | | | | | | | | | | | 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 | 4 | -17/+13 |
| * | | | | | | | | | | | | | 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 |
| * | | | | | | | | | | | | | We're using BaseService | Lin Jen-Shin | 2016-10-17 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Remove pusher support because it's covered by notifications | Lin Jen-Shin | 2016-10-17 | 1 | -12/+2 |
| * | | | | | | | | | | | | | recipients should be a list of emails | Lin Jen-Shin | 2016-10-17 | 1 | -2/+2 |
| * | | | | | | | | | | | | | Revert "Revert this until we do notifications" | Lin Jen-Shin | 2016-10-17 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Revert "Split notification integration into another branch" | Lin Jen-Shin | 2016-10-17 | 4 | -9/+30 |
* | | | | | | | | | | | | | | Merge branch 'unauthenticated-container-registry-access' into 'security' | Alejandro Rodriguez | 2016-11-09 | 2 | -8/+12 |
* | | | | | | | | | | | | | | Merge branch '23403-fix-events-for-private-project-features' into 'security' | Robert Speicher | 2016-11-09 | 2 | -3/+3 |
* | | | | | | | | | | | | | | Merge branch 'fix-unathorized-cloning' into 'security' | Douwe Maan | 2016-11-09 | 5 | -12/+15 |
* | | | | | | | | | | | | | | Merge branch 'issue_23548_dev' into 'master' | Douwe Maan | 2016-11-09 | 2 | -22/+34 |
* | | | | | | | | | | | | | | Merge branch '22481-honour-issue-visibility-for-groups' into 'security'
| Douwe Maan | 2016-11-09 | 4 | -25/+62 |
* | | | | | | | | | | | | | | Merge branch '24146-add-focus-state' into 'master'
| Annabel Dunstone Gray | 2016-11-08 | 9 | -19/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | 24146 Add focus state to buttons and dropdowns24146-add-focus-state | tauriedavis | 2016-11-08 | 9 | -19/+5 |
* | | | | | | | | | | | | | | | Merge branch 'improve-build-scroll-controls-responsive-behaviour' into 'master'
| Fatih Acet | 2016-11-08 | 5 | -79/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Add javascript unit tests for Build | Jared Deckard | 2016-11-04 | 1 | -8/+8 |