Skip to content

Releases: Leixb/jutge

Release v0.3.1

20 Nov 12:19
Compare
Choose a tag to compare
Guess compiler from file extension

If not able to guess default to G++11

v0.3.0

11 Oct 15:28
Compare
Choose a tag to compare

Changelog

da163e2 Add author, version and DefaultEnvars
f64abb9 Add option to check submissions
02467fc Add user and password flags
a90c6b4 Added "new" command
cbdea4b Added aliases
68a4a5f Added database manager
6791832 Added jutge.db with 1749 entries
fb98f27 Download test files if missing
dd3dbf7 Fix bug when command path started with /
4beaf9d Fix bug with workdir flag
a6cf50c Pipe directly from file
fc4012b Pretty output
e8acb0b Use *regexp.Regexp instead of string
9f47496 database is in WorkDir now

v0.2.0

13 Jul 19:24
Compare
Choose a tag to compare

Changelog

b230353 Added fr and de to regex
df5d906 Cleaned up exports and comments
4f174e9 Separate cli logic from commands
a28002a Working on better error handling

v0.1.1

13 Jul 16:15
Compare
Choose a tag to compare

Changelog

c476433 Add defaults on New
29bdd4b Added check on upload
e6dcaae Check last submission
dc8b7d9 Fix test

v0.1

12 Jul 22:43
Compare
Choose a tag to compare

Changelog

0f25371 Add readme
3b3d0db Added concurrency and annotation flags
f9b5ad2 Added default value to work-dir
5466cac Added short flags
f80fe79 Allow multiple file test
c837cd5 Avoid extra login requests
a9a9a72 Bug fixes
fe3a2aa Cleaned up check output
ff50f0e Count failed tests
aeb119d Download concurrently
4336d16 Enforce valid compiler on upload
0391b1c Implemented check
6d8e271 Implemented download
7fc9531 Implemented overwrite check
9b43d44 Implemented test
65c0271 Implemented upload method
cb0fb75 Initial commit
56ca33d Output error on download
ade4aea Relog on cookie expiration
7e97f0c Require login for X problems
8a224cf Split code into smaller functions
1c36905 Tweaked download
afcce57 Tweaked getCode
2f0354f Upload concurrently
dff7ac7 use defer for wg and sem
9229965 use os.Args[0] as prog name on help