| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
CE backport of changes to suppport group file templates
See merge request gitlab-org/gitlab-ce!22310
|
| |
| |
| |
| |
| |
| |
| | |
When the feature is available, this setting allows admins to choose a
project as a source of custom file templates. This is in addition to
any instance-wide templates, whether custom or vendored into the GitLab
codebase.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Remove ForkedProjectLink model
Closes #38883
See merge request gitlab-org/gitlab-ce!22226
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This removes the `ForkedProjectLink` model that has been replaced by
the `ForkNetworkMember` and `ForkNetwork` combination. All existing
relations have been adjusted to use these new models.
The `forked_project_link` table has been dropped.
The "Forks" count on the admin dashboard has been updated to count all
`ForkNetworkMember` rows and deduct the number of `ForkNetwork`
rows. This is because now the "root-project" of a fork network also
has a `ForkNetworkMember` row. This count could become inaccurate when
the root of a fork network is deleted.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
QA: Add support for pushing and viewing files
See merge request gitlab-org/gitlab-ce!21911
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The MR below adds a test for the code owners feature. This adds the
part of those changes specific to CE - the ability to add and view
files in a project.
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7368
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
change generating url functions for external url
See merge request gitlab-org/gitlab-ce!22389
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Harden the wiki against missing last_versions
Closes #52527
See merge request gitlab-org/gitlab-ce!22377
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently, we assume a "last_version" always exists for a wiki page.
In production, this is not always true. So, guard uses of it with a
null check.
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix commit signature error when project is disabled
Closes #50903
See merge request gitlab-org/gitlab-ce!22344
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When a project is disabled, visiting the home page would show,
"An error occurred while loading commit signatures". This change checks
that the user has permission to view the project to avoid unnecessary
GPG signature lookups.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50903
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
[QA] Handle sign-up when terms must be accepted
See merge request gitlab-org/gitlab-ce!22374
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Before this commit updating Prometheus (e.g. adding alerts) made it
"updated" therefore not installed.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'"
See merge request gitlab-org/gitlab-ce!22315
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'"
This reverts merge request !21551
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove Koding integration and documentation
Closes #39697
See merge request gitlab-org/gitlab-ce!22334
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This integration no longer works and does not appear to be supported.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Add GitLab QA spec for adding a deploy token
See merge request gitlab-org/gitlab-ce!22207
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Update copy to clipboard button data for application secret
Closes #52572
See merge request gitlab-org/gitlab-ce!22268
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Instance SAML SSO e2e test
Closes gitlab-qa#257
See merge request gitlab-org/gitlab-ce!22271
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use ACCEPT_INSECURE_CERTS env var and fix step
Simplify saml signin
Fix rubo cop offence
Add missing # frozen_string_literal: true
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
QA: Add test of adding a member to a project
See merge request gitlab-org/gitlab-ce!21753
|
| |/
| |
| |
| | |
Adds a new QA test and the required page objects and related changes
|
|/
|
|
|
|
|
|
|
| |
Registration intermittently fails without an obvious cause.
The action to click the button seems to move focus to the right button
but nothing happens.
This change attempts to retry the action under the assumption that
Capybara or Chrome is misbehaving.
It also updates the selectors for the sign up page.
|
|\
| |
| |
| |
| |
| |
| | |
Remove Git circuit breaker
Closes #45405
See merge request gitlab-org/gitlab-ce!22212
|
| |
| |
| |
| |
| |
| |
| | |
Was introduced in the time that GitLab still used NFS, which is not
required anymore in most cases. By removing this, the API it calls will
return empty responses. This interface has to be removed in the next
major release, expected to be 12.0.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'master'
Backport of CE changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7844
See merge request gitlab-org/gitlab-ce!22221
|
| | |
| | |
| | |
| | |
| | | |
This removes the Vue component, corresponding tests and haml/bundle
entry points for the Security Report summary in the pipelines view
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Add test of adding file templates via Web IDE and Files view
See merge request gitlab-org/gitlab-ce!21914
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adds tests that adds new files via file templates via the Files view
and the Web IDE.
Includes changes to page objects and associated code
Fetches template content from the API rather than hardcoding strings
that will need to be updated if the templates change. Some of the
content is stored as flat files but we can't use them because they're
not included in the docker images gitlab-qa uses.
|