-
- Downloads
Enable snippets_edit_vue by default
Updated the corresponding RSpec suits making sure the app works with and without the flags: - snippets_vue (vueified view of a snippet) - snippets_edit_vue (vueifid edit form)
Showing
- app/views/shared/snippets/_form.html.haml 1 addition, 1 deletionapp/views/shared/snippets/_form.html.haml
- changelogs/unreleased/207239-snippet-vueified-by-default.yml 5 additions, 0 deletionschangelogs/unreleased/207239-snippet-vueified-by-default.yml
- config/feature_flags/development/snippets_edit_vue.yml 4 additions, 4 deletionsconfig/feature_flags/development/snippets_edit_vue.yml
- doc/api/graphql/reference/gitlab_schema.json 53 additions, 53 deletionsdoc/api/graphql/reference/gitlab_schema.json
- lib/gitlab/gon_helper.rb 1 addition, 1 deletionlib/gitlab/gon_helper.rb
- spec/features/projects/snippets/create_snippet_spec.rb 79 additions, 59 deletionsspec/features/projects/snippets/create_snippet_spec.rb
- spec/features/projects/snippets/user_updates_snippet_spec.rb 52 additions, 28 deletionsspec/features/projects/snippets/user_updates_snippet_spec.rb
- spec/features/snippets/spam_snippets_spec.rb 16 additions, 3 deletionsspec/features/snippets/spam_snippets_spec.rb
- spec/features/snippets/user_creates_snippet_spec.rb 106 additions, 91 deletionsspec/features/snippets/user_creates_snippet_spec.rb
- spec/features/snippets/user_edits_snippet_spec.rb 79 additions, 52 deletionsspec/features/snippets/user_edits_snippet_spec.rb
- spec/support/helpers/features/snippet_helpers.rb 51 additions, 0 deletionsspec/support/helpers/features/snippet_helpers.rb
Please register or sign in to comment