Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | chore(deps): npm update | n-peugnet | |
2020-08-12 | disable javascript config option, close #114 | vincent-peugnet | |
2020-08-11 | fix dangerous things for dev deps | vincent-peugnet | |
2020-03-23 | feat(graph): better layout with cose-bilkent | n-peugnet | |
2020-03-22 | add cytoscape as a npm packages | n-peugnet | |
2019-11-17 | chore: minor file changes | n-peugnet | |
- rename LICENSE.md into LICENSE - move some vars in Makefile - move prettier config outside of webpack config | |||
2019-11-15 | feat: load Sentry browser as an external script | n-peugnet | |
- better way to check if we need to report errors in PHP - fix make file $(js_bundles) dependencies (add webpack conf) - update sentry-browser sdk and move it to dev requirements | |||
2019-11-07 | feat: include sentry in frontend | n-peugnet | |
2019-11-07 | build: add @sentry/cli to release process | n-peugnet | |
2019-11-07 | build: gen VERSION from make instead of release-it | n-peugnet | |
- remove @release-it/bumper module - gen VERSION from make - remove VERSION from git | |||
2019-11-05 | Merge pull request #26 from n-peugnet/build-optimizations | Vincent Peugnet | |
perf: make optimizations | |||
2019-11-04 | fix: npm install warnings | n-peugnet | |
- fix repository and licence fields - hide remaining warnings | |||
2019-11-04 | perf: make optimizations | n-peugnet | |
- run npm and composer only when needed - include .default.env - add watch targets - "make all" builds in dev mode, "make dist" in prod mode | |||
2019-11-01 | style: add prettier on webpack build | n-peugnet | |
2019-10-24 | add release-it as the release tool | n-peugnet | |
2019-10-21 | include CodeMirror in edit page | n-peugnet | |
- add npm prerequisite - add codemirror through npm - add webpack trough npm to build the js bundles - add first codemirror enhenced textarea |