Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply new design to files page | Dmitriy Zaporozhets | 2015-10-13 | 2 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Check originalEvent.repeat *and* event.repeatrs-quick-submit | Robert Speicher | 2015-10-07 | 1 | -4/+1 |
| | | | | | phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI | ||||
* | Check originalEvent.repeat | Robert Speicher | 2015-10-07 | 1 | -1/+9 |
| | |||||
* | Add "Quick Submit" JS behavior | Robert Speicher | 2015-10-07 | 2 | -0/+71 |
| | |||||
* | Require jquery.turbolinks in all JS specs | Robert Speicher | 2015-10-07 | 1 | -0/+1 |
| | | | | Side-effect: This simplifies the requiresInput handler | ||||
* | Add specs for syntax_highlight JS | Robert Speicher | 2015-09-10 | 1 | -0/+42 |
| | | | | | | | Also makes it work when given a parent element containing a `.js-syntax-highlight` element so for dynamically-added things like notes or Markdown previews, we can more accurately target just the element we care about. | ||||
* | Remove style attribute from textarea during ZenMode activationrs-dev-issue-2466 | Robert Speicher | 2015-09-04 | 1 | -0/+5 |
| | | | | Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2466 | ||||
* | Fix the "Reload with full diff" URL button | Stan Hu | 2015-07-23 | 1 | -0/+6 |
| | | | | | | | On the first load, the merge request tabs would be requested in JSON format to render the HTML. This would cause the "Reload with full diff" button to create a link to diff.json. Closes #2041 | ||||
* | Add test case for clicking line number anchor iconrs-issue-988-test | Robert Speicher | 2015-07-17 | 2 | -1/+11 |
| | |||||
* | Remove disableButtonIf[Any]EmptyField calls from forms | Robert Speicher | 2015-06-26 | 1 | -2/+0 |
| | | | | These have been replaced by the "requiresInput" behavior. | ||||
* | Add "Requires Input" JS behavior | Robert Speicher | 2015-06-26 | 2 | -0/+67 |
| | |||||
* | 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 | 2 | -0/+104 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+104 |
| | | |||||
* | | Refactor LineHighlighterrs-blobview-js-refactor | Robert Speicher | 2015-06-19 | 1 | -41/+22 |
| | | |||||
* | | Rename BlobView to LineHighlighter | Robert Speicher | 2015-06-19 | 2 | -9/+9 |
| | | |||||
* | | Refactor and spec BlobView JS | Robert Speicher | 2015-06-19 | 2 | -0/+178 |
|/ | |||||
* | Add JS specs for Array extensions | Robert Speicher | 2015-06-02 | 1 | -0/+12 |
| | |||||
* | Move jQuery enable/disable extensions to extensions/jquery | Robert Speicher | 2015-06-02 | 2 | -9/+43 |
| | | | | | Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions. | ||||
* | Add ZenMode javascript specs | Robert Speicher | 2015-06-02 | 2 | -0/+61 |
| | |||||
* | Stub ajax in JS specs | Robert Speicher | 2015-05-28 | 2 | -2/+5 |
| | |||||
* | Remove jasmine-fixture, use teaspoon fixtures | Robert Speicher | 2015-05-28 | 8 | -58/+64 |
| | |||||
* | teaspoon install | Robert Speicher | 2015-05-28 | 1 | -0/+46 |
| | |||||
* | Remove jasmine-rails; add teaspoon | Robert Speicher | 2015-05-28 | 2 | -30/+0 |
| | |||||
* | Update specs.commit-graphs-by-email | Douwe Maan | 2015-05-25 | 1 | -3/+5 |
| | |||||
* | Remove unneeded jasmine setup | Robert Speicher | 2015-05-06 | 2 | -5/+0 |
| | |||||
* | Task List feature and JS specs | Robert Speicher | 2015-05-06 | 3 | -0/+102 |
| | |||||
* | Typo: Issueable -> Issuable | Robert Speicher | 2015-04-18 | 1 | -3/+3 |
| | |||||
* | Add JS specs for replyWithSelectedText | Robert Speicher | 2015-04-18 | 1 | -0/+83 |
| | |||||
* | Simplify jasmine.yml since we're using jasmine-rails gem | Robert Speicher | 2015-04-18 | 1 | -30/+0 |
| | | | | A lot of these values are handled by the asset pipeline. | ||||
* | Make StatGraph JS explicitly require its dependencies | Robert Speicher | 2015-04-18 | 3 | -0/+6 |
| | | | | This allows us to test them in a bit more isolation. | ||||
* | rails g jasmine_rails:install | Robert Speicher | 2015-04-18 | 1 | -115/+41 |
| | |||||
* | Re-run rails g jasmine:install | Robert Speicher | 2015-04-18 | 2 | -4/+56 |
| | |||||
* | Add trailing newline to all text files. | Ciro Santilli | 2014-06-21 | 1 | -1/+1 |
| | | | | Present in the large majority of files of each respective type. | ||||
* | Update jasmine gem to work with rails4 | Dmitriy Zaporozhets | 2013-12-10 | 3 | -48/+58 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make rake gitlab:test works | Dmitriy Zaporozhets | 2013-09-29 | 1 | -0/+2 |
| | |||||
* | Use phantomjs for jasmine tests. Fixed broken one | Dmitriy Zaporozhets | 2013-09-29 | 2 | -35/+32 |
| | |||||
* | Contributors graphs feature for GitLab | Karlo Soriano | 2013-06-05 | 6 | -0/+429 |
Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors |