summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/project_select.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-95/+101
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-4/+7
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-12/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-10/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-061-59/+57
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-1/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-90/+91
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-5/+5
|
* I18N JS files starting with p or rjs-i18n-p-rBrandon Labuschagne2019-05-171-2/+3
| | | | | | | | | | 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 bundleTim Zallmann2019-01-291-85/+89
| | | | | | | | 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.
* Prettify JSHeinrich Lee Yu2018-11-191-1/+2
|
* Change param name for consistencyHeinrich Lee Yu2018-11-191-2/+2
|
* Update project selection dropdown API paramsHeinrich Lee Yu2018-11-191-0/+4
|
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-20/+29
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
|
* Allow the project_select_tag to specify an initial value and for the ↵Nick Thomas2018-08-151-0/+8
| | | | selection to be clear-able
* Resolve "404 when trying to create a new issue from the group"Jan Beckmann2018-07-021-1/+4
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* Update to jQuery 3.Jacob Schatz2018-02-201-7/+7
|
* Exports a couple of project related code as es6 modulesFilipa Lacerda2017-11-171-70/+64
|
* Changed project select to use it independently and not onlt as a combobuttonFrancisco Javier López2017-10-301-10/+14
|
* Remove project select dropdown from breadcrumbkushalpandya2017-09-051-42/+0
|
* Group-level new issue & MR using previously selected projectBryce Johnson2017-08-071-9/+8
|
* moved more action buttonsPhil Hughes2017-07-031-0/+8
|
* 'New issue'/'New merge request' dropdowns should show only projects with ↵19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-1/+8
| | | | issues/merge requests feature enabled
* Add users endpoint to frontend API classWinnie Hellmann2017-05-191-1/+1
|
* Update API on frontend to use v428864-use-the-v4-api-from-the-frontendSam Rose2017-03-141-2/+2
| | | | Use options object to pass params for project endpoint
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* Merge branch '18786-go-to-a-project-order' into 'master' Alfredo Sumaran2016-12-271-1/+2
|\ | | | | | | | | | | | | Go to a project order Closes #18786 See merge request !7737
| * Go to a project orderJacopo2016-12-151-1/+2
| | | | | | | | The order of "Go to a project" dropdown is based on last_activity_at
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+3
|/
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* Backport Group API code that was added in EE onlybackport-ee-js-groups-apiRémy Coutable2016-10-311-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* fix group links 404barthc2016-10-051-2/+2
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+102