Skip to content

Tags: picoCTF/cmgr

Tags

Verified

This tag was signed with the committer’s verified signature.
dmartin Dustin Martin

Verified

This tag was signed with the committer’s verified signature.
dmartin Dustin Martin

v1.2.0

Toggle v1.2.0's commit message
Create schema on update if it does not exist

Makes the `cmgr update-schema` subcommand and cmgrd
`POST /schemas/{schema_name}` function like upserts
rather than updates. If the named schema does not
exist, a warning will be logged and the schema will
be created, rather than returning an error.

This allows clients to call `update-schema` without the
need to know whether a given schema has already been
created or not, without needing to handle nonexistent
schema errors and falling back to `add-schema`.

Verified

This tag was signed with the committer’s verified signature.
dmartin Dustin Martin

Verified

This tag was signed with the committer’s verified signature.
dmartin Dustin Martin

Verified

This tag was signed with the committer’s verified signature.
dmartin Dustin Martin

v0.13.1

Toggle v0.13.1's commit message
Merge branch 'dev'

v0.13.0

Toggle v0.13.0's commit message
Fix security advisory

v0.12.0

Toggle v0.12.0's commit message
Update docker dependencies

v0.11.2

Toggle v0.11.2's commit message
Fixes documentation discrepancy

Updates the behavior of `updateChallengeInfo` to match the documented
behavior of defaulting to `CMGR_DIR` (or `.` if not explicitly set).

Fixes ArmyCyberInstitute#34