summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-103-4/+31
|\
| * Make retried to be nullableKamil Trzcinski2017-05-091-2/+2
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-073-4/+31
* | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-106-7/+7
|\ \
| * | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-103-3/+3
| * | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-104-4/+4
* | | Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-1/+1
|/ /
* | Merge branch 'deltas-only' into 'master' Sean McGivern2017-05-091-1/+1
|\ \
| * | Don't use DiffCollection for deltasJacob Vosmaer2017-05-091-1/+1
* | | Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-091-1/+6
|\ \ \
| * | | Small code improvements and add migration specFelipe Artur2017-05-081-3/+2
| * | | Preloads head pipeline for each merge requestFelipe Artur2017-05-081-1/+7
* | | | Merge branch 'fix/gb/fix-skipped-manual-actions' into 'master' Kamil Trzciński2017-05-091-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix skipped manual actions issue in pipeline processingfix/gb/fix-skipped-manual-actionsGrzegorz Bizon2017-05-081-1/+1
| |/ /
* | | Merge branch '28359-skip-process-commit-worker-unless-issues-referenced' into...31977-ensure-all-webpack-bundles-which-include-vue-are-children-of-common_vue-jsDmitriy Zaporozhets2017-05-081-2/+4
|\ \ \ | |/ / |/| |
| * | Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones2017-05-041-2/+4
* | | Add confirm delete protected branch modalSam Rose2017-05-081-12/+4
* | | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-073-5/+18
| |/ |/|
* | Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-063-8/+25
|\ \
| * | Do not reprocess actions when user retries pipelinefeature/gb/manual-actions-protected-branches-permissionsGrzegorz Bizon2017-05-051-0/+2
| * | Use update build policy instead of new play policyGrzegorz Bizon2017-05-051-1/+1
| * | Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-054-23/+78
| |\ \
| * | | Improve code style related to protected actionsGrzegorz Bizon2017-05-031-1/+1
| * | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-032-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-027-77/+68
| |\ \ \ \
| * | | | | Add new ability check for stopping environmentGrzegorz Bizon2017-05-011-7/+2
| * | | | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-2225-405/+421
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-1319-69/+256
| |\ \ \ \ \
| * | | | | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-1/+2
| * | | | | | Move code for playing an action to separate serviceGrzegorz Bizon2017-04-121-0/+17
| * | | | | | Take branch access into account when stopping environmentGrzegorz Bizon2017-04-061-3/+5
* | | | | | | Merge branch 'fix/admin-integrations' into 'master' Sean McGivern2017-05-051-0/+103
|\ \ \ \ \ \ \
| * | | | | | | refactor code based on feedbackfix/admin-integrationsJames Lopez2017-05-051-6/+6
| * | | | | | | refactor code based on feedbackJames Lopez2017-05-051-1/+1
| * | | | | | | refactor code based on feedbackJames Lopez2017-05-051-6/+15
| * | | | | | | add callbacks in bulkJames Lopez2017-05-051-6/+24
| * | | | | | | bulk insert FTW - This would introduce more complexity, but should be fasterJames Lopez2017-05-051-7/+20
| * | | | | | | use select_valuesJames Lopez2017-05-051-2/+2
| * | | | | | | fixed all issues - not doing bulk create.James Lopez2017-05-051-7/+3
| * | | | | | | refactor propagate service to use batch inserts and subquery instead of left ...James Lopez2017-05-051-6/+26
| * | | | | | | refactor a few things based on feedbackJames Lopez2017-05-041-4/+4
| * | | | | | | refactor worker into serviceJames Lopez2017-05-041-0/+47
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-052-0/+33
|\ \ \ \ \ \ \
| * | | | | | | Add alias_attributes for notesblackst0ne2017-05-041-4/+0
| * | | | | | | Add specs for issue and note changesblackst0ne2017-05-041-2/+2
| * | | | | | | Prefer single quotesblackst0ne2017-05-041-1/+1
| * | | | | | | Simplified assign_attributes for issuableblackst0ne2017-05-041-6/+3
| * | | | | | | Add last_edited_at and last_edited_by attributesblackst0ne2017-05-042-0/+15
| * | | | | | | Add system note on description change of issue/merge requestblackst0ne2017-05-042-0/+25
* | | | | | | | Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-0513-40/+165
|\ \ \ \ \ \ \ \