summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor LineHighlighterrs-blobview-js-refactorRobert Speicher2015-06-191-41/+22
|
* Rename BlobView to LineHighlighterRobert Speicher2015-06-192-9/+9
|
* Refactor and spec BlobView JSRobert Speicher2015-06-192-0/+178
|
* Add JS specs for Array extensionsRobert Speicher2015-06-021-0/+12
|
* Move jQuery enable/disable extensions to extensions/jqueryRobert Speicher2015-06-022-9/+43
| | | | | Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions.
* Add ZenMode javascript specsRobert Speicher2015-06-022-0/+61
|
* Stub ajax in JS specsRobert Speicher2015-05-282-2/+5
|
* Remove jasmine-fixture, use teaspoon fixturesRobert Speicher2015-05-288-58/+64
|
* teaspoon installRobert Speicher2015-05-281-0/+46
|
* Remove jasmine-rails; add teaspoonRobert Speicher2015-05-282-30/+0
|
* Update specs.commit-graphs-by-emailDouwe Maan2015-05-251-3/+5
|
* Remove unneeded jasmine setupRobert Speicher2015-05-062-5/+0
|
* Task List feature and JS specsRobert Speicher2015-05-063-0/+102
|
* Typo: Issueable -> IssuableRobert Speicher2015-04-181-3/+3
|
* Add JS specs for replyWithSelectedTextRobert Speicher2015-04-181-0/+83
|
* Simplify jasmine.yml since we're using jasmine-rails gemRobert Speicher2015-04-181-30/+0
| | | | A lot of these values are handled by the asset pipeline.
* Make StatGraph JS explicitly require its dependenciesRobert Speicher2015-04-183-0/+6
| | | | This allows us to test them in a bit more isolation.
* rails g jasmine_rails:installRobert Speicher2015-04-181-115/+41
|
* Re-run rails g jasmine:installRobert Speicher2015-04-182-4/+56
|
* Add trailing newline to all text files.Ciro Santilli2014-06-211-1/+1
| | | | Present in the large majority of files of each respective type.
* Update jasmine gem to work with rails4Dmitriy Zaporozhets2013-12-103-48/+58
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make rake gitlab:test worksDmitriy Zaporozhets2013-09-291-0/+2
|
* Use phantomjs for jasmine tests. Fixed broken oneDmitriy Zaporozhets2013-09-292-35/+32
|
* Contributors graphs feature for GitLabKarlo Soriano2013-06-056-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