summaryrefslogtreecommitdiff
path: root/features/steps/project/issues
Commit message (Collapse)AuthorAgeFilesLines
* Fix rubocop warnings in featuresGuilherme Garnier2015-10-031-2/+2
|
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-1/+6
| | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
* Add support for destroying project milestonesStan Hu2015-07-171-0/+8
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/1504
* Cleanup and some test fixes after refactoring project home pageDmitriy Zaporozhets2015-07-081-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'rs-fix-subscription-feature' into 'master'Dmitriy Zaporozhets2015-06-291-3/+2
|\ | | | | | | | | | | | | | | | | Attempt to fix the "I should see that I am [un]subscribed" steps Makes use of Capybara methods that wait. Hopefully this will fix the random timing-related failures of this step. See merge request !853
| * Attempt to fix the "I should see that I am [un]subscribed" stepsrs-fix-subscription-featureRobert Speicher2015-06-251-3/+2
| | | | | | | | | | Makes use of Capybara methods that wait. Hopefully this will fix the random timing-related failures of this step.
* | Use page.within in testsDmitriy Zaporozhets2015-06-261-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Write test for submitting issue as guestDmitriy Zaporozhets2015-06-251-0/+18
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-122-2/+2
| | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-123-19/+19
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-124-41/+41
|
* Remove feature tests for old task listsRobert Speicher2015-05-061-8/+0
|
* Move current user to the top of the list in author/assignee filtersStan Hu2015-04-091-0/+12
| | | | Closes #1321
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-0/+6
| | | | | | Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
* Fix tests and unassigned filter for issues. Updated CHANGELOGDmitriy Zaporozhets2015-03-271-21/+2
|
* improve UIValery Sizov2015-03-171-2/+2
|
* testsValery Sizov2015-03-161-0/+13
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-3/+3
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Merge branch 'upstream-master' into markdown-previewVinnie Okada2014-12-071-2/+2
|\ | | | | | | | | Conflicts: spec/routing/project_routing_spec.rb
| * UI improvements mostly for mobile screensDmitriy Zaporozhets2014-12-021-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix more Markdown preview testsVinnie Okada2014-10-181-0/+1
|/
* Refactor task list tests and coffeescriptVinnie Okada2014-10-061-20/+2
|
* Add Spinach tests for task listsVinnie Okada2014-10-061-0/+26
|
* Make Spinach test names consistentCiro Santilli2014-10-054-0/+475
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path