summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fl-eslint-vue-house-keepingFilipa Lacerda2018-06-131-0/+1
|\
| * Fixed IDE jobs empty state showing when loadingide-job-loading-empty-statePhil Hughes2018-06-121-0/+1
* | Merge branch 'master' into fl-eslint-vue-house-keepingFilipa Lacerda2018-06-112-6/+15
|\ \ | |/
| * Merge branch 'ide-etag-polling' into 'master'Filipa Lacerda2018-06-112-6/+15
| |\
| | * Fix IDE pipelines eTagPoll not stoppingPhil Hughes2018-06-112-6/+15
* | | Updates eslint vue plugin versionFilipa Lacerda2018-06-1137-135/+135
|/ /
* | Merge branch 'ide-pipeline-panel-resizable' into 'master'Tim Zallmann2018-06-081-3/+9
|\ \
| * | Allow IDE pipeline panel to be resizablePhil Hughes2018-06-071-3/+9
| |/
* | fix eslint violationMike Greiling2018-06-081-4/+4
* | refactor monaco-editor import and stop storing as class property within modelMike Greiling2018-06-081-8/+7
* | refactor monaco-editor import and stop storing as class property within editorMike Greiling2018-06-081-13/+11
* | don't reference monaco directly in RepoEditor componentMike Greiling2018-06-071-4/+4
* | remove need to pass monaco around through DIMike Greiling2018-06-073-5/+5
* | remove monacoLoader and import monaco directly within Editor classMike Greiling2018-06-074-30/+11
* | fix bug in call to monaco.Uri. first param is checked with `typeof param ===...Mike Greiling2018-06-071-3/+3
* | add monaco-editor-webpack-plugin and update webpack configMike Greiling2018-06-071-7/+3
|/
* changed a link into a buttonPhil Hughes2018-06-063-6/+9
* removed event listener for event that no longer existsPhil Hughes2018-06-061-1/+0
* component specsPhil Hughes2018-06-062-2/+4
* fixed dropdown not re-showing the contentPhil Hughes2018-06-062-8/+7
* fixed spacingPhil Hughes2018-06-064-24/+35
* move styles out of componentsPhil Hughes2018-06-064-25/+2
* fixed karmaPhil Hughes2018-06-061-3/+2
* fixed dropdown items not having pointer cursorPhil Hughes2018-06-061-1/+1
* fixed loading icon hiding contentPhil Hughes2018-06-062-47/+48
* correctly load up merge requestPhil Hughes2018-06-0612-33/+74
* fetch both created & assignedPhil Hughes2018-06-0611-91/+125
* style updatesPhil Hughes2018-06-062-10/+48
* Show merge requests in IDEPhil Hughes2018-06-068-13/+270
* added empty statePhil Hughes2018-06-062-1/+6
* fixed row log link titlePhil Hughes2018-06-061-1/+1
* added missing button typePhil Hughes2018-06-063-4/+13
* design updatePhil Hughes2018-06-062-9/+12
* component specsPhil Hughes2018-06-061-8/+5
* store specsPhil Hughes2018-06-061-1/+1
* fixed sidebar button not having active classPhil Hughes2018-06-061-1/+7
* reduced duplication of job detailsPhil Hughes2018-06-065-80/+134
* moved fetching trace to storePhil Hughes2018-06-068-98/+86
* removed need for job.jsPhil Hughes2018-06-062-67/+166
* Show job logs in web IDEPhil Hughes2018-06-069-0/+149
* Fixed alignment issues with IDE sidebarPhil Hughes2018-06-041-3/+11
* Fixed typo in commit message help popoveride-highlighter-type-foxPhil Hughes2018-06-011-1/+1
* set is loading in success mutationPhil Hughes2018-06-011-0/+1
* Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-06-0133-270/+667
|\
| * Merge branch 'ide-jobs-list-components' into 'master'Filipa Lacerda2018-06-0124-155/+606
| |\
| | * Merge branch 'master' into ide-jobs-list-componentside-jobs-list-componentsPhil Hughes2018-05-317-27/+19
| | |\
| | * | fixed jobs getting overwritten incorrectlyPhil Hughes2018-05-301-1/+1
| | * | changed mutation to return new arrayPhil Hughes2018-05-303-15/+29
| | * | changed mutations, update single object instead of returning new arrayPhil Hughes2018-05-305-38/+39
| | * | Merge branch 'master' into ide-jobs-list-componentsPhil Hughes2018-05-306-21/+19
| | |\ \