Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '26282-autosize-js-memory-leak' into 'master' | Alfredo Sumaran | 2017-01-30 | 1 | -0/+122 |
|\ | | | | | | | | | | | | | Resolve "ba-resize memory leak" Closes #26282 See merge request !8412 | ||||
| * | remove ba-resize26282-autosize-js-memory-leak | Luke "Jared" Bennett | 2017-01-20 | 1 | -0/+122 |
| | | | | | | | | | | | | refactor js-autosize code now that ba-resize is gone Added specs | ||||
* | | Merge branch ↵ | Filipa Lacerda | 2017-01-27 | 1 | -0/+156 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master' Fix filtering label and milestone with multiple words Closes #27248 and #27334 See merge request !8830 | ||||
| * | | Fix filtering with multiple words27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words | Clement Ho | 2017-01-27 | 1 | -0/+156 |
| | | | |||||
* | | | Merge branch ↵ | Fatih Acet | 2017-01-27 | 1 | -0/+50 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboard' into 'master' Only search commits on input change since last search Closes #26448 See merge request !8488 | ||||
| * | | | Only search commits on input change since last search26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboard | Sam Rose | 2017-01-25 | 1 | -0/+50 |
| | | | | |||||
* | | | | Merge branch 'fix-search-bar-search-param' into 'master' | Filipa Lacerda | 2017-01-27 | 1 | -0/+68 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Fix search bar search param encoding Closes #27398 See merge request !8753 | ||||
| * | | | Fix search bar search param encodingfix-search-bar-search-param | Clement Ho | 2017-01-27 | 1 | -0/+68 |
| | | | | |||||
* | | | | Merge branch ↵ | Fatih Acet | 2017-01-26 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27124-search-bar-does-not-load-discussion-notes-selected-labels' into 'master' Fix filtered search so that labels selected from discussion notes display correctly Closes #27124 See merge request !8756 | ||||
| * | | | | Fix filtered search so that labels selected from discussion notes display ↵27124-search-bar-does-not-load-discussion-notes-selected-labels | Clement Ho | 2017-01-25 | 1 | -0/+6 |
| |/ / / | | | | | | | | | | | | | correctly | ||||
* | | | | Merge branch 'copy-as-md' into 'master' | Jacob Schatz | 2017-01-25 | 1 | -9/+12 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Copying a rendered issue/comment will paste into GFM textareas as actual GFM See merge request !8597 | ||||
| * \ \ \ | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-25 | 3 | -2/+17 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6 | ||||
| * | | | | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-24 | 9 | -17/+232 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-19 | 38 | -393/+729 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6 | ||||
| * | | | | | Move some functions to utils | Douwe Maan | 2017-01-18 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fix ShortcutsIssuable#replyWithSelectedText tests | Douwe Maan | 2017-01-17 | 1 | -9/+12 |
| | | | | | | |||||
* | | | | | | Merge branch '26775-fix-auto-complete-initial-loading' into 'master' | Fatih Acet | 2017-01-25 | 1 | -0/+26 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix autocomplete initial undefined state (loading) Closes #26775 See merge request !8667 | ||||
| * | | | | | Fix autocomplete initial undefined state26775-fix-auto-complete-initial-loading | Eric Eastwood | 2017-01-23 | 1 | -0/+26 |
| | |_|/ / | |/| | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26775 | ||||
* | | | | | Merge branch 'newline-eslint-rule' into 'master' | Jacob Schatz | 2017-01-25 | 2 | -2/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add an eslint rule to flag extra newlines See merge request !8137 | ||||
| * | | | | | Flag multiple empty lines in eslint, fix offenses.newline-eslint-rule | Bryce Johnson | 2017-01-24 | 2 | -2/+0 |
| |/ / / / | |||||
* | | | | | Merge branch 'normalize_frontend_headers' into 'master' | Fatih Acet | 2017-01-25 | 1 | -0/+17 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Create a util for normalizing headers on the frontend See merge request !8750 | ||||
| * | | | | use gl.utils.normalizeHeaders in pipelines storenormalize_frontend_headers | Regis | 2017-01-24 | 1 | -0/+17 |
| | | | | | |||||
* | | | | | update tests to correspond with new behavior | Mike Greiling | 2017-01-21 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | Fixed failing JS specs | Phil Hughes | 2017-01-21 | 1 | -4/+16 |
| | | | | |||||
* | | | | Teaspoon test fix | Phil Hughes | 2017-01-21 | 1 | -3/+18 |
| |_|/ |/| | | |||||
* | | | Merge branch '25507-handle-errors-environment-list' into 'master' | Fatih Acet | 2017-01-19 | 3 | -1/+142 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Error handling in environments list" Closes #25507 See merge request !8461 | ||||
| * | | | Adds tests | Filipa Lacerda | 2017-01-12 | 3 | -1/+142 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds changelog entry Finishes tests Fix eslint errors Fix teaspoon test timing out | ||||
* | | | | Merge branch '26601-dropdown-makes-request-close' into 'master' | Fatih Acet | 2017-01-19 | 1 | -5/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes builds dropdown making request when clicked to be closed Closes #26601 See merge request !8545 | ||||
| * | | | | Use bootstrap dropdown events to only make the request when the dropdown is ↵26601-dropdown-makes-request-close | Filipa Lacerda | 2017-01-13 | 1 | -5/+6 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being opened Fixes builds dropdown making request when clicked to be closed Adds MR ID to CHANGELOG Improve documentation Use bootstrap dropdown events to only make the request when the dropdown is being opened | ||||
* | | | | Merge branch 'allow-shared-examples-jasmine' into 'master' | Fatih Acet | 2017-01-19 | 3 | -1/+47 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Add jasmine helpers and run their specs Closes #26305 See merge request !8437 | ||||
| * | | | Add first shared examples to a helper and updated teaspoon_env to allow ↵allow-shared-examples-jasmine | Luke "Jared" Bennett | 2017-01-18 | 3 | -1/+47 |
| | |/ | |/| | | | | | | | helper specs to run | ||||
* | | | Merge branch 'simple-eslint-fixes' into 'master' | Fatih Acet | 2017-01-19 | 34 | -382/+352 |
|\ \ \ | | | | | | | | | | | | | | | | | Simple eslint fixes See merge request !8536 | ||||
| * | | | resolve all prefer-const eslint violations | Mike Greiling | 2017-01-18 | 3 | -17/+16 |
| | | | | |||||
| * | | | resolve all x-spacing and no-spaced-x eslint violations | Mike Greiling | 2017-01-18 | 6 | -98/+104 |
| | | | | |||||
| * | | | resolve all indent eslint violations | Mike Greiling | 2017-01-18 | 6 | -66/+69 |
| | | | | |||||
| * | | | resolve all no-trailing-spaces eslint violations | Mike Greiling | 2017-01-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | resolve all padded-blocks eslint violations | Mike Greiling | 2017-01-18 | 28 | -66/+28 |
| | | | | |||||
| * | | | resolve all semi and no-extra-semi eslint violations | Mike Greiling | 2017-01-18 | 9 | -197/+197 |
| | | | | |||||
| * | | | resolve all no-plusplus eslint violations | Mike Greiling | 2017-01-18 | 5 | -21/+21 |
| |/ / | |||||
* | | | Merge branch '26803-typing-then-tab-in-a-comment-doesn-t-select-the-author' ↵ | Fatih Acet | 2017-01-19 | 1 | -0/+65 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fixed highlightFirst and added specs Closes #26803 See merge request !8622 | ||||
| * | | | Fixed highlightFirst and added specs26803-typing-then-tab-in-a-comment-doesn-t-select-the-author | Luke "Jared" Bennett | 2017-01-18 | 1 | -0/+65 |
| |/ / | |||||
* | | | Merge branch ↵ | Fatih Acet | 2017-01-19 | 1 | -0/+100 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '24032-changed-visibility-level-to-public-but-project-is-not-public' into 'master' Update project visibility level ui to use dropdowns Closes #24296, #24123, and #24032 See merge request !7645 | ||||
| * | | | Fixed tests24032-changed-visibility-level-to-public-but-project-is-not-public | Luke "Jared" Bennett | 2016-12-10 | 1 | -0/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grab permissions description from backend Review changes Added unit tests | ||||
* | | | | Merge branch 'backport-time-tracking-ce' into 'master' | Douwe Maan | 2017-01-18 | 2 | -11/+212 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Backport timetracking to CE See merge request !8195 | ||||
| * | | | Backport timetracking frontend to CE. | Bryce Johnson | 2017-01-15 | 2 | -11/+212 |
| | |/ | |/| | |||||
* | | | Fix dropdown filter input value after blur26616-fix-search-group-project-filters | Eric Eastwood | 2017-01-16 | 1 | -0/+19 |
|/ / | |||||
* | | Fix specs | Clement Ho | 2017-01-09 | 2 | -5/+6 |
| | | |||||
* | | Refactor addWordToInput | Clement Ho | 2017-01-09 | 1 | -33/+24 |
| | | |||||
* | | Fix specs | Clement Ho | 2017-01-09 | 1 | -2/+0 |
| | | |||||
* | | Refactor and use regex for string processing | Clement Ho | 2017-01-09 | 3 | -301/+99 |
| | |