summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-2/+10
* Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan2017-05-022-34/+32
|\
| * Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-022-34/+32
* | Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-0210-20/+404
|\ \
| * | Update commentsBob Van Landuyt2017-05-021-0/+8
| * | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-021-0/+4
| * | Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-2/+7
| * | Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+4
| * | Remove dependecy on `User`Bob Van Landuyt2017-05-011-20/+0
| * | Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-0110-352/+362
| * | Minor style adjustmentsBob Van Landuyt2017-05-013-7/+6
| * | Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+24
| * | Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-013-8/+13
| * | The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-012-2/+2
| * | Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-015-100/+119
| * | Rename projects in a migrationhelperBob Van Landuyt2017-05-013-23/+74
| * | Make renaming records in the database reusableBob Van Landuyt2017-05-013-48/+71
| * | Rename namespace-paths in a migration helperBob Van Landuyt2017-05-013-0/+232
| * | Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-011-0/+23
| * | Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-013-3/+3
| * | Use the namespace validator for validating all pathsBob Van Landuyt2017-05-011-1/+1
| * | Streamline the path validation in groups & projectsBob Van Landuyt2017-05-012-17/+17
* | | #31560 Add repo parameter to gitaly:install and workhorse:installMike Ricketts2017-05-022-6/+6
| |/ |/|
* | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-022-6/+31
|\ \
| * | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-282-6/+31
* | | Merge branch '26488-target-disabled-mr' into 'master' Sean McGivern2017-05-022-0/+4
|\ \ \
| * | | Fix 404 when upstream has disabled merge requestsmhasbini2017-04-272-0/+4
* | | | Merge branch 'dont-blow-up-when-email-has-no-references-header' into 'master' Douwe Maan2017-05-011-0/+2
|\ \ \ \
| * | | | Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-headerSean McGivern2017-05-011-0/+2
| | |_|/ | |/| |
| * | | Revert "Merge branch 'tc-no-todo-service-select' into 'master'"revert-c3c465acStan Hu2017-04-292-4/+4
| * | | Merge branch 'tc-no-todo-service-select' into 'master' Robert Speicher2017-04-282-4/+4
| |\ \ \
| | * | | Avoid plucking Todo ids and use sub-queries insteadtc-no-todo-service-selectToon Claes2017-04-272-4/+4
| | |/ /
* | | | Merge branch '28968-revert-allow-people-with-merge-access-to-create-branches'...Douwe Maan2017-05-011-3/+1
|\ \ \ \
| * | | | Prevent people from creating branches if they don't have persmission to pushPawel Chojnacki2017-04-281-3/+1
| | |_|/ | |/| |
* | | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-282-13/+22
| |/ / |/| |
* | | Merge branch 'grpc-fork-tests' into 'master' 24339-job-page-step-2Sean McGivern2017-04-281-1/+1
|\ \ \ | |/ / |/| |
| * | Add test that asserts unicorns terminateJacob Vosmaer2017-04-261-1/+1
* | | Merge branch 'dm-blob-viewers' into 'master' Tim Zallmann2017-04-281-4/+0
|\ \ \
| * | | Small code tweaksDouwe Maan2017-04-271-4/+0
* | | | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' int...Douwe Maan2017-04-271-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projectsTiago Botelho2017-04-271-5/+4
* | | | Merge branch '30973-fix-network-graph-ordering' into 'master' Douwe Maan2017-04-271-6/+17
|\ \ \ \
| * | | | Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-6/+17
* | | | | Merge branch '26585-remove-readme-view-caching' into 'master' Douwe Maan2017-04-272-25/+5
|\ \ \ \ \
| * | | | | Remove unused optional parameter `asciidoc_opts`Toon Claes2017-04-271-8/+4
| * | | | | Refactor MarkupHelperDouwe Maan2017-04-272-14/+2
| * | | | | Cache the rendered README, but post-process on showToon Claes2017-04-272-4/+0
* | | | | | Merge branch '29505-allow-admins-sudo-to-blocked-users' into 'master' Rémy Coutable2017-04-271-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-usersTimothy Andrew2017-04-261-1/+1
* | | | | | Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-271-1/+4
|\ \ \ \ \ \