summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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 '33000-tag-list-in-project-create-api' into 'master'Rémy Coutable2017-05-311-0/+2
| |\ \ \ \ \ \
| | * | | | | | Add tag_list param to project apivanadium232017-05-311-0/+2
| | |/ / / / /
* | | | | | | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-312-2/+9
|/ / / / / /
* | | | | | Use update_pipeline_scheduleShinya Maeda2017-05-311-2/+2
* | | | | | Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda2017-05-301-6/+2
* | | | | | Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda2017-05-301-3/+7
* | | | | | 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 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-294-4/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Hide nested group UI/API support for MySQLYorick Peterse2017-05-174-4/+18
* | | | Add API URL to JIRA settings31448-jira-urlsJarka Kadlecova2017-05-261-1/+7
* | | | Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher2017-05-251-1/+3
|\ \ \ \
| * | | | Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-1/+3
| | |/ / | |/| |
* | | | Merge branch '32748-emails-are-being-sent-with-the-wrong-language' into 'master'Douwe Maan2017-05-251-2/+2
|\ \ \ \
| * | | | Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-languageRuben Davila2017-05-251-2/+2
| |/ / /
* | | | Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-242-2/+2
| |_|/ |/| |
* | | Prevent errors from non-functional notify_post_receive endpointfix-notify-post-receiveAlejandro Rodríguez2017-05-181-8/+9
|/ /
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-163-6/+6
* | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-153-6/+6
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan2017-05-153-6/+6
|\ \
| * | Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-153-6/+6
| |/
* | Create a Users FinderGeorge Andrinopoulos2017-05-151-10/+1
|/
* Update SystemHooks API to expose and handle new repository_update_eventsGabriel Mazetto2017-05-121-1/+1
* fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-4/+4
* Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-1010-13/+13
|\
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-105-5/+5
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-106-8/+8
* | Use new SnippetsFinder signature in APIbvl-security-patchesBob Van Landuyt2017-05-101-2/+2
* | Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-102-2/+2
* | Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-104-8/+6
|/
* Use relative paths for group/project/user avatarsblackst0ne2017-05-102-5/+16