55 Commits

Author SHA1 Message Date
dpiercey
6ef629beb6 chore: remove unecessary ci config 2024-12-29 15:35:26 -07:00
dpiercey
c638c5af50 chore: upgrade codecov version 2024-12-29 15:35:26 -07:00
dpiercey
b12d7a9b76 chore: add engines field and add node 22 ci 2024-12-29 15:18:32 -07:00
dpiercey
58c8886cb9 chore: release runtime-tags attempt 2 2024-12-13 13:39:00 -07:00
dpiercey
3e660d8602 chore: release runtime-tags 2024-12-13 12:25:05 -07:00
dpiercey
2f6846382a chore: setup publish scripts for marko@6 2024-12-13 11:56:48 -07:00
dpiercey
d23e1939e0 chore: update gh actions to format on release commits 2024-04-15 15:32:40 -07:00
dpiercey
dc2520ae21 chore: upgrade all deps
chore: refactor package json scripts
chore: rename scripts used for ci with @ci prefix
2024-03-05 10:31:32 -07:00
dpiercey
c14d059159 chore: run build before trying to format code 2024-01-09 14:36:58 -07:00
dpiercey
987854f33d chore: update all package deps 2024-01-09 14:31:31 -07:00
Michael Rawlings
957934bbe6 chore: update node versions in ci 2023-07-24 11:55:08 -04:00
Dylan Piercey
e940554405
chore: update contributing doc 2023-04-21 14:51:03 -07:00
Dylan Piercey
00c1535387
chore: fix format ci action 2023-04-21 12:10:38 -07:00
Taylor Hunt
a0970494e0
Update URLs (#1871)
- `http://`→`https://`
- Fixed the broken Code of Conduct links
- Updated stale reference URLs in the core taglib definition to point at current docs pages
- `www.ebaytechblog.com` started redirecting to `tech.ebayinc.com`, so I updated those URLs too
2022-12-07 13:46:50 -05:00
Dylan Piercey
70c8cc3d52
fix: ensure ci runs for md files (#1833) 2022-07-28 08:11:30 -07:00
Dylan Piercey
5921c22972
fix: upgrade htmljs-parser (#1797) 2022-05-09 16:09:52 -07:00
Dylan Piercey
dd9009d665
chore: switch to changesets and npm workspaces (#1787) 2022-04-29 14:49:13 -07:00
Dylan Piercey
ec89afd5fb chore: switch to github ci 2021-03-17 20:32:52 -07:00
Dylan Piercey
594f1704c8
docs: replace references to gitter with discord
(cherry picked from commit 1a177d914d2fd03671249d2251d4a738d551b5b3)
2020-08-04 10:54:19 -07:00
Dylan Piercey
e933dac562
Remove unused deps, update package-lock (#1469) 2019-12-31 10:47:31 -07:00
Michael Rawlings
08f6f390c4
issue template fixes 2019-12-19 13:34:45 -08:00
Michael Rawlings
c88e0ba9bb
improve issue templates 2019-12-19 13:29:34 -08:00
Michael Rawlings
5fb6795776
simplify PR template 2018-08-28 13:35:21 -07:00
Michael Rawlings
5729a7efd9
remove artificial memory limit, npm test is just mocha now 2018-06-28 10:13:32 -07:00
Austin Kelleher
d9805d0e28 Update prettier (#1062)
* update prettier
* format files with new version of prettier
2018-06-21 10:40:44 -07:00
Michael Rawlings
28ff4e1485 fix markdown formatting 2018-05-10 11:35:22 -07:00
Michael Rawlings
6489961237
Delete ISSUE_TEMPLATE.md 2018-05-04 12:58:46 -07:00
Michael Rawlings
2433543c55 Update issue templates 2018-05-04 12:57:14 -07:00
Michael Rawlings
2c3edf3c36 remove additional spaces in .md 2018-03-23 14:06:03 -07:00
Michael Rawlings
428ec6cad1
Update CONTRIBUTING.md 2018-03-23 13:32:03 -07:00
Michael Rawlings
92c448f639 Autotest refactor (#1023)
* update autotest api and first few test suites

* refactor components-browser to use the new autotest api

* minor changes to update adjustIndent and components-pages to new autotest api

* refactor and combine async-render, deprecated-async-fragments, and render suites

* migrate compiler tests to new autotest runner

* migrate components-compilation tests to use new autotest api

* migrate most remaining test runners to new autotest api

* update adjustIndent

* migrate express tests to new autotest api

* switch from compare to snapshot

* move versions into directory

* remove snapshot sequences, prefix to name, suffix to ext

* refactor autotest

* keep node 4 happy: don't use destructured parameters

* use strict

* update contributing document to reflect new autotest api

* better snapshot errors with clickable path

* remove old vdomSkip property, fix some normalization in the render test runner, skip only tests that need to be skipped

* for generated vdom expectations use expected.html instead of rerendering the html template, update expected files that had editor added newlines at the end

* remove half-finished test that was intended to replace another test (render/fixtures/preserveWhitespace-load-option) - we'll keep the original
2018-03-23 11:27:52 -07:00
Michael Rawlings
0f5e639775 Format + lint (#1016)
* add prettierignore

* switch to eslint:recommended + eslint-config-prettier

* fix eslint violations

* remove more .jshintrc files

* better conditional structure

* add prettier and update prettier ignore

* add precommit hook to run prettier

* add lint check to precommit and format check to ci

* format all the things

* add generated files

* let npm do it's thing with package.json
2018-03-09 10:02:11 -08:00
Michael Rawlings
ee17aa53ab
fix debug image 2018-03-06 10:29:24 -08:00
Michael Rawlings
64da7034d9
Test allow failures (#1014)
* update mocha, add it-fails, add failing tests and skip reasons to autotest, use in the existing tests

* update labels and testing info in CONTRIBUTING
2018-03-05 21:48:08 -08:00
Michael Rawlings
1e87ef9c68 Create CODE_OF_CONDUCT.md 2017-10-01 10:48:31 -07:00
Michael Rawlings
a2f14351d1 Update ISSUE_TEMPLATE.md 2017-09-29 16:17:15 -07:00
Patrick Steele-Idem
036e7530c4 Update PULL_REQUEST_TEMPLATE.md 2017-08-25 13:47:18 -06:00
Patrick Steele-Idem
deb95bb48f Update CONTRIBUTING.md 2017-05-31 14:27:56 -06:00
Patrick Steele-Idem
ad00eb2aeb Mass rename of "widget" to "component" in files 2017-02-20 16:30:16 -07:00
Patrick Steele-Idem
78c7dceebd Updated CONTRIBUTING.md with CLA text 2016-11-02 16:31:46 -06:00
Michael Rawlings
fd9e5413ab Improve wording 2016-07-16 01:05:16 -07:00
Michael Rawlings
e4292fe20d Add anchor links at the top 2016-07-16 00:56:31 -07:00
Michael Rawlings
94ba7e65f8 Add documentation for adding tests 2016-07-16 00:45:55 -07:00
Michael Rawlings
ae676ac253 Add status:see-other label 2016-07-16 00:14:16 -07:00
Michael Rawlings
940e73ce97 Update ISSUE_TEMPLATE.md 2016-07-15 22:20:42 -07:00
Michael Rawlings
b53be8a82e Update CONTRIBUTING.md 2016-07-15 16:07:42 -07:00
Michael Rawlings
331bcbca8f Reorganize sections 2016-07-15 16:06:27 -07:00
Michael Rawlings
56cf523241 Fix label links 2016-07-15 16:03:49 -07:00
Michael Rawlings
4715908575 Change the color of the tools label 2016-07-15 13:30:21 -07:00
Michael Rawlings
72b03ef727 Update CONTRIBUTING.md 2016-07-14 21:45:03 -07:00