| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Remove :rbac_clusters feature flag
Closes #51009
See merge request gitlab-org/gitlab-ce!22096
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/ |
|
|\
| |
| |
| |
| | |
Remove Gitlab::Git::Repository#rugged
See merge request gitlab-org/gitlab-ce!22039
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
CE port of Adding state to epics
See merge request gitlab-org/gitlab-ce!21771
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Add fixture path argument to `MarkdownFeature.new`
See merge request gitlab-org/gitlab-ce!21754
|
| |
| |
| |
| |
| | |
This default will be overridden in the EE-specific subclass that uses a
different fixture path.
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Support Kubernetes RBAC for GitLab Managed Apps for creating new clusters
Closes #29398
See merge request gitlab-org/gitlab-ce!21401
|
| |
| |
| |
| | |
In our case it's 'default'.
|
| | |
|
| |
| |
| |
| | |
This is similar to the option in the Add Existing cluster form
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/|
| |
| | |
CE: Properly implement prepending for Concern
See merge request gitlab-org/gitlab-ce!21444
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove Rugged and shell code from Gitlab::Git
Closes gitaly#1124
See merge request gitlab-org/gitlab-ce!21488
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Add /lock and /unlock quick actions
Closes #39173
See merge request gitlab-org/gitlab-ce!15197
|
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| | |
Leftover from ea090291.
|
| |
| |
| |
| | |
Closes #39173
|
|\ \
| | |
| | |
| | |
| | | |
Disable query limit counter in sidekiq
See merge request gitlab-org/gitlab-ce!21470
|
| | |
| | |
| | |
| | |
| | | |
Inside Sidekiq the request is whitelisted to
avoid increasing query counter.
|
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
Labels are sorted by reference, not title. This caused random CI
failure.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Remove old storage logic from Import/Export"
Closes #51144, #50109, #48778, and #51079
See merge request gitlab-org/gitlab-ce!21409
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated docs, refactor import/export code
Fix AvatarUploader path issue
Fix project export upload webhook error
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Port changes for CODEOWNERS to CE
See merge request gitlab-org/gitlab-ce!21309
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |/ /
|/| | |
|
|/ /
| |
| |
| |
| | |
This allows you to default a feature flag to 'on' when
checking whether it's enabled/disabled.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Allow date parameters on Issues, Notes, and Discussions API for group owners
Closes #40059
See merge request gitlab-org/gitlab-ce!21342
|
| |
| |
| |
| | |
This is more idiomatic than checking membership explicitly.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Allow to delete group milestones
Closes #36138
See merge request gitlab-org/gitlab-ce!21057
|
| | | |
|