kitsune/kitsune-fe
Aumetra Weisman f42d425463
Decompose the job scheduler (#520)
* make job scheduler more modular

* up

* Move to traits

* up

* add redis feature

* add basic scheduling test

* use minio run by github actions

* update cargo-dist

* update openidconnect

* changes

* remove slow test

* up

* im cryign

* new snapshot
2024-04-29 20:35:47 +02:00
..
.vscode Phenomenon -> Kitsune (#46) 2023-01-03 05:50:48 +01:00
public Basic UI functionality (#365) 2023-10-21 14:51:50 +00:00
src Fix frontend build (#509) 2024-03-26 14:17:47 +00:00
.env.development Phenomenon -> Kitsune (#46) 2023-01-03 05:50:48 +01:00
.gitignore Phenomenon -> Kitsune (#46) 2023-01-03 05:50:48 +01:00
.prettierignore Phenomenon -> Kitsune (#46) 2023-01-03 05:50:48 +01:00
.prettierrc Basic UI functionality (#365) 2023-10-21 14:51:50 +00:00
LICENSE-AGPL-3.0 Relicense Kitsune (#479) 2024-02-09 14:10:59 +00:00
README.md Autogenerate types for GraphQL queries (#288) 2023-08-12 15:55:46 +00:00
codegen.ts Use `garde` for validation (#311) 2023-08-25 12:42:46 +00:00
eslint.config.mjs Decompose the job scheduler (#520) 2024-04-29 20:35:47 +02:00
index.html Basic UI functionality (#365) 2023-10-21 14:51:50 +00:00
package.json Decompose the job scheduler (#520) 2024-04-29 20:35:47 +02:00
tsconfig.json Phenomenon -> Kitsune (#46) 2023-01-03 05:50:48 +01:00
tsconfig.node.json Phenomenon -> Kitsune (#46) 2023-01-03 05:50:48 +01:00
vite.config.ts Fix frontend build (#509) 2024-03-26 14:17:47 +00:00
yarn.lock Decompose the job scheduler (#520) 2024-04-29 20:35:47 +02:00

README.md

Kitsune FE

Frontend for Kitsune using its GraphQL API

Build

yarn build

Development server

yarn dev

Set the backend the frontend uses inside .env.development

Autogenerate GraphQL typings in the background

yarn graphql-codegen --watch