summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-repository-exist-mandatory' into 'master'Nick Thomas2018-04-271-9/+1
|\
| * Repository#exists? can only be queried with GitalyZeger-Jan van de Weg2018-04-251-9/+1
* | Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)2018-04-271-0/+117
* | Merge branch 'performance/gb/improve-pipeline-creation-service' into 'master'Kamil Trzciński2018-04-261-5/+1
|\ \
| * | Do not save associated records for pipeline builds twiceGrzegorz Bizon2018-04-251-5/+1
* | | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-254-27/+25
|\ \ \ | |_|/ |/| |
| * | Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-254-27/+25
* | | Cleanup after adding MR diff's commit_count (try 2)Jan Provaznik2018-04-251-1/+1
| |/ |/|
* | Merge branch 'bvl-fix-maintainer-push-error' into 'master'Douwe Maan2018-04-241-2/+6
|\ \
| * | Allow admins to push to empty reposBob Van Landuyt2018-04-241-2/+6
| |/
* | Merge branch '10244-add-project-ci-cd-settings' into 'master'Kamil Trzciński2018-04-242-1/+5
|\ \
| * \ Merge branch 'master' into 10244-add-project-ci-cd-settingsDylan Griffith2018-04-2427-69/+219
| |\ \ | | |/
| * | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-162-1/+5
* | | Merge branch 'jej/refactor-omniauth-controller' into 'master'Douwe Maan2018-04-246-4/+95
|\ \ \ | |_|/ |/| |
| * | Auth::User classes refactor adds should_save?James Edwards-Jones2018-04-233-14/+6
| * | Replace define_method with alias_method in Omniauth ControllersJames Edwards-Jones2018-04-231-1/+1
| * | Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones2018-04-233-44/+28
| * | Show error on failed OAuth account linkJames Edwards-Jones2018-04-222-4/+20
| * | Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-226-2/+101
* | | Merge branch '44713-fast-spec-helper' into 'master'Douwe Maan2018-04-231-0/+2
|\ \ \
| * | | Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the w...Rémy Coutable2018-04-231-0/+2
| |/ /
* | | Moved committer and spec. Added some extra code to run hooks or not depending...Francisco Javier López2018-04-232-2/+10
|/ /
* | 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
|\ \ \ \