Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actions | Grzegorz Bizon | 2017-03-06 | 74 | -298/+1207 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) Fix UserBasic Rename `/take` to `/take_ownership`, expose `owner` in `v3`. Update after review Fix values being called at Array instead of Hash Fix json response in branches controller Improve docs and specs related to pages artifacts Add MR fo changelog about removing pages artifacts Delete artifacts for pages unless expiry date is specified Lint doc Improved team selection Move foreign key to separate migration Fix import model attributes Update documentation and expose ID Introduce tests for pipeline triggers Fix trigger model Update db/schema Make triggers to be user aware Make Pipeline Triggers to be user aware Update triggers API Remove remnants of git annex ... Conflicts: db/schema.rb | ||||
| * | Merge branch 'introduce-pipeline-triggers' into 'master' | Sean McGivern | 2017-03-06 | 25 | -183/+702 |
| |\ | | | | | | | | | | | | | Improve pipeline triggers API See merge request !9713 | ||||
| | * | Fix UserBasicintroduce-pipeline-triggers | Kamil Trzcinski | 2017-03-06 | 1 | -1/+1 |
| | | | |||||
| | * | Rename `/take` to `/take_ownership`, expose `owner` in `v3`. | Kamil Trzcinski | 2017-03-06 | 4 | -7/+8 |
| | | | |||||
| | * | Update after review | Kamil Trzcinski | 2017-03-06 | 3 | -1/+5 |
| | | | |||||
| | * | Lint doc | Kamil Trzcinski | 2017-03-05 | 1 | -2/+2 |
| | | | |||||
| | * | Move foreign key to separate migration | Kamil Trzcinski | 2017-03-05 | 3 | -3/+13 |
| | | | |||||
| | * | Fix import model attributes | Kamil Trzcinski | 2017-03-05 | 2 | -0/+3 |
| | | | |||||
| | * | Update documentation and expose ID | Kamil Trzcinski | 2017-03-05 | 4 | -109/+172 |
| | | | |||||
| | * | Introduce tests for pipeline triggers | Kamil Trzcinski | 2017-03-05 | 6 | -52/+145 |
| | | | |||||
| | * | Fix trigger model | Kamil Trzcinski | 2017-03-05 | 1 | -1/+0 |
| | | | |||||
| | * | Update db/schema | Kamil Trzcinski | 2017-03-05 | 3 | -3/+6 |
| | | | |||||
| | * | Make triggers to be user aware | Kamil Trzcinski | 2017-03-05 | 6 | -7/+31 |
| | | | |||||
| | * | Make Pipeline Triggers to be user aware | Kamil Trzcinski | 2017-03-05 | 3 | -3/+28 |
| | | | | | | | | | | | | | | | | | | | | | - they can have owner, - they can be edited, - they have description, - you can take ownership of them | ||||
| | * | Update triggers API | Kamil Trzcinski | 2017-03-05 | 5 | -17/+311 |
| | | | |||||
| * | | Merge branch '1648-remove-remnants-of-git-annex-support' into 'master' | Robert Speicher | 2017-03-06 | 11 | -57/+11 |
| |\ \ | | | | | | | | | | | | | | | | | Remove remnants of git annex See merge request !9508 | ||||
| | * | | Remove remnants of git annex | Pawel Chojnacki | 2017-03-03 | 11 | -57/+11 |
| | | | | |||||
| * | | | Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' ↵ | Kamil Trzciński | 2017-03-06 | 9 | -31/+57 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257 | ||||
| | * | | | Fix values being called at Array instead of Hash | Z.J. van de Weg | 2017-03-06 | 2 | -4/+4 |
| | | | | | |||||
| | * | | | Improved team selection | Luke "Jared" Bennett | 2017-03-05 | 7 | -27/+53 |
| | | | | | | | | | | | | | | | | | | | | Review changes | ||||
| * | | | | Merge branch 'delete-pages' into 'master' | Grzegorz Bizon | 2017-03-06 | 4 | -0/+31 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Delete artifacts for pages unless expiry date is specified See merge request !9716 | ||||
| | * | | | | Improve docs and specs related to pages artifacts | Grzegorz Bizon | 2017-03-06 | 2 | -2/+4 |
| | | | | | | |||||
| | * | | | | Add MR fo changelog about removing pages artifacts | Grzegorz Bizon | 2017-03-06 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Delete artifacts for pages unless expiry date is specifieddelete-pages | Kamil Trzcinski | 2017-03-05 | 4 | -0/+29 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch '28898-fix-search-branches-in-cherry-picking' into 'master' | Sean McGivern | 2017-03-06 | 3 | -1/+28 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix json response in branches controller Closes #28898 See merge request !9710 | ||||
| | * | | | | Fix json response in branches controller | George Andrinopoulos | 2017-03-06 | 3 | -1/+28 |
| | | | | | | |||||
| * | | | | | Merge branch 'etag-notes-polling' into 'master' | Sean McGivern | 2017-03-06 | 16 | -10/+348 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036 | ||||
| | * | | | | | Execute metrics initializer earlieretag-notes-polling | Adam Niedzielski | 2017-03-01 | 3 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware. | ||||
| | * | | | | | Invalidate ETag cache when note changes | Adam Niedzielski | 2017-03-01 | 2 | -0/+25 |
| | | | | | | | |||||
| | * | | | | | Add middleware for ETag caching with Redis | Adam Niedzielski | 2017-03-01 | 5 | -0/+269 |
| | | | | | | | |||||
| | * | | | | | Remove query parameters from notes polling endpoint to make caching easier | Adam Niedzielski | 2017-03-01 | 6 | -8/+52 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'change-colour-for-testing-fallback' into 'master' | Rémy Coutable | 2017-03-06 | 1 | -5/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change language for testing colour fallback See merge request !9537 | ||||
| | * | | | | | | Change language for testing colour fallback | Georg G | 2017-02-26 | 1 | -5/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch ↵ | Rémy Coutable | 2017-03-06 | 5 | -12/+26 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28655-current-path-text-is-not-updated-after-setting-the-new-username' into 'master' Update profiles/account view to display new username Closes #28655 See merge request !9650 | ||||
| | * | | | | | | | Update profiles/account view to display new username | Mark Fletcher | 2017-03-02 | 5 | -12/+26 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix Rubocop offenses in commit status/build specs | Grzegorz Bizon | 2017-03-06 | 2 | -12/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | Ignore optional actions when calculating warnings | Grzegorz Bizon | 2017-03-06 | 3 | -3/+32 |
| | | | | | | | | | |||||
* | | | | | | | | | Highligh info about optional action status in docs | Grzegorz Bizon | 2017-03-06 | 1 | -0/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Improve specs for detailed statuses with manual actions | Grzegorz Bizon | 2017-03-06 | 14 | -57/+42 |
| | | | | | | | | | |||||
* | | | | | | | | | Extend specs for code we use to calculate statuses | Grzegorz Bizon | 2017-03-06 | 2 | -0/+40 |
| | | | | | | | | | |||||
* | | | | | | | | | Extend pipeline retry specs with blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -11/+50 |
| | | | | | | | | | |||||
* | | | | | | | | | Add some basic docs about blocking manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -2/+15 |
| | | | | | | | | | |||||
* | | | | | | | | | Add Changelog entry for blocking manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -0/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Add specs for presence of build commands | Grzegorz Bizon | 2017-03-06 | 1 | -0/+38 |
| | | | | | | | | | |||||
* | | | | | | | | | Add specs for new pipeline and build action events | Grzegorz Bizon | 2017-03-06 | 3 | -1/+32 |
| | | | | | | | | | |||||
* | | | | | | | | | Improve specs for calculating pipeline result status | Grzegorz Bizon | 2017-03-06 | 1 | -2/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix invalid description in commit status specs | Grzegorz Bizon | 2017-03-06 | 2 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | Remove unused method that describes blocking job | Grzegorz Bizon | 2017-03-06 | 1 | -4/+0 |
| | | | | | | | | | |||||
* | | | | | | | | | Ignore job by default if it is a manual action | Grzegorz Bizon | 2017-03-06 | 6 | -4/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to maintain backwards compatibility with configs created when manual actions were non-blocking. From now manual actions are blocking if configured with `allow_failure: false`, otherwise manual actions are optional, and their status is ignored. | ||||
* | | | | | | | | | Add migration for manual actions with skipped status | Grzegorz Bizon | 2017-03-06 | 2 | -1/+20 |
| | | | | | | | | |