| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
#41341
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'40623-fix-404-when-listing-archived-projects-in-a-group-where-all-projects-have-been-archived' into 'master'
Resolve "404 when listing archived projects in a group where all projects have been archived"
Closes #40623
See merge request gitlab-org/gitlab-ce!17077
|
| |
| |
| |
| | |
Signed-off-by: Ashley Dumaine <adumaine@datto.com>
|
| |
| |
| |
| | |
Signed-off-by: Ashley Dumaine <adumaine@datto.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
QA - Wait for create merge request button to appear
Closes gitlab-qa#177
See merge request gitlab-org/gitlab-ce!17115
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Trim whitespace from input in the username/email form field
Closes #42637
See merge request gitlab-org/gitlab-ce!17020
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
As per the discussion with @psimyn, this change does not affect the frontend, so user input will not be validated on the signin screen.
Instead, the value sent to the backend has leading and trailing whitespace stripped before looking up the user with find_by.
Closes #42637
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "Document the instance level Auto DevOps domain option"
Closes #43231
See merge request gitlab-org/gitlab-ce!17132
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Converted pipeline_schedules bundles into automatic webpack entries
See merge request gitlab-org/gitlab-ce!17143
|
| | | | |
| | | | |
| | | | |
| | | | | |
#41341
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into 'master'
Resolve "HackerOne reported issue: Cookie bomb vulnerability in Pages"
Closes #31049
See merge request gitlab-org/gitlab-ce!17123
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added PlantUML server using docker
See merge request gitlab-org/gitlab-ce!16880
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update index.md with minor grammatical edit
See merge request gitlab-org/gitlab-ce!16919
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Remove double negative
See merge request gitlab-org/gitlab-ce!17049
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fix Error 500s loading repositories with inconsistent HEAD
Closes #43268
See merge request gitlab-org/gitlab-ce!17128
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | |_|_|/ / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
We removed the exception handling for Rugged errors in !16770, which
revealed that the licensee gem attempts to retrieve a license file
via Rugged in `refs/heads/master` by default. If that branch
did not exist, a Rugged::ReferenceError would be thrown.
There were two issues:
1. Not every project uses `master` as the default branch. This
change uses the head commit to identify the license.
2. Removing the exception handling caused repositories to fail
loading. We can safely catch and ignore any Rugged error because
this means we weren't able to load a license file.
Closes #43268
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Move spinach profile tests to RSpec
See merge request gitlab-org/gitlab-ce!17068
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Resolve "CI status icon and avatar are not vertically aligned in MR list"
Closes #39607
See merge request gitlab-org/gitlab-ce!17072
|
| | | | | | | | | | | |
|
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Port some changes from gitlab-ee!4532 back to CE
See merge request gitlab-org/gitlab-ce!17120
|
| | |_|/ / / / / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Fixed user synced attributes metadata after removing current provider
Closes #37528
See merge request gitlab-org/gitlab-ce!17054
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Only check LFS integrity for first branch in push
Closes #41141
See merge request gitlab-org/gitlab-ce!17098
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Move spinach group milestones test to RSpec
See merge request gitlab-org/gitlab-ce!17051
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Move feature group members search test to RSpec
See merge request gitlab-org/gitlab-ce!17050
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Fix teleporting emoji (MR description instead of comment)
Closes #35530
See merge request gitlab-org/gitlab-ce!17100
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Resolve "Merge request says "Could not connect to the CI server", no CI or integration is configured"
See merge request gitlab-org/gitlab-ce!17053
|
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QA
See merge request gitlab-org/gitlab-ce!17141
|
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Add the missing "Security Products" Team label and sort them alphabetically
See merge request gitlab-org/gitlab-ce!16961
|
| | | | | | | | | | | |
|