summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rd-45502-uploading-project-export-with-lfs-file-locks-fails' in...Douwe Maan2018-04-201-2/+0
|\
| * Don't include lfs_file_locks data in export bundleRubén Dávila2018-04-191-2/+0
* | Add an API endpoint to download git repository snapshotsNick Thomas2018-04-193-0/+34
* | Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-191-0/+4
* | Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-184-25/+84
* | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-1811-22/+21
* | Merge branch '44981-http-io-trace-with-multi-byte-char' into 'master'Kamil Trzciński (OoO till 16th of April)2018-04-181-6/+16
|\ \
| * | Make HTTPIO compatible with multi-byte chars (Extracted from ChunkedIO)Shinya Maeda2018-04-171-6/+16
* | | Merge branch 'zj-uri-type-empty' into 'master'Douwe Maan2018-04-181-0/+2
|\ \ \
| * | | Return nil on empty pathZeger-Jan van de Weg2018-04-171-0/+2
| |/ /
* | | [Rails5] Remove `as` keyword from `Gitlab:Ci:Trace:Stream.delegate :valid?`blackst0ne2018-04-181-1/+3
* | | Merge branch 'zj-ref-exists-opt-out' into 'master'Nick Thomas2018-04-171-1/+2
|\ \ \
| * | | Move Gitaly RefExists check to OPT_OUTZeger-Jan van de Weg2018-04-121-1/+2
* | | | Merge branch 'bvl-ignore-gitlab-pot-in-ee-compat-check' into 'master'Rémy Coutable2018-04-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ignore `locale/gitlab.pot` in ee_compat_checkBob Van Landuyt2018-04-171-1/+1
* | | | Merge branch 'sh-memoize-repository-empty' into 'master'Grzegorz Bizon2018-04-171-6/+17
|\ \ \ \
| * | | | Move uncached_has_local_branches? to a private methodStan Hu2018-04-141-10/+10
| * | | | Fix failing ./spec/lib/backup/repository_spec.rb by clearing the memoized valueStan Hu2018-04-141-0/+4
| * | | | Memoize Git::Repository#has_visible_content?Stan Hu2018-04-141-0/+7
* | | | | Merge branch '45406-error-getting-performance-bar-results-for-uuid-regularly-...Phil Hughes2018-04-171-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix flash errors in performance bar for cached responsesSean McGivern2018-04-171-1/+1
| | |_|/ | |/| |
* | | | Method to track recoverable exceptions in sentryBob Van Landuyt2018-04-172-4/+24
|/ / /
* | | Merge branch '44582-clear-pipeline-status-cache' into 'master'Grzegorz Bizon2018-04-161-1/+1
|\ \ \ | |/ / |/| |
| * | Allow `rake cache:clear` clearing pipeline status cache44582-clear-pipeline-status-cacheLin Jen-Shin2018-04-101-1/+1
* | | Remove bogus '|' symbolJacob Vosmaer (GitLab)2018-04-131-1/+1
* | | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-131-8/+10
|\ \ \
| * | | Deprecate legacy disk pathsZeger-Jan van de Weg2018-04-121-8/+10
* | | | Merge branch 'dm-archived-read-only' into 'master'Robert Speicher2018-04-122-2/+3
|\ \ \ \
| * | | | Correct permissions for creating merge requests from issuesBob Van Landuyt2018-04-111-1/+2
| * | | | Rename delete_protected_branch ability to push_to_delete_protected_branch to ...Douwe Maan2018-04-101-1/+1
| | |/ / | |/| |
* | | | Merge branch 'backport-of-rd-3429-enabling-maximum-file-size-limit-in-reposit...Douwe Maan2018-04-126-7/+139
|\ \ \ \ | |_|_|/ |/| | |
| * | | Backport of EE !4989backport-of-rd-3429-enabling-maximum-file-size-limit-in-repository-causes-pushes-to-failRubén Dávila2018-04-116-7/+139
* | | | Merge branch 'fix/gb/fix-pipeline-statuses-illustrations' into 'master'Marin Jankovski2018-04-121-0/+8
|\ \ \ \
| * | | | Add a test for job empty state with missing traceGrzegorz Bizon2018-04-111-1/+1
| * | | | Revert adding `Empty` extended status to avoid N+1 queriesGrzegorz Bizon2018-04-113-24/+3
| * | | | Extend specs for detailed build extended statusesGrzegorz Bizon2018-04-111-3/+3
| * | | | Fix empty state for build that doesn ot have a traceGrzegorz Bizon2018-04-113-1/+30
| | |/ / | |/| |
* | | | Merge branch 'fix/wiki-find-file-gitaly' into 'master'Robert Speicher2018-04-111-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix finding wiki file when Gitaly is enabledAhmad Sherif2018-04-111-1/+1
| |/ /
* | | Merge branch 'zj-info-attributes' into 'master'Douwe Maan2018-04-114-59/+35
|\ \ \
| * | | Client implementation for InfoAttributesZeger-Jan van de Weg2018-04-114-59/+35
| |/ /
* | | Merge branch '45159-fix-illustration' into 'master'Grzegorz Bizon2018-04-111-1/+1
|\ \ \
| * | | Fixes illustration for when job log was erased45159-fix-illustrationFilipa Lacerda2018-04-091-1/+1
| |/ /
* | | Merge branch 'zj-branch-containing-sha-opt-out' into 'master'Rémy Coutable2018-04-111-1/+2
|\ \ \
| * | | Branch with a commit detection defaults to GitalyZeger-Jan van de Weg2018-04-111-1/+2
| |/ /
* | | Merge branch 'zj-tag-containing-sha-opt-out' into 'master'Rémy Coutable2018-04-111-1/+2
|\ \ \
| * | | Tag with a commit detection defaults to GitalyZeger-Jan van de Weg2018-04-111-1/+2
| |/ /
* | | Fix file-specific variables collection item optionGrzegorz Bizon2018-04-111-5/+2
|/ /
* | Make email handler clearerRiccardo Padovani2018-04-091-1/+1
* | Merge branch 'zj-find-license-opt-out' into 'master'Grzegorz Bizon2018-04-091-1/+2
|\ \ | |/ |/|