Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove example block parameters | Winnie Hellmann | 2019-05-10 | 1 | -1/+1 |
| | | | | | | | for f in $(find spec/javascripts/fixtures/ -name '*.rb') do sed 's/do |example|/do/' < $f > $f.tmp; mv $f.tmp $f done | ||||
* | Remove duplicate store_frontend_fixture() calls | Winnie Hellmann | 2019-05-10 | 1 | -1/+0 |
| | | | | | | | for f in $(find spec/javascripts/fixtures/ -name '*.rb') do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done | ||||
* | Merge branch 'winh-remove-sushi' into 'master' | Winnie Hellmann | 2019-03-26 | 1 | -1/+1 |
| | | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918) | ||||
* | Revert "Merge branch 'winh-remove-sushi' into 'master'" | Filipa Lacerda | 2019-03-22 | 1 | -1/+1 |
| | | | This reverts merge request !26430 | ||||
* | Remove .raw from JavaScript fixture file names | Winnie Hellmann | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | 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" | ||||
* | Make fixtures/commit.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | convert specs in javascripts/ and support/ to new syntax | Jasper Maes | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Changes tab VUE refactoring | Felipe Artur | 2018-06-21 | 1 | -0/+33 |