| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
See https://gitlab.com/gitlab-com/infrastructure/issues/2888
See https://gitlab.com/gitlab-org/gitlab-ce/issues/43678
See https://gitlab.com/gitlab-com/migration/issues/163
|
|\
| |
| |
| |
| |
| |
| | |
Fix webpack.config.js syntax error from trailing comma
Closes #43669
See merge request gitlab-org/gitlab-ce!17404
|
| |
| |
| |
| | |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/43669
|
|\ \
| | |
| | |
| | |
| | | |
Remove snippet bundle webpack entry point
See merge request gitlab-org/gitlab-ce!17329
|
|/ / |
|
|\ \
| |/
|/|
| |
| | |
removed profile webpack bundle tag
See merge request gitlab-org/gitlab-ce!17320
|
| |\
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
Remove sidebar bundle webpack entry point
See merge request gitlab-org/gitlab-ce!17343
|
| |\ \ |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Remove explicit audit event log in MembershipActions
See merge request gitlab-org/gitlab-ce!14824
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
MembershipActions concern
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Move it to Members::ApproveAccessRequestService.
Also, note that there was a double audit event log for access request
destruction.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'43662-can-t-modify-frozen-hash-error-in-development-when-running-a-rake-task' into 'master'
Resolve "`can't modify frozen Hash` error in development when running a rake task"
Closes #43662
See merge request gitlab-org/gitlab-ce!17396
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prevent webpack from rebooting while switching branches
Closes #43638 and #43418
See merge request gitlab-org/gitlab-ce!17389
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Clear "Labels" dropdown search filter after selection
Closes #24774
See merge request gitlab-org/gitlab-ce!17393
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Keep raw link when redacting unauthorized link object references
Closes #40502
See merge request gitlab-org/gitlab-ce!17365
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into 'master'
Fix a performance/memory issue in lib/api/services.rb
Closes #43620
See merge request gitlab-org/gitlab-ce!17369
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Simplify filtering of non-human users.
Closes #43304
See merge request gitlab-org/gitlab-ce!17288
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Note that `ghost IS NOT TRUE` is equivalent to `ghost = 'f' OR ghost is
null`:
(true), (false), (NULL)) AS t (flag);
flag | ?column? | ?column?
------+----------+----------
t | f | f
f | t | t
| t | t
(3 rows)
This makes it a little easier to create partial indexes for this (as only
one condition is needed).
Closes #43304.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Resolve "Enable eslint in codeclimate"
Closes #41851
See merge request gitlab-org/gitlab-ce!17392
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fully migrate build stages again
Closes #38756
See merge request gitlab-org/gitlab-ce!15741
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
backstage/gb/build-stages-catch-up-migration
* commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af': (40 commits)
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
# Conflicts:
# db/schema.rb
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
[ci skip]
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
* master: (38 commits)
|
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Conflicts:
db/schema.rb
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
[ci skip]
|
| | | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
* master: (26 commits)
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
* master: (1480 commits)
Conflicts:
db/schema.rb
|
| | | | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | | | |
|