summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Render MR page when no persisted diff_refs or diffs sizeOswaldo Ferreira2018-07-181-0/+8
* Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into 'mas...Douwe Maan2018-07-171-0/+10
|\
| * Simplify WikiPage#hook_attrs specSean McGivern2018-07-171-6/+4
| * Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_urlSean McGivern2018-07-0619-284/+513
| |\
| * | Add base class for hook builders, and use it for notes and wikisSean McGivern2018-06-201-8/+0
| * | Fix hook data specsSean McGivern2018-06-202-10/+2
| * | Passing absolute image urls in the markdown content in the webhooksSatish Perala2018-06-203-0/+28
* | | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-164-28/+22
|\ \ \
| * \ \ Merge branch 'fix/gb/rename-environments-stop-actions' into 'master'Kamil Trzciński2018-07-162-22/+13
| |\ \ \
| | * | | Remove unused `stop_action?` method from deployment classfix/gb/rename-environments-stop-actionsGrzegorz Bizon2018-07-121-18/+0
| | * | | Rename environments stop action methodGrzegorz Bizon2018-07-121-4/+13
| * | | | Merge branch 'fix/gb/fix-project-settings-build-time-validation' into 'master'Kamil Trzciński2018-07-131-6/+8
| |\ \ \ \
| | * | | | Improve project build time setting validationGrzegorz Bizon2018-07-121-6/+8
| | |/ / /
| * | | | Merge branch 'fix/gb/add-missing-before-sha-predefined-variable' into 'master'Kamil Trzciński2018-07-131-0/+1
| |\ \ \ \
| | * | | | Add missing `CI_COMMIT_BEFORE_SHA` predefined variableGrzegorz Bizon2018-07-121-0/+1
| | |/ / /
* | | | | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-1345-560/+1337
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'gitaly-mandatory-20180712-jv' into 'master'Sean McGivern2018-07-131-18/+0
| |\ \ \ \
| | * | | | Fix find_branch call sitesgitaly-mandatory-20180712-jvJacob Vosmaer2018-07-121-18/+0
| * | | | | Merge branch 'issue_47709' into 'master'Sean McGivern2018-07-121-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Allow to toggle notifications for issues due soonFelipe Artur2018-07-121-0/+6
| * | | | | Merge branch 'sh-optimize-wiki-empty-check' into 'master'Douwe Maan2018-07-121-1/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Optimize ProjectWiki#empty? checkStan Hu2018-07-121-1/+9
| * | | | | Remove Repository#path memoizationJacob Vosmaer (GitLab)2018-07-121-3/+8
| |/ / / /
| * | | | Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-1/+0
| * | | | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-1118-198/+198
| * | | | Make sure ConflictsService does not raise for conflicting submodulesSean McGivern2018-07-101-8/+14
| |/ / /
| * | | Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon2018-07-101-0/+54
| |\ \ \
| | * | | Fix and add specs for testing metadata entryKamil Trzciński2018-07-091-0/+54
| * | | | Merge branch 'update-rubocop'Sean McGivern2018-07-0917-64/+64
| |\ \ \ \
| | * | | | Updates from `rubocop -a`Lin Jen-Shin2018-07-0917-64/+64
| | |/ / /
| * | | | Rails5 fix mysql milliseconds problem in specsJasper Maes2018-07-071-1/+3
| |/ / /
| * | | Merge branch '48670-application-settings-may-not-be-invalidated-if-migrations...Stan Hu2018-07-071-1/+1
| |\ \ \
| | * | | Stop relying on migrations in the CacheableAttributes cache key and cache att...Rémy Coutable2018-07-051-1/+1
| * | | | Merge branch '46246-gitlab-project-export-should-use-object-storage' into 'ma...Sean McGivern2018-07-062-2/+33
| |\ \ \ \
| | * | | | Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-062-2/+33
| | | |_|/ | | |/| |
| * | | | Use proper markdown rendering for previewsBrett Walker2018-07-061-0/+16
| * | | | Delete deprecated object_storage_upload queueJan Provaznik2018-07-061-1/+1
| * | | | Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon2018-07-064-125/+704
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add spec for the ordering of the data storesShinya Maeda2018-07-061-0/+16
| | * | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-066-6/+114
| | |\ \ \
| | * | | | Fix specShinya Maeda2018-07-041-1/+1
| | * | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-044-127/+76
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-0312-127/+259
| | |\ \ \ \ \
| | * | | | | | Support append/truncate for fog storebuild-chunks-on-object-storageShinya Maeda2018-06-251-9/+30
| | * | | | | | Add specs for each data storeShinya Maeda2018-06-253-0/+383
| | * | | | | | Enable specs for atomic operationsShinya Maeda2018-06-251-65/+87
| | * | | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-258-30/+62
| | |\ \ \ \ \ \
| | * | | | | | | Added spec for build trace chunkShinya Maeda2018-06-251-169/+302
| | * | | | | | | Rename persisted? to data_persisted?Shinya Maeda2018-06-181-2/+2
| | * | | | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-182-9/+1
| | |\ \ \ \ \ \ \