- Mar 23, 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"
-
- Jan 17, 2018
-
-
Winnie Hellmann authored
-