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
2017-12-05Backport changes from refactor sidebar weight block Vue and move to Issue BoardsEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3566
2017-09-28Only trigger loadCheck on open toggle, not close. Update specs and add ↵Luke "Jared" Bennett
right_sidebar_spec test for additions
2017-09-28Conditionally call loadCheck if lazyLoader is presentLuke "Jared" Bennett
2017-09-28Trigger load of lazy images when opening sidebar, or clicking 'more ↵Luke "Jared" Bennett
participants'
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-04Move "Move to different project" to sidebarEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-06-30Make setSidebarHeight more efficient with SidebarHeightManager.Bryce Johnson
2017-06-28Fix scroll flickerEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ce/issues/34407 - Revert https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12399 - Update https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12299 throttle/debounce to happen immediately and cleanup
2017-06-23Remove layout nav from scroll calculationAnnabel Dunstone Gray
2017-06-20Fixes scrolling + improves Performance through assigning found $ elements to ↵Tim Zallmann
variables
2017-05-09remove bind polyfill from right_sidebar.jsMike Greiling
2017-03-30Merge branch '30063-builds-sidebar-stutter' into 'master' Filipa Lacerda
Add subnav height to sidebar scroll calculation Closes #30063 See merge request !10262
2017-03-28Add subnav height to sidebar scroll calculationAnnabel Dunstone Gray
2017-03-27Added specs for collapsed sidebarPhil Hughes
2017-03-24Updated todos sidebar iconPhil Hughes
Refactored slightly so that the same logic is shared between both the expanded & the collapsed.
2017-03-24adds todo functionality to closed issuable sidebar and changes todo bell ↵dimitrieh
icon to check-square
2017-03-24Switch to check scrollTop of windowAnnabel Dunstone Gray
2017-03-22remove Cookies class from global spaceMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-16Cache js selectors; fix cssAnnabel Dunstone Gray
2017-02-16Move necessary sidebar code to right_sidebar.js; delete sidebar.jsAnnabel Dunstone Gray
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-27Merge branch 'add-todo-toggle-event' into 'master' Fatih Acet
Add todo toggle event ## What does this MR do? Adds a custom jQuery event `todo:toggle` to detect when a new todo is added so that the respective todo counters (header navigation and sidebar) can update as needed ## Are there points in the code the reviewer needs to double check? * I wasn't sure whether each `spec` should be modularized based on the html templates or whether they should be separated based on function. There are some crossovers between the `dashboard_spec` and the `header_spec`. * The naming conventions for `sidebar` and `right_sidebar` were a little confusing since they were named the opposite in their `specs`. I made a few assumptions and named a few files based on what I thought they should be named. I'd be happy to change it to something else though :smile: ## Why was this MR needed? This resolves an existing issue where the todo count on the sidebar would not update (until refresh) and refactors the existing methods that are used to update the todo counters (header navigation and sidebar) ## What are the relevant issue numbers? Closes #20140 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] Added for this feature/bug - [x] 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 !5724
2016-10-27Add todo toggle eventClement Ho
2016-10-26Merge branch 'eslint' into 'master' Fatih Acet
Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-26Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-25remove manual Cookie.set "path" option in favor of global settingMike Greiling
2016-10-25replace jquery.cookie vendor script with js.cookieMike Greiling
2016-10-07Show clicked issue data in the sidebarPhil Hughes
2016-08-25use gitlab global root url as canonical base url for all javascript set ↵Mike Greiling
cookies (closes #20435)
2016-07-24ES6ify all the things!Fatih Acet