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-10-30[CE backport] Saved configuration for issue boardOswaldo Ferreira
2017-10-11Cleanup data-page attribute after each Karma testEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
2017-10-09Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda
2017-09-13Remove animate.js and the issuable label pulse animation.Bryce Johnson
Nobody tell @jschatz1 :P
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-08-02Add filtered search to group issue dashboardClement Ho
2017-06-06Move issuable bulk edit form into a new sidebar.Bryce Johnson
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-03-18don't show loading spinners for server-rendered sidebar fieldsSimon Knox
2017-03-08Removed previous filter codePhil Hughes
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-03Added all filtersPhil Hughes
2017-01-25Merge branch 'label-select-toggle' into 'master' Fatih Acet
Fixed label select toggle not updating correctly Closes #26119 See merge request !8601
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-17Fixed label select toggle not updating correctlyPhil Hughes
Closes #26119
2016-12-16Fix eslint errorsAlfredo Sumaran
2016-12-16Merge branch '24877-bulk-edit-only-keeps-common-labels-when-searching' into ↵Fatih Acet
'master' Improve bulk assignment This MR improves current implementation of Label dropdown when used for bulk assignment on issuable pages (/:namespace/:project/issues, /:namespace/:project/merge_requests) Previously this dropdown relied on `<input>` tags to get its active items and also to calculate items with indeterminate state. Relying on `<input>` tags is not enough when we want to set/get multiple states on a dropdown. For this case we want to get/set: - Marked items - Unmarked items that were initially marked - Unmarked items that were initially indeterminate - Items with indeterminate state. This MR makes the Label dropdown to save its own state as `data` so it will be easy to get and set whatever state we want no matter if the dropdown is filtering which is the issue that I initially wanted to solve as you can see in the following gif. **Before** ![2016-12-07_11.44.48](/uploads/cb697161b8b39cdee72fdbb95a531100/2016-12-07_11.44.48.gif) **After** ![2016-12-07_11.32.43](/uploads/338255a302de0dd1367474f33232d2a3/2016-12-07_11.32.43.gif) As you can see in the first gif the `bug` label is removed from the selected issues but the `enhancement` label should set but the `critical` should be kept. This is fixed on the next gif. Fixes #24877 See merge request !7765
2016-12-14Address feedbackAlfredo Sumaran
2016-12-14Improve issuable's bulk assignment implementationAlfredo Sumaran
This fixes the case when the user wants to add a label. The user has to use the dropdown’s filter input to look for a label and click it in order to see the bug. Step to reproduce - Select at least two issues, one label should be present in all issues, other label should be present in at least one. - On the label dropdown: Deselect label that is present in all issues, look for another issue using the filter input and click it. - Click on `Update issues` Before: Unmarked label were kept on selected issues. Now: Unmarked label is removed from selected issues
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-29Remove JSX/React eslint plugins.Luke "Jared" Bennett
Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs
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-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-20Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-19Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-19Return the title for id of 'No label'Luke Bennett
2016-10-12Updated JS to work with issue index & showPhil Hughes
2016-10-07Fixed filter specsPhil Hughes
2016-10-07Fixed sidebar dropdowns to work with VuePhil Hughes
2016-10-07Sidebar details update when changingPhil Hughes
Need to get working the subscription Styling updates
2016-10-06Fix CHANGELOG and wrong conflict resolutionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-04Add position menu above ability to glDropdown.Fatih Acet
2016-10-04Fix dropdown title when No Label selected.Fatih Acet
2016-10-03Merge branch 'master' into revert-c676283bPhil Hughes
2016-09-27Send ajax request for label update only if they are changed (#19472 !5071)Phil Hughes
2016-09-27Merge branch 'issue-boards-label-filter-fix' into 'master' Fatih Acet
Fixed issue board label filtering not removing labels ## What does this MR do? When trying to remove a label filter it would actually add it instead making it impossible to remove the label filter without modifying the URL. This fixes that by correctly removing the label from the filter. ## What are the relevant issue numbers? Closes #21417 See merge request !6208
2016-09-23Convert label creation from API to controller endpointNick Thomas
2016-09-14Replace single quotes with escaped single quotes and write spec to test ↵Luke Bennett
multiple lable selection over a page load Added spec for removing label with space and single quote Fixed removing label with single quote
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-09-07Fixed issue board label filtering not removing labelsPhil Hughes
Closes #21417
2016-09-02Merge branch 'master' into revert-c676283bPhil Hughes
2016-08-31Fixed escaping issue with labels filterPhil Hughes
Closes #15552
2016-08-30Fixed label toggle textPhil Hughes
2016-08-30Merge branch 'master' into revert-c676283bPhil Hughes
2016-08-19Changed tests to use JS testsPhil Hughes