Commit graph

1382 commits

Author SHA1 Message Date
Futago-za Ryuu f00b516cd7 Update eslint config
- Move to manageble private package
- Ensure '.vue' rules are used via override
- Add support for TypeScript
- Update AP config to install correctly
2019-09-28 23:19:24 +01:00
Futago-za Ryuu 310252f7c5 support dev-publishing other packages 2019-09-28 23:19:23 +01:00
Futago-za Ryuu d08e8bf52d Upgrade devDependencies
- codecov: 3.3.0
- eslint: 5.16.0
- mocha: 6.1.3
- mocha-junit-reporter: 1.22.0
- nyc: 14.0.0
- vuepress: 1.0.0-alpha.47
- sinon: 7.3.2
- @babel/core: 7.4.3
- @babel/preset-env: 7.4.3
- webpack: 4.30.0
2019-09-28 23:19:23 +01:00
Futago-za Ryuu 138fb96aed Use progress reporter for faster local testing 2019-09-28 23:19:23 +01:00
Futago-za Ryuu e16dc50686 website: Use configs for nav and sidebars 2019-09-28 23:19:23 +01:00
Futago-za Ryuu fae001e4ed Upgrade devDependencies:
- codecov: 3.2.0
- eslint: 5.15.3
- eslint-config-futagozaryuu: 5.8.0
- eslint-plugin-vue: 5.2.2
- mocha: 6.0.3
- nyc: 13.3.0
- vuepress: 1.0.0-alpha.44
- sinon: 7.3.0
- @babel/core: 7.4.0
- @babel/preset-env: 7.4.2
- webpack: 4.29.6
- webpack-cli: 3.3.0
2019-09-28 23:19:22 +01:00
Nils-Hero Lindemann 0b102d29a8 Fix last link in the TOC (#621)
There was a '-1' missing at the end of the link.
2019-07-24 17:04:01 +01:00
Futago-za Ryuu 30f3260008 Skip publishing on Build.Reason === PullRequest 2019-03-20 22:35:05 +00:00
Futago-za Ryuu 56f3c98579 Use env parameter to pass variables 2019-03-20 22:09:50 +00:00
Futago-za Ryuu 42514c4951 Ensure GIT_COMMIT_SHA is valid 2019-03-20 22:00:04 +00:00
Futago-za Ryuu 910a51bf5f Dont auto-publish on PR's 2019-03-20 21:57:26 +00:00
Futago-za Ryuu 42a6f774fb Update installation document 2019-02-20 11:00:50 +00:00
Futago-za Ryuu 9b8b1c5e64 Fix links in browser benchmark results 2019-02-20 10:00:08 +00:00
Futago-za Ryuu 85dbe5a396 Fix build path for browser benchmark entry 2019-02-19 16:17:36 +00:00
Futago-za Ryuu 0253215c24 Update benchmark paths 2019-02-15 21:07:40 +00:00
Futago-za Ryuu 53b966289b Fix url's for ajax requests 2019-02-15 11:55:57 +00:00
Futago-za Ryuu e82994582a Use files from repo during benchmark in a browser 2019-02-15 11:50:12 +00:00
Futago-za Ryuu f69239dcc0 Use env directly with publishing script 2019-02-15 03:46:04 +00:00
Futago-za Ryuu ec3f2962a8 CI: env -> variables 2019-02-15 03:26:38 +00:00
Futago-za Ryuu 83616b4d5d CI: Use displayName + NPM_CI_TOKEN 2019-02-15 03:14:43 +00:00
Futago-za Ryuu 6a810cc78f pegjs@dev should always run 2019-02-15 02:49:02 +00:00
Futago-za Ryuu 38cd65d193 Use env variables when auto-publishing 2019-02-15 01:04:07 +00:00
Futago-za Ryuu baf8b3a339 Publish to pegjs@dev on every CI run
This adds a new local package called '@pegjs/publish-dev' that will be run by the CI after all other tasks.

'@pegjs/publish-dev' will, as the name implies, publish a new release of pegjs on NPM under the dev tag.
2019-02-15 00:54:31 +00:00
Futago-za Ryuu d7c11c54e8 Ensure all js files are transpiled 2019-02-14 13:15:43 +00:00
Futago-za Ryuu ef2d318c15 Regenerate test bundle [NO_CI] 2019-02-14 12:37:37 +00:00
Futago-za Ryuu 703fbbf8d0 Ensure mocha only finds test files 2019-02-14 12:08:40 +00:00
Futago-za Ryuu caa8b4cf7b Use html reporter for mocha browser 2019-02-14 12:07:46 +00:00
Futago-za Ryuu fcbfa39102 Ensure mocha runs on the browser 2019-02-14 11:41:46 +00:00
Futago-za Ryuu ea991cd65c Rebuild ci bundles 2019-02-14 11:16:06 +00:00
Futago-za Ryuu ed6690e5bb Use mocha/mocha.js 2019-02-14 11:05:27 +00:00
Futago-za Ryuu 6525825f2e Use mocha-loader 2019-02-13 06:43:48 +00:00
Futago-za Ryuu f7a52c70a4 Webpack: use library option 2019-02-13 05:01:07 +00:00
Futago-za Ryuu c35a61f524 Commit bundled web ci files 2019-02-13 03:13:38 +00:00
Futago-za Ryuu a2c677ef38 Use CODECOV_TOKEN secret 2019-02-12 10:11:21 +00:00
Futago-za Ryuu 5542547091 Switch to codecov.io 2019-02-12 09:41:45 +00:00
Futago-za Ryuu b1350d46f8 ci: use beforeEach and afterEach hooks 2019-02-12 08:59:59 +00:00
Futago-za Ryuu 05c6fc9a34 Remove env variables for Git 2019-02-12 07:40:01 +00:00
Futago-za Ryuu 9801b966c0 Add repository to packages table 2019-02-12 02:34:51 +00:00
Futago-za Ryuu 97f98122f8 devDependencies > dependencies 2019-02-12 02:21:45 +00:00
Futago-za Ryuu 8d1a9a6ceb Updated packages table [no ci] 2019-02-12 02:17:43 +00:00
Futago-za Ryuu da3ea8e47d Implement @pegjs/bundler 2019-02-12 02:00:48 +00:00
Futago-za Ryuu b2e6958698 Ensure all node_modules dirs are ignored 2019-02-07 05:45:41 +00:00
Futago-za Ryuu 7a78b7cfdf Upgrade dependencies 2019-02-07 05:40:01 +00:00
Futago-za Ryuu f13d0268d6 Pipelines: combine some scripts 2019-01-27 12:01:42 +00:00
Futago-za Ryuu 06f782d397 Pipelines: Move CC scripts to after hook 2019-01-27 11:42:19 +00:00
Futago-za Ryuu e72e85bc1d Pipelines: fix cc-test-reporter path 2019-01-27 11:28:42 +00:00
Futago-za Ryuu 0259640d3c Pipelines: Add test script hooks for CC 2019-01-27 11:19:08 +00:00
Futago-za Ryuu e6c4d8289d Rename azure_coverage to publish_* 2019-01-27 06:20:10 +00:00
Futago-za Ryuu 935f80d740 Pipelines: Use node-matrix-test.yml 2019-01-25 07:23:27 +00:00
Futago-za Ryuu 9906f21c57 Update output for mocha-junit-reporter 2019-01-25 05:57:49 +00:00