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-09-29Add external link FE for online artifactsEric Eastwood
FE for https://gitlab.com/gitlab-org/gitlab-ce/issues/34102
2017-05-19fix IE11 error from sentrySimon Knox
2017-04-11Remove IIFEs in boards_bundle.jsAlfredo Sumaran
2017-03-08respect offset and limit query params for infinite listsSimon Knox
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-02Remove turbolinks.Bryce Johnson
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-27Merge branch 'issue-boards-filter-label-spaces' into 'master' Fatih Acet
Fixed list issues not loading with spaces in filtered values ## What does this MR do? Vue resource is very kindly encoding our URL params when sending. However - we didn't actually want the `+` to be encoded because Rails reads that as a space, but doesn't read the encoded value as a space :confused: This converts the `+` into spaces :thumbsup: ## What are the relevant issue numbers? Closes #21920 See merge request !6258
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-09-08Fixed list issues not loading with spaces in filtered valuesPhil Hughes
Vue resource is kindly encoding our URL params but Rails sadly doesn't seem to understand them. Closes #21920
2016-08-25Automatically expand hidden discussions when accessed via a permalink hash ↵Mike Greiling
(closes #19304)
2016-07-24ES6ify all the things!Fatih Acet