summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use PipelineScheduleDetailsShinya Maeda2017-05-302-11/+14
* Improve documentShinya Maeda2017-05-301-4/+4
* Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-302-6/+6
* Expose last_pipeline only when detailed statusShinya Maeda2017-05-302-6/+6
* Dryup fetching pipeline_schedule with helperShinya Maeda2017-05-301-6/+14
* Switch to preload. Remove unncecessary associations.Shinya Maeda2017-05-301-1/+1
* Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for...Shinya Maeda2017-05-302-2/+2
* includes last_pipelineShinya Maeda2017-05-302-4/+2
* zj keen eye2Shinya Maeda2017-05-301-2/+1
* avoids N + 1 queriesShinya Maeda2017-05-301-1/+1
* Define last_pipeline in PipelineScheduleEntityShinya Maeda2017-05-301-1/+3
* Move authenticate! to beforeShinya Maeda2017-05-301-6/+2
* Add own! method on PipleineScheduleShinya Maeda2017-05-301-1/+1
* Use CreatePipelineScheduleServiceShinya Maeda2017-05-301-2/+3
* Remove if from last_pipeline in entityShinya Maeda2017-05-301-1/+1
* Reflect doc to api descShinya Maeda2017-05-301-20/+20
* Add API support for pipeline scheduleShinya Maeda2017-05-303-0/+136
* Merge branch '19107-404-when-creating-new-milestone-or-issue-for-project-that...Douwe Maan2017-05-301-1/+7
|\
| * 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-1/+7
* | Merge branch '33032-invalid-you-directly-addressed-yourself-todo-when-using-u...Grzegorz Bizon2017-05-301-2/+3
|\ \
| * | Fix /unsubscribe slash command creating extra todos33032-invalid-you-directly-addressed-yourself-todo-when-using-unsubscribeSean McGivern2017-05-301-2/+3
* | | Merge branch '32916-browser-notifications-for-pipeline-running-in-a-mr-is-gon...Fatih Acet2017-05-301-0/+3
|\ \ \ | |/ / |/| |
| * | Add rubocop:disable to gon_helper.rb32916-browser-notifications-for-pipeline-running-in-a-mr-is-goneLuke "Jared" Bennett2017-05-261-0/+2
| * | Restore notifications to MR widgetLuke "Jared" Bennett2017-05-261-0/+1
* | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-298-4/+344
|\ \ \
| * | | Hide nested group UI/API support for MySQLYorick Peterse2017-05-176-7/+24
| * | | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-174-0/+323
* | | | Merge branch 'gitaly-init-default' into 'master'Douwe Maan2017-05-291-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Duplicate gitaly init variables in 'default' fileJacob Vosmaer2017-05-261-0/+2
| | |/ | |/|
* | | Merge branch 'dm-dependency-value-regex' into 'master'Grzegorz Bizon2017-05-262-5/+5
|\ \ \
| * | | Don't allow spaces in dependency linker value regexDouwe Maan2017-05-252-5/+5
* | | | Merge branch '31459-fix-transient-error-caused-by-small-timeout-also-adapt-te...Grzegorz Bizon2017-05-261-8/+9
|\ \ \ \
| * | | | Move helpers to spec file, use const's instead of helper methodsPawel Chojnacki2017-05-251-8/+4
| * | | | Fix transient CI errors by increasing command execution timeouts from 1s to 30sPawel Chojnacki2017-05-171-5/+10
* | | | | Merge branch '31448-jira-urls' into 'master'Grzegorz Bizon2017-05-261-1/+7
|\ \ \ \ \
| * | | | | Add API URL to JIRA settings31448-jira-urlsJarka Kadlecova2017-05-261-1/+7
| | |_|/ / | |/| | |
* | | | | Merge branch 'diffcollection-no-restarts' into 'master'Douwe Maan2017-05-261-18/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use the iterator inside DiffCollection only onceJacob Vosmaer2017-05-241-18/+21
* | | | | Merge branch '31556-ci-coverage-paralel-rspec' into 'master'Kamil TrzciƄski2017-05-261-23/+28
|\ \ \ \ \
| * | | | | Resolve static analysys. Use until instead of negative whileShinya Maeda2017-05-251-2/+2
| * | | | | Adopt ayufan scriptShinya Maeda2017-05-241-12/+13
| * | | | | put force_encoding in def reverse_lineShinya Maeda2017-05-241-3/+3
| * | | | | Append gurad clause. remove unless debris.emptyShinya Maeda2017-05-241-1/+3
| * | | | | Avoid tap. Use unless&empty.Shinya Maeda2017-05-241-7/+5
| * | | | | Improve calc_read_sizeShinya Maeda2017-05-241-6/+2
| * | | | | Optimize reverse_lineShinya Maeda2017-05-241-12/+13
| * | | | | much betterShinya Maeda2017-05-241-7/+1
| * | | | | Refer reverse_line from read_last_linesShinya Maeda2017-05-241-22/+7
| * | | | | Use force_encoding(regex.encoding)Shinya Maeda2017-05-241-2/+2
| * | | | | Use force_encoding when regex contains UTF-8 charShinya Maeda2017-05-241-1/+1