summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Revert fair scheduling for all buildsDylan Griffith2018-04-301-14/+33
* | | | | Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith2018-04-271-1/+1
* | | | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-264-9/+31
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-253-7/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-253-7/+7
| | |/ /
| * | | Merge branch 'matbaj/gitlab-ce-add-inherit-command' into 'master'Rémy Coutable2018-04-241-0/+20
| |\ \ \
| | * | | Make /copy_metadata only handle the first issuable passedSean McGivern2018-04-241-7/+7
| | * | | Merge branch 'master' into matbaj/gitlab-ce-add-inherit-commandSean McGivern2018-04-1984-334/+1033
| | |\ \ \ | | | |/ /
| | * | | Fixed inconsistent descriptions and refactored reference checkingMateusz Bajorski2018-03-031-2/+2
| | * | | Fixed typos and improved reference checkingMateusz Bajorski2018-03-031-9/+9
| | * | | Changed command name to copy_metadata and added MR supportMateusz Bajorski2018-03-031-7/+9
| | * | | Add Inherit quick actionMateusz Bajorski2018-03-031-0/+18
| * | | | Fix unassign slash command previewAthar Hameed2018-04-241-2/+4
| | |/ / | |/| |
* | | | extract method to adhere to "tell, don't ask"Alexis Reigel2018-04-231-1/+1
* | | | simplify runner selectionAlexis Reigel2018-04-231-56/+14
* | | | dry up: extract methodAlexis Reigel2018-04-231-15/+11
* | | | select group runners also in register_job_serviceAlexis Reigel2018-04-231-9/+36
* | | | select group runners also in build queue serviceAlexis Reigel2018-04-231-4/+12
|/ / /
* | | Respect visibility options and description when importing project from templateFrancisco Javier López2018-04-191-1/+2
* | | Fix label links update on project transferJan Provaznik2018-04-191-3/+8
* | | Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* | | Merge branch 'stuartnelson3/gitlab-ce-stn/issue-due-email' into 'master'Douwe Maan2018-04-182-2/+23
|\ \ \
| * \ \ Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern2018-04-1033-63/+587
| |\ \ \
| * | | | Only send issue due emails to participants and custom subscribersSean McGivern2018-03-302-2/+4
| * | | | Merge branch 'master' into stuartnelson3/gitlab-ce-stn/issue-due-emailSean McGivern2018-03-3013-56/+87
| |\ \ \ \
| * | | | | Send issue due emails to all participantsSean McGivern2018-03-302-3/+3
| * | | | | Use cron for sending emailsStuart Nelson2018-03-263-14/+0
| * | | | | Make linter happyStuart Nelson2018-03-261-1/+1
| * | | | | Remove dead commentStuart Nelson2018-03-261-1/+0
| * | | | | Send email to recipientsStuart Nelson2018-03-262-2/+21
| * | | | | creating background jobStuart Nelson2018-03-263-0/+15
* | | | | | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-187-8/+8
* | | | | | Merge branch '45473-temporary-fix-for-ci-register-jobs-service' into 'master'Kamil Trzciński (OoO till 16th of April)2018-04-181-1/+1
|\ \ \ \ \ \
| * | | | | | Temporary fix for eager loading issue in Ci::RegisterJobServiceTomasz Maczukin2018-04-171-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '40402-time-estimate-system-notes-can-be-confusing' into 'master'Sean McGivern2018-04-181-1/+1
|\ \ \ \ \ \
| * | | | | | Add a comma to the time system notes estimatesJose Ivan Vargas2018-04-161-1/+1
* | | | | | | Merge branch 'improve-jobs-queuing-time-metric' into 'master'Kamil Trzciński (OoO till 16th of April)2018-04-181-2/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Protect register_job_service from pending job with queued_at=nilTomasz Maczukin2018-04-101-1/+1
| * | | | | | Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-101-2/+17
* | | | | | | Replace 'GKE' with 'Google Kubernetes Engine'Taurie Davis2018-04-171-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'dm-archived-read-only' into 'master'Robert Speicher2018-04-121-2/+2
|\ \ \ \ \ \
| * | | | | | Rename `create_merge_request` permissionsBob Van Landuyt2018-04-111-2/+2
| * | | | | | Prevent new merge requests for archived projectsBob Van Landuyt2018-04-111-1/+1
| |/ / / / /
* | | | | | Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-112-12/+13
|/ / / / /
* | | | | Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"Kamil Trzciński2018-04-101-17/+2
| |_|/ / |/| | |
* | | | Verify that deploy token has valid access when pulling container registry imageMayra Cabrera2018-04-101-1/+2
* | | | Merge branch 'blackst0ne-rails5-fix-frozen-array' into 'master'Sean McGivern2018-04-091-2/+1
|\ \ \ \
| * | | | Refactor `add_recipients`blackst0ne-rails5-fix-frozen-arrayblackst0ne2018-04-091-3/+2
| * | | | [Rails5] Fix spec/requests/projects/cycle_analytics_events_spec.rbblackst0ne2018-04-071-1/+1
* | | | | Handle limit for datetime attributes on MySQLMayra Cabrera2018-04-061-16/+1