Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-10Add specs for syntax_highlight JSRobert Speicher
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.
2015-09-05Remove style attribute from textarea during ZenMode activationRobert Speicher
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2466
2015-07-23Fix the "Reload with full diff" URL buttonStan Hu
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
2015-07-18Add test case for clicking line number anchor iconRobert Speicher
2015-06-27Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher
These have been replaced by the "requiresInput" behavior.
2015-06-27Add "Requires Input" JS behaviorRobert Speicher
2015-06-26Update tests and use js-issuable class for context formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets
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
2015-06-22Add MergeRequestTabs specsRobert Speicher
2015-06-19Refactor LineHighlighterRobert Speicher
2015-06-19Rename BlobView to LineHighlighterRobert Speicher
2015-06-19Refactor and spec BlobView JSRobert Speicher
2015-06-03Add JS specs for Array extensionsRobert Speicher
2015-06-03Move jQuery enable/disable extensions to extensions/jqueryRobert Speicher
Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions.
2015-06-03Add ZenMode javascript specsRobert Speicher
2015-05-29Stub ajax in JS specsRobert Speicher
2015-05-29Remove jasmine-fixture, use teaspoon fixturesRobert Speicher
2015-05-29teaspoon installRobert Speicher
2015-05-29Remove jasmine-rails; add teaspoonRobert Speicher
2015-05-25Update specs.Douwe Maan
2015-05-06Remove unneeded jasmine setupRobert Speicher
2015-05-06Task List feature and JS specsRobert Speicher
2015-04-18Typo: Issueable -> IssuableRobert Speicher
2015-04-18Add JS specs for replyWithSelectedTextRobert Speicher
2015-04-18Simplify jasmine.yml since we're using jasmine-rails gemRobert Speicher
A lot of these values are handled by the asset pipeline.
2015-04-18Make StatGraph JS explicitly require its dependenciesRobert Speicher
This allows us to test them in a bit more isolation.
2015-04-18rails g jasmine_rails:installRobert Speicher
2015-04-18Re-run rails g jasmine:installRobert Speicher
2014-06-21Add trailing newline to all text files.Ciro Santilli
Present in the large majority of files of each respective type.
2013-12-10Update jasmine gem to work with rails4Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-09-30Make rake gitlab:test worksDmitriy Zaporozhets
2013-09-29Use phantomjs for jasmine tests. Fixed broken oneDmitriy Zaporozhets
2013-06-05Contributors graphs feature for GitLabKarlo Soriano
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