| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
On GitLab.com, there are write deploy keys with no associated users.
Pushes with these deploy keys end with an Error 500 since we attempt
to look up redirect message. If there is no user, don't attempt
to display a redirect message.
Closes #41466
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Resolve "Updating Slack Notification not working by API"
Closes #32364 et #22306
See merge request gitlab-org/gitlab-ce!11435
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
+ Add support for the new separate channel and events settings
* Dry up chat notifications in the service properties definitions
|
|\ \
| | |
| | |
| | |
| | | |
Remove security checks from static analysis and add sast job
See merge request gitlab-org/gitlab-ce!16113
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Resolve "lint-changelog-yaml error message is useless"
Closes #41359
See merge request gitlab-org/gitlab-ce!16122
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'
Resolve "Replace '.team << [user, role]' with 'add_role(user)' in specs"
Closes #36782
See merge request gitlab-org/gitlab-ce!16069
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Disable /dev/shm in CI
See merge request gitlab-org/gitlab-ce!16105
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
According to the Chrome source code (https://chromium.googlesource.com/chromium/src/base/+/master/base_switches.cc#120):
The /dev/shm partition is too small in certain VM environments, causing Chrome
to fail or crash (see http://crbug.com/715363). Use this flag to work-around
this issue (a temporary directory will always be used to create anonymous
shared memory files).
Addresses gitlab-org/gitlab-ee#4252 but doesn't appear to cure it completely.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add note about using the term GPG for all related implementations
Closes #36970
See merge request gitlab-org/gitlab-ce!14887
|
| |/ /
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36970
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_line by removing expensive diff position calculation and comparison
Closes #41406
See merge request gitlab-org/gitlab-ce!16111
|
| | | |
| | | |
| | | |
| | | | |
DiffNote#diff_line by removing expensive diff position calculation and comparison
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Reverted fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15788
See merge request gitlab-org/gitlab-ce!16118
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'41053-extend-cluster-applications-to-allow-install-to-prometheus' into 'master'
Extend Cluster Applications to allow installation of Prometheus
Closes #41053
See merge request gitlab-org/gitlab-ce!15895
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Docs: move article LDAP-CE to its topic-related folder
See merge request gitlab-org/gitlab-ce!16094
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Execute project hooks and services after commit when moving an issue
Closes #41324
See merge request gitlab-org/gitlab-ce!16108
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use relative URLs when linking to uploaded files
Closes #38893
See merge request gitlab-org/gitlab-ce!15751
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use gitlab-styles which provides shared RuboCop config and cops
Closes #37711
See merge request gitlab-org/gitlab-ce!14337
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add index on namespaces lower(name) for UsersController#exists
Closes #41340
See merge request gitlab-org/gitlab-ce!16059
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Explictly require Gitlab::Utils in ProjectFeaturesCompatibility
Closes #41390
See merge request gitlab-org/gitlab-ce!16107
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For some reason Rails does not require it automatically when invoked via
rake task which cause tasks like seed_fu fail
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Clarify Auto DevOps pipelines
See merge request gitlab-org/gitlab-ce!16106
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Make webpack fail for missing exports
See merge request gitlab-org/gitlab-ce!16005
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
docs: fix a typo in LFS documentation
See merge request gitlab-org/gitlab-ce!16078
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
Fix prometheus arg in prometheus.yml
See merge request gitlab-org/gitlab-ce!16075
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace the download, fork and resolve discussion in a new issue icons
See merge request gitlab-org/gitlab-ce!15436
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update Dependencies
See merge request gitlab-org/gitlab-ce!16073
|
| | |/ / / /
| |/| | | | |
|