summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'change-extended-docker-configuration-syntax' into 'master'Grzegorz Bizon2017-07-022-3/+3
|\
| * Make entrypoint and command keys to be array of stringsTomasz Maczukin2017-07-022-3/+3
* | Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz2017-06-301-0/+3
|\ \ | |/ |/|
| * configure webpack publicPath dynamically to account for CDN or relative path ...Mike Greiling2017-06-281-0/+3
* | Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-3/+5
* | Merge branch 'sha-attributes-for-postgresql-and-mysql' into 'master'Sean McGivern2017-06-291-0/+34
|\ \
| * | Added code for defining SHA attributesYorick Peterse2017-06-291-0/+34
* | | Merge branch 'zj-usage-ping-only-gl-pipelines' into 'master'Kamil Trzciński2017-06-291-1/+2
|\ \ \
| * | | Split pipelines by origin on usage datazj-usage-ping-only-gl-pipelinesZ.J. van de Weg2017-06-271-1/+2
* | | | Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern2017-06-292-2/+7
|\ \ \ \
| * | | | convert all the policies to DeclarativePolicyhttp://jneen.net/2017-06-271-2/+2
| * | | | implement Presenter::Base#declarative_policy_delegatehttp://jneen.net/2017-06-271-0/+5
* | | | | Merge branch '34280-gitalyclient-sort_by_param-invalid-sort_by-key-recently_u...Rémy Coutable2017-06-291-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix a bug where an invalid sort param value was passed to Gitaly34280-gitalyclient-sort_by_param-invalid-sort_by-key-recently_updatedAlejandro Rodríguez2017-06-281-0/+2
* | | | | Merge branch 'bvl-rename-all-reserved-paths' into 'master'Sean McGivern2017-06-294-20/+139
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adjust for new static-analysis failuresbvl-rename-all-reserved-paths-mysqlBob Van Landuyt2017-06-271-2/+2
| * | | | Only do one query for updating routesBob Van Landuyt2017-06-271-5/+15
| * | | | Update routes directly by ID instead of filtering by pathBob Van Landuyt2017-06-261-4/+12
| * | | | Clear the cache for projects one-by-oneBob Van Landuyt2017-06-261-14/+16
| * | | | Add punctuation to log messagesBob Van Landuyt2017-06-263-4/+6
| * | | | Keep failed renames in redisBob Van Landuyt2017-06-261-1/+13
| * | | | Use the migration name as a key in redisBob Van Landuyt2017-06-261-1/+1
| * | | | Don't break rolling back when a namespace or project was renamedBob Van Landuyt2017-06-262-5/+7
| * | | | More logging so we know we have the rename in redisBob Van Landuyt2017-06-261-1/+5
| * | | | Revert renames from a migrationBob Van Landuyt2017-06-261-0/+5
| * | | | Revert namespace renamesBob Van Landuyt2017-06-262-1/+23
| * | | | Add methods to revert project renamesBob Van Landuyt2017-06-262-6/+49
| * | | | Track all renames in redisBob Van Landuyt2017-06-263-0/+9
* | | | | Merge branch 'gitaly-encodings' into 'master'Robert Speicher2017-06-283-11/+20
|\ \ \ \ \
| * | | | | Fix gitaly ref encoding bugsJacob Vosmaer2017-06-283-11/+20
* | | | | | Merge branch 'dm-dependency-linker-newlines' into 'master'Robert Speicher2017-06-281-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix diff of requirements.txt file by not matching newlines as part of package...dm-dependency-linker-newlinesDouwe Maan2017-06-271-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'bvl-fix-ldap-login' into 'master'Douwe Maan2017-06-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix setting `last_credential_check` on LDAP-loginbvl-fix-ldap-loginBob Van Landuyt2017-06-281-1/+1
| |/ / /
* | | | Merge branch 'submodules-private' into 'master'Sean McGivern2017-06-281-21/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer2017-06-271-21/+26
* | | | Merge branch 'gitlab-git-find-commits' into 'master'Sean McGivern2017-06-272-80/+70
|\ \ \ \ | |/ / / |/| | |
| * | | Remove 'contains' option from Commit.find_allJacob Vosmaer2017-06-271-6/+1
| * | | Remove Gitlab::Git::Repository#find_allJacob Vosmaer2017-06-272-80/+75
* | | | Merge branch 'zj-review-apps-usage-data' into 'master'Grzegorz Bizon2017-06-271-0/+1
|\ \ \ \
| * | | | Add in_review_folder to usage pingzj-review-apps-usage-dataZ.J. van de Weg2017-06-271-0/+1
* | | | | Merge branch '34324-gitlab-db-seed-is-broken' into 'master'Rémy Coutable2017-06-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix Gitlab::Database.bulk_insert for non-UTF-8 data34324-gitlab-db-seed-is-brokenSean McGivern2017-06-261-1/+1
| | |/ / | |/| |
* | | | Merge branch '34052-store-mr-ref-fetched-in-database' into 'master'Sean McGivern2017-06-271-0/+1
|\ \ \ \
| * | | | Store merge request ref_fetched status in the database34052-store-mr-ref-fetched-in-databaseAdam Niedzielski2017-06-261-0/+1
| | |_|/ | |/| |
* | | | Merge branch '33600-fix-uncaught-throw-in-ee_compat_check' into 'master'Robert Speicher2017-06-261-4/+17
|\ \ \ \
| * | | | Fix an uncaught throw in the ee_compat_check jobRémy Coutable2017-06-211-4/+17
* | | | | Merge branch 'remove-unused-argument' into 'master'Sean McGivern2017-06-261-2/+2
|\ \ \ \ \
| * | | | | Remove unused Gitlab::Git::Commit#to_diff argumentJacob Vosmaer2017-06-261-2/+2
* | | | | | Merge branch '34286_add_esperanto_translations_for_cycle_analytics_and_projec...Douwe Maan2017-06-261-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |