Skip to content

Commit 43cc2d5

Browse files
committed
allow submitting what program and version filled a scoresheet
1 parent 12cbce2 commit 43cc2d5

13 files changed

+1434
-9091
lines changed

.github/workflows/qa.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
- name: Use Node.js 18
12-
uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v3
1312
with:
14-
node-version: 18
13+
node-version: 20
1514
cache: npm
1615
- run: npm ci --prefer-offline
1716
- run: npm run codegen

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as base
1+
FROM node:20-alpine as base
22

33
FROM base as runtime_deps
44
WORKDIR /src

firestore.indexes.json

-24
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
{
4040
"fieldPath": "categoryId",
4141
"order": "ASCENDING"
42-
},
43-
{
44-
"fieldPath": "createdAt",
45-
"order": "ASCENDING"
4642
}
4743
]
4844
},
@@ -57,10 +53,6 @@
5753
{
5854
"fieldPath": "competitionEventId",
5955
"order": "ASCENDING"
60-
},
61-
{
62-
"fieldPath": "createdAt",
63-
"order": "ASCENDING"
6456
}
6557
]
6658
},
@@ -89,10 +81,6 @@
8981
{
9082
"fieldPath": "entryId",
9183
"order": "ASCENDING"
92-
},
93-
{
94-
"fieldPath": "createdAt",
95-
"order": "DESCENDING"
9684
}
9785
]
9886
},
@@ -107,10 +95,6 @@
10795
{
10896
"fieldPath": "entryId",
10997
"order": "ASCENDING"
110-
},
111-
{
112-
"fieldPath": "createdAt",
113-
"order": "DESCENDING"
11498
}
11599
]
116100
},
@@ -129,10 +113,6 @@
129113
{
130114
"fieldPath": "entryId",
131115
"order": "ASCENDING"
132-
},
133-
{
134-
"fieldPath": "createdAt",
135-
"order": "DESCENDING"
136116
}
137117
]
138118
},
@@ -285,10 +265,6 @@
285265
{
286266
"fieldPath": "categoryId",
287267
"order": "ASCENDING"
288-
},
289-
{
290-
"fieldPath": "createdAt",
291-
"order": "ASCENDING"
292268
}
293269
]
294270
}

0 commit comments

Comments
 (0)