Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made things build again #103

Merged
merged 12 commits into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: yarn --frozen-lockfile
working-directory: frontend
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: yarn --frozen-lockfile
working-directory: frontend
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: yarn --frozen-lockfile
working-directory: frontend
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"prettier.requireConfig": true,
"[json]": {
Expand Down
7 changes: 6 additions & 1 deletion backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ GAMMA_API_KEY=hubbit
GAMMA_CLIENT_ID=hubbit
GAMMA_CLIENT_SECRET=hubbit

COOKIE_SECRET=bdvrJ2cYgPeaj6Tys5475QHoj7Qcenb2
COOKIE_SECRET=bdvrJ2cYgPeaj6Tys5475QHoj7Qcenb2bdvrJ2cYgPeaj6Tys5475QHoj7Qcenb2
COOKIE_SECURE=false

LOG_LEVEL=info

# Which gamma groups should be included in hubbit (to ignore 'SUPERADMIN' or similar)
GROUP_WHITELIST=ama,dpo,kandidatmiddagen,revisorer,styrit,valberedningen,snit,prit,sexit,nollkit,mrcit,laggit,hookit,fritid,fikit,fanbarerit,drawit,digit,armit,8bit,equalit,talperson,flashit,jubileumsmiddag,cloudlords,alumnimiddag

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading