summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/repo_commit_section.vue
Commit message (Collapse)AuthorAgeFilesLines
* moved strings into constants fileide-commit-section-file-active-indicatorPhil Hughes2018-06-131-2/+5
|
* more karma fixesPhil Hughes2018-06-121-2/+5
|
* Add active class to active file in IDE commit panelPhil Hughes2018-06-111-1/+4
| | | | Closes #46051
* improved success message after commit with new sidebarPhil Hughes2018-05-031-4/+1
|
* Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-031-3/+17
|\ | | | | | | ide-sidebar-commit-box
| * Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes2018-05-031-7/+29
| |\
| | * Improve Web IDE Commit PanelAndré Luís2018-05-031-9/+24
| | |
* | | disabled commit view when no changes are availablePhil Hughes2018-05-021-8/+13
| | | | | | | | | | | | | | | | | | | | | 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
* | | spec fixesPhil Hughes2018-05-011-7/+9
| | | | | | | | | | | | added spec to check for last opened file
* | | open the last updated file automatically in commit viewPhil Hughes2018-05-011-0/+18
| | |
* | | Updated commit section in IDE sidebarPhil Hughes2018-04-271-42/+3
|/ /
* | spec updatesPhil Hughes2018-04-191-3/+1
| |
* | cleaned up after merging masterPhil Hughes2018-04-191-1/+0
| |
* | Merge branch 'master' into ide-workbench-barPhil Hughes2018-04-191-67/+31
|\ \ | |/
| * updates to variable names to make more sensePhil Hughes2018-04-181-6/+6
| | | | | | | | fixed up duplicate is-collapsed classes
| * Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-181-11/+7
| |\
| * | updated iconsPhil Hughes2018-04-091-0/+1
| | | | | | | | | | | | | | | fixed bug where unstaged file when discarded would not take staged file changes
| * | Merge branch 'master' into ide-staged-changesPhil Hughes2018-03-271-12/+6
| |\ \
| * | | correctly stages and unstages filesPhil Hughes2018-03-221-4/+3
| | | | | | | | | | | | | | | | | | | | after a commit the files are correctly reset correctly enables the ability to have different staged & unstaged changes in the same file
| * | | Added staged files state to IDEPhil Hughes2018-03-221-69/+32
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4541
* | | | moved CSS out of the componentsPhil Hughes2018-04-181-10/+2
| |_|/ |/| | | | | | | | | | | | | | hooked up commit section to activity bar fixed commit section SVGs not loading added the different theme defintions to the activity bar
* | | Improve web IDE commit inputPhil Hughes2018-04-161-21/+9
| |/ |/| | | | | | | | | | | Improves the web IDE commit message imput by highlighting any characters on the first line after 50 & every other line after 72 Closes #44832
* | Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-221-14/+12
|/
* Move IDE to CEPhil Hughes2018-03-201-0/+174
| | | | This also makes the IDE generally available
* Remove IDE from CEPhil Hughes2018-03-021-171/+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>
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-6/+3
|
* Fix more eslint rulesFilipa Lacerda2018-01-081-1/+2
|
* Fixes more eslint rulesFilipa Lacerda2018-01-061-63/+63
|
* Merge branch 'master' into 34312-eslint-vue-pluginFilipa Lacerda2018-01-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (78 commits) Use --left-right and --max-count for counting diverging commits API: get participants from merge_requests & issues Copy Mermaid graphs as GFM Rephrase paragraph about e2e tests in merge requests in docs Remove EE only sections from docs Update redis-rack to 2.0.4 Refactor matchers for background migrations Add id to modal.vue to support data-toggle="modal" Allow local tests to use a modified Gitaly Fix specs Use computed prop in expand button Update check.md add deprecation and removal issue to docs Add status attribute to runner api entity Fix typos in a code comment Refactor RelativePositioning so that it can be used by other classes Backport 'Rebase' feature from EE to CE Just try to detect and assign once Fix custom name in branch creation for issue in Firefox Modify `LDAP::Person` to return username value based on attributes ...
| * Add id to modal.vue to support data-toggle="modal"Winnie Hellmann2018-01-051-1/+1
| |
* | Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-1/+3
|/
* Resolve "Decouple multi-file editor from file list"Tim Zallmann2017-12-211-0/+171