Valery Sizov
34be1835af
[Multiple issue assignee] Fix a number of specs
2017-05-05 15:30:19 +03:00
Valery Sizov
387c4b2c21
Backport of multiple_assignees_feature [ci skip]
2017-05-04 17:11:53 +03:00
Jacopo
ff76adb547
Unnecessary "include WaitForAjax" and "include ApiHelpers"
...
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs.
Removed unnecessary usage of `api:true`
2017-04-21 22:32:02 +02:00
Phil Hughes
195c058c11
Added keyboard shortcuts to signed out menu
2017-04-10 12:20:25 +01:00
Douglas Lovell
d0beb755f9
Add a name field to the group edit form
...
Enables user specification of group name vs. name inferred from group path.
Cause new group form to copy name from path
Adds some new page-specific javascript that copies entry from the
group path field to the group name field when the group name field
is initially empty.
Remove duplicate group name entry field on group edit form
This corrects the duplicated name entry field and tests that the
JavaScript does not update the group name field if the user
edits the group path. (Editing the group path is not recommended
in any case, but it is possible.)
Address eslint errors in group.js
Enable group name copy with dispatch and explore group creation
The dispatch and explore group creation forms require the group.js
asset, and their tests now require testing against poltergeist
Update workflow new group instruction
Update the gitlab basics group creation document
Add a change log entry
Remove unused variable for eslint
2017-04-09 08:43:49 -05:00
Annabel Dunstone Gray
667fa9afa2
Put back usernames in activity and profile feed
2017-04-07 15:59:39 -05:00
Bob Van Landuyt
47abf00b24
Update project build status cache when transitioning
2017-04-07 17:24:11 +02:00
Dmitriy Zaporozhets
6ed59e1263
Hide header counters for issue/mr/todos if zero
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-07 12:02:59 +03:00
Jacob Schatz
496208c9bd
Merge branch 'menu-shortcut' into 'master'
...
Add keyboard shortcuts to main menu.
Closes #30036
See merge request !10243
2017-04-06 23:46:14 +00:00
Phil Hughes
518203d5e1
Fixed specs
...
Updated JS that was causing the hints to appear & then disappear
2017-04-06 18:14:42 -04:00
Filipa Lacerda
7eba42f5c0
Update tests
2017-04-06 18:14:42 -04:00
Jose Ivan Vargas Lopez
7997a0df71
Dashboard section capitalization fix
2017-04-06 14:58:57 -05:00
Filipa Lacerda
86d5f1f810
Merge branch '29128-profile-page-icons' into 'master'
...
Resolve "Add system note icons to profile page"
Closes #29128
See merge request !10387
2017-04-06 16:59:56 +00:00
Luke "Jared" Bennett
7c5198219a
MR empty state
2017-04-05 12:43:03 +00:00
Annabel Dunstone Gray
d4377b8c12
Update commit icon; fix specs
2017-04-03 08:34:36 -05:00
Sean McGivern
78840333d7
Merge branch 'add-todos-shortcut' into 'master'
...
Add global `g t` shortcut to go to todos
See merge request !10041
2017-03-22 11:43:59 +00:00
Sean McGivern
c77fc4cee3
Add global `g t` shortcut to go to todos
2017-03-17 14:58:35 +00:00
Bob Van Landuyt
56f6c6ac16
Test showing pipelines on the dashboard
2017-03-16 12:31:27 +01:00
George Andrinopoulos
71eeb86327
Fix wrong message on starred projects filtering
2017-03-09 01:29:11 +00:00
Phil Hughes
ed1f110499
Fixes filtering by name reseting archive filter
...
Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param
Closes #28007
2017-03-03 16:37:28 +02:00
Douwe Maan
f14ee823d7
Merge branch '2629-show-public-rss-feeds-to-anonymous-users' into 'master'
...
Show public RSS feeds to anonymous users
Closes #2629
See merge request !9596
2017-03-02 17:50:33 +00:00
Dmitriy Zaporozhets
f440bfd247
Improve groups list specs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-02 14:10:37 +02:00
Filipa Lacerda
0a10d85927
Update JS to use new standards
2017-03-02 11:05:48 +00:00
Dmitriy Zaporozhets
b7c30cae4e
Add filter and sorting to dashboard groups page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-01 15:39:59 +02:00
Michael Kozono
a2670ee06b
Show public RSS feeds to anonymous users
2017-02-28 12:50:57 -08:00
Douwe Maan
ad640bc5f9
Use Namespace#full_path instead of #path where appropriate
2017-02-23 17:55:01 -06:00
Annabel Dunstone Gray
ee444bf340
Fix issuables_counter_spec
2017-02-17 14:23:29 -06:00
Rémy Coutable
15a05628b6
Merge branch 'move-spinach-dashboard-issues-test-to-rspec' into 'master'
...
Move dashboard issues spinach test to Rspec
See merge request !8955
2017-02-17 14:08:17 +00:00
Annabel Dunstone Gray
f1710bd131
Delete sidebar specs and fixtures; update shortcuts_spec to check page title
2017-02-15 13:31:18 -06:00
Annabel Dunstone Gray
8c1b41f12b
Move migration to post_migrate; fix shortcuts_spec
2017-02-15 13:31:18 -06:00
Annabel Dunstone Gray
2fc559142e
Fix active_tab and issuables_counter specs
2017-02-15 13:31:18 -06:00
Semyon Pupkov
6ed73dc7c2
Move dashboard issues spinach test to Rspec
...
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-02-10 12:45:18 +05:00
Rémy Coutable
8615138706
Move Dashboard shortcuts specs from Spinah to RSpec
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-31 11:05:50 +01:00
Rémy Coutable
2159802c5f
Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master'
...
Move dashboard help spinach test to rspec
See merge request !8436
2017-01-13 04:53:58 +00:00
Rémy Coutable
11001dd97f
Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master'
...
Move dashboard group spinach test to rspec
See merge request !8434
2017-01-13 04:53:32 +00:00
Rémy Coutable
ed85fdb218
Merge branch 'move-dashboard-archived-projects-spinach-to-rspec' into 'master'
...
Move dashboard archived projects spinach tests to rspec
See merge request !8431
2017-01-13 04:53:11 +00:00
Semyon Pupkov
b9d0eeb530
Move dashboard help spinach test to rspec
...
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-04 15:48:25 +05:00
Semyon Pupkov
65b1ea3ba5
Move dashboard group spinach test to rspec
...
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-04 15:31:16 +05:00
Semyon Pupkov
e393151d76
Move dashboard archived projects spinach tests to rspec
...
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-04 13:30:11 +05:00
Semyon Pupkov
9af81a5a0a
Move dashboard active tab spinach test to rspec
...
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-03 23:48:49 +05:00
Adam Niedzielski
d69b7bec95
Remove time zone information from assertion in timeago tooltips spec
...
This allows the test to pass when your local time zone is different
than UTC.
"Date Format" JavaScript library uses a custom, non-standard format
when displaying time zone part of the datetime. There is no point in
trying to replicate this behavior in Ruby.
2016-12-30 11:32:44 +01:00
Mike Greiling
7f3fc26ec9
fix failing tests
2016-12-10 00:57:23 -06:00
Lucas Deschamps
3d13096f71
Refactor issuables_counter_spec.
2016-11-16 09:44:49 +01:00
Lucas Deschamps
7fa366107b
Improve issuables_counter_spec relevance.
2016-11-16 09:44:49 +01:00
Lucas Deschamps
677af1dd30
Improve changes after MR review.
2016-11-16 09:44:49 +01:00
Lucas Deschamps
8c3e6987d9
Navigation bar issuables counters reflects dashboard issuables counters
2016-11-16 09:44:49 +01:00
Callum Dryden
9124310f28
Differentiate the expire from leave event
...
At the moment we cannot see weather a user left a project due to their
membership expiring of if they themselves opted to leave the project.
This adds a new event type that allows us to make this differentiation.
Note that is not really feasable to go back and reliably fix up the
previous events. As a result the events for previous expire removals
will remain the same however events of this nature going forward will be
correctly represented.
2016-10-20 00:26:45 +00:00
Rémy Coutable
f99d8786b7
Fix snippets pagination
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-26 12:42:12 +02:00
tiagonbotelho
519275c110
fixes part1 of files to start using active tense
2016-08-09 15:06:23 +01:00
Grzegorz Bizon
9e211091a8
Enable Style/EmptyLines cop, remove redundant ones
2016-07-01 21:56:17 +02:00