Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '28574-jira-trigers' into 'master' | Sean McGivern | 2017-04-07 | 1 | -1/+1 |
|\ | |||||
| * | Remove confusing placeholder for JIRA transition_id | Jarka Kadlecova | 2017-04-05 | 1 | -1/+1 |
* | | Merge branch 'feature/service-desk-be-backport' into 'master' | Sean McGivern | 2017-04-07 | 2 | -0/+3 |
|\ \ | |||||
| * | | Backport permissions and multi-line array to CE | Felipe Artur | 2017-04-07 | 2 | -0/+3 |
* | | | FE: Resolve "Performance issues when processing large build traces with Ansi2... | Filipa Lacerda | 2017-04-07 | 3 | -120/+185 |
* | | | Add /-/readiness /-/liveness and /-/health_metrics endpoints to track applica... | Paweł Chojnacki | 2017-04-07 | 3 | -20/+86 |
* | | | Merge branch '8998_skip_pending_commits_if_not_head' into 'master' | Kamil Trzciński | 2017-04-07 | 14 | -57/+138 |
|\ \ \ | |||||
| * | | | Fix bad conflict resolution | Lin Jen-Shin | 2017-04-07 | 1 | -6/+5 |
| * | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-07 | 123 | -602/+842 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-07 | 103 | -558/+1588 |
| |\ \ \ \ | |||||
| * | | | | | Fix rubocop offenses8998_skip_pending_commits_if_not_head | Lin Jen-Shin | 2017-04-06 | 1 | -1/+1 |
| * | | | | | Use before_transition | Lin Jen-Shin | 2017-04-06 | 1 | -4/+4 |
| * | | | | | We don't have to save, transition would save for us | Lin Jen-Shin | 2017-04-06 | 1 | -1/+1 |
| * | | | | | Also track auto-cancelling in jobs, detail: | Lin Jen-Shin | 2017-04-06 | 5 | -6/+29 |
| * | | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-06 | 52 | -135/+646 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-06 | 56 | -279/+882 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Add test for presenters | Lin Jen-Shin | 2017-04-06 | 2 | -4/+4 |
| * | | | | | | | Remove tooltip from API and vue, follow up: | Lin Jen-Shin | 2017-04-06 | 2 | -11/+1 |
| * | | | | | | | Fix test and only show job status title if it's | Lin Jen-Shin | 2017-04-05 | 3 | -39/+46 |
| * | | | | | | | replaced one more helper with presenter | Rydkin Maxim | 2017-04-04 | 2 | -2/+2 |
| * | | | | | | | extract build.pipeline as variable | Rydkin Maxim | 2017-04-04 | 1 | -5/+6 |
| * | | | | | | | replace helper with decorator | Rydkin Maxim | 2017-04-04 | 4 | -10/+9 |
| * | | | | | | | rename pipeline_presenter | Rydkin Maxim | 2017-04-04 | 3 | -3/+3 |
| * | | | | | | | remove unnecessary space | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 |
| * | | | | | | | remove redundant `pipeline` | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 |
| * | | | | | | | add presenter for status badge | Rydkin Maxim | 2017-04-04 | 3 | -2/+15 |
| * | | | | | | | fix linter error | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 |
| * | | | | | | | add tooltip on badge in pipelines index | Rydkin Maxim | 2017-04-04 | 2 | -1/+11 |
| * | | | | | | | adds tooltips into several places | Rydkin Maxim | 2017-04-04 | 5 | -7/+12 |
| * | | | | | | | rename `auto_canceled_by` and add foreign key | Rydkin Maxim | 2017-04-04 | 2 | -1/+3 |
| * | | | | | | | change order of enum options in auto_cancel_pending_pipelines | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 |
| * | | | | | | | move `auto_cancelable_pipelines` method to `create_pipeline_service.rb` | Rydkin Maxim | 2017-04-04 | 2 | -10/+9 |
| * | | | | | | | add auto-cancel for pending pipelines on branch, if they are not HEAD | Rydkin Maxim | 2017-04-04 | 6 | -5/+37 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch '5983-realtime-pipelines-table' into 'master' | Kamil Trzciński | 2017-04-07 | 11 | -58/+208 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Fixes failing spec5983-realtime-pipelines-table | Alfredo Sumaran | 2017-04-06 | 1 | -0/+2 |
| * | | | | | | Fix broken spec | Filipa Lacerda | 2017-04-06 | 1 | -1/+1 |
| * | | | | | | Check if a commit belongs to pipeline before trying to expire cache | Toon Claes | 2017-04-06 | 1 | -1/+1 |
| * | | | | | | Destroys pipeline table component when we change tabs in order to stop polling | Filipa Lacerda | 2017-04-06 | 3 | -23/+29 |
| * | | | | | | Enable polling for pipelines table other pages | Toon Claes | 2017-04-06 | 3 | -1/+38 |
| * | | | | | | Set the Etag cache polling interval | Toon Claes | 2017-04-06 | 1 | -0/+2 |
| * | | | | | | Use Etag caching for pipelines json | Toon Claes | 2017-04-06 | 2 | -0/+20 |
| * | | | | | | Remove first call to API | Filipa Lacerda | 2017-04-06 | 1 | -2/+0 |
| * | | | | | | Changes after review | Filipa Lacerda | 2017-04-06 | 2 | -9/+11 |
| * | | | | | | Fix broken build | Filipa Lacerda | 2017-04-06 | 3 | -5/+16 |
| * | | | | | | Extend realtime for other pipelines tables | Filipa Lacerda | 2017-04-06 | 2 | -13/+47 |
| * | | | | | | Updates polling function to guarantee we won't make a request while polling | Filipa Lacerda | 2017-04-06 | 1 | -7/+16 |
| * | | | | | | Adds polling function to pipelines table | Filipa Lacerda | 2017-04-06 | 2 | -19/+48 |
* | | | | | | | Merge branch 'mr-new-page-changing-url' into 'master' | Alfredo Sumaran | 2017-04-07 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Stop new merge request page tabs updating the URLmr-new-page-changing-url | Phil Hughes | 2017-04-05 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'load-svg-in-js' into 'master' | Alfredo Sumaran | 2017-04-07 | 2 | -13/+1 |
|\ \ \ \ \ \ \ \ |