Commit graph

63 commits

Author SHA1 Message Date
Alex Gleason
2a3e5d67fc
GitLab CI: try jest --runInBand 2022-07-06 11:23:35 -05:00
Alex Gleason
095ea47065
Danger: allow failure 2022-06-19 14:13:35 -05:00
Alex Gleason
2a98a1e725
GitLab CI: fix cache 2022-06-17 19:02:58 -05:00
Alex Gleason
403395d7da
Danger: try branch pipeline hack 2022-06-17 18:23:53 -05:00
Alex Gleason
9046a30656
Revert "Remove Danger CI"
This reverts commit ae4a770d6b.
2022-06-17 18:21:45 -05:00
Alex Gleason
ae4a770d6b
Remove Danger CI 2022-06-17 17:59:54 -05:00
Alex Gleason
a2ee5c89eb
GitLab CI: don't cache danger job, switch to npx 2022-06-16 10:13:55 -05:00
Alex Gleason
30bac2b005
GitLab CI: add only: merge_requests to danger 2022-06-15 17:05:37 -05:00
Alex Gleason
7dd40c46c5
Add Danger
https://danger.systems/js/
2022-06-15 16:24:52 -05:00
Alex Gleason
a69e7e74e2
Rerun tests when .gitlab-ci.yml changes 2022-06-13 14:10:32 -05:00
Alex Gleason
f7354c75bc
GitLab CI: add back coverage regex 2022-06-13 13:57:10 -05:00
Alex Gleason
0c173d5757
Produce a junit.xml during test:coverage 2022-06-13 13:26:51 -05:00
Alex Gleason
b644b91a94
GitLab CI: display pretty test coverage 2022-06-13 12:15:07 -05:00
Alex Gleason
580542fbb8
Upgrade to Node 18 2022-06-01 13:22:49 -05:00
Justin
712e3ecb2e Remove artifacts 2022-05-27 10:15:32 -04:00
Justin
05bb3fe7a0 Add covertura report location 2022-05-27 09:46:21 -04:00
Justin
9007e237a0 Add coverage definition 2022-05-27 09:24:54 -04:00
Alex Gleason
890a3f2ec5
GitLab CI: only run deps if yarn.lock changes 2022-05-25 15:36:30 -04:00
Alex Gleason
b387c3fed1
GitLab CI: allow failure on review job 2022-05-25 11:23:55 -04:00
Alex Gleason
91adeca74a
GitLab CI: move build-production to test step 2022-05-25 11:15:41 -04:00
Alex Gleason
b798f486d0
GitLab CI: install-dependencies --> deps, simplify 2022-05-25 11:00:28 -04:00
Alex Gleason
1b970d662e
GitLab CI: move lint jobs into test step 2022-05-25 10:58:19 -04:00
Alex Gleason
0587c3f245
GitLab CI: test Mastodon Nginx conf 2022-05-20 18:48:39 -05:00
Alex Gleason
2bfded10d6
Support review apps 2022-05-18 21:49:41 -05:00
Justin
492c227cc3 Rename to dashes 2022-05-17 07:42:37 -04:00
Justin
677ccfdf7e Add 'install' step and cache it 2022-05-17 07:39:59 -04:00
Alex Gleason
8cef636093
Upgrade to Node.js 16.x 2022-04-11 14:27:32 -05:00
Justin
d3f49bfe7f Simplify YARN commands 2022-04-04 11:50:14 -04:00
Alex Gleason
a81424262a
gitlab-ci: lint on ts/tsx changes 2022-03-18 15:36:15 -05:00
Alex Gleason
bdd6093b72
GitLab CI: fix empty array 2021-09-06 23:59:19 -05:00
Alex Gleason
bf37bdffb8
GitLab CI: >:( 2021-09-06 23:58:36 -05:00
Alex Gleason
c08adde902
Pages: keep NODE_ENV "production", don't run yarn 2021-09-06 23:57:29 -05:00
Sean King
573046b4dc
Make GitLab pages deployment only move static to public 2021-09-06 21:48:42 -06:00
Alex Gleason
9c1886ecbb
Upgrade GitLab CI to Node 14, add .tool-versions for asdf 2021-09-06 12:47:11 -05:00
Alex Gleason
7861270355
Build config: add FE_BUILD_DIR to configure the output path 2021-09-03 14:42:31 -05:00
Alex Gleason
446b9b9bb1
GitLab CI: call env before jobs 2021-09-02 16:57:40 -05:00
Alex Gleason
bba6716cf7
Webpack: generate 404.html during build 2021-08-30 17:17:32 -07:00
Alex Gleason
d9354c8511
GitLab CI: do rebuild on pages deploy 2021-08-23 14:37:36 -05:00
Alex Gleason
680cfe09f8
GitLab CI: don't cache static directory
This didn't work like I hoped
2021-08-23 14:36:14 -05:00
Alex Gleason
f848f6ace3
GitLab CI: remove negated globs 2021-08-22 17:16:22 -05:00
Alex Gleason
4c183b3a84
GitLab CI: cache build directory between jobs 2021-08-22 16:32:26 -05:00
Alex Gleason
1b06ead6d2
GitLab CI: only run jobs when relevant files change 2021-08-22 16:18:01 -05:00
Alex Gleason
9c181e30a5
GitLab CI: attempt to fix PWA routes 2021-08-22 15:44:49 -05:00
Alex Gleason
3d008e46a9
GitLab CI: deploy to pages on develop branch 2021-08-21 23:48:29 -05:00
Alex Gleason
68677e3692
Docs CI: simplify only ref 2020-08-30 15:09:11 -05:00
Alex Gleason
55fe6eb179
Docs CI: we did it Reddit! 2020-08-30 14:21:13 -05:00
Alex Gleason
91d4467f50
Docs CI: fix file globbing 2020-08-30 14:06:41 -05:00
Alex Gleason
1aa68c51b1
Docs CI: use alpine:latest 2020-08-30 13:59:39 -05:00
Alex Gleason
db037c9fbf
Docs CI: try $DOCS_TRIGGER_PIPELINE --> $CI_JOB_TOKEN 2020-08-30 13:49:42 -05:00
Sean King
f482ddf86b
Fix GitLab CI error 2020-08-29 15:51:17 -06:00