summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ZenModers-zenmode-cleanupRobert Speicher2016-01-081-5/+4
| | | | | | | | - No longer depends on the "hidden checkbox". - No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo. - Event-based. - Simplifies the state-based styling.
* Merge branch 'close-open-ajax-issue' into 'master' Robert Speicher2015-12-251-1/+11
|\ | | | | | | | | | | | | open and close issue via ajax request. With tests Close and Reopen issues with ajax request. See merge request !2164
| * removes unused `alert` from issue spec. Requires flash in the ↵close-open-ajax-issueJacob Schatz2015-12-231-7/+2
| | | | | | | | *implementation* instead of the spec.
| * adds test for issue close/reopen failureJacob Schatz2015-12-231-2/+11
| |
| * fixes tests to work with jasmine/jqueryJacob Schatz2015-12-231-4/+7
| |
| * open and close issue via ajax request. With testsJacob Schatz2015-12-211-1/+4
| |
* | Add specs for JS validation for invalid characters in branch nameDouglas Barbosa Alexandre2015-12-171-0/+4
|/
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-162-2/+2
|
* Make tab target selectors less naiveRobert Speicher2015-12-081-3/+3
| | | | | | | | | Prior, any of the specified IDs could have been hijacked by a table of contents header, breaking the tab functionality. For example, a `## Notes` header would get the id `notes` and prevent the Discussion tab from being activated. Closes #3908
* Apply new design to files pageDmitriy Zaporozhets2015-10-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add "Quick Submit" JS behaviorRobert Speicher2015-10-071-0/+6
|
* Add test case for clicking line number anchor iconrs-issue-988-testRobert Speicher2015-07-171-1/+3
|
* Add "Requires Input" JS behaviorRobert Speicher2015-06-261-0/+18
|
* Update tests and use js-issuable class for context formDmitriy Zaporozhets2015-06-262-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets2015-06-221-0/+22
|\ | | | | | | | | | | | | | | | | | | | | | | MergeRequest#show performance improvements This is a first pass on improving the performance of the `MergeRequests#show` page. Notable changes: - The "Commits" tab is loaded lazily, so the initial page load should be much faster for MRs with many commits. - Relative timestamps via `timeago` are only initialized once per load instead of `O(n^2)`. This greatly improves frontend rendering times for a large number of commits. - Refactored `User.find_for_commit` to use a single ARel-generated SQL query instead of the old method which resulted in one query, and could result in up to three. See merge request !838
| * Add MergeRequestTabs specsrs-dev-issue-2355Robert Speicher2015-06-211-0/+22
| |
* | Rename BlobView to LineHighlighterRobert Speicher2015-06-191-0/+0
| |
* | Refactor and spec BlobView JSRobert Speicher2015-06-191-0/+9
|/
* Add ZenMode javascript specsRobert Speicher2015-06-021-0/+9
|
* Remove jasmine-fixture, use teaspoon fixturesRobert Speicher2015-05-284-0/+40