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-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
2015-12-26Merge branch 'close-open-ajax-issue' into 'master' Robert Speicher
open and close issue via ajax request. With tests Close and Reopen issues with ajax request. See merge request !2164
2015-12-24Fix NewBranchForm specDouwe Maan
2015-12-24removes unused `alert` from issue spec. Requires flash in the ↵Jacob Schatz
*implementation* instead of the spec.
2015-12-24adds test for issue close/reopen failureJacob Schatz
2015-12-24fixes tests to work with jasmine/jqueryJacob Schatz
2015-12-22Add helper methods to JS validation spec for invalid branch namesDouglas Barbosa Alexandre
2015-12-22Fix minor stylistic complaintsDouglas Barbosa Alexandre
2015-12-22adds alerts for when http request errors out in some way.Jacob Schatz
2015-12-22clarifies tests with methods like `toBeVisible()` etc.Jacob Schatz
2015-12-22updates tests style for four-phase-testing as per: ↵Jacob Schatz
https://robots.thoughtbot.com/four-phase-test
2015-12-21open and close issue via ajax request. With testsJacob Schatz
2015-12-18Add specs for JS validation for invalid characters in branch nameDouglas Barbosa Alexandre
2015-12-16Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan
2015-12-08Make tab target selectors less naiveRobert Speicher
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
2015-10-13Apply new design to files pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-08Check originalEvent.repeat *and* event.repeatRobert Speicher
phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI
2015-10-07Check originalEvent.repeatRobert Speicher
2015-10-07Add "Quick Submit" JS behaviorRobert Speicher
2015-10-07Require jquery.turbolinks in all JS specsRobert Speicher
Side-effect: This simplifies the requiresInput handler
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