- Feb 17, 2020
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Nov 15, 2019
-
-
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
-
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
-
- 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
-
- Jul 05, 2018
-
-
Simon Knox authored
-
- Feb 28, 2018
-
-
- Sep 24, 2017
-
-
Jacopo authored
After merging a MR the close button is hidden, without reloading the page.
-
- Aug 30, 2017
-
-
Gabriel Mazetto authored
We need to cleanup after each execution so we can still re-use the same paths and prevent collision with the on disk validation
-
- Aug 10, 2017
-
-
Robert Speicher authored
-
Filipa Lacerda authored
-
- Aug 01, 2017
-
-
Robert Speicher authored
-
- Jun 28, 2017
-
-
Douwe Maan authored
-
- Jun 21, 2017
-
- Jun 20, 2017
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33868 While in a MR "Changes" tab looking at some diff note discussions. Clicking reply and pressing the up-arrow should edit your last comment in that discussion. I suspect this regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11173/diffs#f4bb984ec495c5cb58516785c62978f5209c39b4_179_178 where we changed the selector
-
- May 08, 2017
-
-
Phil Hughes authored
Closes #31348
-
- Apr 13, 2017
-
-
Simon Knox authored
-
- Mar 28, 2017
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
- Feb 12, 2017
-
-
winniehell authored
-