- Feb 21, 2020
-
-
GitLab Bot authored
-
- Oct 17, 2019
-
-
GitLab Bot authored
-
- Jul 19, 2019
-
-
Mike Greiling authored
Moves every fixture source file from spec/javascripts to spec/frontend
-
- Jul 18, 2019
-
-
Mike Greiling authored
DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? ...
-
- May 10, 2019
-
-
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
-
- Mar 26, 2019
-
-
Winnie Hellmann authored
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f)
-
- Mar 22, 2019
-
-
Filipa Lacerda authored
This reverts merge request !26430
-
- Mar 21, 2019
-
-
Winnie Hellmann authored
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
-
- Feb 21, 2019
-
-
Winnie Hellmann authored
-
- Dec 21, 2018
-
-
Jasper Maes authored
-
- Oct 15, 2018
-
-
Luke "Jared" Bennett authored
-
- Jul 11, 2018
-
-
Mark Chao authored
-
- Feb 05, 2018
-
-
Eric Eastwood authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
-