Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | 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 | |
| * | | | | | | | | | split up migrations | Rydkin Maxim | 2017-04-04 | 2 | -15/+42 | |
| * | | | | | | | | | 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 | |
| * | | | | | | | | | fix migration error | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | add presenter for status badge | Rydkin Maxim | 2017-04-04 | 3 | -2/+15 | |
| * | | | | | | | | | replace on_delete in migration with database type related expression | Rydkin Maxim | 2017-04-04 | 1 | -1/+8 | |
| * | | | | | | | | | refactor spec | Rydkin Maxim | 2017-04-04 | 1 | -10/+7 | |
| * | | | | | | | | | remove `a pending pipeline` shared example | Rydkin Maxim | 2017-04-04 | 1 | -7/+3 | |
| * | | | | | | | | | 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 | |
| * | | | | | | | | | fix fallen import_export spec | Rydkin Maxim | 2017-04-04 | 1 | -0/+2 | |
| * | | | | | | | | | fix rubocop | Rydkin Maxim | 2017-04-04 | 1 | -5/+5 | |
| * | | | | | | | | | fix on_delete | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | add auto_canceled_by_id to safe_model_attributes.yml | Rydkin Maxim | 2017-04-04 | 1 | -0/+1 | |
| * | | | | | | | | | rename `auto_canceled_by` and add foreign key | Rydkin Maxim | 2017-04-04 | 5 | -19/+28 | |
| * | | | | | | | | | more brief way of get parent commit | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | change order of enum options in auto_cancel_pending_pipelines | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | fix typo | 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 `does not cancel HEAD pipeline` spec | Rydkin Maxim | 2017-04-04 | 1 | -1/+7 | |
| * | | | | | | | | | add auto-cancel for pending pipelines on branch, if they are not HEAD | Rydkin Maxim | 2017-04-04 | 12 | -105/+232 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'docs/fix-md-table-in-api-issues' into 'master' | Achilleas Pipinellis | 2017-04-07 | 1 | -63/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix markdown table in API Issues docsdocs/fix-md-table-in-api-issues | Achilleas Pipinellis | 2017-04-06 | 1 | -63/+29 | |
* | | | | | | | | | | Merge branch '5983-realtime-pipelines-table' into 'master' | Kamil TrzciĆski | 2017-04-07 | 16 | -60/+273 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixes failing spec5983-realtime-pipelines-table | Alfredo Sumaran | 2017-04-06 | 2 | -1/+16 | |
| * | | | | | | | | | | 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 | 5 | -3/+54 | |
| * | | | | | | | | | | Set the Etag cache polling interval | Toon Claes | 2017-04-06 | 1 | -0/+2 | |
| * | | | | | | | | | | In case of Etag cache hit, the body should be empty | Toon Claes | 2017-04-06 | 2 | -1/+7 | |
| * | | | | | | | | | | Use Etag caching for pipelines json | Toon Claes | 2017-04-06 | 5 | -0/+50 | |
| * | | | | | | | | | | 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 '30575-update-prometheus-integration-documentation-for-9-1' into... | Achilleas Pipinellis | 2017-04-07 | 2 | -7/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Update screenshot30575-update-prometheus-integration-documentation-for-9-1 | Joshua Lambert | 2017-04-06 | 1 | -0/+0 | |
| * | | | | | | | | | | Clean up troubleshooting section | Joshua Lambert | 2017-04-06 | 1 | -7/+3 | |
* | | | | | | | | | | | Merge branch 'mr-new-page-changing-url' into 'master' | Alfredo Sumaran | 2017-04-07 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Stop new merge request page tabs updating the URLmr-new-page-changing-url | Phil Hughes | 2017-04-05 | 2 | -1/+6 | |
* | | | | | | | | | | | Merge branch 'load-svg-in-js' into 'master' | Alfredo Sumaran | 2017-04-07 | 2 | -13/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Removes unused codeload-svg-in-js | Filipa Lacerda | 2017-04-04 | 2 | -13/+1 |