gitlab-org--gitlab-foss/spec/features
Grzegorz Bizon c958c201b7 Merge branch '31050-registry-image-lists' into 'master'
Lazy load and paginate registry image list

Closes #31050

See merge request gitlab-org/gitlab-ce!14303
2017-10-04 07:58:34 +00:00
..
admin Merge branch 'fly-out-top-level-item' into 'master' 2017-09-07 13:26:48 +00:00
atom Fix Error 500s when viewing user or group Atom feeds 2017-08-21 14:09:52 +02:00
boards Check for sidebar cookie instead of class when resizing window 2017-09-11 07:30:43 +00:00
dashboard Merge branch 'improve_sorting_list' into 'master' 2017-09-25 11:03:20 +00:00
discussion_comments Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
explore Add `:nested_groups` metadata to two subgroup-related specs 2017-08-22 12:57:08 -04:00
groups Merge branch 'revert-sidebar-title-attribute' into 'master' 2017-09-15 10:10:25 +00:00
issuables Improve list of sorting options 2017-09-23 11:46:53 +11:00
issues Remove edit action for issues 2017-10-03 11:26:12 +02:00
merge_requests Merge branch 'dm-copy-parallel-diff' into 'master' 2017-10-03 09:44:38 +00:00
milestones Use the new query-recorder features as a PoC 2017-09-14 17:46:28 +02:00
profiles Improve 'spec/features/profiles/*' specs 2017-09-16 21:09:58 +11:00
projects Hide Gollum inside Gitlab::Git::Wiki 2017-10-03 16:58:33 +00:00
reportable_note Singular 'snippet' for consistency 2017-08-18 12:48:19 +02:00
search Replace the 'search.feature' spinach test with an rspec analog 2017-09-16 20:02:30 +11:00
security Remove edit action for issues 2017-10-03 11:26:12 +02:00
snippets fix transient test failures caused by wrong dropdown trigger 2017-08-28 16:38:26 +10:00
tags Migrate Git::Repository#rm_tag to Gitaly 2017-09-28 23:36:40 +02:00
uploads Merge branch 'master' into issue-discussions-refactor 2017-08-04 19:38:37 +01:00
users Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
abuse_report_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
auto_deploy_spec.rb Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
calendar_spec.rb Delegate Repository::branch_exists? and ref_exists? to Gitlab::Git 2017-08-24 09:20:04 +00:00
ci_lint_spec.rb Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
commits_spec.rb extract gpg commit specs to their own file 2017-09-05 12:18:32 +02:00
container_registry_spec.rb Fix broken test 2017-10-03 11:26:37 +01:00
copy_as_gfm_spec.rb Only copy old/new code when selecting left/right side of parallel diff 2017-10-02 18:39:25 +02:00
cycle_analytics_spec.rb Add a `Last 7 days` option for Cycle Analytics view 2017-08-11 22:02:35 +02:00
expand_collapse_diffs_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
gitlab_flavored_markdown_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
global_search_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
group_variables_spec.rb Basic BE change 2017-07-07 15:33:17 +09:00
groups_spec.rb more spec fixes 2017-08-29 15:37:07 +01:00
help_pages_spec.rb Fix help page version image spec 2017-08-16 18:02:25 +01:00
issues_spec.rb Merge branch '36670-remove-edit-form' into 'master' 2017-10-03 11:09:20 +00:00
login_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
markdown_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
milestone_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
oauth_login_spec.rb Add specs 2017-07-27 10:32:44 +02:00
participants_autocomplete_spec.rb Fix autocomplete broken tests 2017-08-14 11:40:00 +01:00
password_reset_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
profile_spec.rb Allow all users to delete their account 2017-08-17 14:38:57 +02:00
projects_spec.rb Remove spec as no longer necessary 2017-09-05 19:02:55 +05:30
protected_branches_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
protected_tags_spec.rb Fix 'Projected tags' typo in protected_tags_spec.rb 2017-08-15 20:06:54 +00:00
raven_js_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
runners_spec.rb Add feature spec 2017-09-03 23:49:10 +09:00
signed_commits_spec.rb update signature badges to reflect new states 2017-09-05 12:18:33 +02:00
signup_spec.rb Create failing test case 2017-09-30 18:33:12 -05:00
snippets_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
task_lists_spec.rb Fix failling spec/features/task_lists_spec.rb due to wrong login helpers 2017-09-03 22:47:56 -07:00
triggers_spec.rb Enable the RSpec/HookArgument cop and auto-correct offenses 2017-08-10 19:29:42 -04:00
u2f_spec.rb Change `logout` uses to `gitlab_sign_out` 2017-06-19 18:59:02 -05:00
unsubscribe_links_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
user_can_display_performance_bar_spec.rb Merge branch 'master' into rs-sign_in 2017-07-07 16:45:53 -04:00
users_spec.rb Enable the RSpec/HookArgument cop and auto-correct offenses 2017-08-10 19:29:42 -04:00
variables_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00