summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '47684-uploads-specs-are-failing-on-master' into 'master'Sean McGivern2018-06-111-1/+1
|\ | | | | | | | | | | | | Resolve "Uploads specs are failing on master" Closes #47684 See merge request gitlab-org/gitlab-ce!19638
| * Don't use Rails.root.join for upload fixture pathsRémy Coutable2018-06-111-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Avoid checking the user format in every url validationFrancisco Javier López2018-06-112-2/+16
|/
* Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-111-5/+5
|
* Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-111-2/+2
|\ | | | | | | | | Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
| * Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-2/+2
| |
* | Merge branch 'issue_44230' into 'master'Sean McGivern2018-06-072-0/+68
|\ \ | | | | | | | | | | | | | | | | | | Apply notification settings level of groups to all child objects Closes #44230 See merge request gitlab-org/gitlab-ce!19191
| * | Apply notification settings level of groups to all child objectsFelipe Artur2018-06-072-0/+68
| | |
* | | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzciński2018-06-075-4/+139
|\ \ \ | | | | | | | | | | | | 38542-application-control-panel-in-settings-page
| * | | Resolve "Automatically provide a Deploy Token to projects when Auto DevOps ↵Mayra Cabrera2018-06-071-0/+93
| | | | | | | | | | | | | | | | is enabled"
| * | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-074-4/+21
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| | * | find assets in test for CI and local testAlexis Reigel2018-06-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14583/diffs we can't use the same method to access assets in a CI and the local test environment anymore.
| | * | use Gitlab::Favicon for jira serviceAlexis Reigel2018-06-051-1/+17
| | | |
| | * | remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
| | * | send ico files with inline dispositionAlexis Reigel2018-06-053-3/+3
| | | |
| * | | Merge branch '47208-human-import-status-name-not-working' into 'master'Douwe Maan2018-06-071-0/+25
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "ActionView::Template::Error: undefined method `human_import_status_name" Closes #47208 See merge request gitlab-org/gitlab-ce!19470
| | * | | Adds #human_import_status_name to make it comply with ↵47208-human-import-status-name-not-workingTiago Botelho2018-06-061-0/+25
| | |/ / | | | | | | | | | | | | ProjectImportState#human_status_name
* | | | Add spec for continuous deploy strategyMatija Čupić2018-06-071-0/+13
| | | |
* | | | Merge branch 'master' into 38542-application-control-panel-in-settings-pageMatija Čupić2018-06-0616-49/+593
|\ \ \ \ | |/ / /
| * | | Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern2018-06-061-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080
| | * | | Fix specMark Chao2018-06-061-2/+2
| | | | |
| * | | | Fix typos and add a small specShinya Maeda2018-06-061-1/+1
| | | | |
| * | | | Fix the query to select stale live tracesShinya Maeda2018-06-062-40/+20
| | | | |
| * | | | Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda2018-06-061-6/+6
| | | | |
| * | | | Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda2018-06-061-6/+6
| | | | |
| * | | | Add tests for each new codeShinya Maeda2018-06-061-0/+40
| |/ / /
| * | | Fix repository archive generation when hashed storage is enabledNick Thomas2018-06-051-0/+26
| | | |
| * | | Merge branch 'master' into ↵Kamil Trzciński2018-06-057-42/+145
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' # Conflicts: # db/schema.rb
| | * | | Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-053-9/+56
| | | | |
| | * | | Merge branch '46585-gdpr-terms-acceptance' into 'master'Robert Speicher2018-06-052-0/+46
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Missing Accept button for terms of service" Closes #46585 See merge request gitlab-org/gitlab-ce!19156
| | | * | | Messaging on terms page when user already accepted46585-gdpr-terms-acceptancetauriedavis2018-06-042-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We show a blue flash banner if the user already accepted, and show a button allowing them to continue to the application.
| | * | | | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-052-25/+25
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ce!19061
| | | * | | | Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-pushMark Chao2018-06-012-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch" "Maintainer" will be freed to be used for #42751
| | * | | | | Merge branch 'optimise-runner-update-cached-info' into 'master'Grzegorz Bizon2018-06-051-8/+18
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | Optimise runner update cached info See merge request gitlab-org/gitlab-ce!19187
| | | * | | | Do not validate cached dataoptimise-runner-update-cached-infoKamil Trzciński2018-06-051-8/+18
| | | | |/ / | | | |/| |
| * | | | | Merge branch 'master' into ↵Grzegorz Bizon2018-06-051-0/+72
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' # Conflicts: # db/schema.rb
| | * | | | Fix Rubocop offense in build specsbackstage/gb/fix-rubocop-offense-in-build-specsGrzegorz Bizon2018-06-051-1/+1
| | | | | |
| | * | | | Merge branch 'optimise-pages-service-calling' into 'master'Grzegorz Bizon2018-06-051-0/+72
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimise pages service calling See merge request gitlab-org/gitlab-ce!19388
| | | * | | | Remove PagesService and instead make it explicit that we call PagesWorkeroptimise-pages-service-callingKamil Trzciński2018-06-051-0/+72
| | | |/ / /
| * | | | | Merge branch 'master' into ↵backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-0523-331/+476
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' Conflicts: app/models/ci/pipeline.rb
| | * | | | Merge branch 'rails5-fix-application-setting-spec' into 'master'Nick Thomas2018-06-041-2/+1
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Write repository_storages without type casting Closes #46238 See merge request gitlab-org/gitlab-ce!19367
| | | * | | Fix repository_storage spec for Rails5rails5-fix-application-setting-specJarka Kadlecová2018-06-041-2/+1
| | | |/ /
| | * | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-0213-172/+303
| | |\ \ \
| | * | | | Remove unneccesary specShinya Maeda2018-06-011-14/+0
| | | | | |
| | * | | | Clean up presence validation specShinya Maeda2018-06-011-2/+1
| | | | | |
| | * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-016-34/+77
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Add spec for variables expressionShinya Maeda2018-05-301-0/+14
| | | | | |
| | * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-307-159/+152
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-2811-105/+418
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-2211-21/+430
| | |\ \ \ \ \ \