This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Project initialization #2
Merged
Merged
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
edade67
Project initialization
mbarekh 31a9e0a
add travis configuration file
mbarekh 05c50dc
add travis configuration file
mbarekh 6bf57c9
Update README.md
xcomponentadmin 90fb447
Update README.md
xcomponentadmin be2239d
Update .travis.yml
xcomponentadmin 8d9f13f
Update .travis.yml
xcomponentadmin 718cf52
Update .travis.yml, travis needs global install for grunt-cli package
mbarekh 2aeaebe
Merge branch 'issue_1' of https://github.com/xcomponent/PluginAC2 int…
mbarekh d52f44f
Update .travis.yml
mbarekh 7e0fd8d
replace yarn with npm
mbarekh 10091de
remove yarn.lock file
mbarekh 53688db
add grunt-cli in dev dependencies
mbarekh 063e188
project conversion from javascript to typescript
mbarekh bea46ea
fix build failed
mbarekh d8e9629
fix build failed
mbarekh 0f4c666
build matrix to test on both node 8 and node 10
mbarekh 812a572
update .gitignore
mbarekh 20bd995
add cache section in .travis.yml
mbarekh f63b9cd
move readme.md and plugin?json file from src/ to root
mbarekh 50b7279
rename plugin
mbarekh 2333752
readme update
mbarekh 962bcca
improve graphical view
mbarekh edffd99
remove useless dependencies
mbarekh 9712856
extract css definitions in a seperate file
mbarekh 156684f
Add an installation section
mbarekh de6a9c1
rename id of map container
mbarekh 09fa43e
add exclude section in tsconfig.json file
mbarekh 2ccbc2a
replace es6 by es5 in tsconfig.json file
mbarekh 8f6c778
change import path
mbarekh 0f93155
fix tabulation
mbarekh ebae0a9
update tsconfig file with the missing propreties
mbarekh a4351ca
fix gojs import
mbarekh 9efc0fb
create new class ac2Map to split module.ts
mbarekh 590a832
change update diagram method to not recreate the diagram model on eac…
mbarekh 6ee89b2
factorize updateDiagram and drawDiagram
mbarekh 352453b
fix update diagram method
mbarekh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you put this in dev dependencies instead ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done