summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'blob-batch-methods' into 'master'Douwe Maan2017-08-071-60/+76
|\
| * Rename 'limit' to 'blob_size_limit'Jacob Vosmaer2017-08-071-7/+6
| * Add Gitlab::Git::Blob.batch methodJacob Vosmaer2017-08-011-60/+77
* | Merge branch 'github' into 'master'Robert Speicher2017-08-071-1/+1
|\ \
| * | Set the new GitHub import as import sourceDouglas Barbosa Alexandre2017-08-071-1/+1
* | | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-071-0/+45
|\ \ \
| * | | Fixes race condition in project uploadsTiago Botelho2017-08-071-3/+1
| * | | Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-0744-389/+885
| |\ \ \
| * | | | Rename GitLabProjectImporterService and misc fixesZ.J. van de Weg2017-08-012-3/+3
| * | | | [ci skip] Adds svgs and css for all iconsFilipa Lacerda2017-08-011-3/+1
| * | | | Create rake task to create project templatesZ.J. van de Weg2017-08-011-2/+10
| * | | | Allow projects to be started from a templateZ.J. van de Weg2017-07-282-1/+42
* | | | | Merge branch 'gitlab-git-repository-log-options' into 'master'Sean McGivern2017-08-071-14/+15
|\ \ \ \ \
| * | | | | Set default options outside the raw_log methodJacob Vosmaer2017-08-071-14/+15
| | |_|/ / | |/| | |
* | | | | Add sidekiq metrics endpoint and add http server to sidekiqPaweł Chojnacki2017-08-073-53/+123
|/ / / /
* | | | Merge branch 'add-star-for-action-scope' into 'master'Rémy Coutable2017-08-071-1/+2
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into add-star-for-action-scopeLin Jen-Shin2017-08-0711-51/+253
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Cleanup tests and add admin_container_image toLin Jen-Shin2017-08-021-1/+2
* | | | | Merge branch 'bvl-nfs-circuitbreaker' into 'master'Sean McGivern2017-08-0710-7/+349
|\ \ \ \ \
| * | | | | Use correct `Environment`-class within `Gitlab` namespaceBob Van Landuyt2017-08-073-4/+4
| * | | | | Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-075-102/+71
| |\ \ \ \ \
| * | | | | | Use ruby's `File.stat` to check storage availabilityBob Van Landuyt2017-08-041-19/+15
| * | | | | | Use a Struct to keep track of failure infoBob Van Landuyt2017-08-041-11/+7
| * | | | | | Only track accessibility onceBob Van Landuyt2017-08-041-8/+14
| * | | | | | Use `keys` instead of `scan_each`Bob Van Landuyt2017-08-042-20/+10
| * | | | | | Move hostname to Gitlab::EnvironmentBob Van Landuyt2017-08-042-1/+8
| * | | | | | Make sure the check works for paths with spaces.Bob Van Landuyt2017-08-041-1/+1
| * | | | | | Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-046-3/+350
* | | | | | | Add Korean translation to i18nHuang Tao2017-08-071-1/+2
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'gitaly-renames-annotations' into 'master'Sean McGivern2017-08-072-84/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Migration link for Repository#logJacob Vosmaer2017-08-031-0/+1
| * | | | | Remove unused methodsJacob Vosmaer2017-08-031-77/+0
| * | | | | Remove unnecessary 'raw' aliasJacob Vosmaer2017-08-031-5/+0
| * | | | | Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer2017-08-032-2/+4
* | | | | | Merge branch '27616-fix-contributions-graph-utc-offset-mysql' into 'master'Tim Zallmann2017-08-061-4/+10
|\ \ \ \ \ \
| * | | | | | fix rubocop violations 👮Mike Greiling2017-07-311-4/+4
| * | | | | | fix mysql syntax for date INTERVAL arithmaticMike Greiling2017-07-311-3/+7
| * | | | | | adjust timezone for date grouping in contributions calendarMike Greiling2017-07-291-2/+4
| * | | | | | use timezone-aware Date.current instead of Date.today in ContributionsCalenda...Mike Greiling2017-07-291-2/+2
* | | | | | | Merge branch 'feature/migrate-last-commit-for-path-to-gitaly' into 'master'Robert Speicher2017-08-042-0/+19
|\ \ \ \ \ \ \
| * | | | | | | Migrate Repository#last_commit_for_path to GitalyAhmad Sherif2017-08-032-8/+27
| | |_|/ / / / | |/| | | | |
* | | | | | | Migrate blame loading to Gitalyfeature/migrate-load-blame-to-gitalyAhmad Sherif2017-08-033-14/+37
|/ / / / / /
* | | | | | Merge branch 'feature/migrate-count-commits-to-gitaly' into 'master'Robert Speicher2017-08-032-11/+27
|\ \ \ \ \ \
| * | | | | | Migrate Gitlab::Git::Repository#count_commits to Gitalyfeature/migrate-count-commits-to-gitalyAhmad Sherif2017-08-022-11/+27
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'merge-request-commits-background-migration' into 'master'Rémy Coutable2017-08-031-0/+107
|\ \ \ \ \ \
| * | | | | | Migrate MR commits and diffs to new tablesmerge-request-commits-background-migrationSean McGivern2017-08-031-0/+107
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '28472-ignore-auto-generated-mails' into 'master'Sean McGivern2017-08-032-1/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Check against "Auto-Submitted: no" insteadLin Jen-Shin2017-08-031-2/+11
| * | | | | Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-032-1/+4
* | | | | | Merge branch 'handle-reserved-words-for-oauth-usernames' into 'master'Rémy Coutable2017-08-021-2/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |