summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4826-create-empty-wiki-when-it-s-enabled' into 'master'Stan Hu2018-02-281-0/+15
|\
| * Make sure wiki exists when it's enabledValery Sizov2018-02-261-0/+15
* | Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-277-85/+60
* | Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-277-87/+96
* | Merge branch 'slash-commands-changes-for-chatops' into 'master'Kamil Trzciński2018-02-271-2/+2
|\ \
| * | Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-231-2/+2
* | | Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik2018-02-262-9/+27
* | | Merge branch 'minimal-fix-for-artifacts-service' into 'master'Grzegorz Bizon2018-02-241-5/+25
|\ \ \
| * | | Revert "Revert "Use Dir.mktmpdir""Shinya Maeda2018-02-241-15/+14
| * | | Revert "Use Dir.mktmpdir"minimal-fix-for-artifacts-serviceShinya Maeda2018-02-241-14/+15
| * | | Use Dir.mktmpdirShinya Maeda2018-02-241-15/+14
| * | | Change FileUtils.cp to FileUtils.copyShinya Maeda2018-02-241-1/+1
| * | | Bring back the initial commitShinya Maeda2018-02-241-13/+14
| * | | Fixed static analysysShinya Maeda2018-02-241-1/+1
| * | | Check if the latest permanent file exists before remove file. Add tests.Shinya Maeda2018-02-231-14/+13
| * | | Copy original file to temp file always to prevent data lossShinya Maeda2018-02-231-4/+4
| * | | Minimal fix for artifacts serviceKamil Trzciński2018-02-231-5/+26
* | | | Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-232-29/+27
|\ \ \ \
| * | | | Resolve "Milestone Quick Action not displayed with no project milestones but ...🙈 jacopo beschi 🙉2018-02-232-29/+27
| |/ / /
* | | | Log pages domain verification changes to application.logNick Thomas2018-02-231-0/+1
* | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-233-1/+147
|/ / /
* | | Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan2018-02-231-1/+1
|\ \ \
| * | | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-1/+1
| |/ /
* | | Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera2018-02-221-2/+2
|/ /
* | Resolve "group request membership mail with too long list of "To:""🙈 jacopo beschi 🙉2018-02-191-1/+16
* | Remember assignee when moving an issue41949-moveJan Provaznik2018-02-181-1/+2
* | Re-organize issue move method callsmove-issue-reorgJan Provaznik2018-02-151-11/+14
* | Merge branch '43240-external-tracker-issues-don-t-have-the-correct-closing-te...Rémy Coutable2018-02-141-2/+2
|\ \ | |/ |/|
| * Fix closing issues text added to MRs for external issue trackersSean McGivern2018-02-141-2/+2
* | Merge branch 'fix/template-project-visibility' into 'master'Douwe Maan2018-02-142-11/+13
|\ \
| * | Update projects import serviceGeorge Tsiolis2018-02-122-11/+13
* | | Resolve "Remove notification settings for groups and projects you were previo...🙈 jacopo beschi 🙉2018-02-141-0/+1
| |/ |/|
* | Merge branch 'fix/remove-allow-n-plus-1-from-delete-merged-branches-service' ...Robert Speicher2018-02-131-11/+7
|\ \
| * | Remove allow_n_plus_1 block from DeleteMergedBranchesServicefix/remove-allow-n-plus-1-from-delete-merged-branches-serviceAhmad Sherif2018-02-121-11/+7
| |/
* | Merge branch '26466-natural-sort-mrs' into 'master'Sean McGivern2018-02-131-0/+12
|\ \
| * | Change issue show page to group MRs by projects and namespacesJeff Stubler2018-02-131-0/+12
* | | Fix Error 500s creating merge requests with external issue trackersh-fix-issue-43193Stan Hu2018-02-121-3/+5
| |/ |/|
* | Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez2018-02-091-3/+7
* | Merge branch 'rd-35856-backport-lfs-file-locking-api' into 'master'Sean McGivern2018-02-073-0/+99
|\ \
| * | Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-073-0/+99
* | | Merge branch 'fix/reduce-number-of-ref-exists-calls' into 'master'Sean McGivern2018-02-071-4/+1
|\ \ \ | |/ / |/| |
| * | Remove allow_n_plus_1_calls from MergeRequests::CreateServicefix/reduce-number-of-ref-exists-callsAhmad Sherif2018-02-071-4/+1
* | | Merge commit '4457cf9d178dc9912fd9c16427ad81b389179d00' into fix/gb/fix-redun...fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-075-3/+71
|\ \ \ | |/ /
| * | Merge branch 'jej/upload-file-tracks-lfs' into 'master'Sean McGivern2018-02-062-1/+53
| |\ \
| | * | File upload UI obeys LFS filtersJames Edwards-Jones2018-02-062-1/+53
| * | | Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes2018-02-062-2/+2
| |\ \ \
| | * | | Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-062-2/+2
| * | | | Fix inital test failuresShinya Maeda2018-02-061-4/+6
| * | | | Add worker queueShinya Maeda2018-02-061-1/+1
| * | | | Rename CreateArtifactsTraceService to CreateTraceArtifactServiceShinya Maeda2018-02-062-16/+14