- 12 Apr, 2019 40 commits
-
-
Nick Thomas authored
(EE port) Externalize strings in app/models See merge request gitlab-org/gitlab-ee!10773
-
Martin Wortschack authored
- Update PO file
-
Fatih Acet authored
Geo: Rename "Disable" to "Pause|Resume" (Admin > Geo Nodes) Closes #9684 See merge request gitlab-org/gitlab-ee!10297
-
GitLab Bot authored
-
Sean McGivern authored
CE Backport: Refactor Service Desk's bot user See merge request gitlab-org/gitlab-ce!26671
-
Peter Leitzen authored
It's not needed anymore as we've replaced boolean `support_bot` with enum `bot_type`.
-
Sean McGivern authored
Refactor Service Desk's bot user See merge request gitlab-org/gitlab-ee!10353
-
Peter Leitzen authored
-
Peter Leitzen authored
Before this commit some migration specs failed with 4) Gitlab::BackgroundMigration::DeleteDiffFiles#perform when diff files can be deleted rollsback if something goes wrong Failure/Error: return false if internal? NameError: undefined local variable or method `bot_type' for #<User id: @namespace1117> Did you mean? bot_type= bot_type? # ./ee/app/models/ee/user.rb:281:in `bot?' # ./ee/app/models/ee/user.rb:277:in `internal?' # ./app/models/user.rb:1452:in `password_required?' # ./ee/app/models/ee/user.rb:290:in `password_required?' https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/185393284 It's because we migrate down before each migration spec which actually introduces `bot_type`.
-
Peter Leitzen authored
-
Peter Leitzen authored
We kept support_bot? where the actual Service Desk user is checked
-
Peter Leitzen authored
It's not really required since `ActiveRecord::Enum` overrides `#support_bot?` when we define `enum :bot_type { support_bot: 1 }`. But let's make sure that we don't use this column anymore.
-
Peter Leitzen authored
It's not needed anymore as we've replaced boolean `support_bot` with enum `bot_type`.
-
Peter Leitzen authored
Stop using `users.support_bot` which we will remove in a upcoming release.
-
GitLab Bot authored
-
James Lopez authored
Enable RSpec/ExampleWording cop See merge request gitlab-org/gitlab-ce!27187
-
Thong Kuah authored
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Scoped labels premium See merge request gitlab-org/gitlab-ee!10831
-
Victor Wu authored
-
Kushal Pandya authored
Fixed fluid layout preference not being respected in diffs Closes #52916 See merge request gitlab-org/gitlab-ce!27302
-
Kushal Pandya authored
Fixes white background in the save button for environments Closes #60261 See merge request gitlab-org/gitlab-ce!27161
-
Kushal Pandya authored
Removes extra btn class from dropdown Closes #60224 See merge request gitlab-org/gitlab-ce!27160
-
James Lopez authored
[EE] Enable RSpec/ExampleWording cop See merge request gitlab-org/gitlab-ee!10692
-
Thong Kuah authored
Also add frozen_string_literal
-
GitLab Bot authored
-
Grzegorz Bizon authored
Allow unauthenticated downloads of Chrome Closes #60441 See merge request gitlab-org/gitlab-ce!27297
-
Achilleas Pipinellis authored
Remove recommending moving the home dir to NFS See merge request gitlab-org/gitlab-ce!27286
-
Achilleas Pipinellis authored
Remove recommending moving the home dir to NFS See merge request gitlab-org/gitlab-ee!10816
-
Cindy Pallares 🦉 authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
-
Lin Jen-Shin authored
Merge branch '11112-insights-charts-don-t-load-data-from-subgroups-of-a-top-level-group' into 'master' Resolve "Insights charts don't load data from subgroups of a top-level group" Closes #11112 See merge request gitlab-org/gitlab-ee!10801
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Update README.md, fix broken GL logo See merge request gitlab-org/gitlab-ee!10804
-
Lucas Charles authored
-
GitLab Bot authored
-
Filipa Lacerda authored
Resolve CE/EE diff in text_utility_spec See merge request gitlab-org/gitlab-ce!27291
-
GitLab Bot authored
-
Phil Hughes authored
Fixes stylelint issues for builds.scss Closes #59896 See merge request gitlab-org/gitlab-ce!27279
-
Phil Hughes authored
Include fixed-width mixin instead of extending the class See merge request gitlab-org/gitlab-ce!27277
-