summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
* Removes `Repository#version` method and testsdz-remove-repo-versionDmitriy Zaporozhets2017-04-171-6/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Clear emoji search in awards menu after picking emoji27655-clear-emoji-search-after-selectionEric Eastwood2017-04-131-3/+3
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27655
* Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-072-1/+10
|\
| * Merge branch 'dm-wait-for-pipeline' into 'master' Stan Hu2017-04-071-0/+9
| |\ | | | | | | | | | | | | | | | | | | Wait for AJAX requests to complete so they don't blow up if they are only handle… Closes #30633 See merge request !10559
| | * Actually include WaitForAjax!Douwe Maan2017-04-071-0/+1
| | |
| | * Wait for AJAX requests to complete so they don't blow up if they are only ↵Douwe Maan2017-04-071-0/+8
| | | | | | | | | | | | handled after DatabaseCleaner has already run
| * | Put back usernames in activity and profile feedAnnabel Dunstone Gray2017-04-071-1/+1
| |/
* | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-1/+2
|\ \ | |/
| * Update project build status cache when transitioningBob Van Landuyt2017-04-071-1/+2
| |
* | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-0721-55/+67
|\ \ | |/
| * Merge branch 'menu-shortcut' into 'master' Jacob Schatz2017-04-062-3/+3
| |\ | | | | | | | | | | | | | | | | | | Add keyboard shortcuts to main menu. Closes #30036 See merge request !10243
| | * Fix broken spinach testFilipa Lacerda2017-04-061-2/+2
| | |
| | * Fix shortcut specsAnnabel Dunstone Gray2017-04-061-1/+1
| | |
| * | Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-0615-36/+48
| | |
| * | Fix rspec and spinach testsJose Ivan Vargas2017-04-063-12/+12
| | |
| * | Groups section capitalization fixJose Ivan Vargas Lopez2017-04-061-2/+2
| | |
| * | Dashboard section capitalization fixJose Ivan Vargas Lopez2017-04-061-2/+2
| |/
* | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-065-4/+18
|\ \ | |/ | | | | | | | | # Conflicts: # app/assets/javascripts/filtered_search/dropdown_hint.js # app/views/shared/issuable/_search_bar.html.haml
| * Merge branch '29128-profile-page-icons' into 'master' Filipa Lacerda2017-04-061-1/+1
| |\ | | | | | | | | | | | | | | | | | | Resolve "Add system note icons to profile page" Closes #29128 See merge request !10387
| | * Update commit icon; fix specs29128-profile-page-iconsAnnabel Dunstone Gray2017-04-031-1/+1
| | |
| * | Linking to edit file directlyEric Eastwood2017-04-062-1/+15
| | |
| * | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-062-2/+2
| | |
* | | Fix some specsDouwe Maan2017-04-051-0/+3
|/ /
* | Merge branch 'sh-fix-award-emoji-transient-spec' into 'master' Rémy Coutable2017-04-051-1/+3
|\ \ | | | | | | | | | | | | | | | | | | Potential fix for intermittent spec failure in award emoji specs Closes #30399 See merge request !10476
| * | Potential fix for intermittent spec failure in award emoji specssh-fix-award-emoji-transient-specStan Hu2017-04-051-1/+3
| | | | | | | | | | | | | | | | | | Hover and then click seems to make this work more reliably. Closes #30399
* | | MR empty stateLuke "Jared" Bennett2017-04-056-7/+13
|/ /
* | Merge branch 'rc/fix-spinach-plus-knapsack-properly' into 'master' Robert Speicher2017-04-042-7/+0
|\ \ | | | | | | | | | | | | Fix a Knapsack issue that would load support/capybara.rb before support/env.rb See merge request !10430
| * | Fix a Knapsack issue that would load support/capybara.rb before support/env.rbrc/fix-spinach-plus-knapsack-properlyRémy Coutable2017-04-042-7/+0
| |/ | | | | | | | | | | | | | | Once https://github.com/ArturT/knapsack/issues/57 is solved and released in a new gem version, we can remove the KNAPSACK_TEST_DIR in .gitlab-ci.yml. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-2/+2
|/ | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add a wait_for_ajax call to ensure Todos page cleans up properlysh-fix-todos-spinach-failureStan Hu2017-04-021-0/+3
| | | | Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
* Fix Spinach and Capybara dependenciesStan Hu2017-04-011-1/+3
| | | | Closes #30347
* Properly eagerly-load the Capybara server for JS feature specs onlyRémy Coutable2017-03-311-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Eager-load the Capybara server to prevent timeoutsRémy Coutable2017-03-311-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Increase Capybara's timeoutRémy Coutable2017-03-311-1/+1
| | | | | | | | Also disabled assets warming for Capybara/RSpec and remove a check to skip assets warming when ./tmp/cache/assets/test exists because assets are now served by webpack-dev-server. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'rs-spinach-reporter' into 'master' Rémy Coutable2017-03-301-0/+16
|\ | | | | | | | | Monkey patch the Spinach StdoutReporter to show scenario locations See merge request !10321
| * Monkey patch the Spinach StdoutReporter to show scenario locationsRobert Speicher2017-03-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: Scenario: Viewing invitation when signed out ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 After: Scenario: Viewing invitation when signed out # features/invites.feature:6 ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 Now if a scenario fails we can easily rerun it with a specific line number.
* | Merge branch '23674-simplify-milestone-summary' into 'master' Jacob Schatz2017-03-291-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Simplify milestone summary" Closes #23674 See merge request !10096
| * | update milestone page testsMike Greiling2017-03-251-1/+1
| | |
* | | Add shortcuts and counters to MRs and issues in navbarAnnabel Dunstone Gray2017-03-291-3/+3
| |/ |/|
* | Fix link togglers jumping to topEric Eastwood2017-03-282-2/+2
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
* | Fix up emoji tests that should have failed :/Eric Eastwood2017-03-244-5/+5
|/ | | | | | | Some discussion, https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144 -> MR to fix failing emoji test: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230
* Merge branch 'add-blob-copy-button' into 'master' Robert Speicher2017-03-161-2/+2
|\ | | | | | | | | Add copy button to blob header and use icon for Raw button See merge request !9878
| * Fix specadd-blob-copy-buttonDouwe Maan2017-03-161-2/+2
| |
| * Fix specDouwe Maan2017-03-161-1/+1
| |
* | Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński2017-03-161-3/+3
|\ \ | | | | | | | | | | | | The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812
| * | The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas2017-03-081-3/+3
| | | | | | | | | | | | multiple times
* | | Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda2017-03-161-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890
| * | | Add 'Undo mark all as done' to TodosJacopo2017-03-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
* | | | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-1/+1
| |_|/ |/| |
* | | Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński2017-03-141-6/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Store capybara screenshots as build artifacts Closes #13971 See merge request !7985