summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '21143-customize-branch-name-when-using-create-branch-in-an-issu...Sean McGivern2017-11-292-32/+58
|\
| * Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-252-32/+58
* | Merge branch '38962-automatically-run-a-pipeline-when-auto-devops-is-turned-o...Kamil Trzciński2017-11-281-1/+9
|\ \
| * | BE for automatic pipeline when enabling Auto DevOpsMatija Čupić2017-11-281-1/+9
* | | Merge branch '40530-merge-request-generates-wrong-diff-when-branch-and-tag-ha...Rémy Coutable2017-11-282-9/+19
|\ \ \
| * | | Ensure MRs always use branch refs for comparisonSean McGivern2017-11-282-9/+19
* | | | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-283-54/+132
|\ \ \ \
| * | | | Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto2017-11-281-5/+12
| * | | | Backport EE changes to make test possible when prepending modulesGabriel Mazetto2017-11-242-0/+8
| * | | | Codestyle changes and Added Exclusive Lease to hashed storage migrationGabriel Mazetto2017-11-231-1/+1
| * | | | when rollingback repository migration, toggle readonly mode backGabriel Mazetto2017-11-232-3/+3
| * | | | Raises error when migration cannot happen so job is cancelledGabriel Mazetto2017-11-231-1/+3
| * | | | attachments migration should move only the base folderGabriel Mazetto2017-11-231-25/+12
| * | | | WIP Attachments migrationGabriel Mazetto2017-11-232-1/+60
| * | | | Refactor Hashed Storage migration to add additional migration stepsGabriel Mazetto2017-11-232-57/+72
* | | | | Merge branch '40226-refactor-the-issuable-s-webhooks-data-architecture' into ...Douwe Maan2017-11-285-28/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-245-28/+33
| | |/ / | |/| |
* | | | Create issue and merge request destroy servicesGeorge Andrinopoulos2017-11-251-0/+9
|/ / /
* | | Merge branch 'issue_40374' into 'master'Sean McGivern2017-11-243-22/+16
|\ \ \
| * | | Fix WIP system note not being createdissue_40374Felipe Artur2017-11-233-22/+16
| |/ /
* | | Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern2017-11-231-14/+6
|\ \ \
| * | | Rename fetch_refs to refmapDouwe Maan2017-11-231-3/+3
| * | | Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-14/+6
| |/ /
* | | Merge branch 'jej-rename-legacy-protected-branches-api-service' into 'master'Rémy Coutable2017-11-232-4/+4
|\ \ \
| * | | Renamed ProtectedBranches::ApiUpdateService to LegacyApiUpdateServicejej-rename-legacy-protected-branches-api-serviceJames Edwards-Jones2017-11-232-4/+4
| |/ /
* | | Merge branch 'use-merge-requests-diff-id-column' into 'master'Douwe Maan2017-11-231-1/+1
|\ \ \
| * | | Use latest_merge_request_diff associationSean McGivern2017-11-231-1/+1
| |/ /
* | | Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
|/ /
* | Merge branch '39461-notes-api-for-issues-no-longer-returns-label-additions-re...Sean McGivern2017-11-211-0/+4
|\ \
| * | reverting to the simpler approachmicael.bergeron2017-11-161-0/+4
* | | Merge branch 'issue_40337' into 'master'Sean McGivern2017-11-211-9/+14
|\ \ \ | |_|/ |/| |
| * | Fix promoting milestone updating all issuables without milestoneissue_40337Felipe Artur2017-11-211-9/+14
* | | Merge branch 'osw-merge-process-logs' into 'master'Sean McGivern2017-11-201-0/+12
|\ \ \ | |/ / |/| |
| * | Add MR reference to logsOswaldo Ferreira2017-11-201-5/+5
| * | Add logs for monitoring the merge processosw-merge-process-logsOswaldo Ferreira2017-11-161-0/+12
* | | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-205-0/+5
|\ \ \
| * | | Adds Rubocop rule for line break after guard clauseJacopo2017-11-165-0/+5
* | | | Fix project transfer with hashed-storage attachmentsNick Thomas2017-11-171-1/+11
* | | | Fix hashed storage with project transfers to another namespacesh-port-hashed-storage-transfer-fixStan Hu2017-11-161-9/+17
* | | | Merge branch 'cache-user-keys-count' into 'master'Douwe Maan2017-11-166-27/+65
|\ \ \ \
| * | | | Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-166-27/+65
| |/ / /
* | | | Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-153-9/+15
| |_|/ |/| |
* | | Merge branch 'dm-import-service-polymorphism' into 'master'40186-the-ee_compat_check-job-sometimes-fail-on-the-git-apply-3way-step-for-forksYorick Peterse2017-11-151-11/+11
|\ \ \ | |/ / |/| |
| * | Prefer polymorphism over specific type checks in Import servicedm-import-service-polymorphismDouwe Maan2017-11-151-11/+11
* | | Add Gitlab::Utils::StrongMemoizeLin Jen-Shin (godfat)2017-11-131-3/+5
|/ /
* | Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-112-1/+9
* | Prevent fast forward merge when rebase is requiredissue_39773_beFelipe Artur2017-11-101-11/+16
|/
* Merge branch 'dm-notes-for-commit-id' into 'master'Rémy Coutable2017-11-081-11/+1
|\
| * Use Commit#notes and Note.for_commit_id when possible to make sure we use all...dm-notes-for-commit-idDouwe Maan2017-11-081-11/+1
* | Merge branch 'github-importer-refactor' into 'master'Douwe Maan2017-11-081-1/+17
|\ \