gitlab-org--gitlab-foss/app/assets/javascripts/ide
Sam Bigelow bf8ab12433 Default MR checkbox to true in most cases
- Pull the new MR option out into it's own component
- Default MR checkbox to true when creating a new MR and committing to a
  branch that does not have an MR
- Still change the MR checkbox to false when a user is on a branch that
  already has an MR
- Hide MR option when on a branch that already has an MR and committing
  to current branch
- Don't default to true when committing directly to master
2019-06-06 00:12:21 -04:00
..
components Default MR checkbox to true in most cases 2019-06-06 00:12:21 -04:00
lib Comply with `no-implicit-coercion` rule (CE) 2019-06-03 22:51:02 +00:00
services Extended Web IDE API to get MRs for a certain branch in a project 2019-03-04 18:10:55 +01:00
stores Default MR checkbox to true in most cases 2019-06-06 00:12:21 -04:00
constants.js Create constants for IDE commit action values 2019-04-24 03:45:03 -05:00
eventhub.js
ide_router.js Internationalisation of ide directory 2019-04-25 16:49:58 +02:00
index.js Fixes diff web worker not loading in staging 2019-02-08 14:06:24 +00:00
utils.js