- 12 Apr, 2019 40 commits
-
-
GitLab Bot authored
-
Lin Jen-Shin authored
Extract EE code from project_cache_worker_spec.rb See merge request gitlab-org/gitlab-ee!10785
-
Douwe Maan authored
Fix grouping wiki pages by directory See merge request gitlab-org/gitlab-ce!27294
-
Igor authored
If a page has the same name as a directory the WikiPage#group_by_directory method can have a wrong behaviour This commit fixes it
-
Kamil Trzciński authored
Refactor cluster application services See merge request gitlab-org/gitlab-ce!27191
-
Thong Kuah authored
As this are un-expected errors which we should hear about from Sentry. Still rescue StandardError when operating a Helm action as we can get non Kubeclient errors such as SSL certificate or network errors
-
GitLab Bot authored
-
Phil Hughes authored
Removes unused CSS in reports Closes #59925 See merge request gitlab-org/gitlab-ce!27310
-
Phil Hughes authored
Replaces CSS with BS4 utility class Closes #59921 See merge request gitlab-org/gitlab-ce!27309
-
Nick Thomas authored
Implement endpoint to perform request to services running in builds Closes #9538 and #5276 See merge request gitlab-org/gitlab-ee!9723
-
Francisco Javier López authored
This commit adds a new endpoints to the job's controller. This endpoint will be used to proxy websockets requests to services running inside build containers.
-
GitLab Bot authored
-
Nick Thomas authored
Externalize strings in app/models See merge request gitlab-org/gitlab-ce!27207
-
Martin Wortschack authored
- Update PO file
-
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
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
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
-