Commit Graph

13 Commits (38.139.1)

Author SHA1 Message Date
Michael Kriese d90de484b1
docs: validate with mkdocs ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-08-14 10:42:23 +00:00
Michael Kriese 3ac9ec915e
build: use pnpm ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-08-03 19:43:47 +00:00
HonkingGoose 7cb98e1a5b
build: use ESLint cache option ()
* ci: use ESLint cache option

* Update .gitignore

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 14:36:10 +00:00
Michael Kriese e4c938b7a5
docs: release as asset ()
* docs: prepare release as asset

* chore: cleanup

* fix: wrong extension

* fix: wrong logger

* fix: wrong path

* chore: clean and create tmp

* chore: fix types

* fix: update generation

* Update .github/workflows/build.yml

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* Update lib/datasource/types.ts

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-12-09 21:12:49 +01:00
Michael Kriese 692c1e612f
chore: update settings () 2020-08-14 07:54:58 +02:00
Michael Kriese a1d648fc97
chore(ci): jest github annotations () 2020-04-02 06:01:31 +02:00
Michael Kriese cb56b54351
fix(ci): refactor release () 2020-03-29 17:31:30 +02:00
Michael Kriese ae3d71387e
feat(internal): generate dynamic datasource imports () 2020-03-24 07:17:59 +01:00
Rhys Arkins aaa7728264 test: rename _fixtures to __fixtures__ 2020-03-01 07:42:52 +01:00
Michael Kriese 4004f46c0b
refactor(test): move manager tests to lib () 2020-02-05 01:14:31 +01:00
Rishabh Jain c1663e3db1 tests: move fixtures to corresponding directories ()
- Refactor: move fixtures to corresponding directories
- Delete unused fixtures

Resolves: 
2019-03-11 16:50:10 +01:00
Rhys Arkins c980fa1e13 fix: bundle yarn binary instead of aliasing 2018-09-27 12:35:05 +02:00
Rhys Arkins b4e2341d1e refactor: use prettier instead of eslint-plugin-prettier ()
Having eslint flag prettier "errors" in editors can be rather painful. Also chose against linting staged files for prettier because I like to stage partials. Instead:
- Recommended to use plugins for editors to format on save, e.g. `prettier-atom`
- Prettier will be run as part of `npm test`
2017-10-01 07:06:06 +02:00