Commit Graph

21 Commits

Author SHA1 Message Date
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Winnie Hellmann 3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
blackst0ne 6d9f16c0ab Replace the `project/commits/branches.feature` spinach test with an rspec analog 2018-04-11 11:46:31 +00:00
Takuya Noguchi 580d895363 Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
blackst0ne 27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Rémy Coutable 8dd750e4f7 Fix the default branches sorting to actually be 'Last updated'
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-25 19:06:51 +02:00
Robert Speicher 1a0064dceb Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Robert Speicher 9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
Robert Speicher e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Eric Eastwood 087ea0035f Fix new branch dropdown position and size
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32096
2017-05-10 23:39:33 -05:00
Luke "Jared" Bennett 41d0f23108 Resolve "Web GUI: Unable to create new branch from commit SHA" 2017-05-04 18:49:56 +00:00
Phil Hughes 3812f0dc6d Removed delete branch tooltip and tests
Closes #23253
2016-10-26 13:10:14 -05:00
Lin Jen-Shin 31e592647a Fix download artifacts button link:
Rails ignored unused arguments and ref_name_and_path is the last
path argument, therefore we need to concatenate that parts ourselves.

Otherwise, 'download' won't be shown at all.
2016-09-19 13:12:45 +08:00
Lin Jen-Shin 616af0373e Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-build-name
* upstream/master: (192 commits)
  Added CHANGELOG
  Added unfold test to parallel and added 'diff discussion' context
  Fix Spinach branches spec
  Better first match on this MR also
  Change merge_error column from string to text type
  Fix typo in gitlab_flow.md
  entities: make Environment inherit EnvironmentBasic
  Updated to optimized specs from !5864
  Added 'with an unfolded line should not allow commenting' scenario (line 125)
  Added addtional 'renderable' validator to check 'data-note-type' attr exists
  Allow passing an index to selectRowAtIndex
  Fixed enter key in search input not working
  Fix file links on project page Files view
  Fix incorrect "stopped impersonation" log message
  8.11 is released, long live 8.12
  Also check if Akismet is enabled, before showing the `Submit as spam` button.
  fix location of markdown help location
  Fix for update 8.10-to-8.11.md doc.
  Appease the linter.
  Add Ruby 2.3 upgrade notes.
  ...
2016-08-24 20:56:30 +08:00
Phil Hughes 25465751c1 Change sleep to wait_for_ajax 2016-08-19 14:29:23 +01:00
Phil Hughes 0da7a892bb Added tests 2016-08-19 14:29:23 +01:00
Lin Jen-Shin eadb1dc547 Make sure the branch we're testing is on the 1st page! 2016-08-19 18:46:15 +08:00
Lin Jen-Shin cc3dbf83f4 Empty lines around blocks 2016-08-10 18:57:51 +08:00
Lin Jen-Shin 80c22e4c09 Add four features tests for download buttons in different places 2016-07-25 20:52:18 +08:00