| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ES6ify all the things! | Fatih Acet | 2016-07-24 | 2 | -957/+4 |
| | | |||||
| * | Remove `pinTo` from `Flash` and make inline flash messages look nicer (!4854) | winniehell | 2016-06-30 | 1 | -1/+1 |
| | | |||||
| * | Fixed award emoji tests | Phil Hughes | 2016-06-20 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Fatih Acet | 2016-06-16 | 2 | -1/+4 |
| |\ | | | | | | | | | | | | | category-search-dropdown # Conflicts: # app/assets/javascripts/lib/common_utils.js.coffee | ||||
| | * | Prevent default disabled buttons and links.preventdefault-disabled-buttons | Fatih Acet | 2016-06-15 | 1 | -0/+2 |
| | | | |||||
| | * | Fix teaspoon spec.17333-u2f-only-after-authenticator | Timothy Andrew | 2016-06-15 | 1 | -1/+2 |
| | | | | | | | | | | | - We added a `current_user.two_factor_via_otp?` check to the view. When rendering the view via the teaspoon fixture, `current_user` is `nil`. | ||||
| * | | Added tests for categorised search autocomplete. | Fatih Acet | 2016-06-07 | 1 | -0/+10 |
| |/ | |||||
| * | Merge branch 'notes-are-awardables' into 'master' | Douwe Maan | 2016-06-06 | 3 | -1/+1010 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes are awardables ## What does this MR do? Makes sure we can :thunder_cloud_rain: comments/notes. ## What are the relevant issue numbers? Follows up upon !2901, depends on !3785 Closes #3655 ## Screenshots (if relevant) TODO See merge request !4291 | ||||
| | * | Added tests for award emoji feature. | Fatih Acet | 2016-06-06 | 3 | -1/+1010 |
| | | | |||||
| * | | Implement authentication (login) using a U2F device. | Timothy Andrew | 2016-06-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | - Move the `authenticate_with_two_factor` method from `ApplicationController` to the `AuthenticatesWithTwoFactor` module, where it should be. | ||||
| * | | Implement U2F registration. | Timothy Andrew | 2016-06-06 | 1 | -0/+1 |
| |/ | | | | | | | | | | | - Move the `TwoFactorAuthsController`'s `new` action to `show`, since the page is not used to create a single "two factor auth" anymore. We can have a single 2FA authenticator app, along with any number of U2F devices, in any combination, so the page will be accessed after the first "two factor auth" is created. - Add the `u2f` javascript library, which provides an API to the browser's U2F implementation. - Add tests for the JS components | ||||
| * | Added specs for right sidebar. | Fatih Acet | 2016-05-12 | 1 | -0/+13 |
| | | |||||
| * | Updated based on Ruby feedback | Phil Hughes | 2016-04-12 | 1 | -12/+13 |
| | | |||||
| * | Tests update | Phil Hughes | 2016-04-12 | 1 | -7/+19 |
| | | |||||
| * | Tests update | Phil Hughes | 2016-04-04 | 1 | -1/+1 |
| | | |||||
| * | Change `js-quick-submit` behavior to expect the class on the form | Robert Speicher | 2016-03-02 | 1 | -3/+3 |
| | | | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next! | ||||
| * | Project dropdown test span -> i | Phil Hughes | 2016-02-05 | 1 | -1/+1 |
| | | |||||
| * | Changed the project switcher dropdown toggle | Phil Hughes | 2016-02-05 | 1 | -2/+2 |
| | | | | | | | Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214 | ||||
| * | added tests | Phil Hughes | 2016-01-30 | 2 | -0/+8 |
| | | |||||
| * | 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 |
