This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init * fix: upgrade builtin keycloak-theme for docker-compose * wip * wip * wip * fix * test * fix: demo realm * fix * fix * fix * fix(keycloak): better logout * more roles * clean * kontinuous * fix * fix: rename app * fix * fix * docs: update * docs: update * fix keycloak service name * fix: migration * fix NEXT_PUBLIC_HASURA_GRAPHQL_ENDPOINT_URL * fix NEXT_PUBLIC_HASURA_GRAPHQL_ENDPOINT_URL * fix * seeds * seeds * seeds * add statefulsetAnnotations * add statefulsetAnnotations * add statefulsetAnnotations * add statefulsetAnnotations * add statefulsetAnnotations * add statefulsetAnnotations * add statefulsetAnnotations * dummy * fix seed pgSecretName * fix * fix * fix * fix precommit * debug * fix-ingress * fix: fix DSFR and next/link issues * fixlock * fix: icons * fix * Update .env.production * Update .env.staging * Update hasura.ts * fix code orga * fix: remixicon remove cdn * upgrade * fix: better docker-compose * Update README.md * Update ks-review.yaml * Update ks-review.yaml * Update ks-review.yaml * Update ks-review.yaml * doc: add talisman note * Update README.md * fix: add projectName * fix: rename to workflow-webhook.yaml Co-authored-by: Jo <jo@surikat.pro>
- Loading branch information
Showing
70 changed files
with
1,396 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
|
||
yarn lint-staged | ||
yarn node-talisman --githook pre-commit | ||
exec < /dev/tty; yarn node-talisman --githook pre-commit -i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
projectName: fabrique | ||
|
||
dependencies: | ||
fabrique: | ||
import: SocialGouv/kontinuous/plugins/fabrique |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: bitnami.com/v1alpha1 | ||
kind: SealedSecret | ||
metadata: | ||
annotations: | ||
sealedsecrets.bitnami.com/cluster-wide: "true" | ||
name: hasura | ||
spec: | ||
encryptedData: | ||
HASURA_GRAPHQL_ADMIN_SECRET: AgBt4ZhbUhFLU7DZocGxxVVZZsHB7nPbkoJiIAwiJRaxu+LgcV6EbR4dH80UqXJYurjEGybGmB5MzL9EWoRT/cfNTFxEpy7uo9t0A+wYp0LWc7ofv+bfrnFMtPtd0yMXFxAyMnq2kDtbSuiDJeAtvQhhnZYs6vWl7JxuzX9BNjdxIZW/t29LQPBEEjlO5fxbAbDq7DY0gfM9z5OnnnCbfIVDMN7hc7QThr1hihBgyd+oVJxRLJGUEvGA7p93N4kSSzv/nqv2OHwYiDHUpPW6jnkzd663CiOC80GdyPvwbGPro6TcWURj7HuJj+gSo7TFslrSg2a0UifQZGndpsmSzYCx38QzJaXKrqHYQGI/dokf7j8x+ObN5RhQck+eftBDeBOLW37euogdJiwNiN4mXM/YZc92e6MEhyfDFjFuiM0Zq8TqFqoO1rRJyuZWFfvE4puGLLqp+aQoMiLHJzTC3nly1ekoHHdVeaLAs6hI7Z6VPBgl/021CtXD/V2/EKQ0gApAD4uqPrxHs2VsiDJlhjOyc5f54zl9WfDBJCFT+tgia6jqWSOuiNE2iZzGzuAuvM13wQbRaYlR6SShb7XUkeEu8GX9PxWsOK1PLQjp2WZz2WT48i+eDEiAlgYDhf4D/KkT+uuIeoJQIGzJkmDPIKlPPvK440SJWYS4QC0O7ya3AMZBdKcXi53CpSt1YDV4H26WJ0b7DIiW5pQoeVEBnXg9UDnb | ||
template: | ||
metadata: | ||
annotations: | ||
sealedsecrets.bitnami.com/cluster-wide: "true" | ||
name: hasura | ||
type: Opaque |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.kontinuous/env/preprod/templates/hasura.sealed.secret.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: bitnami.com/v1alpha1 | ||
kind: SealedSecret | ||
metadata: | ||
annotations: | ||
sealedsecrets.bitnami.com/cluster-wide: "true" | ||
name: hasura | ||
spec: | ||
encryptedData: | ||
HASURA_GRAPHQL_ADMIN_SECRET: AgBt4ZhbUhFLU7DZocGxxVVZZsHB7nPbkoJiIAwiJRaxu+LgcV6EbR4dH80UqXJYurjEGybGmB5MzL9EWoRT/cfNTFxEpy7uo9t0A+wYp0LWc7ofv+bfrnFMtPtd0yMXFxAyMnq2kDtbSuiDJeAtvQhhnZYs6vWl7JxuzX9BNjdxIZW/t29LQPBEEjlO5fxbAbDq7DY0gfM9z5OnnnCbfIVDMN7hc7QThr1hihBgyd+oVJxRLJGUEvGA7p93N4kSSzv/nqv2OHwYiDHUpPW6jnkzd663CiOC80GdyPvwbGPro6TcWURj7HuJj+gSo7TFslrSg2a0UifQZGndpsmSzYCx38QzJaXKrqHYQGI/dokf7j8x+ObN5RhQck+eftBDeBOLW37euogdJiwNiN4mXM/YZc92e6MEhyfDFjFuiM0Zq8TqFqoO1rRJyuZWFfvE4puGLLqp+aQoMiLHJzTC3nly1ekoHHdVeaLAs6hI7Z6VPBgl/021CtXD/V2/EKQ0gApAD4uqPrxHs2VsiDJlhjOyc5f54zl9WfDBJCFT+tgia6jqWSOuiNE2iZzGzuAuvM13wQbRaYlR6SShb7XUkeEu8GX9PxWsOK1PLQjp2WZz2WT48i+eDEiAlgYDhf4D/KkT+uuIeoJQIGzJkmDPIKlPPvK440SJWYS4QC0O7ya3AMZBdKcXi53CpSt1YDV4H26WJ0b7DIiW5pQoeVEBnXg9UDnb | ||
template: | ||
metadata: | ||
annotations: | ||
sealedsecrets.bitnami.com/cluster-wide: "true" | ||
name: hasura | ||
type: Opaque |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: bitnami.com/v1alpha1 | ||
kind: SealedSecret | ||
metadata: | ||
name: hasura | ||
spec: | ||
encryptedData: | ||
HASURA_GRAPHQL_ADMIN_SECRET: AgBInmgYKgb6sJYVX3mqYcxyapCF+1S97uywoT/mi+yIPN2NfobfmqTievO9D7mJQgCWCSAwDdJrMgrLN81dMTDC0jitoLxdkzqhLIQxnWwHP9BZXhO9bYS93OutbcPZDPsW8wdpgaNERYVXycmvNJmdLBMDv6m0FJOa/hn7+tAZfsgIjnQGWWlIbD4JzXX9OZ6G3yXGr4qioJDakl+vByoeSExiSYDTl6QOSzxmAllKCT0xJ9hMiWpw/ExyWWQ4z+44SeNzHN8j68s88F3An2IUUYQlLgXPXRSe17fQ2xIXCr5jR8R2IpTH0G/8s+vMEtiOQtWyUCtV+3eZqNI6AJv0fUAdQfV9YD7CVwMUY0RzzDnh2QeZIQlaxQ4TJJiTjaKsCFBEP3RSSwLL+G7EpFPXGysYXrf5MJ4bTQduQuEZ8j64yGbM74DrBQ0jnDoL0Nd98JO33FZhBYE+W069QFlIVB3i9xD+Ei/7r8YADRHAHKkIvBG+4fC8maB3QgWAaQr+HKerB44XGfiOSGTRuU9tl2j4NXQJMQDaj5S3x84p/dkJPU0Nar5Hl+2HbZ6/OxHUL/ae1jVeOGkkjSVFF2L/yDr9V+yPLikmenQmQFSZbdUd65bM2AaLxOyz/5feIV7GwzxCn0xn0QOqQaNgaNAdYNT1ChPZBfZmqvEWt6jkG2PeQD47yrmisTjcOqOySGOAvbts9akmZcRrIt6rtY6N7mxoay7PijaX | ||
template: | ||
metadata: | ||
name: hasura | ||
type: Opaque |
Oops, something went wrong.