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-07-25Removed inline JS in shared HAML filesPhil Hughes
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-03-22remove Cookies class from global spaceMike Greiling
2017-02-25Keep consistent in handling indexOf resultsTakuya Noguchi
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-03Merge branch 'eslint-fix' into 'master' Clement Ho
Fixed eslint test failure See merge request !8964
2017-02-03Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz
Remove Turbolinks Closes #25624 See merge request !8570
2017-02-03Fixed eslint test failurePhil Hughes
2017-02-03Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz
Improved ref switcher dropdown performance Closes #18202 See merge request !7239
2017-02-02Remove turbolinks.Bryce Johnson
2017-01-19resolve all indent 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-22Fixed the active branch selected indicatorPhil Hughes
2016-11-22Changed how the data is returned - we only care about the branch/tag namePhil Hughes
2016-11-22Use cloneNode instead of createElementPhil Hughes
2016-11-22Improved ref switcher dropdown performancePhil Hughes
Closes #18202
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
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-26Merge branch ↵Fatih Acet
'21248-wrong-urlencoding-when-switching-branch-in-graphs-contributers' into 'master' Fix refs dropdown selection with special characters ## What does this MR do? Remove unneeded encode from the project-refs-dropdown renderRow method. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ![2016-10-23_01.20.19](/uploads/1f176b2aa633093851799ae9f70f116b/2016-10-23_01.20.19.gif) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21248 See merge request !7061
2016-10-26disable ESLint for all JavaScript fileswinniehell
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-23Remove encode from the project-refs-dropdown renderRow methodLuke Bennett
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-25use gitlab global root url as canonical base url for all javascript set ↵Mike Greiling
cookies (closes #20435)
2016-08-17Make the ref-selector function work properly for branch selection.Connor Shea
2016-08-03Merge branch 'master' into ref-switcher-enter-submitPhil Hughes
2016-07-24ES6ify all the things!Fatih Acet