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
2016-07-12adds test to check json fields on simple request and changes the url request ↵tiagonbotelho
format
2016-07-12changes the project_title_spec accordinglytiagonbotelho
2016-07-12adds test to check json fields on simple request and changes the url request ↵tiagonbotelho
format
2016-07-12changes the project_title_spec accordinglytiagonbotelho
2016-07-01Remove `pinTo` from `Flash` and make inline flash messages look nicer (!4854)winniehell
2016-06-27Merge branch 'emoji-menu-stick-search' into 'master' Jacob Schatz
Made the search bar on emoji menu sticky ## What does this MR do? When scrolling down the emoji menu, the search bar disappears. For better UX, the search bar no stays at the top when scrolling. ## Screenshots (if relevant) ![emoji-sticky](/uploads/a5b4773547d3d67342ddcfc07c8f1568/emoji-sticky.gif) See merge request !4743
2016-06-23Fix teaspoon tests.Connor Shea
2016-06-20Fixed award emoji testsPhil Hughes
2016-06-20Added text_utility to JS testsPhil Hughes
2016-06-16Merge branch '13525-sane-defaults-for-merge-request-js-class-constructor' ↵Jacob Schatz
into 'master' Avoid a TypeError when initializing MergeRequest JS class with no arg ## What does this MR do? Avoid a TypeError when initializing MergeRequest JS class with no arg. ## Are there points in the code the reviewer needs to double check? No. ## Why was this MR needed? Without this sane default you would get the following error when you tried to instantiate a new MergeRequest object with no argument (i.e. `new MergeRequest();`): TypeError: undefined is not an object (evaluating 'this.opts.action') ## What are the relevant issue numbers? Fixes #13525. ## Does this MR meet the acceptance criteria? - [x] No CHANGELOG since it's a trivial internal change - [x] Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !4667
2016-06-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fatih Acet
category-search-dropdown # Conflicts: # app/assets/javascripts/lib/common_utils.js.coffee
2016-06-15Prevent default disabled buttons and links.Fatih Acet
2016-06-15Avoid a TypeError when initializing MergeRequest JS class with no argRémy Coutable
Without this sane default you would get the following error when you tried to instantiate a new MergeRequest object with no argument (i.e. `new MergeRequest();`): TypeError: undefined is not an object (evaluating 'this.opts.action') Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-15Fix teaspoon spec.Timothy Andrew
- 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`.
2016-06-10Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fatih Acet
category-search-dropdown
2016-06-10Fix specs and add new tests.Fatih Acet
2016-06-09Move award_menu_url variable into gon object.Fatih Acet
2016-06-07Added tests for categorised search autocomplete.Fatih Acet
2016-06-06Merge branch 'notes-are-awardables' into 'master' Douwe Maan
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
2016-06-06Merge branch 'jquery2' into 'master' Jacob Schatz
Upgraded jQuery to version 2 ## What does this MR do? Upgrades jQuery to 2.2.1. Had to include the task_list JS file directly as it includes jQuery 1 directly https://github.com/github-archive/task_list/blob/master/app/assets/javascripts/task_list.coffee#L8 so when we change jQuery to `jquery2` it was including both jQuery 1 & 2. ## Are there points in the code the reviewer needs to double check? For any JS errors ## What are the relevant issue numbers? Closes #12440 See merge request !4384
2016-06-06Updated MR notes.Fatih Acet
2016-06-06Added tests for award emoji feature.Fatih Acet
2016-06-06Implement authentication (login) using a U2F device.Timothy Andrew
- Move the `authenticate_with_two_factor` method from `ApplicationController` to the `AuthenticatesWithTwoFactor` module, where it should be.
2016-06-06Implement U2F registration.Timothy Andrew
- 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
2016-06-05Fixed JS errorsPhil Hughes
CHANGELOG item
2016-06-02Move JS graph specs to match assets tree.Connor Shea
2016-06-02Fix teaspoonConnor Shea
2016-05-23Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into #15643Fatih Acet
# Conflicts: # app/assets/stylesheets/pages/issuable.scss
2016-05-20Dropdown implementationAlfredo Sumaran
2016-05-12Added specs for right sidebar.Fatih Acet
2016-05-08Fix build notification on merge request page change even if the build status ↵Benedikt Huss
didn't change
2016-05-05Feedback from stanhuBenedikt Huss
2016-05-05Merge request widget displays TeamCity build state and code coverage ↵Benedikt Huss
correctly again
2016-04-14Placeholder on milestone formPhil Hughes
Updated JS spec to include gl_form
2016-04-12Updated based on Ruby feedbackPhil Hughes
2016-04-12Tests updatePhil Hughes
2016-04-05Merge branch 'close-issue-bug' into 'master' Jacob Schatz
Fix data check in update issue response See merge request !3548
2016-04-05Update issue_spec testAnnabel Dunstone
2016-04-04Tests updatePhil Hughes
2016-03-02Change `js-quick-submit` behavior to expect the class on the formRobert Speicher
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!
2016-02-05Project dropdown test span -> iPhil Hughes
2016-02-05Changed the project switcher dropdown togglePhil Hughes
Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214
2016-02-03Merge branch 'title-projects-dropdown' into 'master' Jacob Schatz
Added dropdown to list all projects on project header Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212 When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user. When closed: ![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png) When open: ![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png) cc. @jschatz1 See merge request !2438
2016-02-02Allow manual resize of js-autosize textareasRobert Speicher
First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
2016-01-30added testsPhil Hughes
2016-01-12reverting more MR ajax files, will appear in different commitJacob Schatz
2016-01-12fixes conflictsJacob Schatz
2016-01-09Refactor ZenModeRobert Speicher
- 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.
2016-01-07fixes ajax issue with issue specJacob Schatz
2016-01-06adds tests (and passes them) for ajax open and close merge requests.Jacob Schatz