Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rubocop warnings in features | Guilherme Garnier | 2015-10-03 | 1 | -2/+2 |
| | |||||
* | Create a "destroyed Milestone" event and keep Milestone events around in the DB | Stan Hu | 2015-09-15 | 1 | -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 milestones | Stan Hu | 2015-07-17 | 1 | -0/+8 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/1504 | ||||
* | Cleanup and some test fixes after refactoring project home page | Dmitriy Zaporozhets | 2015-07-08 | 1 | -0/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'rs-fix-subscription-feature' into 'master' | Dmitriy Zaporozhets | 2015-06-29 | 1 | -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-feature | Robert Speicher | 2015-06-25 | 1 | -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 tests | Dmitriy Zaporozhets | 2015-06-26 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Write test for submitting issue as guest | Dmitriy Zaporozhets | 2015-06-25 | 1 | -0/+18 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Call `page.all` instead of `all` in feature steps | Robert Speicher | 2015-06-12 | 2 | -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 steps | Robert Speicher | 2015-06-12 | 3 | -19/+19 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 4 | -41/+41 |
| | |||||
* | Remove feature tests for old task lists | Robert Speicher | 2015-05-06 | 1 | -8/+0 |
| | |||||
* | Move current user to the top of the list in author/assignee filters | Stan Hu | 2015-04-09 | 1 | -0/+12 |
| | | | | Closes #1321 | ||||
* | Support configurable attachment size via Application Settings | Stan Hu | 2015-04-02 | 1 | -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 CHANGELOG | Dmitriy Zaporozhets | 2015-03-27 | 1 | -21/+2 |
| | |||||
* | improve UI | Valery Sizov | 2015-03-17 | 1 | -2/+2 |
| | |||||
* | tests | Valery Sizov | 2015-03-16 | 1 | -0/+13 |
| | |||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 2 | -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-preview | Vinnie Okada | 2014-12-07 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: spec/routing/project_routing_spec.rb | ||||
| * | UI improvements mostly for mobile screens | Dmitriy Zaporozhets | 2014-12-02 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Fix more Markdown preview tests | Vinnie Okada | 2014-10-18 | 1 | -0/+1 |
|/ | |||||
* | Refactor task list tests and coffeescript | Vinnie Okada | 2014-10-06 | 1 | -20/+2 |
| | |||||
* | Add Spinach tests for task lists | Vinnie Okada | 2014-10-06 | 1 | -0/+26 |
| | |||||
* | Make Spinach test names consistent | Ciro Santilli | 2014-10-05 | 4 | -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 |