Skip to content

Commit 66e7900

Browse files
Merge branch 'CHAOS-598-nextjs' into CHAOS-616-campaign-info
2 parents 20ec2e9 + 04be710 commit 66e7900

54 files changed

Lines changed: 12823 additions & 187 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
echo "SMTP_USERNAME=test_username" >> backend/.env
4646
echo "SMTP_PASSWORD=test_password" >> backend/.env
4747
echo "SMTP_HOST=smtp.example.com" >> backend/.env
48+
echo "CAMPAIGN_NAME_MAX_CHARS=50" >> backend/.env
49+
echo "CAMPAIGN_DESCRIPTION_MAX_ChARS=500" >> backend/.env
50+
echo "ROLE_NAME_MAX_CHARS=20" >> backend/.env
51+
echo "ROLE_DESCRIPTION_MAX_CHARS=50" >> backend/.env
52+
echo "ROLE_POSITIONS_AVAILABLE_MAX=20" >> backend/.env
4853
# selecting a toolchain either by action or manual `rustup` calls should happen
4954
# before the plugin, as it uses the current rustc version as its cache key
5055
- uses: actions-rs/toolchain@v1

backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.env
22
target
3-
Cargo.lock
43
prisma-cli/prisma/migrations
54
/.idea
65
**/.DS_Store

0 commit comments

Comments
 (0)