gitlab-org--gitlab-foss/spec/features/projects
2018-04-04 19:28:53 +01:00
..
activity Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
artifacts remove unnecessary use of url_blacklist override 2017-10-26 18:15:09 +02:00
awards Replace the 'project/issues/award_emoji.feature' spinach test with an rspec analog 2017-09-12 20:55:34 +11:00
badges Change coverage badge rounding for other CI system consistency 2018-02-01 17:40:26 -06:00
blobs Include feature spec for realtime pipeline 2018-03-14 13:31:40 -06:00
branches Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
ci Make ci/lint page context aware: 2018-03-26 17:03:11 -06:00
clusters Fix feature spec Clusters Applications (#17052) 2018-03-01 12:01:50 +11:00
commit Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
commits Fix 500 when visiting a commit where blobs do not exist (nil blobs) 2018-01-09 16:51:53 -06:00
diffs Add view replaced file link for image diffs 2017-09-20 09:39:12 -05:00
environments Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
files Add Auto DevOps and Kubernetes cluster button to project page 2018-02-16 00:51:35 -06:00
hook_logs Add a test to make sure there's no XSS for hook logs 2018-03-27 02:55:11 +08:00
import_export Adds the option to override project description on export via API 2018-03-16 13:56:11 +00:00
issues Replace the project/issues/issues.feature spinach test with an rspec analog 2018-04-03 10:27:56 +00:00
jobs Scrolls to the top of the page before erase click 2018-04-04 19:28:53 +01:00
labels Replace the project/issues/labels.feature spinach test with an rspec analog 2018-04-03 13:20:50 +00:00
main Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
members Replace deprecated name_with_namespace with full_name in app and spec 2018-03-05 16:15:26 +02:00
merge_requests Improve MR feature specs and reduce duplication 2018-01-18 15:07:57 +01:00
milestones Replace the project/issues/issues.feature spinach test with an rspec analog 2018-04-03 10:27:56 +00:00
pipelines Fix corrupted test 2018-03-15 18:04:17 +09:00
services Hides Triggers if integration only has one event 2018-03-08 00:09:26 +00:00
settings Replace deprecated name_with_namespace with full_name in app and spec 2018-03-05 16:15:26 +02:00
snippets Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
tags Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
tree Fixes the web IDE link in tree list opening the wrong URL 2018-03-21 12:06:44 +00:00
wiki Removing gitaly flags 2018-02-07 16:33:12 +00:00
actve_tabs_spec.rb Move project active tab spinach tests to RSpec 2018-03-08 00:10:58 +01:00
branches_spec.rb Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
clusters_spec.rb Replace "cluster" with "Kubernetes cluster" 2018-02-06 10:05:02 +01:00
compare_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
deploy_keys_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
developer_views_empty_project_instructions_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
edit_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
features_visibility_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
fork_spec.rb Move project fork spinach tests to RSpec 2018-03-05 19:57:45 +01:00
gfm_autocomplete_load_spec.rb Replaces tag: true into :tag in the specs 2017-10-07 13:57:54 +02:00
graph_spec.rb Replace project graphs spinach tests with RSpec analog 2018-03-14 13:36:44 +05:00
guest_navigation_menu_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
issuable_templates_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
jobs_spec.rb Use Gitlab::Ci::Status#illustration in job empty_states partial 2018-03-26 20:47:06 +02:00
merge_request_button_spec.rb Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
network_graph_spec.rb Move spinach project network graph tests to RSpec 2018-02-16 15:20:16 +05:00
new_project_spec.rb CE backport for creating CI/CD projects from GitHub 2018-03-07 10:58:50 -05:00
no_password_spec.rb Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
pages_spec.rb Fix a spec that will break in EE 2018-03-23 16:26:17 +00:00
pipeline_schedules_spec.rb Make Variable key not secret 2018-03-22 12:08:16 +01:00
project_settings_spec.rb Include child projects a user can manage in namespace dropdowns 2017-11-14 16:57:41 +01:00
redirects_spec.rb Replace project redirects spinach tests with RSpec analog 2018-03-14 13:33:46 +05:00
show_project_spec.rb Fix dropzone project show 2018-03-18 15:28:04 +00:00
snippets_spec.rb Init zenmode in snippets pages 2017-12-05 11:56:03 +00:00
sub_group_issuables_spec.rb test fixes 2017-09-05 09:28:55 +01:00
user_archives_project_spec.rb Replace the 'project/archived.feature' spinach test with an rspec analog 2017-09-17 17:12:03 +11:00
user_browses_a_tree_with_a_folder_containing_only_a_folder.rb Fix a "Wrong number of arguments" error in TreeHelper#flatten_tree 2017-09-07 19:31:40 +02:00
user_browses_files_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
user_creates_directory_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
user_creates_files_spec.rb Allow maintainers to edit directly in a fork 2018-03-07 16:55:34 +01:00
user_creates_project_spec.rb Include child projects a user can manage in namespace dropdowns 2017-11-14 16:57:41 +01:00
user_deletes_files_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
user_edits_files_spec.rb Added multi editor setting on the profile preferences page 2018-01-04 18:31:05 +00:00
user_interacts_with_stars_spec.rb Replaces tag: true into :tag in the specs 2017-10-07 13:57:54 +02:00
user_replaces_files_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
user_transfers_a_project_spec.rb Include child projects a user can manage in namespace dropdowns 2017-11-14 16:57:41 +01:00
user_uploads_files_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
user_uses_shortcuts_spec.rb Replace the 'project/shortcuts.feature' spinach test with an rspec analog 2017-09-22 14:29:19 +11:00
user_views_details_spec.rb Replace the 'features/explore/projects.feature' spinach test with an rspec analog 2017-10-11 15:26:04 +11:00
view_on_env_spec.rb Replaces tag: true into :tag in the specs 2017-10-07 13:57:54 +02:00