Commit graph

22 commits

Author SHA1 Message Date
Mike Greiling
f31bb83d8f
remove out-of-date comments about webdriver compatability 2017-11-02 14:04:27 -05:00
Mike Greiling
f783798825
Merge branch 'master' into sh-headless-chrome-support
* master: (113 commits)
  Introduce new hook data builders for Issue and MergeRequest
  Don't create todos for old issue assignees
  Start adding Gitlab::HookData::IssuableBuilder
  Include the changes in issuable webhook payloads
  Rename the `codeclimate` job to `codequality`
  Don't show an "Unsubscribe" link in snippet comment notifications
  Add QA::Scenario::Gitlab::Group::Create
  Removes CommitsList from global namespace
  Fix wiki empty page translation namespace not being removed
  Fixes mini graph in commit view
  Fix link to new i18n index page
  Update i18n docs
  Move i18n/introduction to i18n/index
  Resolve "Simple documentation update - backup to restore in restore section"
  Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace
  Move cycle analytics banner into a vue file
  Updated Icons + Fix for Collapsed Groups Angle
  Don't create fork networks for root projects that are deleted
  Remove executable permissions on images to make docs lint happy
  Sync up hard coded DN class in migration
  ...
2017-10-09 15:00:00 -05:00
Jacopo
0ce6785851 Replaces tag: true into :tag in the specs
Replaces all the explicit include metadata syntax in the specs (tag:
true) into the implicit one (:tag).
Added a cop to prevent future errors and handle autocorrection.
2017-10-07 13:57:54 +02:00
Jose Ivan Vargas
02838d5be2 Merge branch 'master' into sh-headless-chrome-support 2017-10-06 17:15:44 -05: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
Stan Hu
2901fc1390 Make protected branches spec work in headless Chrome
This needs two patches in Capybara:

* https://github.com/teamcapybara/capybara/pull/1902
* https://github.com/teamcapybara/capybara/pull/1903
2017-08-12 21:49:56 -07:00
Stan Hu
408df2edcb Merge branch 'master' into sh-headless-chrome-support 2017-08-02 16:58:28 -07:00
Robert Speicher
8aaaefa5f6 Fix spec/features/projects/branches_spec
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8666
2017-07-28 12:52:40 -04: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
Takuya Noguchi
1ec5136128 Hide description about protected branches to non-member 2017-07-20 10:16:55 +09:00
Douwe Maan
fe13f11041 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
Alejandro Rodríguez
5681bf6349 Fix a bug where an invalid sort param value was passed to Gitaly 2017-06-28 15:38:00 -04:00
Stan Hu
0f943c941b Merge branch 'master' into sh-headless-chrome-support 2017-06-21 09:43:58 -07:00
Robert Speicher
2dac8f444c Remove implicit dependency on gitlab_sign_in assigning @user
We shouldn't be using instance variables in specs to begin with, and
depending on this implicit behavior of `gitlab_sign_in` would have made
it more difficult to change to `sign_in` where possible.

...we've also gone ahead and changed to `sign_in` where possible.
2017-06-19 21:06:13 -05:00
Robert Speicher
45fb1f9542 Change login_as uses to gitlab_sign_in 2017-06-19 18:59:01 -05:00
Stan Hu
5854ab2f7d Convert variants of trigger('click') -> click 2017-06-16 23:08:27 -07:00
Sam Rose
1ebd9dad8e Add confirm delete protected branch modal 2017-05-08 07:41:58 +00:00
Tiago Botelho
26d3da4bfe removes n+1 query from tags and branches indexes 2017-03-16 19:41:03 +00:00
Phil Hughes
315e6392cd Hides merge request button on branches page
If user does not have the correct permissions, the merge request button is hidden

Closes #21805
2016-09-02 14:33:24 +01:00
Connor Shea
3babc959db
Fix tests. 2016-08-17 09:23:43 -06:00
tiagonbotelho
766f9cf220 implements the basic filter functionality 2016-07-19 19:30:10 +01:00