Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-27Use `empty_project` where possible in spec/features/dashboardRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Ensure the overriding of Gitlab::Application.routes.default_url_options is ↵Rémy Coutable
only local Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-25Move relative_path to the element that is being clickedJarka Kadlecova
2017-07-19Merge branch 'clear-issuable-count-cache-for-states' into 'master'Robert Speicher
Clear issuable count cache on update Closes #34772 See merge request !12795
2017-07-19Merge branch '23036-replace-dashboard-activity-spinach' into 'master'Rémy Coutable
Replaces 'dashboard/event_filters.feature' spinach with rspec See merge request !12651
2017-07-19Clear issuable counter caches on updateSean McGivern
When an issuable's state changes, or one is created, we should clear the cache counts for a user's assigned issuables, and also the project-wide caches for this user type.
2017-07-17Replaces 'dashboard/activity.feature' spinach with rspecAlexander Randa
2017-07-17Replaces dashboard/dashboard.feature spinach with rspecAlexander Randa
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-29Replaces 'dashboard/new-project.feature' spinach with rspecAlexander Randa
2017-06-28Removes redundant pending delete checksTiago Botelho
2017-06-27Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into ↵Robert Speicher
'master' Fix application error when Project#last_activity_at is nil Closes #34276 See merge request !12443
2017-06-27Merge branch '23036-replace-dashboard-todo-spinach' into 'master'Rémy Coutable
Replaces 'dashboard/todos' spinach with rspec See merge request !12453
2017-06-26Replaces 'dashboard/merge_requests' spinach with rspecAlexander Randa
2017-06-26Replaces 'dashboard/todos' spinach with rspecAlexander Randa
2017-06-26Fix application error when Project#last_activity_at is nilRuben Davila
2017-06-21Add feature spec for dashboard state filter tabsEric Eastwood
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-16Merge branch 'issue_20900' into 'master'Sean McGivern
Remove issuable drag and drop and sorting from milestone view Closes #20900 See merge request !11950
2017-06-16Remove old specs and add new onesFelipe Artur
2017-06-15Take timezone into account when comparing dates in the UIBob Van Landuyt
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-09Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern
Fixed dashboard milestone tabs not loading Closes #33477 See merge request !12023
2017-06-09Fixed dashboard milestone tabs not loadingPhil Hughes
Closes #33477
2017-06-08Add feature tests for Dashboard Groups pageAlfredo Sumaran
2017-06-04Use last_activity_at attr when showing the update date in project listingRuben Davila
2017-05-30Merge branch ↵Douwe Maan
'19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabled' into 'master' 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Closes #19107 See merge request !11754
2017-05-30'New issue'/'New merge request' dropdowns should show only projects with ↵blackst0ne
issues/merge requests feature enabled
2017-05-28Replace 'starred_projects.feature' spinach test with an rspec analogblackst0ne
2017-05-24use full caps RSS instead of rssAlexis Reigel
2017-05-24atom links with rss token instead of private tokenAlexis Reigel
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-17Fix unassigned checkmarkClement Ho
2017-05-13Merge branch '30975-fixed-top-nav-POC' into 'master' Annabel Dunstone Gray
Add fixed positioning to top level navbar Closes #30975 See merge request !10751
2017-05-12Merge branch 'improve-milestone_filter_spec-wait_for_ajax-correct-flow' into ↵Sean McGivern
'master' Fix milestone_filter_spec.rb See merge request !11329
2017-05-12Fix specsAnnabel Dunstone Gray
2017-05-12Merge branch 'update_assignee_cache_counts_refactoring' into 'master' Sean McGivern
Rework update_assignee_cache_counts Closes #31873 See merge request !11270
2017-05-12Fix milestone_filter_spec.rb by using wait_for_ajax and a correct user flowLuke "Jared" Bennett
2017-05-12Move update_assignee_cache_counts to the serviceValery Sizov
2017-05-12Use .trigger(‘click’) instead of .clickAlfredo Sumaran
This is to improve reliability on mentioned tests
2017-05-11Merge branch 'fix-shortcuts_spec-explore-page-transient-failure' into 'master' Douwe Maan
Find the nothing-here-block before asserting page content when on explore page of shortcuts_spec.rb See merge request !11250
2017-05-10Merge branch 'bvl-security-patches' into 'master' Robert Speicher
Security patches -> `master` See merge request !11230
2017-05-10Fix `send_key` to `send_keys` and add EOF newlineLuke "Jared" Bennett
2017-05-10Disallow multiselect for Milestone dropdownSam Rose
2017-05-10Find the nothing-here-block before asserting page content when on explore ↵Luke "Jared" Bennett
page of shortcuts_spec.rb