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-11-06Fixes 404 error to `Issues assigned to me` and `Issues I've created` when ↵Jacopo
issues are disabled The dropdown options `Issues assigned to me` and `Issues I've created` in project search are now hidden when issues are disabled on the project.
2017-09-29FIxed the clearing icon + jumping of fluid nav barTim Zallmann
2017-09-09Use modules in common utilsFilipa Lacerda
2017-09-06Remove focus styles from dropdown empty linkEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/37023
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2016-10-05Refactor SearchAutocomplete to ES6 class syntax.Bryce Johnson
2016-09-27Merge branch 'cs-inline-js-search' into 'master' Fatih Acet
Remove inline JavaScript for Search autocomplete ## What does this MR do? Remove inline JavaScript from the search partial for Search autocomplete. ## Are there points in the code the reviewer needs to double check? That this doesn't break anything (it didn't when I tested it!) ## Why was this MR needed? Inline scripts are bad, this removes a few of them. ## What are the relevant issue numbers? #18231 and #19866 ## Does this MR meet the acceptance criteria? - Tests - [ ] 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 !5284
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-26Tidy up the code a bitAlfredo Sumaran
2016-08-26Remove inline JavaScript for Search autocomplete.Connor Shea
2016-08-19review changesLuke Bennett
2016-08-19Fixed conflictsLuke Bennett
2016-08-18Fixed spec and improved formattingLuke Bennett
2016-08-18Moved changes across to es5 and changed spec to es6Luke Bennett
2016-07-24ES6ify all the things!Fatih Acet