Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Project initialization #2

Merged
merged 37 commits into from
Dec 12, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
edade67
Project initialization
mbarekh Sep 27, 2018
31a9e0a
add travis configuration file
mbarekh Sep 28, 2018
05c50dc
add travis configuration file
mbarekh Sep 28, 2018
6bf57c9
Update README.md
xcomponentadmin Sep 29, 2018
90fb447
Update README.md
xcomponentadmin Sep 29, 2018
be2239d
Update .travis.yml
xcomponentadmin Sep 29, 2018
8d9f13f
Update .travis.yml
xcomponentadmin Sep 29, 2018
718cf52
Update .travis.yml, travis needs global install for grunt-cli package
mbarekh Oct 1, 2018
2aeaebe
Merge branch 'issue_1' of https://github.com/xcomponent/PluginAC2 int…
mbarekh Oct 1, 2018
d52f44f
Update .travis.yml
mbarekh Oct 1, 2018
7e0fd8d
replace yarn with npm
mbarekh Oct 1, 2018
10091de
remove yarn.lock file
mbarekh Oct 1, 2018
53688db
add grunt-cli in dev dependencies
mbarekh Oct 1, 2018
063e188
project conversion from javascript to typescript
mbarekh Oct 4, 2018
bea46ea
fix build failed
mbarekh Oct 4, 2018
d8e9629
fix build failed
mbarekh Oct 5, 2018
0f4c666
build matrix to test on both node 8 and node 10
mbarekh Oct 5, 2018
812a572
update .gitignore
mbarekh Oct 5, 2018
20bd995
add cache section in .travis.yml
mbarekh Oct 5, 2018
f63b9cd
move readme.md and plugin?json file from src/ to root
mbarekh Oct 5, 2018
50b7279
rename plugin
mbarekh Oct 5, 2018
2333752
readme update
mbarekh Oct 5, 2018
962bcca
improve graphical view
mbarekh Oct 8, 2018
edffd99
remove useless dependencies
mbarekh Oct 8, 2018
9712856
extract css definitions in a seperate file
mbarekh Dec 4, 2018
156684f
Add an installation section
mbarekh Dec 4, 2018
de6a9c1
rename id of map container
mbarekh Dec 4, 2018
09fa43e
add exclude section in tsconfig.json file
mbarekh Dec 4, 2018
2ccbc2a
replace es6 by es5 in tsconfig.json file
mbarekh Dec 4, 2018
8f6c778
change import path
mbarekh Dec 5, 2018
0f93155
fix tabulation
mbarekh Dec 6, 2018
ebae0a9
update tsconfig file with the missing propreties
mbarekh Dec 6, 2018
a4351ca
fix gojs import
mbarekh Dec 6, 2018
9efc0fb
create new class ac2Map to split module.ts
mbarekh Dec 6, 2018
590a832
change update diagram method to not recreate the diagram model on eac…
mbarekh Dec 10, 2018
6ee89b2
factorize updateDiagram and drawDiagram
mbarekh Dec 11, 2018
352453b
fix update diagram method
mbarekh Dec 11, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ branches:
- master
os:
- linux
before_install:
- yarn global install -g grunt-cli

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 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

install:
- yarn install
script:
Expand Down
Binary file added dist/src/img/plugin_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.