summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 38542-application-control-p...Kamil Trzciński2018-06-076-59/+221
|\
| * Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-0/+52
| |\
| | * remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-5/+5
| | * create favicon overlay on the clientAlexis Reigel2018-06-051-8/+22
| | * call Gitlab::Favicon.status in serializerAlexis Reigel2018-06-051-8/+8
| | * add request store caching to faviconAlexis Reigel2018-06-051-1/+1
| | * Add a '?' to the custom favicon's urlsAlexis Reigel2018-06-051-2/+2
| | * use custom favicon for ci build status faviconsAlexis Reigel2018-06-051-0/+13
| | * extract favicon logic to lib classAlexis Reigel2018-06-051-0/+25
| * | Merge branch 'sh-fix-schema-migrations-seq-scans' into 'master'Douwe Maan2018-06-071-55/+88
| |\ \
| | * | Make Gitlab::CurrentSettings.current_application_settings return cached setti...Rémy Coutable2018-06-071-55/+88
| * | | Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-071-0/+75
| |/ /
| * | Add installation type to usage ping dataBalasankar C2018-06-071-0/+2
| * | Restore navigation theme orderGeorge Tsiolis2018-06-071-2/+2
| * | Merge branch 'fj-move-rev-list-option' into 'master'Douwe Maan2018-06-071-1/+1
| |\ \
| | * | Moving rev-list lfs options to LfschangesFrancisco Javier López2018-06-061-1/+1
| * | | Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray2018-06-071-4/+4
| |/ /
* | | Merge branch 'master' into 38542-application-control-panel-in-settings-pageMatija Čupić2018-06-0632-269/+729
|\ \ \ | |/ /
| * | Support LFS objects when creating a project by importFrancisco Javier López2018-06-065-2/+139
| * | Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern2018-06-061-2/+2
| |\ \
| | * | change wordingMark Chao2018-06-061-2/+2
| * | | Merge branch 'live-trace-v2-persist-data' into 'master'Kamil Trzciński2018-06-061-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Add tests for each new codeShinya Maeda2018-06-061-1/+1
| * | | Merge branch 'rails5-fix-47376' into 'master'Yorick Peterse2018-06-061-1/+2
| |\ \ \
| | * | | Rails 5 fix glob specJasper Maes2018-06-061-1/+2
| | |/ /
| * | | Merge branch '47189-github_import_visibility' into 'master'Douwe Maan2018-06-061-6/+34
| |\ \ \
| | * | | Use Github repo visibility during import while respecting restricted visibili...Imre Farkas2018-06-061-6/+34
| * | | | Merge branch 'bvl-graphql-start-34754' into 'master'Douwe Maan2018-06-061-5/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add a minimal GraphQL APINick Thomas2018-06-051-5/+7
| * | | | Merge branch 'sh-reject-non-utf8-gpg' into 'master'Robert Speicher2018-06-051-0/+13
| |\ \ \ \
| | * | | | Reject GPG keys that have e-mail or names with non-valid UTF-8 encodingsStan Hu2018-06-051-0/+13
| | | |/ / | | |/| |
| * | | | Fix repository archive generation when hashed storage is enabledNick Thomas2018-06-051-1/+1
| |/ / /
| * | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Kamil Trzciński2018-06-0510-26/+53
| |\ \ \ | | |/ /
| | * | Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-058-24/+51
| | * | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-052-2/+2
| | |\ \ | | | |/ | | |/|
| | | * Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-012-2/+2
| * | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Grzegorz Bizon2018-06-055-77/+253
| |\ \ \ | | |/ /
| | * | Prevent Gitaly WriteConfig log noiseJacob Vosmaer (GitLab)2018-06-051-0/+12
| | * | Merge branch 'add-background-migrations-for-not-archived-traces' into 'master'Kamil Trzciński2018-06-051-0/+59
| | |\ \
| | | * | Fix typo in spec. Add a test for the case of when trace is stored in databaseadd-background-migrations-for-not-archived-tracesShinya Maeda2018-06-041-4/+22
| | | * | Fix specs. Rename migration file name which was conflicted with background mi...Shinya Maeda2018-06-041-27/+8
| | | * | Directly refer application code from migration codeShinya Maeda2018-06-041-1/+1
| | | * | Add background migrations to arhive legacy tracesShinya Maeda2018-06-041-0/+60
| | * | | Merge branch 'override-consider-extend' into 'master'Nick Thomas2018-06-051-62/+108
| | |\ \ \
| | | * | | Also verify if extending would override a class methodoverride-consider-extendLin Jen-Shin2018-06-051-62/+108
| | * | | | Merge branch 'gh-importer-transactions' into 'master'Nick Thomas2018-06-052-15/+74
| | |\ \ \ \
| | | * | | | Perform pull request IO work outside a transactiongh-importer-transactionsYorick Peterse2018-06-042-15/+74
| | | |/ / /
| * | | | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-0524-208/+473
| |\ \ \ \ \ | | |/ / / /
| | * | | | Adjust insufficient diff hunks being persisted on NoteDiffFileosw-ignore-diff-header-when-persisting-diff-hunkOswaldo Ferreira2018-06-051-50/+63
| | |/ / /
| | * | | Add ability to search wiki titlesFrancisco Javier López2018-06-043-67/+59