summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores
Commit message (Expand)AuthorAgeFilesLines
* Fixed deleting new files creating wrong state in IDEide-delete-new-files-statePhil Hughes2018-08-151-1/+6
* Backstage/ide router refactoringPaul Slaughter2018-08-133-4/+99
* removed un-used commits for currentProject & currentBranchIdPhil Hughes2018-08-091-3/+0
* Create Web IDE MR and branch pickerPaul Slaughter2018-08-0711-53/+103
* Web IDE & CodeSandboxPhil Hughes2018-08-074-3/+13
* fixed review mode diffsPhil Hughes2018-08-022-3/+10
* only sends content if it existsPhil Hughes2018-08-021-1/+1
* removed un-used codePhil Hughes2018-08-022-7/+2
* improve performance of deletingPhil Hughes2018-08-024-11/+19
* correctly show renaming and deleting entriesPhil Hughes2018-08-018-14/+77
* specsPhil Hughes2018-07-311-4/+4
* karma fixesPhil Hughes2018-07-301-1/+1
* fixed folders not being renamedPhil Hughes2018-07-303-16/+31
* rename filesPhil Hughes2018-07-304-2/+52
* Enable renaming files & folders in the Web IDEPhil Hughes2018-07-302-2/+7
* Enable deleting files in the Web IDEPhil Hughes2018-07-269-22/+99
* Merge branch 'ide-merge-requests-forks' into 'master'Filipa Lacerda2018-07-131-6/+8
|\
| * Allow merge requests from forks to be opened in Web IDEPhil Hughes2018-07-121-6/+8
* | Vuex test helper improvementsLukas Eipert2018-07-122-2/+2
* | Improvements to new entry dropdowns in Web IDEPhil Hughes2018-07-114-3/+21
|/
* only include _html fields when asked forPhil Hughes2018-07-051-1/+1
* fixed karmaPhil Hughes2018-07-031-1/+2
* karma fixesPhil Hughes2018-07-031-1/+1
* fixed eslintPhil Hughes2018-07-032-4/+4
* Improve error message across IDE store modulesPhil Hughes2018-07-033-19/+74
* restored normalizing headersPhil Hughes2018-06-291-1/+3
* more specs!Phil Hughes2018-06-291-4/+2
* fixed eslintPhil Hughes2018-06-291-1/+0
* :white_check_mark: added specs for file actionsPhil Hughes2018-06-291-6/+2
* :white_check_mark: fixed eslintPhil Hughes2018-06-293-6/+7
* Improve error messaging across various IDE actionsPhil Hughes2018-06-294-46/+51
* Merge branch 'ide-commit-form-improvements' into 'master'Filipa Lacerda2018-06-284-14/+35
|\
| * :bug: fix bug where currentBranch would actually be nullPhil Hughes2018-06-271-1/+1
| * disable current branch option in commit form is user does not have permission...Phil Hughes2018-06-271-1/+4
| * use a pre-built commit message for when no user specified message existsPhil Hughes2018-06-273-9/+27
| * Improve Web IDE commit formPhil Hughes2018-06-272-5/+5
* | don't reload the full pagePhil Hughes2018-06-272-9/+19
* | specsPhil Hughes2018-06-271-2/+1
* | :white_check_mark: store specsPhil Hughes2018-06-271-1/+2
* | :face_palm: fixed error messagePhil Hughes2018-06-271-1/+1
* | :speech_balloon: improve text in error messagePhil Hughes2018-06-271-3/+3
* | make error messages a first class citizen in Web IDEPhil Hughes2018-06-275-19/+25
* | fixed eslintPhil Hughes2018-06-272-3/+1
* | Improve branch 404 error in Web IDEPhil Hughes2018-06-272-12/+66
|/
* Show file in tree on WebIDE openPaul Slaughter2018-06-263-0/+19
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-0/+2
* only return last_commit_sha in the JSONide-add-last-commit-id-to-api-callPhil Hughes2018-06-152-2/+3
* IDE sends last commit ID when committing changesPhil Hughes2018-06-153-46/+20
* Merge branch 'ide-pipeline-reset-state' into 'master'Filipa Lacerda2018-06-142-2/+5
|\