summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename the other jobsrename-builds-controllerLin Jen-Shin2017-05-311-8/+8
* Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-3147-125/+1011
|\
| * Merge branch 'tc-improve-project-api-perf' into 'master'Douwe Maan2017-05-3113-81/+110
| |\
| | * Remove some deprecated methodstc-improve-project-api-perfToon Claes2017-05-306-32/+3
| | * Add :owned param to ProjectFinderToon Claes2017-05-305-9/+18
| | * Make it possible to combine :trending with other paramsToon Claes2017-05-301-6/+7
| | * Use helper to construct Finder paramsToon Claes2017-05-303-9/+12
| | * UNION of SELECT/WHERE is faster than WHERE on UNIONToon Claes2017-05-302-8/+14
| | * Use ProjectFinder to filter the projectsToon Claes2017-05-302-13/+4
| | * Change ProjectFinder so starred can be combined with other filtersToon Claes2017-05-302-3/+12
| | * Add starred_by scope to ProjectToon Claes2017-05-303-2/+17
| | * Handle `membership` in ProjectFinderToon Claes2017-05-302-5/+4
| | * Build options hash after finding the list of projectsToon Claes2017-05-301-5/+6
| | * Move ProjectsFinder to `present_projects` for simplificationToon Claes2017-05-301-12/+9
| | * Copy `filter_projects` helper to V3Toon Claes2017-05-301-0/+27
| * | Merge branch 'winh-filter-dropdown-spinner' into 'master'Annabel Dunstone Gray2017-05-311-0/+1
| |\ \
| | * | Center loading spinner in issuable filterswinh-filter-dropdown-spinnerwinh2017-05-311-0/+1
| * | | Merge branch 'fix/gb/use-merge-ability-for-protected-manual-actions' into 'ma...Kamil Trzciński2017-05-3116-41/+104
| |\ \ \
| | * | | Update docs related to protected actionsfix/gb/use-merge-ability-for-protected-manual-actionsGrzegorz Bizon2017-05-311-1/+1
| | * | | Add changelog for protected branches abilities fixGrzegorz Bizon2017-05-311-0/+4
| | * | | Fix chat commands specs related to protected actionsGrzegorz Bizon2017-05-311-2/+5
| | * | | Fix builds controller specs related to protected actionsGrzegorz Bizon2017-05-311-1/+5
| | * | | Fix pipeline retry specs related to protected actionsGrzegorz Bizon2017-05-311-2/+5
| | * | | Fix environment model specs related to protected actionsGrzegorz Bizon2017-05-311-1/+4
| | * | | Fix build factory specs related to protected actionsGrzegorz Bizon2017-05-311-1/+4
| | * | | Fix job play service specs related to protected actionsGrzegorz Bizon2017-05-311-4/+13
| | * | | Fix play status specs related to protected actionsGrzegorz Bizon2017-05-311-2/+8
| | * | | Fix deploy chat command specs for protected actionsGrzegorz Bizon2017-05-311-1/+6
| | * | | Fix environment specs related to protected actionsGrzegorz Bizon2017-05-313-21/+39
| | * | | Fix pipeline processing specs related to protected actionsGrzegorz Bizon2017-05-311-3/+4
| | * | | Fix build entity specs related to protected actionsGrzegorz Bizon2017-05-311-1/+5
| | * | | Check only a merge ability for protected actionsGrzegorz Bizon2017-05-311-1/+1
| | | |/ | | |/|
| * | | Merge branch 'issue-template-reproduce-in-example-project' into 'master'Rémy Coutable2017-05-312-0/+10
| |\ \ \
| | * | | Ask for an example project for bug reportsMark Fletcher2017-05-312-0/+10
| * | | | Merge branch '33000-tag-list-in-project-create-api' into 'master'Rémy Coutable2017-05-314-0/+17
| |\ \ \ \
| | * | | | Add tag_list param to project apivanadium232017-05-314-0/+17
| | | |/ / | | |/| |
| * | | | Merge branch '30892-add-api-support-for-pipeline-schedule' into 'master'Kamil Trzciński2017-05-3110-0/+767
| |\ \ \ \
| | * | | | Use update_pipeline_scheduleShinya Maeda2017-05-311-2/+2
| | * | | | Fix document according to the new changeShinya Maeda2017-05-301-2/+3
| | * | | | Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda2017-05-302-7/+3
| | * | | | Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda2017-05-302-3/+25
| | * | | | Use PipelineScheduleDetailsShinya Maeda2017-05-302-11/+14
| | * | | | Improve documentShinya Maeda2017-05-302-32/+32
| | * | | | FIx doc lintShinya Maeda2017-05-301-1/+1
| | * | | | Update doc with latest entityShinya Maeda2017-05-301-48/+67
| | * | | | Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-303-8/+7
| | * | | | 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-304-26/+8