- 10 May, 2019 6 commits
-
-
Winnie Hellmann authored
for f in $(find spec/javascripts/fixtures/ -name '*.rb') do sed 's/do |example|/do/' < $f > $f.tmp; mv $f.tmp $f done (cherry picked from commit d4bde862)
-
Winnie Hellmann authored
for f in $(find spec/javascripts/fixtures/ -name '*.rb') do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done (cherry picked from commit cf33353b)
-
Winnie Hellmann authored
(cherry picked from commit 66cd2e97)
-
Winnie Hellmann authored
(cherry picked from commit dff8bd0c)
-
Winnie Hellmann authored
(cherry picked from commit 3e881f7a)
-
Winnie Hellmann authored
(cherry picked from commit d14e25e9)
-
- 09 May, 2019 34 commits
-
-
GitLab Bot authored
-
Rémy Coutable authored
Whitelist Gitaly N+1 for forking in tests See merge request gitlab-org/gitlab-ce!28225
-
Nick Thomas authored
CE Changes for SSO enforcement in ProjectPolicy See merge request gitlab-org/gitlab-ce!28208
-
Nick Thomas authored
ProjectPolicy can require active SAML SSO session for web access See merge request gitlab-org/gitlab-ee!12109
-
GitLab Bot authored
-
Fatih Acet authored
Open merge contribution about link in new tab See merge request gitlab-org/gitlab-ce!28142
-
trojkilla authored
fixes clearing checked settings
-
GitLab Bot authored
-
Nick Thomas authored
Add support for namespaced images in dependency proxy Closes #11541 See merge request gitlab-org/gitlab-ee!12464
-
Phil Hughes authored
Supports Matomo/Piwik string website ID ("Protect Track ID" plugin) Closes #61606 See merge request gitlab-org/gitlab-ce!28214
-
Nick Thomas authored
This helper is right on the limit of the number of calls being made. When the request store is enabled, and Sidekiq is running in inline mode, just a couple of additional actions result in it being pushed over the line. The operation is entirely artificial, since in reality we'd perform these requests in multiple separate processes, so just whitelist it for now.
-
GitLab Bot authored
-
Phil Hughes authored
CE: Move EE differences for app/views/groups/group_members/index.html.haml See merge request gitlab-org/gitlab-ce!28026
-
Phil Hughes authored
Move EE differences for app/views/groups/group_members/index.html.haml Closes #6105 See merge request gitlab-org/gitlab-ee!12159
-
Grzegorz Bizon authored
Generate Let's Encrypt private key See merge request gitlab-org/gitlab-ce!27581
-
Vladimir Shushlin authored
-
James Edwards-Jones authored
Adds a check to ProjectPolicy to ensure that there is an active SAML session when SSO is being enforced. Builds upon changes in GroupPolicy, but because so many policies delegate to ProjectPolicy there is much more impact from this MR.
-
GitLab Bot authored
-
Phil Hughes authored
doc: administration/planutml: update instructions for setting dialogs See merge request gitlab-org/gitlab-ce!28218
-
GitLab Bot authored
-
Rémy Coutable authored
Upgrade Ruby version to 2.6.3 See merge request gitlab-org/gitlab-ce!28117
-
GitLab Bot authored
-
Rémy Coutable authored
Add warning that gitlab-secrets isn't included See merge request gitlab-org/gitlab-ce!28187
-
Elan Ruusamäe authored
-
GitLab Bot authored
-
Rémy Coutable authored
i18n: externalize strings from user profile settings See merge request gitlab-org/gitlab-ce!28088
-
antony liu authored
-
Rémy Coutable authored
i18n: externalize strings from user profile settings See merge request gitlab-org/gitlab-ee!12330
-
Bob Van Landuyt authored
-
Phil Hughes authored
Wrap file paths in vulnerability details modal Closes #10450 See merge request gitlab-org/gitlab-ee!10606
-
Paul Gascou-Vaillancourt authored
Use gitlab-ui's FriendlyWrap component to properly wrap file paths in the vulnerability details modal
-
Dmitriy Zaporozhets authored
Add support for namespaced image names like `linuxserver/nextcloud` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
GitLab Bot authored
-
Phil Hughes authored
Fix discussion notes spec timeout Closes #61596 See merge request gitlab-org/gitlab-ce!28212
-