| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor ZenModers-zenmode-cleanup | Robert Speicher | 2016-01-08 | 1 | -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 Speicher | 2015-12-25 | 1 | -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-issue | Jacob Schatz | 2015-12-23 | 1 | -7/+2 |
| | | | | | | | | | *implementation* instead of the spec. | ||||
| | * | adds test for issue close/reopen failure | Jacob Schatz | 2015-12-23 | 1 | -2/+11 |
| | | | |||||
| | * | fixes tests to work with jasmine/jquery | Jacob Schatz | 2015-12-23 | 1 | -4/+7 |
| | | | |||||
| | * | open and close issue via ajax request. With tests | Jacob Schatz | 2015-12-21 | 1 | -1/+4 |
| | | | |||||
| * | | Add specs for JS validation for invalid characters in branch name | Douglas Barbosa Alexandre | 2015-12-17 | 1 | -0/+4 |
| |/ | |||||
| * | Rename .issuable-details to .detail-page (and -header and -description) | Douwe Maan | 2015-12-16 | 2 | -2/+2 |
| | | |||||
| * | Make tab target selectors less naive | Robert Speicher | 2015-12-08 | 1 | -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 page | Dmitriy Zaporozhets | 2015-10-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add "Quick Submit" JS behavior | Robert Speicher | 2015-10-07 | 1 | -0/+6 |
| | | |||||
| * | Add test case for clicking line number anchor iconrs-issue-988-test | Robert Speicher | 2015-07-17 | 1 | -1/+3 |
| | | |||||
| * | Add "Requires Input" JS behavior | Robert Speicher | 2015-06-26 | 1 | -0/+18 |
| | | |||||
| * | Update tests and use js-issuable class for context form | Dmitriy Zaporozhets | 2015-06-26 | 2 | -2/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'rs-dev-issue-2355' into 'master' | Dmitriy Zaporozhets | 2015-06-22 | 1 | -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-2355 | Robert Speicher | 2015-06-21 | 1 | -0/+22 |
| | | | |||||
| * | | Rename BlobView to LineHighlighter | Robert Speicher | 2015-06-19 | 1 | -0/+0 |
| | | | |||||
| * | | Refactor and spec BlobView JS | Robert Speicher | 2015-06-19 | 1 | -0/+9 |
| |/ | |||||
| * | Add ZenMode javascript specs | Robert Speicher | 2015-06-02 | 1 | -0/+9 |
| | | |||||
| * | Remove jasmine-fixture, use teaspoon fixtures | Robert Speicher | 2015-05-28 | 4 | -0/+40 |
