- 12 May, 2019 4 commits
-
-
GitLab Bot authored
-
Evan Read authored
fix typos in new_ci_build_permissions_model.md See merge request gitlab-org/gitlab-ce!28087
-
Achilleas Pipinellis authored
Update webhooks examples of Issue and MR in documentation Closes #61187 See merge request gitlab-org/gitlab-ce!27897
-
Maneschi Romain authored
Not my initial idea but when I write the issue I see this field is wrong
-
- 11 May, 2019 7 commits
-
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Update K8S apps to checkmark See merge request gitlab-org/gitlab-ce!28259
-
GitLab Bot authored
-
Stan Hu authored
Add EE fixtures to SeedFu fixture paths See merge request gitlab-org/gitlab-ce!28241
-
GitLab Bot authored
-
Ash McKenzie authored
Update get_process_mem to 0.2.3 See merge request gitlab-org/gitlab-ce!28248
-
Matija Čupić authored
-
- 10 May, 2019 29 commits
-
-
GitLab Bot authored
-
Mike Lewis authored
Provide alternatives to using setTimeout in frontend tests (docs) Closes #49612 See merge request gitlab-org/gitlab-ce!28207
-
Grzegorz Bizon authored
Add warning about updating Omnibus is secrets are updated See merge request gitlab-org/gitlab-ce!28247
-
GitLab Bot authored
-
Phil Hughes authored
Fixes next badge being always visible Closes #61550 See merge request gitlab-org/gitlab-ce!28249
-
Douglas Barbosa Alexandre authored
System notes for adding and removing epic relationships Closes #7329 See merge request gitlab-org/gitlab-ee!11416
-
Filipa Lacerda authored
-
Stan Hu authored
This squelches a BigDecimal warning in Ruby 2.6: warning: BigDecimal.new is deprecated; use BigDecimal() method instead. https://github.com/schneems/get_process_mem/blob/master/CHANGELOG.md
-
Stan Hu authored
[ci skip]
-
GitLab Bot authored
-
Lin Jen-Shin authored
Fix unrelated errors when teardowning quanrantined specs See merge request gitlab-org/gitlab-ce!28240
-
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
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
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
-
Rémy Coutable authored
Since we're skipping the example in a before hook, the @_subscribers instance variable that is normally set in the setup phase of the test by https://github.com/rails/rails-controller-testing/blob/21014e48be124dd8d0af250b79f682519d445015/lib/rails/controller/testing/template_assertions.rb#L21 isn't set but the teardown phase of the example still happens and tries to iterate over the array of subcribers: https://github.com/rails/rails-controller-testing/blob/21014e48be124dd8d0af250b79f682519d445015/lib/rails/controller/testing/template_assertions.rb#L54 Using an around hook allows the @_subscribers instance variable to be set. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-