summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-compare-source-branch' into 'master'Sean McGivern2018-06-131-11/+11
|\
| * Migrate compare_source_branch to use only GitalyZeger-Jan van de Weg2018-06-121-11/+11
* | Restoring user v3 endpointFrancisco Javier López2018-06-131-11/+15
* | Merge branch '42342-teams-pipeline-notifications' into 'master'Douwe Maan2018-06-131-1/+1
|\ \
| * | Fixes Microsoft Teams notifications for pipeline eventsJeff Brown2018-06-121-1/+1
* | | Merge branch 'commits_api_with_stats' into 'master'Rémy Coutable2018-06-132-9/+17
|\ \ \
| * | | Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii2018-06-122-9/+17
* | | | Merge branch 'pr-importer-io-extra-error-handling' into 'master'Nick Thomas2018-06-121-1/+2
|\ \ \ \
| * | | | Ensure MR diffs always exist in the PR importerpr-importer-io-extra-error-handlingYorick Peterse2018-06-121-1/+2
* | | | | Merge branch 'gitaly-disk-access-3' into 'master'Douwe Maan2018-06-127-56/+82
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-127-56/+82
* | | | | Merge branch 'da-port-cte-to-ce' into 'master'Yorick Peterse2018-06-121-0/+50
|\ \ \ \ \
| * | | | | Add Gitlab::SQL:CTE for easily building CTE statementsDouglas Barbosa Alexandre2018-06-111-0/+50
* | | | | | Move Gitaly branch/tag/ref RPC's to opt-outJacob Vosmaer (GitLab)2018-06-121-8/+8
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'sh-github-importer-improve-error' into 'master'James Lopez2018-06-111-1/+4
|\ \ \ \ \
| * | | | | GitHub Rake importer: Fail with a clearer explanation if GitLab username is w...Stan Hu2018-06-111-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sh-expire-content-cache-after-import' into 'master'Mayra Cabrera2018-06-112-3/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Expire Wiki content cache after importing a repositoryStan Hu2018-06-112-3/+1
| |/ / /
* | | | Avoid checking the user format in every url validationFrancisco Javier López2018-06-111-2/+2
* | | | Migrate CycleAnalytics::CommitCount to GitalyKim Carlbäcker2018-06-111-15/+5
* | | | Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-115-14/+33
* | | | Move gitaly_blame, gitaly_count_commits, gitaly_commit_count to opt-outJacob Vosmaer (GitLab)2018-06-112-3/+3
|/ / /
* | | Merge branch 'use-restore-custom-hooks-gitaly' into 'master'Douwe Maan2018-06-082-28/+60
|\ \ \
| * | | RefactorAhmad Hassan2018-06-081-35/+32
| * | | Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan2018-06-072-10/+45
* | | | Remove Gitlab::Popen dependency from lib/gitlab/gitJacob Vosmaer2018-06-082-1/+12
| |/ / |/| |
* | | Merge branch 'introduce-job-keep-alive-api-endpoint' into 'master'Tomasz Maczukin2018-06-072-2/+9
|\ \ \
| * | | Change update entrypoint instead of adding new keep-alive oneTomasz Maczukin2018-06-072-18/+9
| * | | Introduce new keep-alive API entrypoint for CI jobTomasz Maczukin2018-06-071-0/+16
* | | | Merge branch 'add-new-arg-to-git-rev-list-call' into 'master'Douwe Maan2018-06-072-6/+23
|\ \ \ \
| * | | | Pass the --in-commit-order arg to `git-rev-list`Rubén Dávila2018-06-072-6/+23
* | | | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-072-1/+48
|\ \ \ \ \
| * | | | | dry up asset path helper callsAlexis Reigel2018-06-051-3/+10
| * | | | | the '?' favicon hack doesn't seem to be requiredAlexis Reigel2018-06-051-8/+1
| * | | | | remove favicon preview on appearance pageAlexis Reigel2018-06-051-6/+0
| * | | | | remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-052-6/+5
| * | | | | create favicon overlay on the clientAlexis Reigel2018-06-051-12/+21
| * | | | | call Gitlab::Favicon.status in serializerAlexis Reigel2018-06-059-15/+18
| * | | | | add request store caching to faviconAlexis Reigel2018-06-051-1/+1
| * | | | | Add a '?' to the custom favicon's urlsAlexis Reigel2018-06-051-2/+9
| * | | | | use custom favicon for ci build status faviconsAlexis Reigel2018-06-059-11/+23
| * | | | | extract favicon logic to lib classAlexis Reigel2018-06-051-0/+23
* | | | | | Merge branch 'sh-fix-schema-migrations-seq-scans' into 'master'Douwe Maan2018-06-071-0/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make Gitlab::CurrentSettings.current_application_settings return cached setti...Rémy Coutable2018-06-071-2/+4
| * | | | | Avoid sequential scans loading schema_migrations table when loading applicati...Stan Hu2018-06-071-0/+13
* | | | | | Add git filter flag only if it is supportedFrancisco Javier López2018-06-071-1/+5
* | | | | | Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-073-3/+89
|/ / / / /
* | | | | Merge branch 'backup-rake-tar' into 'master'Douwe Maan2018-06-071-3/+8
|\ \ \ \ \
| * | | | | Consistently use tar lookup functionJacob Vosmaer2018-06-071-3/+8
| | |_|/ / | |/| | |
* | | | | Add installation type to usage ping dataBalasankar C2018-06-072-0/+2
| |_|/ / |/| | |