dependabot[bot]
|
0626a3e4d3
|
chore(deps): bump react-tooltip from 4.2.11 to 4.2.15 (#150)
Bumps [react-tooltip](https://github.com/wwayne/react-tooltip) from 4.2.11 to 4.2.15.
- [Release notes](https://github.com/wwayne/react-tooltip/releases)
- [Changelog](https://github.com/wwayne/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wwayne/react-tooltip/compare/v4.2.11...v4.2.15)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-02-26 15:24:13 -05:00 |
|
|
46769cce55
|
ci: re-fix discord data quoting
|
2021-01-12 23:33:10 -05:00 |
|
dependabot[bot]
|
e4f7b4dd97
|
chore(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (#107)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.1 to v2.2.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.1...e448a9b857ee2131e752b06002bf0e093c65e571)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-01-13 04:32:03 +00:00 |
|
|
bb82ce519b
|
ci: fix curl data quoting
|
2021-01-12 23:18:12 -05:00 |
|
|
59bb223049
|
ci: update codeql
|
2021-01-12 23:12:05 -05:00 |
|
|
041fc19e95
|
ci: discord failed() -> failure()
|
2021-01-12 23:09:10 -05:00 |
|
|
14c9993bf6
|
ci: discord when -> if
|
2021-01-12 23:01:04 -05:00 |
|
|
6a5df41a31
|
ci: add #deployments
|
2021-01-12 22:51:30 -05:00 |
|
|
6392722a6f
|
fix: server-setup template index.ts missed content
|
2021-01-12 21:15:29 -05:00 |
|
|
19637c2ddb
|
chore: bump npm packages
|
2021-01-12 21:04:42 -05:00 |
|
|
8299c548ba
|
feat: add server-setup page
|
2021-01-12 20:57:11 -05:00 |
|
|
df05e23303
|
chore: bump terraform providers
|
2021-01-10 15:21:58 -05:00 |
|
|
334462680e
|
chore: bump packages
|
2020-12-29 00:29:58 -05:00 |
|
|
888988fce2
|
chore: lint-staged can use stylelint --fix now
|
2020-12-23 19:16:12 -05:00 |
|
|
d70eb44963
|
chore: remove stylelint processor
|
2020-12-23 19:15:35 -05:00 |
|
|
25615ac38d
|
ci: flip worker check, if found skip=1, not 0
|
2020-12-22 00:31:49 -05:00 |
|
|
20fec5ea24
|
chore: bump packages
|
2020-12-22 00:27:50 -05:00 |
|
|
5e065912de
|
ci: skip worker build if already built.
|
2020-12-22 00:13:31 -05:00 |
|
|
1495500f2b
|
fix(API): highest role position was incorrectly calculated starting from the highest instead of the lowest. fixes #97
|
2020-12-21 22:09:05 -05:00 |
|
|
5ef9046e0b
|
chore: remove tf lint-staged rule -- will revisit
|
2020-12-21 05:49:28 -05:00 |
|
|
8c9243b736
|
infra: set public_uri vars in repo instead of from secrets
|
2020-12-21 05:37:36 -05:00 |
|
|
7363b4d359
|
fix(RolePicker): make sure getInitialProps always returns
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:17:02 -05:00 |
|
|
7f031bb960
|
chore: prefix un-consumed router.replace() calls with void
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:10:57 -05:00 |
|
|
779095386d
|
feat(auth/login): Login page will set a sessionStorage redirect flag when given an ?r= ID
Also adds HTML titles
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:10:25 -05:00 |
|
|
25ce18b911
|
feat(UI): new-session machinery will redirect to known URL if given in sessionStorage
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:09:02 -05:00 |
|
|
9699c313f9
|
chore: fix logout link -- broke layout, will investigate
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:07:51 -05:00 |
|
|
d11e29d4f5
|
chore: remove PreauthSecretCode
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:04:44 -05:00 |
|
|
91c27f6b9a
|
fix(utils): apiFetch should tolerate missing authentication
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:04:12 -05:00 |
|
|
6d8f40e30e
|
feat(RolePicker): when not authed, redirect to /auth/login?r=id
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-21 05:03:38 -05:00 |
|
|
765a0f2b22
|
chore: remove eslint from lint-staged, will circle back
|
2020-12-21 03:58:08 -05:00 |
|
|
52a8dcdf76
|
chore: change guild member cache identity to be suffixed with /roles as there is an expected change schema change
|
2020-12-21 03:58:08 -05:00 |
|
dependabot[bot]
|
226e212cb9
|
chore(deps-dev): bump eslint-plugin-jsdoc from 30.7.8 to 30.7.9 (#87)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.7.8 to 30.7.9.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.7.8...v30.7.9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-12-21 16:36:03 +00:00 |
|
dependabot[bot]
|
880dbe4912
|
chore(deps): bump swr from 0.3.9 to 0.3.11 (#88)
Bumps [swr](https://github.com/vercel/swr) from 0.3.9 to 0.3.11.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/0.3.9...0.3.11)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-12-21 11:22:38 -05:00 |
|
|
d66fcd1cde
|
chore: instead of HUSKY=0, just disable scripts. they aren't necessary.
|
2020-12-20 01:29:49 -05:00 |
|
|
7e007b7e86
|
chore: add HUSKY=0 to ui dockerfile
|
2020-12-20 01:04:27 -05:00 |
|
|
b98eb10c12
|
chore: remove enzyme-react-17 type placeholder
|
2020-12-19 20:54:15 -05:00 |
|
|
5c36a56385
|
chore: fix lint-staged issues
|
2020-12-19 20:49:00 -05:00 |
|
|
89d23cb214
|
fix(ServerListingCard): remove unreachable return in permission tag
|
2020-12-19 20:48:22 -05:00 |
|
|
04a3feceae
|
chore: prettier ignore husky stuff
|
2020-12-19 20:40:39 -05:00 |
|
|
62f57c8d67
|
chore: lint pre-commit
|
2020-12-19 20:38:40 -05:00 |
|
|
f89cf38c7b
|
chore: husky is still weird
|
2020-12-19 20:37:41 -05:00 |
|
|
839d98a2ff
|
chore: update husky to v5 (okay actually maybe for real this time)
|
2020-12-19 20:36:22 -05:00 |
|
|
179139aa31
|
chore: update husky to v5 (again)
|
2020-12-19 20:34:18 -05:00 |
|
|
aa60952663
|
chore: update husky to v5
|
2020-12-19 20:33:15 -05:00 |
|
|
53d3c8ad2e
|
chore: setup lint-staged
|
2020-12-19 20:27:10 -05:00 |
|
|
83f3269b06
|
chore(ServerListingCard): fix stylelint issue
|
2020-12-19 20:15:32 -05:00 |
|
|
cc592a9da1
|
fix(RolePicker): wrap Reset/Submit in a div to fix positioning
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-19 20:12:50 -05:00 |
|
|
c1b9153bf4
|
chore(get-picker-data): make prettier format respond
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-19 20:12:05 -05:00 |
|
|
455632d72d
|
chore(Breakpoints): remove extraneous comment
Signed-off-by: Katalina Okano <git@kat.cafe>
|
2020-12-19 20:11:29 -05:00 |
|
|
d61f5ae59e
|
feat(AppShell): add option to disable my guilds popover
|
2020-12-19 20:10:57 -05:00 |
|