- 13 May, 2019 5 commits
-
-
Sanad Liaquat authored
Fix E2E test - wait for branches to not be present See merge request gitlab-org/gitlab-ce!27805
-
Nick Thomas authored
Eager load the GraphQL schema in specs Closes gitlab-ee#11497 See merge request gitlab-org/gitlab-ce!28246
-
Nick Thomas authored
Expain usage of `artifacts_server` in `gitlab.yml` See merge request gitlab-org/gitlab-ce!28230
-
Phil Hughes authored
Update doc/development/fe_guide/graphql.md See merge request gitlab-org/gitlab-ce!28272
-
Natalia Tepluhina authored
-
- 12 May, 2019 5 commits
-
-
Evan Read authored
Docs: Fix wording error in salesforce section See merge request gitlab-org/gitlab-ce!28190
-
Gosia Ksionek 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 4 commits
-
-
Achilleas Pipinellis authored
Update K8S apps to checkmark See merge request gitlab-org/gitlab-ce!28259
-
Stan Hu authored
Add EE fixtures to SeedFu fixture paths See merge request gitlab-org/gitlab-ce!28241
-
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 26 commits
-
-
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
-
Phil Hughes authored
Fixes next badge being always visible Closes #61550 See merge request gitlab-org/gitlab-ce!28249
-
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]
-
Bob Van Landuyt authored
Avoid counting on Rails eager loading the GraphQL types, but preload them before the specs. This would avoid loading the schema in 2 separate threads concurrently (1 inside the specs, 1 inside the test-server that will receive requests). Loading the schema in parallel like that could cause duplicate definition errors.
-
Lin Jen-Shin authored
Fix unrelated errors when teardowning quanrantined specs See merge request gitlab-org/gitlab-ce!28240
-
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
-
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
Simplify frontend test fixtures See merge request gitlab-org/gitlab-ce!27531
-
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
-
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
-