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-04Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan
CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
2017-06-22Resolve ""Add Members" drop-down doesn't separate Name/Username"Tim Zallmann
2017-06-20[noop] Remove unused codeToon Claes
To make the code back in line with EE. [ci skip]
2017-05-27Backport MR from EEClement Ho
2017-05-18Merge branch ↵Phil Hughes
'31987-automatically-close-assignee-select-dropdown-after-selection-when-multiple-assignees-is-disabled' into 'master' Automatically close user dropdown for CE Closes #31987 See merge request !11189
2017-05-17Remove unnecessary hidden()Clement Ho
2017-05-17Fix unassigned checkmarkClement Ho
2017-05-17Use to toggle the dropdownClement Ho
2017-05-12Fix conflict on users_selectClement Ho
2017-05-12Import export users selectLuke "Jared" Bennett
2017-05-12Add additional EE checkClement Ho
2017-05-09Merge branch 'remove-needless-bind-polyfills' into 'master' Filipa Lacerda
Remove needless bind and indexOf polyfills See merge request !11187
2017-05-09Automatically close user dropdown for CEClement Ho
2017-05-09Prevent vue.esm.js from being bundled into the primary JS bundleMike Greiling
2017-05-09remove bind polyfill from users_select.jsMike Greiling
2017-05-05Fix specsClement Ho
2017-05-04Fix eslint and rubocopClement Ho
2017-05-04Restrict FE assignees to 1Clement Ho
2017-05-04Fix FE conflictsClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-03Default to null user when asignee is unselectedSam Rose
Also implemented same behavior on the Issue Boards assignee block. Fixed the default state for search/filter dropdown for issuables.
2017-04-30Add option to select the null user as the defaultSam Rose
2017-04-28Display check next to assigned user in dropdownSam Rose
2017-04-24Assignee filter on group issues/merge requests only loads group usersPhil Hughes
Closes #29490
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-07Remove Vue from main bundle and disable production warningsMike Greiling
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-18don't show loading spinners for server-rendered sidebar fieldsSimon Knox
2017-03-08Removed previous filter codePhil Hughes
2017-03-07re-add Assign to Me link on new MR/Issue formsSimon Knox
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-03Added tests for modal filtersPhil Hughes
2017-02-03Added all filtersPhil Hughes
2017-02-03Hardcoded author, assignee & milestone dropdownsPhil Hughes
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 no-plusplus eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-04Fix: Todos Filter Shows All UsersValery Sizov
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-20Hides/shows the boards sidebarPhil Hughes
Rather than constructing & then deconstructing, we know just hide & show the sidebar. This is done so we dont' have a memory leak on the frontend with objects getting created.
2016-10-19Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-14Validate user id for users select autcompleteDmitriy Zaporozhets
Single user autcomplete should be used only for existing users with digital ID provided. Now js code puts any input into generating user URL which can lead to 500 error because routing like this does not exists: GET "/autocomplete/users/whatever@example.com.json". Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-13Merge branch 'feature/issues-board' into 'master' Sean McGivern
Refactoring Issues Board ## What does this MR do? This MR aims to minimize conflicts between the CE issues board feature with EE multiple boards feature. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? To avoid a lot of conflicts with EE multiple boards feature. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [ ] ~~[CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added~~ - [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - [x] API support added - Tests - [X] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [X] 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 you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ee/issues/929 https://gitlab.com/gitlab-org/gitlab-ee/issues/1084 See merge request !6727
2016-10-12Updated JS to work with issue index & showPhil Hughes
2016-10-11Ensure that whitespace doesn't case adding members to failMitchell Hentges
2016-10-07Added testsPhil Hughes
2016-10-07Fixed sidebar dropdowns to work with VuePhil Hughes