Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2018-06-01Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-06-01Update 404 and 403 pagesPaul Slaughter
2018-05-31Add merge requests list endpoint for groupsFelipe Artur
2018-05-31Merge branch '46552-fixes-redundant-message-for-failure-reasons' into 'master'Grzegorz Bizon
Fixes redudant script failure message Closes #46552 and #44271 See merge request gitlab-org/gitlab-ce!19138
2018-05-31Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon
Take two for MR metrics population background migration See merge request gitlab-org/gitlab-ce!19097
2018-05-31Fix active tab stylingAnnabel Gray
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-31Merge branch 'rails5-fix-46230' into 'master'Rémy Coutable
Use strings as properties key in kubernetes service spec. See merge request gitlab-org/gitlab-ce!19265
2018-05-31Merge branch '46445-fix-gitaly-tree-entry-encoding' into 'master'Douwe Maan
Fix encoding bug in Gitaly::Commit::TreeEntry Closes #46445 and gitaly#1208 See merge request gitlab-org/gitlab-ce!19243
2018-05-31Resolve "Remove links from Web IDE unexpectedly navigate you to a different ↵Sam Beckham
page"
2018-05-31Merge branch '46903-osw-fix-permitted-params-filtering-on-merge-scheduling' ↵Sean McGivern
into 'master' Adjust permitted params filtering on merge scheduling Closes #46903 See merge request gitlab-org/gitlab-ce!19255
2018-05-31Merge branch 'rails5-cattr' into 'master'Douwe Maan
Fix cattr_accessor definition Closes #46282 See merge request gitlab-org/gitlab-ce!19192
2018-05-31Merge branch 'fj-36819-remove-v3-api' into 'master'Douwe Maan
Removal of API v3 from the codebase Closes #36819 See merge request gitlab-org/gitlab-ce!18970
2018-05-31Use strings as properties key in kubernetes service spec.Jasper Maes
2018-05-30Merge branch 'leipert-upgrade-eslint' into 'master'Mike Greiling
Upgrade eslint 3 -> 4 Closes #40476 See merge request gitlab-org/gitlab-ce!19182
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-05-30Adjust permitted params filtering on merge schedulingOswaldo Ferreira
2018-05-30Fix encoding error in Gitaly::Commit::TreeEntryKim "BKC" Carlbäcker
2018-05-30Take two for MR metrics population background migrationOswaldo Ferreira
2018-05-30Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern
Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
2018-05-30Merge branch 'sh-simplify-issues-spec' into 'master'Douwe Maan
Simplify spec: `2.times.each` -> `2.times` See merge request gitlab-org/gitlab-ce!19242
2018-05-30Merge branch ↵Kamil Trzciński
'46917-gitlab-is-not-sending-objectstore-timeout-value-to-workhorse' into 'master' Resolve "gitlab is not sending ObjectStore timeout value to workhorse" Closes #46917 See merge request gitlab-org/gitlab-ce!19201
2018-05-30Merge branch 'bvl-group-shared-projects-private-api' into 'master'Sean McGivern
Add `shared_projects` endpoint Closes #46800 See merge request gitlab-org/gitlab-ce!19141
2018-05-30Simplify spec: `2.times.each` -> `2.times`Stan Hu
2018-05-30Replace grape-route-helpers with our own grape-path-helpersStan Hu
This gem (https://gitlab.com/gitlab-org/grape-path-helpers) makes a number of changes: 1. Brings in @mdelaossa's changes in https://github.com/reprah/grape-route-helpers/pull/21 2. Fixes some broken specs and code for Grape 1.0+ 3. Optimizes the generation of paths by bringing in @dblessing's HashWithIndifferentAccess changes in https://gitlab.com/gitlab-org/gitlab-ce/issues/45718#note_70123793 Closes #45718
2018-05-30Merge branch 'brodock-refactor-hashed-storage-task' into 'master'Douwe Maan
Extracted auxiliary methods from storage.rake into specific RakeHelper See merge request gitlab-org/gitlab-ce!18962
2018-05-30Merge branch 'fix/bitbucket_import_anonymous' into 'master'Douwe Maan
Import bitbucket issues that are reported by an anonymous user Closes #44381 See merge request gitlab-org/gitlab-ce!18199
2018-05-30Merge branch 'sh-fix-submit-not-clearing-local-storage' into 'master'Filipa Lacerda
Fix local storage not being cleared after creating a new issue Closes #37162 See merge request gitlab-org/gitlab-ce!19226
2018-05-30Merge branch 'mattermost-api-v4' into 'master'Sean McGivern
Updated Mattermost integration to use Mattermost API v4 Closes #41631 See merge request gitlab-org/gitlab-ce!19043
2018-05-30Convert spec/javascripts/.eslintrc to yml format as wellLukas Eipert
2018-05-30Add spec for variables expressionShinya Maeda
2018-05-30Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes
Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956
2018-05-30Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-30Add a regression test for clearing local storage upon issue creationStan Hu
2018-05-30Fix local storage not being cleared after creating a new issueStan Hu
Creating a new issue will always result in a 302 redirect to the newly-created issue. This reverts the change introduced in https://gitlab.com/gitlab-org/gitlab-ce/commit/7684217d6806408cd338260119364419260d1720 to handle the case where a user is in the middle of creating a new form and redirected to accepting the terms of service. Closes #37162
2018-05-29Merge branch '6045-extract-ee-specific-specs-lines' into 'master'Robert Speicher
[CE] Resolve "Extract EE specific files/lines for some controller specs" Closes #6045 See merge request gitlab-org/gitlab-ce!19089
2018-05-29Merge remote-tracking branch 'dev/master'Mayra Cabrera
2018-05-29Merge branch 'security-fj-import-export-assignment' into 'master'Mayra Cabrera
[master] Arbitrary assignment of Project fields using "Import project" from a Gitlab tar.gz Closes #2678 See merge request gitlab/gitlabhq!2378
2018-05-29Merge branch 'security-dm-delete-deploy-key' into 'master'Mayra Cabrera
[master] Fix API to remove deploy key from project instead of deleting it entirely See merge request gitlab/gitlabhq!2379
2018-05-29Merge branch ↵Mayra Cabrera
'security-users-can-update-their-password-without-entering-current-password' into 'master' [Master] No longer allow password change without previous password being provided See merge request gitlab/gitlabhq!2383
2018-05-29Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher
Fix project destruction failing due to idle in transaction timeouts Closes #44610 See merge request gitlab-org/gitlab-ce!18609
2018-05-29Fix missing timeout value in object storage pre-authorization callAlessio Caiazza
2018-05-29fix last lintsLukas Eipert
2018-05-29fix `spaced-comment`Lukas Eipert
2018-05-29remove unused createComponentWithMixin from vue spec helpersLukas Eipert
2018-05-29fix `no-unused-vars`Lukas Eipert
2018-05-29Merge branch 'ab-35364-throttle-updates-last-repository-at' into 'master'Yorick Peterse
Throttle updates to Project#last_repository_updated_at. Closes #35364 See merge request gitlab-org/gitlab-ce!19183
2018-05-29Updated help text for team list for Mattermost slash commandsHarrison Healey
2018-05-29Merge branch '46758-fallout-of-cacheable-attribute' into 'master'Douwe Maan
Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Closes #46758 See merge request gitlab-org/gitlab-ce!19144
2018-05-29Resolve "Merge request spinner spins forever after loading the diff"Lukas Eipert