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

Added AssignmentScore Entity #63

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
175121c
added submission problem score file to controller
zhikangxie107 Oct 19, 2022
f0a2892
add test for SubmissionProblemScore
WenxuanH13 Oct 24, 2022
29dbc56
Renamed submissionproblemscore test file
zhikangxie107 Oct 24, 2022
7f3b59a
fix spelling errors and indentation
zhikangxie107 Oct 24, 2022
3b3c108
Merge branch 'makeopensource:master' into master
zhikangxie107 Oct 26, 2022
0019cd5
added serializer for categoryScore
zhikangxie107 Oct 26, 2022
2521bcc
Category Score Router: singular
adac-s Oct 26, 2022
0ca1c2d
Submission problem score (#43)
jessehartloff Nov 3, 2022
ee8185b
CodeAssignment entity + MinIO integration (#28)
jessehartloff Nov 3, 2022
52188cb
Submission score entity (#44)
jmabramo Nov 16, 2022
f8ed457
build(deps): bump qs, body-parser and express
dependabot[bot] Dec 9, 2022
9510532
build(deps): bump express from 4.17.1 to 4.17.3
dependabot[bot] Dec 15, 2022
a7536dc
build(deps): bump jsonwebtoken from 8.5.1 to 9.0.0
dependabot[bot] Dec 23, 2022
ba5ad76
build(deps): bump json5 from 2.2.0 to 2.2.3
dependabot[bot] Jan 8, 2023
beb5f4d
categoryScore.serializer.test
WenxuanH13 Feb 9, 2023
5793137
Merge branch 'master' of https://github.com/zhikangxie107/devU-api
WenxuanH13 Feb 9, 2023
4d503ee
added Model for Assignment Score
zhikangxie107 Mar 14, 2023
d89c957
added Model for AssignmentScore
zhikangxie107 Mar 14, 2023
2da107f
implemented AssignmentScore Controller
zhikangxie107 Mar 17, 2023
7ece6d7
Update CODEOWNERS (#45)
NicholasMy Mar 28, 2023
3c5e9d4
Merge pull request #61 from UBAutograding/master
jessehartloff Apr 11, 2023
9fd67c3
controller, router, service, serializer, validator
zhikangxie107 Apr 18, 2023
ff24fa0
Added non-implemented schema members
emilkovacev Sep 28, 2022
30171fc
added types to schema doc
emilkovacev Sep 28, 2022
6bd5871
fixed markdown checklist syntax
emilkovacev Sep 28, 2022
12fdb18
Fetching and using the bearer token
emilkovacev Jul 23, 2022
6a151c5
Move schema to docs folder; Add released field to AssignmentProblemScore
jessehartloff Sep 28, 2022
c724b20
ci(GH Actions): Initial basic build & test
WeirdAlex03 Oct 12, 2022
357b3e0
ci(GH Actions): Remove Node v14 from tests
WeirdAlex03 Oct 12, 2022
e49c2c4
ci(GH Actions): Disable fail-fast, new format run
WeirdAlex03 Oct 12, 2022
bebec4d
ci(GH Actions): Fix format run
WeirdAlex03 Oct 12, 2022
f0d69c6
ci(GH Actions): Add Docker setup to build and test
WeirdAlex03 Oct 12, 2022
1b699e0
ci(GH Actions): Edit docker run command
WeirdAlex03 Oct 12, 2022
8e5e03c
ci(GH Actions): Separate test, add annotations
WeirdAlex03 Oct 13, 2022
6ba1398
ci(GH Actions): Fix test action
WeirdAlex03 Oct 13, 2022
e00b463
ci(GH Actions): Restructure actions into one file
WeirdAlex03 Oct 14, 2022
9168869
ci(GH Actions): Fix actions again
WeirdAlex03 Oct 14, 2022
83ce05a
ci(GH Actions): Clean up action runs
WeirdAlex03 Oct 14, 2022
3e71bf1
test(GH Actions): Ex. of failing test, formatting
WeirdAlex03 Oct 14, 2022
497f602
ci(GH Actions): Formatter needs to commit results
WeirdAlex03 Oct 19, 2022
e4ee9b9
ci(GH Actions): Looks good, actually committing
WeirdAlex03 Oct 19, 2022
290f44e
ci(GH Actions): Try different method to commit
WeirdAlex03 Oct 19, 2022
b8ca75a
style: run formatter
WeirdAlex03 Oct 19, 2022
948fccd
ci(GH Actions): Different commit technique
WeirdAlex03 Oct 19, 2022
2627f49
ci(GH Actions): Fix checkout to work with commit
WeirdAlex03 Oct 19, 2022
e1d0cb2
style: run formatter
github-actions[bot] Oct 19, 2022
c6296a1
test(GH Actions): It works, undo broken test
WeirdAlex03 Oct 19, 2022
27eee89
ci(GH Actions): Formatter needs to commit results
WeirdAlex03 Oct 19, 2022
fc7f6e8
docs(README): Clean up spelling/formatting errors
WeirdAlex03 Oct 12, 2022
f92e1ba
Added to docs
emilkovacev Nov 16, 2022
525b483
Merge remote-tracking branch 'origin/master' into category-score
jessehartloff Apr 18, 2023
569177a
Merge branch 'category-score' into master
jessehartloff Apr 18, 2023
361c899
Merge pull request #38 from anxiety-fan/master
jessehartloff Apr 18, 2023
6026dd7
Merge pull request #45 from makeopensource/dependabot/npm_and_yarn/qs…
jessehartloff Apr 18, 2023
8d956f2
Merge branch 'category-score' into dependabot/npm_and_yarn/express-4.…
jessehartloff Apr 18, 2023
0a8a2f5
Merge pull request #46 from makeopensource/dependabot/npm_and_yarn/ex…
jessehartloff Apr 18, 2023
cb35857
Merge pull request #47 from makeopensource/dependabot/npm_and_yarn/js…
jessehartloff Apr 18, 2023
7ea825f
Merge pull request #48 from makeopensource/dependabot/npm_and_yarn/js…
jessehartloff Apr 18, 2023
46e60df
Merge branch 'category-score' into master
jessehartloff Apr 18, 2023
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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @daviddob @MikeDrewitt @jessehartloff
* @daviddob @MikeDrewitt @jessehartloff @NicholasMy

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
Expand Down Expand Up @@ -34,4 +34,4 @@

# In this example, @doctocat owns any file in the `/docs`
# directory in the root of your repository.
#/docs/ @doctocat
#/docs/ @doctocat
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ docker run \
-d postgres
```

Install all node dependencies. All of the database environment variables can change, and can be set as environment variables on your machine if you want to overwrite the defaults
```
docker run \
--name minio \
-p 9002:9000 \
-p 9001:9001 \
-v /tmp/data:/data \
-e "MINIO_ROOT_USER=typescript_user" \
-e "MINIO_ROOT_PASSWORD=changeMe" \
-d minio/minio server /data --console-address ":9001"
```

Install all node dependencies. All of the database environment variables can change, and can be set as environment variables on your machine if you want to overwrite the defaults

```
Expand All @@ -37,6 +49,7 @@ Run the setup script to create local development auth keys. These are used in lo
npm run generate-config
```


Run the initial migrations to setup our DB schema

```
Expand Down
6 changes: 6 additions & 0 deletions config/default.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ database:
password: 'password'
name: 'typescript_api'

minio:
host: localhost
port: 9002
username: 'typescript_user'
password: 'changeMe'

logging:
db: false

Expand Down
Loading