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-01-10Merge branch 'zj-migrate-gitlab-project-rm-mv' into 'master'Douwe Maan
Migrate GitlabProject (re)move project endpoints Closes gitaly#873 See merge request gitlab-org/gitlab-ce!16249
2018-01-10Fix hooks not being set up properly for bare import Rake taskStan Hu
Closes #41739
2018-01-09Revert "Fix Route validation for unchanged path"Michael Kozono
This reverts commit 8040edcce8b4e736b4f4857e6709f94aeb5e274c.
2018-01-09Revert "Add test for permanent redirects of descendants"Michael Kozono
This reverts commit a2cb92495c3149b69eb734596e80fbdd54b0b2dc.
2018-01-09Add test for permanent redirects of descendantsMichael Kozono
2018-01-09Fix Route validation for unchanged pathMichael Kozono
2018-01-09Migrate GitlabProject (re)move project endpointsZeger-Jan van de Weg
Migration is done through a small refactoring, which makes us call endpoins which are performing the same actions for namespaces. Tests are added to ensure only the project is removed that should be removed. Closes gitlab-org/gitaly#873
2018-01-09Fixing bug related to wiki last versionFrancisco Javier López
2018-01-09Merge branch 'changes-dropdown-ellipsis' into 'master'Sean McGivern
Fix changes dropdown ellipsis working across browsers Closes #41561 and #41684 See merge request gitlab-org/gitlab-ce!16281
2018-01-09Add option to disable commit stats to commit APIFrancisco Javier López
2018-01-09Fix changes dropdown ellipsis working across browsersPhil Hughes
Closes #41561
2018-01-09Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan
Backport authorized_keys Closes gitlab-ee#3953 See merge request gitlab-org/gitlab-ce!16014
2018-01-09Fixing re-ordering of an issue when dragging it to the bottom a long issue ↵David Kuri
list in the board
2018-01-09Merge branch 'check-environment-regex-ce' into 'master'Grzegorz Bizon
Backport "Fix environment scope regex" to CE Closes gitlab-ee#4308 See merge request gitlab-org/gitlab-ce!15945
2018-01-09Save user ID and username in Grape API log (api_json.log)Stan Hu
This will enable admins to identify who actually made the API request. Relates to #36960
2018-01-09Improve table pagination specClement Ho
2018-01-09Merge branch '41683-timeout-is-not-set-for-gitaly-fetch_remote-calls' into ↵Stan Hu
'master' Resolve "Timeout is not set for gitaly fetch_remote calls" Closes #41683 See merge request gitlab-org/gitlab-ce!16245
2018-01-09Refactor dashboard todos inside dispatcherClement Ho
2018-01-08Fix spec in shell_spec.rbJames Edwards-Jones
The spec for "#add_key does nothing" would always have passed, since the expectation was on both the wrong object and message.
2018-01-08Fix typo in spec/requests/api/internal_spec.rbJames Edwards-Jones
2018-01-08Backport spec fixes in spec/lib/gitlab/shell_spec.rbValery Sizov
2018-01-08Backport authorized_keys_enabled defaults to true'Michael Kozono
Originally from branch 'fix-authorized-keys-enabled-default-2738' via merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2240 Removed background migrations which were intended to fix state after using Gitlab without a default having been set Squashed commits: Locally, if Spring was not restarted, `current_application_settings` was still cached, which prevented the migration from editing the file. This will also ensure that any app server somehow hitting old cache data will properly default this setting regardless. Retroactively fix migration This allows us to identify customers who ran the broken migration. Their `authorized_keys_enabled` column does not have a default at this point. We will fix the column after we fix the `authorized_keys` file. Fix authorized_keys file if needed Add default to authorized_keys_enabled setting Reminder: The original migration was fixed retroactively a few commits ago, so people who did not ever run GitLab 9.3.0 already have a column that defaults to true and disallows nulls. I have tested on PostgreSQL and MySQL that it is safe to run this migration regardless. Affected customers who did run 9.3.0 are the ones who need this migration to fix the authorized_keys_enabled column. The reason for the retroactive fix plus this migration is that it allows us to run a migration in between to fix the authorized_keys file only for those who ran 9.3.0. Tweaks to address feedback Extract work into background migration Move batch-add-logic to background migration Do the work synchronously to avoid multiple workers attempting to add batches of keys at the same time. Also, make the delete portion wait until after adding is done. Do read and delete work in background migration Fix Rubocop offenses Add changelog entry Inform the user of actions taken or not taken Prevent unnecessary `select`s and `remove_key`s Add logs for action taken Fix optimization Reuse `Gitlab::ShellAdapter` Guarantee the earliest key Fix migration spec for MySQL
2018-01-08Backport option to disable writing to `authorized_keys` fileMichael Kozono
Originally branch 'mk-toggle-writing-to-auth-keys-1631' See merge request !2004 Squashed commits: Add authorized_keys_enabled to Application Settings Ensure default settings are exposed in UI Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default. Add “Speed up SSH operations” documentation Clarify the reasons for disabling writes Add "How to go back" section Tweak copy Update Application Setting screenshot
2018-01-08Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza
Add find key by base64 key or fingerprint to the internal API See merge request !250 Squashed changes: Add unique index to fingerprint Add new index to schema Add internal api to get ssh key by fingerprint Change API endpoint to authorized_keys Add InsecureKeyFingerprint that calculates the fingerprint without shelling out Add require for gitlab key fingerprint Remove uniqueness of fingerprint index Remove unique option from migration Fix spec style in fingerprint test Fix rubocop complain Extract insecure key fingerprint to separate file Change migration to support building index concurrently Remove those hideous tabs
2018-01-08Merge branch 'winh-fix-merge-request-spec' into 'master'Clement Ho
Make tasklist:changed test in merge_request_spec.js async Closes #34649 See merge request gitlab-org/gitlab-ce!16097
2018-01-08Merge branch '28260-fix-pages-custom-domain-url' into 'master'Grzegorz Bizon
Resolve "Fix wrong output protocol pattern when adding custom domain to Pages" Closes #28260 See merge request gitlab-org/gitlab-ce!16279
2018-01-08Merge branch ↵Yorick Peterse
'40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetes' into 'master' Migrate existing data from KubernetesService to Clusters::Platforms::Kubernetes Closes #40418 See merge request gitlab-org/gitlab-ce!15589
2018-01-08Merge branch 'delay-background-migrations' into 'master'Rémy Coutable
Run background migrations with a minimum interval Closes #41624 See merge request gitlab-org/gitlab-ce!16230
2018-01-08Make tasklist:changed test in merge_request_spec.js asyncWinnie Hellmann
2018-01-08Merge branch '40549-render-emoj-in-groups-overview' into 'master'Sean McGivern
Resolve "No Rendering of emoji's in Group-Overview after update" Closes #40549 See merge request gitlab-org/gitlab-ce!16098
2018-01-08Merge branch 'remove-commit-tree' into 'master'Sean McGivern
Remove the Commit#tree method See merge request gitlab-org/gitlab-ce!16236
2018-01-08Merge branch 'gitaly-fetch-internal-remote' into 'master'Sean McGivern
Incorporate RemoteService.FetchInternalRemote Gitaly RPC Closes gitaly#857 See merge request gitlab-org/gitlab-ce!16140
2018-01-08Merge branch 'mb-invites-feature-to-rspec' into 'master'Rémy Coutable
Move invites spinach test to Rspec See merge request gitlab-org/gitlab-ce!16126
2018-01-08Merge branch 'mv-explore-groups-spinach-to-rspec' into 'master'Rémy Coutable
Move explore groups spinach test to RSpec See merge request gitlab-org/gitlab-ce!16129
2018-01-08Resolve "Add graph value to hover"Mike Greiling
2018-01-08disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel
2018-01-08Merge branch '3968-protected-branch-is-not-set-for-default-branch-on-import' ↵Douwe Maan
into 'master' Protected branch is now created for default branch on import Closes #3968 See merge request gitlab-org/gitlab-ce!16198
2018-01-08Add specShinya Maeda
2018-01-08Fix static analysysShinya Maeda
2018-01-08Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda
2018-01-08Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda
2018-01-08Add a new test for emptified paramsShinya Maeda
2018-01-08Fix static anylysyShinya Maeda
2018-01-08Opitmize migration process by using both unmanaged_kubernetes_service and ↵Shinya Maeda
kubernetes_service_without_template
2018-01-08Add logic to swtich environment_scope by the situationShinya Maeda
2018-01-08Add env_scope testsShinya Maeda
2018-01-08Fix testShinya Maeda
2018-01-08Restructure specShinya Maeda
2018-01-08Add test. Disable KubernetesService when migratedShinya Maeda
2018-01-08Generate HTTP URLs for custom Pages domains when appropriateNick Thomas