gitlab-org--gitlab-foss/spec/features/snippets
Oswaldo Ferreira 44e1915d4f Persist tmp snippet uploads
It persist temporary personal snippets under
user/:id namespaces temporarily while creating
a upload record to track it. If an user gets removed
while it's still a tmp upload, it also gets removed.
If the tmp upload is sent, the upload gets moved to
personal_snippets/:id as before. The upload record
also gets updated to the new model type as well.
2019-06-17 11:25:40 -03:00
..
embedded_snippet_spec.rb
explore_spec.rb
internal_snippet_spec.rb
notes_on_personal_snippets_spec.rb
public_snippets_spec.rb
search_snippets_spec.rb
show_spec.rb
user_creates_snippet_spec.rb Persist tmp snippet uploads 2019-06-17 11:25:40 -03:00
user_deletes_snippet_spec.rb
user_edits_snippet_spec.rb
user_sees_breadcrumb_links.rb
user_snippets_spec.rb