summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/commit_sidebar/radio_group.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-4/+3
|
* Fixed commit logic to pick a branchNatalia Tepluhina2019-03-251-3/+4
| | | | - fixed getter spec with correct getter name
* Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-2/+2
| | | | | | 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-14/+5
|
* disable current branch option in commit form is user does not have ↵Phil Hughes2018-06-271-4/+6
| | | | permissions to push
* Updates eslint vue plugin versionFilipa Lacerda2018-06-111-4/+4
|
* improve logic of success messagePhil Hughes2018-05-041-2/+8
| | | | | instead of taking over whole sidebar, it now just shows over the commit box after 5 seconds the commit box goes back to its compact logic
* disabled commit view when no changes are availablePhil Hughes2018-05-021-3/+17
| | | | | | | remove close button in tab fix height not working in form restored stage & unstage all changes disable merge request radio button when staged & unstaged changes exist
* updates to componentPhil Hughes2018-04-161-55/+31
|
* Improve web IDE commit inputPhil Hughes2018-04-161-1/+1
| | | | | | | Improves the web IDE commit message imput by highlighting any characters on the first line after 50 & every other line after 72 Closes #44832
* Move IDE to CEPhil Hughes2018-03-201-0/+94
This also makes the IDE generally available