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
2019-07-16Updating wording as per desgn guidelinesNick Kipling
Shortened descriptive text Added copy button to code snippets
2019-07-16Add setCurrentBoard to boardsStoreWinnie Hellmann
(cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
2019-07-16Merge branch '64407-vfazio-quirk-omniauth-strategies-openidconnect' into ↵Stan Hu
'master' Convert client_auth_method to a Symbol for quirked OmniAuth providers Closes #64407 See merge request gitlab-org/gitlab-ce!30683
2019-07-16Migrate null values for users.private_profileAdam Hegyi
- Background migration for changing null values to false - Set false as default value for private_profile DB column
2019-07-15Add client_auth_method test cases for OIDCVincent Fazio
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-15Hide restricted and disallowed visibility radiosLuke Bennett
Show a message if many levels are restricted and a different message if all levels are restricted.
2019-07-15Merge branch 'georgekoltsov/63955-fix-import-with-source-branch-deleted' ↵Robert Speicher
into 'master' Always return MR diff_refs if importing See merge request gitlab-org/gitlab-ce!30630
2019-07-15Merge branch '63694-tls-opts-for-helm-wait' into 'master'Sean McGivern
GitLab Managed App ensure helm version uses tls opts Closes #63694 See merge request gitlab-org/gitlab-ce!30654
2019-07-15Add commit_id to AttributeCleaner::ALLOWED_REFERENCESGeorge Koltsov
2019-07-15Move document to new location, split in 3Marcia Ramos
- Move steps to new doc - Move all concepts to different docs
2019-07-15Add more file extentions to file type icon classPeter Dave Hello
2019-07-15GitLab Managed App ensure helm version uses tls optsDylan Griffith
The TLS opts were missing from helm version command which meant that it was just perpetually failing and hence wasting 30s of time waiting for a command to be successful that was never going to be successful. This never actually caused any errors because this loop will happily just fail 30 times without breaking the overall script but it was just a waste of installation time so now installing apps should be ~30s faster.
2019-07-14Merge branch 'ce-port-ee-10565' into 'master'Grzegorz Bizon
Single codebase: Remove an extra whitespace in test files See merge request gitlab-org/gitlab-ce!30710
2019-07-14Remove an extra whitespace in test filesTakuya Noguchi
Partial CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10565 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-07-13Fix typo "beetween" in timeout validation messageDaniel Danner
2019-07-12Add functions for multiple boards to BoardServiceWinnie Hellmann
(cherry picked from commit 9dbefac95a8b60b93ba7b05fd7bf69b80b395f54)
2019-07-12Remove auto ssl feature flagsVladimir Shushlin
* remove feature flag for admin settings * remove feature flag for domain settings
2019-07-12Merge branch 'fix-only-https-pages-domains' into 'master'Nick Thomas
Fix saving domain without certificate for auto_ssl See merge request gitlab-org/gitlab-ce!30673
2019-07-12Open WebIDE in fork when user doesn't have accessMarkus Koller
When opening the IDE on a project where the user doesn't have push access, we create a fork and then redirect back to the IDE. To make sure the user can actually commit, we need to open the IDE in the forked project rather than the upstream project.
2019-07-12Fix saving domain without certificate for auto_sslVladimir Shushlin
2019-07-12Merge branch 'js-specs-transactions' into 'master'Andreas Brandl
Use transactions in JS feature specs Closes #60207 See merge request gitlab-org/gitlab-ce!27496
2019-07-12Merge branch 'id-clean-up-mr-assignees-migration' into 'master'Andreas Brandl
Add cleanup migration for MR's multiple assignees See merge request gitlab-org/gitlab-ce!30269
2019-07-12Merge branch 'bvl-rename-routes-after-user-rename' into 'master'Jan Provaznik
Set the name of a user-namespace to the user name See merge request gitlab-org/gitlab-ce!23272
2019-07-12Merge branch 'upgrade-rails-5-2-ce' into 'master'Bob Van Landuyt
[CE] Upgrade to Rails 5.2 See merge request gitlab-org/gitlab-ce!30052
2019-07-12Merge branch '11445-fix-promoted-epic-inherited-discussions-ce' into 'master'Jan Provaznik
Port EE: Fix reply to discussion on promoted epic See merge request gitlab-org/gitlab-ce!30411
2019-07-12Merge branch '60798-follow-up-simplify-sort-direction-logic' into 'master'Sean McGivern
Resolve "Follow up: Simplify sort direction logic" Closes #60798 See merge request gitlab-org/gitlab-ce!30443
2019-07-12Gather memory usage data in testsAleksei Lipniagov
Log memory stats after running each spec file and compile the report.
2019-07-12Fix reply to discussion on promoted epicAlexandru Croitor
Regenerate discussion_id for notes that are being copied over to the epic when issue is promoted to epic. https://gitlab.com/gitlab-org/gitlab-ee/issues/11445
2019-07-12Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon
Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
2019-07-12Merge branch 'issue-63298-asciidoc-sanitization' into 'master'Douwe Maan
Prevent excessive sanitization of AsciiDoc ouptut Closes #63298 See merge request gitlab-org/gitlab-ce!30290
2019-07-12Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie
2019-07-12Don't use bang method when there is no safe methodReuben Pereira
https://github.com/rubocop-hq/ruby-style-guide#dangerous-method-bang
2019-07-12Split and prepend CurrentBoardEntityWinnie Hellmann
(cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
2019-07-12Merge branch 'sh-audit-event-json-log-format-from-and-to' into 'master'James Lopez
Format `from` and `to` fields in JSON audit log See merge request gitlab-org/gitlab-ce!30333
2019-07-12Merge branch 'qa-dd-data-qa-selector-replacement' into 'master'Mark Lapierre
Introduce data-qa-selector to supplant .qa-class See merge request gitlab-org/gitlab-ce!28906
2019-07-12Use transactions in JS feature specsHeinrich Lee Yu
Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
Updates changed method names and fixes spec failures
2019-07-12Minor review cleanupEzekiel Kigbo
Minor refactor specs
2019-07-12Added tests for sort icon currentEzekiel Kigbo
Refactor sort direction icon
2019-07-12Added test for admin/projectsEzekiel Kigbo
Added tests with project_list_filter_bar set to off Added tests for projects_sort_option_titles Refactor project sort options hash
2019-07-12Added tests for current behaviourEzekiel Kigbo
2019-07-12Merge branch '64403-remove-setimmediate-polyfill' into 'master'Clement Ho
Remove setImmediate polyfill from production assets See merge request gitlab-org/gitlab-ce!30591
2019-07-11Format `from` and `to` fields in JSON audit logStan Hu
To make it possible to index the `from` and `to` fields with Elasticsearch and other tools, we need the types to be the same. Currently they are a mix of boolean and string values. Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/12599
2019-07-11Update setImmediate use in karma specsMike Greiling
2019-07-11Merge branch '35757-move-issues-in-boards-pderichs' into 'master'Jan Provaznik
Add endpoint to move issues in boards See merge request gitlab-org/gitlab-ce!30216
2019-07-11Merge branch '63667-hashed-storage-migration-count-correctly' into 'master'Douglas Barbosa Alexandre
Display the amount for Hashed Storage migration/rollback correctly Closes #63667 See merge request gitlab-org/gitlab-ce!29996
2019-07-11Add MergeRequest#diff_refs specGeorge Koltsov
2019-07-11Remove use of setTimeout in karma specsMike Greiling
2019-07-11Add endpoint to move multiple issuesPatrick Derichs
Add specs for new endpoint to move multiple issues. Add changelog entry Just check the first issue for the ability to move / update Add specs for exceeding limits and malformed requests Changed name of shared examples Change title of changelog entry Use %i instead of %w Check permission to update issue on project instead of board Use admin_issue permission to check for issue move ability Changed variable name to avoid shadow issue_params method Rename route to bulk_move Change route definition Check permissions for each issue Combine methods for parameters permit check Remove extra context Change description of context Check param for type Array Add unit tests to MoveService Use before_action for permission check Use set instead of let! Use let's instead of set
2019-07-11Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon
Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417