Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge branch 'revert-bdb6f1e6' into 'master'" | Phil Hughes | 2016-07-20 | 1 | -0/+1 |
| | | | This reverts merge request !5290 | ||||
* | Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"revert-bdb6f1e6 | Douwe Maan | 2016-07-15 | 1 | -1/+0 |
| | | | This reverts merge request !4970 | ||||
* | Updated tests | Phil Hughes | 2016-07-07 | 1 | -0/+1 |
| | |||||
* | Fixed logout tests | Phil Hughes | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | Remove prev/next buttons on issues and merge requests18026-consider-removing-issue-merge-request-previous-next-buttons | Alejandro Rodríguez | 2016-06-06 | 1 | -7/+0 |
| | | | | The buttons were rarely used and added at least 1 query each on every page load. | ||||
* | fix failing tests | Arinde Eniola | 2016-04-14 | 1 | -0/+1 |
| | |||||
* | Create SSH keys for SSH clone Spinach testsissues-show-performance | Yorick Peterse | 2016-03-21 | 1 | -0/+1 |
| | | | | | | | | | | These tests would check if the "This project is empty" banner would contain SSH clone URLs. Oddly enough this should have never passed (as far as I can tell) as SSH clone URLs in this banner are _only_ displayed if the current user has at least 1 SSH key attached. Since the tests never seem to create any they never should have passed, yet somehow they did. To solve this the Spinach tests in question now ensure at least 1 SSH key is present. | ||||
* | Improve award emoji test reliability by checking that the emoji is displayed | Stan Hu | 2016-03-17 | 1 | -4/+7 |
| | | | | before the search field is focused | ||||
* | Remove redundant integration tests | Robert Speicher | 2016-03-07 | 1 | -8/+0 |
| | | | | | | | | | | These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test. | ||||
* | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issues | Douglas Barbosa Alexandre | 2016-02-17 | 1 | -0/+10 |
| | |||||
* | Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebar | Rémy Coutable | 2016-02-15 | 1 | -1/+8 |
| | | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter. | ||||
* | Add spinach tests for award emojifix-me-me-me-me | Stan Hu | 2016-02-13 | 1 | -1/+10 |
| | |||||
* | Added tests to emoji search field focus | Phil Hughes | 2016-01-29 | 1 | -0/+3 |
| | |||||
* | Make default sorting preference work for Issues and MRs.issue_5546 | Rubén Dávila | 2016-01-22 | 1 | -0/+7 |
| | |||||
* | Make sorting preference reusable for all projects. | Rubén Dávila | 2016-01-22 | 1 | -0/+7 |
| | |||||
* | Little refactor plus some specs. | Rubén Dávila | 2016-01-21 | 1 | -0/+8 |
| | |||||
* | Update Issues/MRs updated_at when user leaves comments. | Rubén Dávila | 2016-01-18 | 1 | -0/+8 |
| | |||||
* | Improve & adds specs for Issue/MR references | Rémy Coutable | 2016-01-13 | 1 | -13/+15 |
| | | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR | ||||
* | Show referenced MRs & Issues only when the current viewer can access them | Rémy Coutable | 2016-01-13 | 1 | -0/+31 |
| | |||||
* | Merge branch 'emoji-picker-search'into emoji_picker_frequently_usedemoji_picker_frequently_used | Valery Sizov | 2015-12-24 | 2 | -2/+14 |
|\ | |||||
| * | fixes after review | Valery Sizov | 2015-12-24 | 1 | -1/+1 |
| | | |||||
| * | emoji picker search | Valery Sizov | 2015-12-23 | 1 | -0/+6 |
| | | |||||
| * | add some spinach | Valery Sizov | 2015-12-22 | 1 | -0/+5 |
| | | |||||
| * | Add spinach test for note polling | Grzegorz Bizon | 2015-12-15 | 1 | -0/+6 |
| | | | | | | | | | | This also increases capybara timeout to 15 seconds (note polling interval). Capybara will look for new note for this period of time. | ||||
* | | add some spinach | Valery Sizov | 2015-12-22 | 1 | -0/+5 |
|/ | |||||
* | Tag feature specs | Douwe Maan | 2015-12-09 | 5 | -1/+5 |
| | |||||
* | Add test for award-emoji being added as regular comment | Grzegorz Bizon | 2015-12-03 | 1 | -1/+5 |
| | |||||
* | added spinach tests | Valery Sizov | 2015-11-19 | 1 | -0/+14 |
| | |||||
* | Create a "destroyed Milestone" event and keep Milestone events around in the DB | Stan Hu | 2015-09-15 | 1 | -2/+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/+4 |
| | | | | 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/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Write test for submitting issue as guest | Dmitriy Zaporozhets | 2015-06-25 | 1 | -0/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove feature tests for old task lists | Robert Speicher | 2015-05-06 | 1 | -37/+4 |
| | |||||
* | Move current user to the top of the list in author/assignee filters | Stan Hu | 2015-04-09 | 1 | -0/+6 |
| | | | | Closes #1321 | ||||
* | Support configurable attachment size via Application Settings | Stan Hu | 2015-04-02 | 1 | -0/+1 |
| | | | | | | 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 | -5/+1 |
| | |||||
* | tests | Valery Sizov | 2015-03-16 | 1 | -0/+8 |
| | |||||
* | Fix bug where editing a comment with "+1" or "-1" would cause a server error | Stan Hu | 2015-03-02 | 1 | -0/+9 |
| | | | | Closes #1151 | ||||
* | Add new Markdown preview test | Vinnie Okada | 2014-10-18 | 1 | -0/+7 |
| | | | | | Add a test to make sure that Markdown previews are available when editing an existing issue. | ||||
* | Fix Markdown preview tests | Vinnie Okada | 2014-10-18 | 1 | -4/+4 |
| | | | | | Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button. | ||||
* | Add Markdown preview to more forms | Vinnie Okada | 2014-10-15 | 1 | -0/+27 |
| | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes. | ||||
* | Refactor task list tests and coffeescript | Vinnie Okada | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | Add Spinach tests for task lists | Vinnie Okada | 2014-10-06 | 1 | -0/+33 |
| | |||||
* | Make Spinach test names consistent | Ciro Santilli | 2014-10-05 | 3 | -3/+3 |
| | | | | | | | - 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 | ||||
* | Remove duplicated labels step | Robert Schilling | 2014-09-12 | 1 | -2/+2 |
| | |||||
* | Clickable labels feature test | Dmitriy Zaporozhets | 2014-09-11 | 2 | -1/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Show labels help message if last label is deleted | Robert Schilling | 2014-09-04 | 1 | -0/+5 |
| | |||||
* | Fixing requested changes for 'search issues by description' tests | Porus Patell | 2014-08-25 | 1 | -14/+14 |
| | |||||
* | Adding Spinach tests for 'search issues by description field' feature | Porus Patell | 2014-08-25 | 1 | -0/+30 |
| | |||||
* | Validate label titel in project scope | Robert Schilling | 2014-08-13 | 1 | -2/+15 |
| |