| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Fixed missing js selector for the realtime pipelines commit component
See merge request gitlab-org/gitlab-ce!17061
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Convert groups_select ajax to use axios
See merge request gitlab-org/gitlab-ce!17041
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Make GITLAB_FEATURES in build_spec compatible with EE
Closes #40994
See merge request gitlab-org/gitlab-ce!17023
|
| | |
| | |
| | |
| | |
| | | |
Right now this fails in EE since the EE codebase defaults to having a starter license which means there are features in this value. This seems to be incompatible with the statement that tests should behave the same in CE as EE but I think that since there is a before on all EE specs creating a starter license it unfortunately does not behave that way.
This is needed for #40994 and fixes the failing specs in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4393
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Create an empty wiki when there is no wiki in the gitlab export bundle
See merge request gitlab-org/gitlab-ce!17010
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix breadcrumb on labels page for groups
Closes #42909
See merge request gitlab-org/gitlab-ce!17045
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Replaced use of $.get with axios.get and updated tests
See merge request gitlab-org/gitlab-ce!16989
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix issue with Gitlab::CurrentSettings and autoload/spring system
Closes gitlab-ee#4842
See merge request gitlab-org/gitlab-ce!17037
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes an issue where the Rails autoload system would throw various `Unable to autoload constant` errors (such as `Unable to autoload constant EE::ProjectsHelper`) when using the autoload system (such with `spring` or `reload!` in the rails console.
This error was specifically ocurring in the EE code, however, it's seems reasonable to place the fix in CE as a general innoculation.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move IssuableTimeTracker vue component
See merge request gitlab-org/gitlab-ce!16948
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Default CI variables to unprotected
Closes #42928
See merge request gitlab-org/gitlab-ce!17039
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update jquery.waitforimages & use npm version
See merge request gitlab-org/gitlab-ce!17004
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
#39072
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. standard, LDAP)
See merge request gitlab-org/gitlab-ce!17048
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
standard, LDAP)
GITLAB_USERNAME and GITLAB_PASSWORD may be specified for an LDAP login, but QA
scenarios may need to know which type it is in order to log in successfully.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Resolve "Add tooltip in enviroments names"
Closes #42922
See merge request gitlab-org/gitlab-ce!17029
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Adds CSS for child envrionments
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Rename .scss files to use snake_case
Closes #42908
See merge request gitlab-org/gitlab-ce!17022
|
| | |_|_|/ / / / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/42908
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
API - fix searching in group/project specified by path
Closes #42937
See merge request gitlab-org/gitlab-ce!17033
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Return a warning string if we try to encode to unsupported encoding
Closes gitlab-development-kit#321
See merge request gitlab-org/gitlab-ce!17038
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Fixes gitlab-development-kit#321
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Remove confirmation_input component
See merge request gitlab-org/gitlab-ce!17046
|
| |/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Pick 10.4.3 fixes into master
See merge request gitlab-org/gitlab-ce!17040
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Fix using wildcards in protected tags to expose protected variables
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
[10.4] Fix GH namespace security issue
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
'security-10-4'
Restrict Todo API mark_as_done endpoint to the user's todos only
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
[10.4] Fix stored XSS in code blocks
|
|/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4'
[Port for security-10-4]: Makes SnippetFinder ensure feature visibility
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Improve docs about allowing some side effects on the constructor
See merge request gitlab-org/gitlab-ce!17027
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / /
|/| | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Add documentation on how to build a QA Docker image
See merge request gitlab-org/gitlab-ce!17036
|
|/ / / / / / / / / / |
|