- 16 Nov, 2018 10 commits
-
-
Kamil Trzciński authored
Add saml_discovery_token unauthenticated access See merge request gitlab-org/gitlab-ee!8016
-
Marcia Ramos authored
Fix object storage tier information See merge request gitlab-org/gitlab-ee!8383
-
Kushal Pandya authored
Merge branch '8145-consider-using-something-other-than-a-strike-for-dismissed-vulnerabilities' into 'master' Restyling the dismissed vulnerabilities Closes #8145 See merge request gitlab-org/gitlab-ee!8401
-
James Edwards-Jones authored
-
James Edwards-Jones authored
This will allow us to determine if the existance of a private group can be revealed to a user
-
samdbeckham authored
- use v-show in place of v-if for dismissed states - wrap custom class name in quotes - adds tests for the changes
-
samdbeckham authored
-
Grzegorz Bizon authored
Add e2e test: auto-assign code owners See merge request gitlab-org/gitlab-ee!8372
-
Grzegorz Bizon authored
# Conflicts: # qa/qa/page/merge_request/show.rb
-
Robert Speicher authored
Include classification label in project API Closes #8399 See merge request gitlab-org/gitlab-ee!8426
-
- 15 Nov, 2018 30 commits
-
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-11-15 21:22 UTC See merge request gitlab-org/gitlab-ee!8476
-
Clement Ho authored
Disable password autocomplete in mirror form fill Closes gitlab-ce#50812 See merge request gitlab-org/gitlab-ee!8477
-
Stan Hu authored
Chrome and other browsers ignore `autocomplete=false` and `autocomplete=off` now. We suspect that this caused the mirroring section to expand whenever a user clicked "Expand" in the Repository settings. https://developers.google.com/web/fundamentals/design-and-ux/input/forms/?hl=en recommends using `new-password` as the new field to prevent automatic filling. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50812
-
GitLab Bot authored
-
Ian Baum authored
CE upstream - 2018-11-15 18:21 UTC Closes gitlab-ce#46133 See merge request gitlab-org/gitlab-ee!8475
-
Stan Hu authored
Enable even more frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22959
-
-
Stan Hu authored
Display impersonation token value only after creation See merge request gitlab-org/gitlab-ce!22916
-
GitLab Bot authored
# Conflicts: # .gitlab-ci.yml [ci skip]
-
James Ramsay authored
-
Rémy Coutable authored
Add BUILD_ASSETS_IMAGE CI variable See merge request gitlab-org/gitlab-ce!23076
-
Rémy Coutable authored
Add BUILD_ASSETS_IMAGE CI variable * Defaults to FALSE * Can be used to disable building/pushing the assets image in the gitlab:compile:assets job See merge request gitlab-org/gitlab-ee!8452
-
Yorick Peterse authored
Remove unused project method Closes #54103 See merge request gitlab-org/gitlab-ce!23124
-
Steve Azzopardi authored
CE upstream - 2018-11-15 15:21 UTC Closes gitlab-ce#54059, #8311, and gitaly#1393 See merge request gitlab-org/gitlab-ee!8472
-
George Tsiolis authored
-
Nick Thomas authored
Bump Gitaly version to 0.132.0 See merge request gitlab-org/gitlab-ce!23066
-
Ian Baum authored
* Defaults to FALSE * Can be used to disable building/pushing the assets image in the gitlab:compile:assets job
-
Ian Baum authored
* Defaults to FALSE * Can be used to disable building/pushing the assets image in the gitlab:compile:assets job
-
Phil Hughes authored
Prevents empty button in jobs empty state Closes #54021 See merge request gitlab-org/gitlab-ce!23072
-
Nick Thomas authored
Remove display of local Sidekiq process in /admin/sidekiq Closes #46133 See merge request gitlab-org/gitlab-ce!23118
-
-
GitLab Bot authored
# Conflicts: # .gitlab-ci.yml [ci skip]
-
Kamil Trzciński authored
Use the new parallel keyword in .gitlab-ci.yml See merge request gitlab-org/gitlab-ce!23083
-
Kamil Trzciński authored
[EE] Use the new parallel keyword in .gitlab-ci.yml See merge request gitlab-org/gitlab-ee!8454
-
Stan Hu authored
In a cloud-native or high-availability configuration, Sidekiq may not be running on the same node as the Web worker. The output of the `ps` output does not work in this case and can mislead admins that Sidekiq isn't running. Remove it in favor of the Sidekiq dashboard, which shows local processes using the Redis information. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46133
-
Steve Azzopardi authored
CE upstream - 2018-11-15 06:21 UTC See merge request gitlab-org/gitlab-ee!8460
-
Phil Hughes authored
Fix types comment See merge request gitlab-org/gitlab-ce!23107
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-