Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade prettier to latest (v1.18.2) | Mike Greiling | 2019-06-21 | 1 | -3/+1 |
| | | | | | | | | | | | | | Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html | ||||
* | I18N of JS files starting with gjs-i18n-g-files | Brandon Labuschagne | 2019-05-16 | 1 | -1/+2 |
| | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html | ||||
* | Wraps Select 2 Import into its own webpack bundle | Tim Zallmann | 2019-01-29 | 1 | -84/+88 |
| | | | | | | | | Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not. | ||||
* | Backport: Callout CSS, group edit selection JS | Dennis Tang | 2018-11-27 | 1 | -1/+6 |
| | |||||
* | Prettify all the things (part 7) | Mike Greiling | 2018-10-24 | 1 | -3/+6 |
| | |||||
* | backport changes from ↵ | Lukas Eipert | 2018-08-03 | 1 | -0/+1 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740 | ||||
* | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 1 | -0/+1 |
| | |||||
* | Update to jQuery 3. | Jacob Schatz | 2018-02-20 | 1 | -2/+2 |
| | |||||
* | Convert groups_select ajax to use axiosgroups-select-axios | Phil Hughes | 2018-02-09 | 1 | -11/+11 |
| | |||||
* | Remove groups_select from global namespace & simplifies the code | Filipa Lacerda | 2017-10-27 | 1 | -110/+75 |
| | |||||
* | Import modules instead of using the ones in global namespace | Filipa Lacerda | 2017-09-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog | ||||
* | Fixed height of group share dropdown | Phil Hughes | 2017-08-17 | 1 | -2/+1 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/3149 | ||||
* | Add users endpoint to frontend API class | Winnie Hellmann | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | Add ES lint support to identify poorly written Promises | Kushal Pandya | 2017-04-20 | 1 | -1/+5 |
| | |||||
* | Make group skip validation in the frontend | Alfredo Sumaran | 2017-04-05 | 1 | -2/+2 |
| | |||||
* | group links select2 infinite scroll | Luke "Jared" Bennett | 2017-03-30 | 1 | -15/+63 |
| | |||||
* | remove IIFEs in preparation for ES module refactor | Mike Greiling | 2017-03-13 | 1 | -63/+61 |
| | |||||
* | replace implicit this == window with explicit binding | Mike Greiling | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | Use full group name/path in UI dropdowns | Dmitriy Zaporozhets | 2017-01-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | resolve all padded-blocks eslint violations | Mike Greiling | 2017-01-18 | 1 | -3/+1 |
| | |||||
* | resolve all instances of no-undef eslint rule violationsclean-no-undef | Mike Greiling | 2016-12-14 | 1 | -2/+4 |
| | |||||
* | explicitly disable eslint inlineexplicitly-disable-eslint-inline | Luke "Jared" Bennett | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Backport Group API code that was added in EE onlybackport-ee-js-groups-api | Rémy Coutable | 2016-10-31 | 1 | -3/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 1 | -0/+1 |
| | |||||
* | fix group links 404 | barthc | 2016-10-05 | 1 | -2/+3 |
| | |||||
* | Restore comments lost when converting CoffeeScript to JavaScript | Jared Deckard | 2016-09-08 | 1 | -0/+1 |
| | |||||
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 1 | -0/+67 |