summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | rename methodJames Lopez2016-05-121-2/+2
| * | | | | | | | | | | | | | fix silly typoJames Lopez2016-05-121-0/+2
| * | | | | | | | | | | | | | Merge branches 'fix/import-data-issue' and 'master' of gitlab.com:gitlab-org/...James Lopez2016-05-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix complexity of methodJames Lopez2016-05-111-11/+19
| * | | | | | | | | | | | | | | trying to fix timing issue with import statusJames Lopez2016-05-111-2/+4
| * | | | | | | | | | | | | | | create import data in serviceJames Lopez2016-05-101-0/+2
* | | | | | | | | | | | | | | | Fix offline_token http_status codeKamil Trzcinski2016-05-151-1/+1
* | | | | | | | | | | | | | | | Fix http status codes for container registry authentication serviceKamil Trzcinski2016-05-151-2/+2
| |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Improve authentication service specsKamil Trzcinski2016-05-151-3/+3
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Rename JWT to JSONWebTokenKamil Trzcinski2016-05-141-16/+11
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fix authentication serviceKamil Trzcinski2016-05-141-1/+7
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Use Auth::ContainerRegistryAuthenticationServiceKamil Trzcinski2016-05-142-71/+69
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-134-4/+8
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | / / / | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-132-2/+2
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Improve log message when a project is destroyed to include the namespaceStan Hu2016-05-101-1/+1
| |/ / / / / / /
| * | | | | | | Merge branch 'escape-commit-titles' into 'master' Robert Speicher2016-05-081-1/+5
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Escape HTML in commit titles in system note messagesStan Hu2016-05-071-1/+5
* | | | | | | | Move JWT to Gitlab::JWTKamil Trzcinski2016-05-131-50/+52
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Fix CI testsKamil Trzcinski2016-05-121-3/+3
| |_|_|/ / / |/| | | | |
* | | | | | Rename DockerAuthenticationService to ContainerRegistryAuthenticationServiceKamil Trzcinski2016-05-091-9/+13
* | | | | | Make code more clear in what is doneKamil Trzcinski2016-05-091-9/+9
* | | | | | Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-099-49/+74
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Reduce delay in destroying a project from 1-minute to immediatelyStan Hu2016-05-071-3/+1
| |/ / /
| * | | Merge branch '14564-mr-automatic-title' into 'master' Douwe Maan2016-05-061-6/+30
| |\ \ \
| | * | | Don't auto-set MR title for confidential issuesSean McGivern2016-05-061-1/+1
| | * | | Auto-set title for branches created from issuesSean McGivern2016-05-061-6/+30
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into issue_14532_ass...Long Nguyen2016-05-057-38/+39
| |\ \ \ \ | | |/ / /
| | * | | Expire repository exists? and has_visible_content? caches after a push if nec...Stan Hu2016-05-042-0/+2
| | * | | Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-042-36/+15
| | * | | Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-041-21/+17
| | * | | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-05-022-0/+14
| | |\ \ \
| | | * | | Prevent privilege escalation via notes APIRobert Speicher2016-04-261-0/+11
| | | * | | Prevent private project name and namespace from leaking in the new MR viewRémy Coutable2016-04-251-0/+3
| | * | | | Fix error when trying to create a wiki pageRémy Coutable2016-04-291-1/+2
| * | | | | Update changelog, improve specsLong Nguyen2016-05-051-1/+1
| * | | | | Code refactor and fix broken specLong Nguyen2016-04-281-3/+5
| * | | | | Allow to assign labels and milestone to target project when moving issueLong Nguyen2016-04-261-1/+10
| | |/ / / | |/| | |
* | | | | Split docker authentication serviceKamil Trzcinski2016-05-021-0/+65
| |/ / / |/| | |
* | | | Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-0/+9
|/ / /
* | | Fix Error 500 due to stale cache when projects are renamed or transferredStan Hu2016-04-251-0/+2
| |/ |/|
* | Use association search in issuable create serviceGrzegorz Bizon2016-04-221-6/+6
* | Verify label affiliation before assigning to issueGrzegorz Bizon2016-04-221-2/+26
* | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-214-20/+32
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-193-20/+27
| |\
| * \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-167-28/+43
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-132-24/+36
| |\ \ \
| * | | | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-1/+1
| * | | | Fix specsKamil Trzcinski2016-04-114-8/+10
| * | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-113-14/+24
* | | | | Fix wiki testsSebastian Klier2016-04-201-1/+1