summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '51009-remove-rbac-clusters-feature-flag' into 'master'Kamil Trzciński2018-10-041-4/+0
|\ | | | | | | | | | | | | Remove :rbac_clusters feature flag Closes #51009 See merge request gitlab-org/gitlab-ce!22096
| * Remove `rbac_clusters` feature flagThong Kuah2018-10-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that Auto DevOps can run in a RBAC enabled cluster from https://gitlab.com/gitlab-org/gitlab-ce/issues/51942, we can now remove the FF. As the flag only governed if UI elements would appear or not when creating/adding existing clusters; the effect of removing the FF would be that the checkbox to choose to enable RBAC clusters will now always appear. Remove FF stubs from specs Improve spec context names
* | Backport of "Use Geo log to remove files when migrated to object storage"Toon Claes2018-10-031-0/+8
|/
* Merge branch 'remove-rugged' into 'master'Douwe Maan2018-10-032-7/+12
|\ | | | | | | | | Remove Gitlab::Git::Repository#rugged See merge request gitlab-org/gitlab-ce!22039
| * Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-022-7/+12
| | | | | | | | | | | | | | | | Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
* | Show the commit-sha for pre-release versionsBob Van Landuyt2018-10-021-0/+8
|/ | | | | | | | | The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com.
* Merge branch 'ce-7013-add-epics-close-support' into 'master'Douglas Barbosa Alexandre2018-09-251-0/+4
|\ | | | | | | | | CE port of Adding state to epics See merge request gitlab-org/gitlab-ce!21771
| * Add name definition for table methodJarka Košanová2018-09-241-0/+4
| |
* | Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-191-0/+47
| |
* | Merge branch 'rs-markdown-feature-parity' into 'master'Douglas Barbosa Alexandre2018-09-171-1/+7
|\ \ | |/ |/| | | | | Add fixture path argument to `MarkdownFeature.new` See merge request gitlab-org/gitlab-ce!21754
| * Add fixture path argument to `MarkdownFeature.new`Robert Speicher2018-09-141-1/+7
| | | | | | | | | | This default will be overridden in the EE-specific subclass that uses a different fixture path.
* | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-2/+2
| |
* | Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński2018-09-172-18/+44
|\ \ | |/ |/| | | | | | | | | Support Kubernetes RBAC for GitLab Managed Apps for creating new clusters Closes #29398 See merge request gitlab-org/gitlab-ce!21401
| * Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah2018-09-141-4/+4
| | | | | | | | In our case it's 'default'.
| * Address BE review - re-arrange some specsThong Kuah2018-09-141-1/+2
| |
| * Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah2018-09-141-11/+2
| | | | | | | | This is similar to the option in the Add Existing cluster form
| * Always create `gitlab` service account and service account token regardless ↵Thong Kuah2018-09-141-17/+25
| | | | | | | | | | | | | | | | | | | | | | of ABAC/RBAC This also solves the async nature of the automatic creation of default service tokens for service accounts. It also makes explicit which service account token we always use. create cluster role binding only if the provider has legacy_abac disabled.
| * Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` ↵Thong Kuah2018-09-141-1/+15
| | | | | | | | | | | | feature flag is enabled Explicitly persist the legacy_abac value of the cluster_provider_gcp so that we can disable abac if the `:rbac_clusters` feature flag is enabled
| * When provisioning a new cluster, create gitlab service account so that ↵Thong Kuah2018-09-141-0/+12
| | | | | | | | | | | | | | GitLab can perform operations in a RBAC-enabled cluster. Correspondingly, use the token of the gitlab service account, vs the default service account token which will have no privs.
* | Merge branch '50824-fix-prepend-concern' into 'master'Robert Speicher2018-09-141-0/+3
|\ \ | |/ |/| | | | | CE: Properly implement prepending for Concern See merge request gitlab-org/gitlab-ce!21444
| * Properly implement prepending for ConcernLin Jen-Shin2018-09-111-0/+3
| |
* | Merge branch 'clean-gitlab-git' into 'master'Douwe Maan2018-09-122-4/+11
|\ \ | | | | | | | | | | | | | | | | | | Remove Rugged and shell code from Gitlab::Git Closes gitaly#1124 See merge request gitlab-org/gitlab-ce!21488
| * | Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-122-4/+11
| |/
* | Fix mention in edit mrAlin Ciciu2018-09-121-2/+6
|/
* Merge branch 'lock-unlock-quick-actions' into 'master'Rémy Coutable2018-09-101-5/+79
|\ | | | | | | | | | | | | Add /lock and /unlock quick actions Closes #39173 See merge request gitlab-org/gitlab-ce!15197
| * Prefer `sign_in` over `gitlab_sign_in` as its fasterMehdi Lahmam2018-09-061-2/+2
| | | | | | | | | | | | Devise helpers acts on Warden which is faster than our own helpers. Note that `gitlab_sign_out` is still necessary due to the same issue mentioned at 60814985e033e4941ff3eb5d33ca55e3fc81593e
| * Use un-namespaced project issuables path helper in specsMehdi Lahmam2018-09-061-7/+7
| |
| * Rename `slash_commands` ~> `quick_actions` in specs filesMehdi Lahmam2018-09-061-0/+0
| | | | | | | | Leftover from ea090291.
| * Add /lock and /unlock quick actionsMehdi Lahmam2018-09-061-0/+74
| | | | | | | | Closes #39173
* | Merge branch 'sidekiq-query' into 'master'Rémy Coutable2018-09-101-0/+20
|\ \ | | | | | | | | | | | | Disable query limit counter in sidekiq See merge request gitlab-org/gitlab-ce!21470
| * | Disable query limit counter in sidekiqJan Provaznik2018-09-041-0/+20
| | | | | | | | | | | | | | | Inside Sidekiq the request is whitelisted to avoid increasing query counter.
* | | Explicitly enable usage ping for instance statistics specStan Hu2018-09-091-0/+2
| | | | | | | | | | | | | | | This is similar to https://gitlab.com/gitlab-org/gitlab-ee/issues/7511, but the root cause is https://gitlab.com/gitlab-org/gitlab-ce/issues/51268.
* | | Sort labels by referenceJan Provaznik2018-09-071-2/+2
| | | | | | | | | | | | | | | Labels are sorted by reference, not title. This caused random CI failure.
* | | Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan2018-09-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409
| * | | refactor code based on feedbackJames Lopez2018-09-071-1/+1
| | | |
| * | | refactor code based on feedbackJames Lopez2018-09-071-1/+1
| | | |
| * | | Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* | | | Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+109
| |_|/ |/| |
* | | Merge branch 'bvl-codeowners-file-ce' into 'master'Douwe Maan2018-09-061-1/+2
|\ \ \ | | | | | | | | | | | | | | | | Port changes for CODEOWNERS to CE See merge request gitlab-org/gitlab-ce!21309
| * | | Port changes for CODEOWNERS to CEBob Van Landuyt2018-09-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This ports the changes for the CODEOWNERS feature to CE: - It adds the CODEOWNERS file. - It adds the mention of the `with-codeowners` branch in TestEnv
* | | | Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-2/+17
| |/ / |/| |
* | | add 'default_enabled' to feature flagsBrett Walker2018-09-051-2/+2
|/ / | | | | | | | | This allows you to default a feature flag to 'on' when checking whether it's enabled/disabled.
* | Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López2018-09-041-0/+88
|/
* Merge branch '50365_fix_fast_spec_helper' into 'master'Robert Speicher2018-09-011-2/+0
|\ | | | | | | | | | | | | Move fixture_path out of support/rspec file which is used by fast_spec_helper Closes #50365 See merge request gitlab-org/gitlab-ce!21240
| * Move fixture_path out of support/rspec file which is used by ↵Thong Kuah2018-08-311-2/+0
| | | | | | | | | | | | | | | | | | fast_spec_helper, so that fast specs can be run on its own again. Move `fixture_path` config together with use_transactional_fixtures and use_instantiated_fixtures. These settings are all added by rspec-rails https://github.com/rspec/rspec-rails/blob/8c6c9590b94916199950dc8a91a9741d3be30c7c/lib/rspec/rails/configuration.rb#L65-L67
* | Fixed project logo when it is LFS trackedFrancisco Javier López2018-08-301-0/+89
|/
* Merge branch 'fldubois/gitlab-ce-fix-api-group-createdat' into 'master'Rémy Coutable2018-08-281-10/+72
|\ | | | | | | | | | | | | Allow date parameters on Issues, Notes, and Discussions API for group owners Closes #40059 See merge request gitlab-org/gitlab-ce!21342
| * Use policies to determine if attributes can be set in the APISean McGivern2018-08-221-10/+72
| | | | | | | | This is more idiomatic than checking membership explicitly.
* | Merge branch 'issue_36138' into 'master'Sean McGivern2018-08-281-0/+18
|\ \ | | | | | | | | | | | | | | | | | | Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057
| * | Allow to delete group milestonesissue_36138Felipe Artur2018-08-061-0/+18
| | |