Commit Graph

286 Commits

Author SHA1 Message Date
Nicolas Meienberger
23fb14b414 chore: apply next-safe-action patch 2023-10-12 22:26:34 +02:00
Nicolas Meienberger
39e8041a06 fix(next-safe-action): patch package to handle network errors 2023-10-12 22:19:18 +02:00
Nicolas Meienberger
986784d81c fix: migrate StatusProvider to work with RSC 2023-10-11 21:22:57 +02:00
Nicolas Meienberger
bbba17168b chore: bump dependencies 2023-10-10 22:37:58 +02:00
Nicolas Meienberger
0221021b84 tests(cli): include postgrest env vars in .env.test 2023-10-10 21:31:26 +02:00
Nicolas Meienberger
9def6bc4d9 chore: add stub .env file during build 2023-10-10 21:19:54 +02:00
Nicolas Meienberger
8d690e408a chore: remove _app, _document and middleware 2023-10-10 20:57:06 +02:00
Nicolas Meienberger
363921d246 chore(deps): remove trpc related dependencies 2023-10-07 10:38:42 +02:00
dependabot[bot]
34006c680b chore(deps-dev): bump eslint-config-airbnb-typescript
Bumps [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) from 17.0.0 to 17.1.0.
- [Release notes](https://github.com/iamturns/eslint-config-airbnb-typescript/releases)
- [Changelog](https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/iamturns/eslint-config-airbnb-typescript/compare/v17.0.0...v17.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-airbnb-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 08:57:22 +02:00
dependabot[bot]
81d54c3ee2 chore(deps): bump superjson from 1.12.3 to 1.13.3
Bumps [superjson](https://github.com/blitz-js/superjson) from 1.12.3 to 1.13.3.
- [Release notes](https://github.com/blitz-js/superjson/releases)
- [Commits](https://github.com/blitz-js/superjson/compare/v1.12.3...v1.13.3)

---
updated-dependencies:
- dependency-name: superjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 08:53:23 +02:00
Nicolas Meienberger
fbefc31bd3 chore: bump next-safe-action 2023-10-03 08:49:55 +02:00
Nicolas Meienberger
7b533bb0bc chore: patch next-safe-action with onExecute callback 2023-10-03 08:49:55 +02:00
Nicolas Meienberger
42edd1c4a4 chore: bump next to 13.5.3 2023-09-28 21:16:48 +02:00
Nicolas Meienberger
c60f77bf02 chore: bump devDependencies 2023-09-28 08:23:53 +02:00
Nicolas Meienberger
61cac4abf6 chore: update lock file 2023-09-28 07:52:55 +02:00
Nicolas Meienberger
c3ea3e8cdc Merge branch 'master' into develop 2023-09-28 07:52:21 +02:00
Nicolas Meienberger
163d2f9374 fix(cli): handle unhandled errors in execAsync 2023-09-27 20:37:01 +02:00
Nicolas Meienberger
32ab0da985 feat: move login page to RSC 2023-09-18 19:35:36 +02:00
Nicolas Meienberger
a8933e592e feat: move my apps page to RSC 2023-09-07 12:47:14 +02:00
Nicolas Meienberger
23a115b955 feat: move dashboard page to RSC 2023-09-07 11:45:01 +02:00
Nicolas Meienberger
779f7951d9 refactor: remove usages of singletons and optimize redis connections count 2023-09-05 22:33:24 +02:00
Nicolas Meienberger
1047ead206 Merge branch 'master' into release/2.0.1 2023-08-31 23:20:43 +02:00
Nicolas Meienberger
028a4d654d feat(Markdown): display html in app description 2023-08-31 21:09:47 +02:00
Nicolas Meienberger
77701cb6b0 chore: remove express and express-session dependencies 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
427ffe0ff7 chore: remove nodemon and esbuild devDependencies 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
ca8e05652c refactor: move db migrations in cli start command 2023-08-28 20:23:51 +02:00
Nicolas Meienberger
ecf1eff86b chore: fix permission issues with running watcher sudoless 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
d62558f41d chore: remove un-used exports and dependencies 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
183516117e ci: refactor alpha release and update lock file 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
eaa42c7975 feat: add APP_HOST variable and refactor fs mocks with memfs 2023-08-26 15:10:28 +02:00
dependabot[bot]
37a74f8db4 chore(deps): bump react-hook-form from 7.45.0 to 7.45.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.0 to 7.45.1.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.45.0...v7.45.1)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 15:10:28 +02:00
dependabot[bot]
01be8bfb5c chore(deps-dev): bump typescript from 5.1.3 to 5.1.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 15:10:28 +02:00
Nicolas Meienberger
9d525bfc71 chore: fix permission issues with running watcher sudoless 2023-08-24 08:59:09 +02:00
Nicolas Meienberger
e036532b55 chore: remove un-used exports and dependencies 2023-08-16 21:53:59 +02:00
Nicolas Meienberger
583a982930 ci: refactor alpha release and update lock file 2023-08-16 21:53:59 +02:00
Nicolas Meienberger
8453eebcd1 feat: add APP_HOST variable and refactor fs mocks with memfs 2023-07-06 00:44:49 +02:00
dependabot[bot]
ac2b30df52 chore(deps): bump react-hook-form from 7.45.0 to 7.45.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.0 to 7.45.1.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.45.0...v7.45.1)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:37:09 +02:00
dependabot[bot]
adf0231b84 chore(deps-dev): bump typescript from 5.1.3 to 5.1.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:35:29 +02:00
dependabot[bot]
9a65b7e293 chore(deps-dev): bump @types/react from 18.2.13 to 18.2.14
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.13 to 18.2.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
dependabot[bot]
dbaa5e5759 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.0 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
dependabot[bot]
d149d1264c chore(deps-dev): bump @types/node from 20.3.1 to 20.3.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.1 to 20.3.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
Nicolas Meienberger
eed24135dc chore: update lock file 2023-06-28 23:10:45 +02:00
Nicolas Meienberger
76f561ceb5 test: install vite and create base config for server testing 2023-06-28 23:10:45 +02:00
Nicolas Meienberger
60e376f18f fix(TipiConfig): add non-app settings to the setting schema to not delete those when saving settings 2023-06-28 23:10:45 +02:00
dependabot[bot]
dfc036afee chore(deps-dev): bump @types/node-cron from 3.0.7 to 3.0.8
Bumps [@types/node-cron](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-cron) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-cron)

---
updated-dependencies:
- dependency-name: "@types/node-cron"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
dependabot[bot]
2034c37223 chore(deps-dev): bump eslint-plugin-jsdoc from 46.2.6 to 46.3.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.2.6 to 46.3.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.2.6...v46.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
dependabot[bot]
c1fab4e85e chore(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.60.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.0 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
dependabot[bot]
d7ef9b8373 chore(deps): bump semver from 7.5.2 to 7.5.3
Bumps [semver](https://github.com/npm/node-semver) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.2...v7.5.3)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
dependabot[bot]
c40be246c5 chore(deps): bump pg from 8.11.0 to 8.11.1
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.0 to 8.11.1.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.11.1/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00
dependabot[bot]
d90be34d2e chore(deps): bump @tabler/icons-react from 2.22.0 to 2.23.0
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v2.23.0/packages/icons-react)

---
updated-dependencies:
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:10:45 +02:00