- 10 May, 2019 39 commits
-
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Update CI minutes docs to reflect this is available to all plans See merge request gitlab-org/gitlab-ce!28237
-
James Lopez authored
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Properly handle LFS Batch API response in project import Closes #61624 See merge request gitlab-org/gitlab-ce!28223
-
Rémy Coutable authored
Merge branch '6577-extract-ee-specific-files-lines-for-spec-features-security-project' into 'master' Resolve "Extract EE specific files/lines for spec/features/security/project" Closes #6577 See merge request gitlab-org/gitlab-ee!12515
-
James Lopez authored
Extract EE specific files/lines for spec/features/security/project
-
GitLab Bot authored
-
Rémy Coutable authored
Simplify frontend test fixtures See merge request gitlab-org/gitlab-ce!27531
-
Rémy Coutable authored
Simplify frontend test fixtures (EE-port) See merge request gitlab-org/gitlab-ee!12511
-
GitLab Bot authored
-
Rémy Coutable authored
Resolve "JIRA service: NoMethodError: undefined method `find' for nil:NilClass" Closes #60180 See merge request gitlab-org/gitlab-ce!28206
-
Patrick Derichs authored
-
Rémy Coutable authored
Don't run full gc in AfterImportService Closes gitlab-ee#11556 See merge request gitlab-org/gitlab-ce!28239
-
Winnie Hellmann authored
for f in $(find ee/spec/javascripts/fixtures/ -name '*.rb') do sed 's/do |example|/do/' < $f > $f.tmp; mv $f.tmp $f done
-
Winnie Hellmann authored
for f in $(find ee/spec/javascripts/fixtures/ -name *.rb) do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done
-
Winnie Hellmann authored
-
Winnie Hellmann authored
(cherry picked from commit 8c7c68a5)
-
Winnie Hellmann authored
for f in $(find spec/javascripts/fixtures/ -name '*.rb') do sed -E -e 's/(, ){0,1}(fixture_file_name| example\.description)(, ){0,1}//' < $f > $f.tmp; mv $f.tmp $f done (cherry picked from commit 3ee2226b)
-
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)
-
Winnie Hellmann authored
-
Winnie Hellmann authored
for f in $(find spec/javascripts/fixtures/ -name '*.rb') do sed -E -e 's/(, ){0,1}(fixture_file_name| example\.description)(, ){0,1}//' < $f > $f.tmp; mv $f.tmp $f done
-
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
-
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
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Stan Hu authored
Pull mirrors would run the `Projects::AfterImportService`, which would force a `git gc` each time it finished. This is overkill and not necessary now that we have refs packed more frequently (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27826). Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11556
-
GitLab Bot authored
-
Rémy Coutable authored
Update option to enforce HTTPS See merge request gitlab-org/gitlab-ce!28232
-
gfyoung authored
-
Rémy Coutable authored
Fix Error 500 when inviting user already present Closes #61574 See merge request gitlab-org/gitlab-ce!28198
-
Stan Hu authored
A project admin attempting to invite an already-invited user will see a confusing Error 500 message. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61574
-
- 09 May, 2019 1 commit
-
-
Stan Hu authored
Project imports were failing with `undefined method each_with_object for String` because the import was attempting to parse the LFS Batch API and failing due to the fact that the Content-Type wasn't a supported format (e.g. application/vnd.git-lfs+json instead of application/json). We now parse the body as JSON. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61624
-