summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gpocentek/gitlab-ce-api-webhook-token' into 'master' Rémy Coutable2016-11-021-2/+4
|\
| * Ensure hook tokens are write-only in the APIgpocentek/gitlab-ce-api-webhook-tokenSean McGivern2016-11-011-1/+1
| * Add support for token attr in project hooks APIGauvain Pocentek2016-11-012-3/+5
* | Merge branch 'create_hooks_rake' into 'master' Rémy Coutable2016-11-021-3/+12
|\ \
| * | Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-3/+12
* | | require rails/generators for generatorsYorick Peterse2016-11-011-0/+2
* | | Merge branch 'background-migrations' into 'master'Robert Speicher2016-11-011-0/+13
|\ \ \ | |/ / |/| |
| * | Support for post deployment migrationsbackground-migrationsYorick Peterse2016-10-311-0/+13
* | | Fix project features default valuesFelipe Artur2016-11-012-8/+10
* | | Fix Markdown styling inside reference linkspanjan2016-11-015-42/+44
| |/ |/|
* | Merge branch 'zj-grape-branches' into 'master' Rémy Coutable2016-11-011-66/+57
|\ \
| * | GrapeDSL for branches endpointszj-grape-branchesZ.J. van de Weg2016-10-311-66/+57
* | | Merge branch '22271-drone-tag-pipeline-build' into 'master' Douwe Maan2016-10-312-3/+3
|\ \ \ | |_|/ |/| |
| * | Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-282-3/+3
* | | Ignore teaspoon tasks in production environmentwinniehell2016-10-291-18/+20
| |/ |/|
* | Merge branch 'dz-internal-api-fullpath' into 'master' Dmitriy Zaporozhets2016-10-281-4/+9
|\ \ | |/ |/|
| * Refactor storage path extraction from full repo pathdz-internal-api-fullpathDmitriy Zaporozhets2016-10-281-6/+1
| * Make internal api work with full repo path instead of nameDmitriy Zaporozhets2016-10-271-4/+14
* | Merge branch 'adam-fix-labels-find-or-create' into 'master' Douwe Maan2016-10-285-8/+8
|\ \
| * | Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-285-8/+8
* | | Merge branch 'use-optimistic-locking' into 'master' Stan Hu2016-10-281-0/+19
|\ \ \
| * | | Make retry_lock to not be infiniteuse-optimistic-lockingKamil Trzcinski2016-10-271-3/+7
| * | | Add tests for optimistic lockingKamil Trzcinski2016-10-261-5/+7
| * | | Use optimistic lockingKamil Trzcinski2016-10-261-0/+13
* | | | Merge branch 'clean-up-issue_spec.js' into 'master' Rémy Coutable2016-10-281-0/+23
|\ \ \ \
| * | | | Replace static issue fixtures by script (!6059)winniehell2016-10-281-0/+23
* | | | | Merge branch 'fix/make-github-import-retryable' into 'master' Sean McGivern2016-10-288-23/+112
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typosfix/make-github-import-retryableAhmad Sherif2016-10-282-2/+2
| * | | | Abstract the use of imported[!?] and {current,increment}_page in GitHub importerAhmad Sherif2016-10-281-50/+34
| * | | | Use public_send instead of sendAhmad Sherif2016-10-281-1/+1
| * | | | Modify GitHub importer to be retryableAhmad Sherif2016-10-287-25/+130
* | | | | Merge branch '23890-api-should-accepts-boolean' into 'master' Sean McGivern2016-10-281-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | API: Fix booleans not recognized as such when using the `to_boolean` helper23890-api-should-accepts-booleanRémy Coutable2016-10-271-0/+1
| | |/ / | |/| |
* | | | Merge branch 'fix/gh-import-bugs' into 'master' Sean McGivern2016-10-282-13/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix importing MR comments from GitHubfix/gh-import-bugsAhmad Sherif2016-10-271-6/+7
| * | | Fix applying labels for GitHub-imported MRsAhmad Sherif2016-10-272-7/+16
| | |/ | |/|
* | | Merge branch '21645-mail_room_sentinel'Douwe Maan2016-10-272-1/+14
|\ \ \ | |/ / |/| |
| * | Updated mail_room and added sentinel support to Reply by Email21645-mail_room_sentinelGabriel Mazetto2016-10-262-1/+14
* | | Merge branch '5613-backups-fail' into 'master' Douwe Maan2016-10-271-16/+76
|\ \ \
| * | | Backups do not fail anymore when using tar on annex and custom_hookstiagonbotelho2016-10-271-16/+76
| | |/ | |/|
* | | Merge branch 'eslint' into 'master' Fatih Acet2016-10-262-0/+16
|\ \ \
| * | | add Rake tasks eslint and lint:javascriptwinniehell2016-10-262-0/+16
| |/ /
* | | Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh2016-10-261-2/+7
* | | Merge branch 'grapify-tags' into 'master' Rémy Coutable2016-10-261-49/+45
|\ \ \ | |/ / |/| |
| * | Grapify tags APIgrapify-tagsRobert Schilling2016-10-261-49/+45
* | | Merge branch 'fix-events-api' into 'master' Rémy Coutable2016-10-251-2/+2
|\ \ \
| * | | Get rid of extra .page callAirat Shigapov2016-10-241-2/+1
| * | | Fix events order in user contributions APIAirat Shigapov2016-10-241-1/+2
* | | | Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-1/+8
| |_|/ |/| |
* | | Merge branch '23372-fix-ce-to-ee-merge-check-task' into 'master' Robert Speicher2016-10-254-101/+277
|\ \ \