Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Specs and some fixes | Gabriel Mazetto | 2017-05-31 | 6 | -8/+198 |
| | |||||
* | Add ActiveUsers Check | Gabriel Mazetto | 2017-05-31 | 2 | -6/+19 |
| | |||||
* | Refactor gitlab:app:checks to use SystemCheck | Gabriel Mazetto | 2017-05-31 | 22 | -504/+778 |
| | |||||
* | Added specs for BaseExecutor | Gabriel Mazetto | 2017-05-31 | 1 | -0/+51 |
| | |||||
* | Added specs for SystemCheck and custom matcher | Gabriel Mazetto | 2017-05-31 | 3 | -0/+65 |
| | |||||
* | Fix a few method signature checks | Gabriel Mazetto | 2017-05-31 | 2 | -2/+2 |
| | |||||
* | Move rainbow monkey patch to String to spec_helper | Gabriel Mazetto | 2017-05-31 | 2 | -1/+3 |
| | |||||
* | Some code-style fixes and documentation | Gabriel Mazetto | 2017-05-31 | 4 | -17/+76 |
| | |||||
* | WIP SystemCheck library for executing checks from a rake task | Gabriel Mazetto | 2017-05-31 | 5 | -0/+111 |
| | |||||
* | Merge branch '30892-add-api-support-for-pipeline-schedule' into 'master' | Kamil Trzciński | 2017-05-31 | 10 | -0/+767 |
|\ | | | | | | | | | | | | | Add API support for pipeline schedule Closes #30892 See merge request !11307 | ||||
| * | Use update_pipeline_schedule | Shinya Maeda | 2017-05-31 | 1 | -2/+2 |
| | | |||||
| * | Fix document according to the new change | Shinya Maeda | 2017-05-30 | 1 | -2/+3 |
| | | |||||
| * | Return 202 for destory. Remove []. Remove def pipeline_schedules from helper. | Shinya Maeda | 2017-05-30 | 2 | -7/+3 |
| | | |||||
| * | Improve API with optinal and default. Allow to use scope as a parameter. | Shinya Maeda | 2017-05-30 | 2 | -3/+25 |
| | | |||||
| * | Use PipelineScheduleDetails | Shinya Maeda | 2017-05-30 | 2 | -11/+14 |
| | | |||||
| * | Improve document | Shinya Maeda | 2017-05-30 | 2 | -32/+32 |
| | | |||||
| * | FIx doc lint | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Update doc with latest entity | Shinya Maeda | 2017-05-30 | 1 | -48/+67 |
| | | |||||
| * | Remove deleted_at from Entity. Use find_by. Remove returns. | Shinya Maeda | 2017-05-30 | 3 | -8/+7 |
| | | |||||
| * | Expose last_pipeline only when detailed status | Shinya Maeda | 2017-05-30 | 2 | -6/+6 |
| | | |||||
| * | Dryup fetching pipeline_schedule with helper | Shinya Maeda | 2017-05-30 | 1 | -6/+14 |
| | | |||||
| * | Switch to preload. Remove unncecessary associations. | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic ↵ | Shinya Maeda | 2017-05-30 | 4 | -26/+8 |
| | | | | | | | | for small payload. | ||||
| * | includes last_pipeline | Shinya Maeda | 2017-05-30 | 3 | -4/+5 |
| | | |||||
| * | zj keen eye2 | Shinya Maeda | 2017-05-30 | 2 | -8/+2 |
| | | |||||
| * | zj keen eye | Shinya Maeda | 2017-05-30 | 1 | -26/+12 |
| | | |||||
| * | avoids N + 1 queries | Shinya Maeda | 2017-05-30 | 2 | -1/+13 |
| | | |||||
| * | Define last_pipeline in PipelineScheduleEntity | Shinya Maeda | 2017-05-30 | 2 | -5/+3 |
| | | |||||
| * | Remove bang from update! | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Move authenticate! to before | Shinya Maeda | 2017-05-30 | 1 | -6/+2 |
| | | |||||
| * | Concatinate dot behind end | Shinya Maeda | 2017-05-30 | 1 | -2/+1 |
| | | |||||
| * | Add space between curly brackets | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Use attributes_for | Shinya Maeda | 2017-05-30 | 1 | -24/+16 |
| | | |||||
| * | Add own! method on PipleineSchedule | Shinya Maeda | 2017-05-30 | 2 | -1/+5 |
| | | |||||
| * | Use CreatePipelineScheduleService | Shinya Maeda | 2017-05-30 | 1 | -2/+3 |
| | | |||||
| * | Remove if from last_pipeline in entity | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Use 'set' to top-level variables. Remove repository. | Shinya Maeda | 2017-05-30 | 1 | -3/+3 |
| | | |||||
| * | Add validation spec | Shinya Maeda | 2017-05-30 | 1 | -11/+21 |
| | | |||||
| * | Reflect doc to api desc | Shinya Maeda | 2017-05-30 | 1 | -20/+20 |
| | | |||||
| * | Add doc | Shinya Maeda | 2017-05-30 | 2 | -0/+254 |
| | | |||||
| * | Add changelog | Shinya Maeda | 2017-05-30 | 1 | -0/+4 |
| | | |||||
| * | Change status number to ailias | Shinya Maeda | 2017-05-30 | 1 | -2/+2 |
| | | |||||
| * | Add API support for pipeline schedule | Shinya Maeda | 2017-05-30 | 7 | -0/+486 |
| | | |||||
* | | Merge branch 'enable-gitaly-receive-pack' into 'master' | Rémy Coutable | 2017-05-31 | 2 | -3/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Allow PostReceivePack to be enabled with Gitaly Closes gitaly#246 See merge request !11809 | ||||
| * | | Allow PostReceivePack to be enabled with Gitalyenable-gitaly-receive-pack | Alejandro Rodríguez | 2017-05-30 | 2 | -3/+2 |
| | | | |||||
* | | | Merge branch 'dm-oauth-config-for' into 'master' | Rémy Coutable | 2017-05-31 | 3 | -1/+51 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Return nil when looking up config for unknown LDAP provider Closes #29342 See merge request !11804 | ||||
| * | | | Return nil when looking up config for unknown LDAP providerdm-oauth-config-for | Douwe Maan | 2017-05-30 | 3 | -1/+51 |
| |/ / | |||||
* | | | Merge branch 'revert-5b67839b' into 'master' | Sean McGivern | 2017-05-31 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Revert "Merge branch 'grpc-1.3.4' into 'master'" See merge request !11813 | ||||
| * | | Revert "Merge branch 'grpc-1.3.4' into 'master'" | Jacob Vosmaer (GitLab) | 2017-05-31 | 1 | -1/+1 |
|/ / | | | | | This reverts merge request !11645 | ||||
* | | Merge branch '30410-revert-9347-and-10079' into 'master' | Douwe Maan | 2017-05-30 | 13 | -63/+26 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Allow to disable username on checkout url" Closes #30410 and #30174 See merge request !11792 |