| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This will help with https://gitlab.com/gitlab-org/gitlab-qa/issues/349
as we need to use much shorter project and group names for HTTPS to work
|
|\
| |
| |
| |
| |
| |
| | |
Update rack to 2.0.6
Closes #54201
See merge request gitlab-org/gitlab-ce!23171
|
| |
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Make existing SSH create / remove test into a Smoke test
Closes #52699
See merge request gitlab-org/gitlab-ce!23252
|
| |
| |
| |
| |
| |
| |
| | |
This particular test is a candidate for a smoke test.
This commit will close https://gitlab.com/gitlab-org/gitlab-ce/issues/52699
Signed-off-by: ddavison <ddavison@gitlab.com>
|
|/ |
|
|\
| |
| |
| |
| | |
Display impersonation token value only after creation
See merge request gitlab-org/gitlab-ce!22916
|
| |
| |
| |
| |
| | |
Since we migrated all PersonlAccessTokens to store only its hash in the
DB, the token value can no longer be shown to the user.
|
| |
| |
| |
| | |
Remove references to `Factory`
|
|\ \
| | |
| | |
| | |
| | | |
Update merge request page object and selectors
See merge request gitlab-org/gitlab-ce!22939
|
| |/
| |
| |
| |
| | |
These are changes from EE that are also relevant to CE from:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8372
|
|/
|
|
|
| |
Adds a new end-to-end test to check that Git protocol v2 can be used to
push over HTTP
|
| |
|
|\
| |
| |
| |
| | |
Add e2e test of push over SSH using Git protocol v2
See merge request gitlab-org/gitlab-ce!22548
|
| |
| |
| |
| |
| |
| |
| |
| | |
Adds a new end-to-end test to check that Git protocol v2 can be used to
push over SSH.
Includes a change in Git::Repository to use Runtime::Env.debug? to
enable logging instead of .verbose?
|
| |
| |
| |
| |
| |
| | |
190afc62fb1e8753b2339d1d052b19a5da369c9e
It was lost during a conflict resolution
|
| |
| |
| |
| |
| | |
* Factory::Base -> Resource::Base, and therefore:
* Factory::Resource::Project -> Resource::Project
|
|\ \
| | |
| | |
| | |
| | | |
QA Selectors for Batch Comment E2E Automation
See merge request gitlab-org/gitlab-ce!22681
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Create users via the API
See merge request gitlab-org/gitlab-ce!22779
|
| | | |
| | | |
| | | |
| | | | |
Allows users to be fetched/created via the API.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Don't log fabricate args
See merge request gitlab-org/gitlab-ce!22753
|
| | | |
| | | |
| | | |
| | | | |
Prevents logging of sensitive data
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Top level clusters controller
See merge request gitlab-org/gitlab-ce!22438
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use ClustersController as base while having Projects::ClustersController
to inform what `clusterable` is. Thanks @ayufan for the great suggestion
!
- View changes to work with new approach
- Fix javascript for new approach
- Fix feature specs for new approach
- Fix QA
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In preparation so that we can create both cluster attached to project
and cluster attached to group.
- Move ClustersController to top level
- Move Clusters::ApplicationsController to top-level too
- Creates a Clusters::BaseController to share common functions
- Do not rely on @project ivar. Anything could set the ivar.
- Fix Vue page components due to new data-page value
Because of the controller change we have gone from
`projects:clusters:new` to `clusters:new`, so we need to update the file
location of the page components. There is somewhere a function that will
convert data-page to a file location.
On that note, projects/clusters/gcp/new/, translate to
Projects::Clusters::Gcp#new doesn't exist so replace that with
clusters/create_gcp/ and clusters/create_user/
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Wait for push before checking for new commit
Closes gitlab-org/quality/staging#14
See merge request gitlab-org/gitlab-ce!22633
|
| | |/
| |/|
| | |
| | |
| | | |
Wait for the push to be completed before checking that the merge
request shows the change
|
| | | |
|
| |/
|/| |
|
|/
|
|
| |
Tests pushing over HTTP(S) using a personal access token
|
|\
| |
| |
| |
| |
| |
| | |
E2E Test - LDAP login with SSL
Closes gitlab-qa#59
See merge request gitlab-org/gitlab-ce!22574
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Re-enable debug logging of Git commands and output
See merge request gitlab-org/gitlab-ce!22608
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| | |
[QA] Port recent changes from EE
See merge request gitlab-org/gitlab-ce!22391
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|