summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/ide_status_bar.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-6/+5
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+4
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-1/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-3/+3
|
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-081-0/+1
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Extract ide_status_list from ide_status_barPaul Slaughter2019-06-121-13/+3
| | | | | **Why?** The ide_status_list will be used and extended in EE.
* Resolve "Add Avatar from author of the last commit to WebIDE status bar"Jose2019-01-311-3/+10
|
* Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-1/+1
| | | | | | Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
* Prettify all the thingsMike Greiling2018-11-201-41/+15
|
* Keep IDE RightPane views aliveide-keep-right-pane-tabs-alivePaul Slaughter2018-09-281-2/+4
| | | | | | | | | | | **Why?** - This is needed for the Web Terminal feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - Introduces a `pane` Vuex module. - Some views should not be kept alive (i.e. job details). This is why a `keepAlive` flag was introduced for views.
* Open pipeline list panel when clicking CI icon in Web IDEide-pipeline-icon-openPhil Hughes2018-07-101-6/+15
| | | | Closes #47843
* Updates eslint vue plugin versionFilipa Lacerda2018-06-111-10/+10
|
* correctly load up merge requestPhil Hughes2018-06-061-8/+6
| | | | fixed pipeline request throwing an error
* refactored to use data we already havePhil Hughes2018-05-251-7/+8
| | | | this required moving some data store actions & mutations around
* Resolve "Show CI pipeline status in Web IDE"André Luís2018-05-251-1/+36
|
* Resolve "Clean up bottom status bar Web IDE"André Luís2018-05-071-20/+76
|
* Resolve "Get rid of branch element all in bottom bar in WEB IDE"André Luís2018-04-191-7/+0
|
* Web IDE blob image + default fallbackTim Zallmann2018-04-061-20/+20
|
* Move IDE to CEPhil Hughes2018-03-201-0/+60
| | | | This also makes the IDE generally available
* Remove IDE from CEPhil Hughes2018-03-021-66/+0
|
* Move the remaining EE-specific JS files to ee/move-last-ee-specific-js-files-toRémy Coutable2018-02-281-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fixes more eslint rulesFilipa Lacerda2018-01-061-42/+37
|
* Resolve "Decouple multi-file editor from file list"Tim Zallmann2017-12-211-0/+71