66 Commits

Author SHA1 Message Date
Jaime King
73fe3e4627 fix(web): optional dependency sharp caused errors when missing 2022-02-04 14:48:29 +01:00
Thomas Vaillant
c3d8a6607f chore: add docker support 2021-10-28 22:15:50 +02:00
github-actions[bot]
6c82030565 chore(release): publish v1.0.0-beta.11 v1.0.0-beta.11 2021-04-30 14:27:32 +00:00
Thomas Vaillant
4f55fe680e docs: add --unsafe-perm to GitLab example 2021-04-30 16:06:15 +02:00
Thomas Vaillant
8f888634fd fix(cli): print Next.js' stderr to improve debug
especially for `log4brains build` (see #26)
2021-04-30 16:06:15 +02:00
github-actions[bot]
7eb267eded chore(release): publish v1.0.0-beta.10 v1.0.0-beta.10 2021-04-30 08:26:01 +00:00
Thomas Vaillant
7d61668634 fix(web): caniuse-lite outdated warning 2021-04-30 10:06:05 +02:00
github-actions[bot]
1080f46458 chore(release): publish v1.0.0-beta.9 v1.0.0-beta.9 2021-04-29 12:40:51 +00:00
Thomas Vaillant
bd00924de5 ci: add workflow_dispatch 2021-04-29 14:19:30 +02:00
Thomas Vaillant
3d93ec3885 ci: also run log4brains build in the E2E tests 2021-04-29 13:53:26 +02:00
Thomas Vaillant
67ffaeb007 style: fix new eslint format 2021-04-29 12:27:21 +02:00
Thomas Vaillant
be68127583 ci: run E2E tests once a week to check regressions
possibly caused by dependency updates
2021-04-29 12:27:21 +02:00
Thomas Vaillant
e7497dcdcb ci: fix broken CI on Windows
see https://github.com/thomvaill/log4brains/pull/28
2021-04-29 12:27:21 +02:00
Thomas Vaillant
320e1bac0c fix: #27 pin nextjs to a specific version
because we rely on many "hacks" of Next.js, we cannot use semver
2021-04-29 12:27:21 +02:00
Thomas Vaillant
03c4df1b6a docs: update demo gif 2021-01-21 19:28:45 +01:00
github-actions[bot]
aa9d69230a chore(release): publish v1.0.0-beta.8 v1.0.0-beta.8 2021-01-20 10:12:23 +00:00
Thomas Vaillant
9f2a25c251 fix: build issue with fsevents on macOS 2021-01-20 10:49:43 +01:00
Thomas Vaillant
e3b74be059 fix(init): bad import 2021-01-20 10:49:43 +01:00
Thomas Vaillant
6d2e0eca91 ci: test also on macOS 2021-01-20 10:49:43 +01:00
Thomas Vaillant
132ef7caad fix(init): sed behavior on macOS
replace sed by a Node native implementation
2021-01-20 10:49:43 +01:00
github-actions[bot]
46bab9ede6 chore(release): publish v1.0.0-beta.7 v1.0.0-beta.7 2021-01-19 14:44:28 +00:00
Tommy Brunn
c1629a4a69 fix(init): Typo in ADR template link 2021-01-19 15:21:53 +01:00
Thomas Vaillant
253684217d docs: fix README badges 2021-01-19 10:15:59 +01:00
Thomas Vaillant
3022db72c1 docs: improve README 2021-01-15 11:33:33 +01:00
github-actions[bot]
5b3daf43a0 chore(release): publish v1.0.0-beta.6 v1.0.0-beta.6 2021-01-14 16:36:41 +00:00
Thomas Vaillant
1a04aca75d fix(web): update to react 17 to fix install bug in node 15 2021-01-14 17:11:31 +01:00
Thomas Vaillant
4e2a4f018b ci: add post-release e2e tests 2021-01-14 16:48:51 +01:00
Thomas Vaillant
d51cb5d3ec ci: update node versions 2021-01-14 16:48:35 +01:00
github-actions[bot]
3398775e82 chore(release): publish v1.0.0-beta.5 v1.0.0-beta.5 2021-01-13 20:53:41 +00:00
Thomas Vaillant
65347d09cf ci: fix build 2021-01-13 21:33:48 +01:00
Thomas Vaillant
488e73cc16 ci: add yarn global folder to PATH 2021-01-13 21:32:42 +01:00
Thomas Vaillant
50e15a5d25 test: disable temporary init tests
asynchronous issue
2021-01-13 20:51:45 +01:00
Thomas Vaillant
1360811156 ci: debug Jest issue with init tests 2021-01-13 20:51:45 +01:00
Thomas Vaillant
7244953b65 ci(web): fix Windows build 2021-01-13 20:51:45 +01:00
Thomas Vaillant
e60c5bc7b6 ci: test only 14.x for PRs
because it's too slow!
2021-01-13 20:51:45 +01:00
Thomas Vaillant
f5fda3f165 ci: build before lint to have types 2021-01-13 20:51:45 +01:00
Thomas Vaillant
e59fd27131 docs: simplify README and fix typos 2021-01-13 20:51:45 +01:00
Thomas Vaillant
9fecdab44f feat: display the nb of generated ADRs
Fixes #14
2021-01-13 20:51:45 +01:00
Thomas Vaillant
9551b689ff feat: distribute as a global NPM package
BREAKING CHANGE: installation procedure is now completely modified
2021-01-13 20:51:45 +01:00
Oliver Kopp
079ee579db docs(readme): fix installation command 2020-12-23 11:31:52 +01:00
Thomas Vaillant
62cb63afd0 docs(readme): improve @joelparkerhenderson refs 2020-12-16 18:14:25 +01:00
Thomas Vaillant
eec9bee0e4 Add explicit links and add real names for MADR 2020-12-16 18:06:10 +01:00
Thomas Vaillant
4477189fea ci: avoid publication when only docs 2020-12-16 18:00:53 +01:00
Oliver Kopp
a45b36815d Add explicit links and add real names 2020-12-14 23:41:24 +01:00
github-actions[bot]
4def59002b chore(release): publish v1.0.0-beta.4 v1.0.0-beta.4 2020-12-10 15:19:29 +00:00
Thomas Vaillant
d31dbe8a22 docs(readme): getting started for a dedicated repo 2020-12-10 15:58:52 +01:00
Thomas Vaillant
17ebcf95e9 docs(readme): typos 2020-12-10 15:50:39 +01:00
Thomas Vaillant
de0c04c3bc fix(init): typo 2020-12-10 15:50:05 +01:00
github-actions[bot]
39b1a7cfd8 chore(release): publish v1.0.0-beta.3 v1.0.0-beta.3 2020-12-10 14:01:38 +00:00
Thomas Vaillant
d5783c8f69 fix(init): use yesterday's date to create first ADRs
So that we are sure new ones will be placed on top
2020-12-10 14:40:47 +01:00