Skip to content

Releases: obcode/glabs

v0.24.1

10 Dec 07:04
546f07f
Compare
Choose a tag to compare

0.24.1 (2024-12-10)

🐞 Bug Fixes

  • Declare error variable and use assignment for spinner (#40) (546f07f)

🔀 Code Refactoring

🚧 Chores

v0.24.0

05 Nov 11:21
Compare
Choose a tag to compare

0.24.0 (2024-11-05)

🎁 Feature

  • urls: urls without groups or students prints the assignment url (d5baa0d)

📄 Documentation

v0.23.0

04 Nov 20:42
Compare
Choose a tag to compare

0.23.0 (2024-11-04)

🎁 Feature

v0.22.0

04 Nov 16:00
Compare
Choose a tag to compare

0.22.0 (2024-11-04)

🎁 Feature

  • clone: suppress output for piping (a48f63d)

v0.21.0

04 Nov 12:19
Compare
Choose a tag to compare

0.21.0 (2024-11-04)

🎁 Feature

  • students and groups on the command line are now regexps (bf9fe36)

v0.20.2

04 Nov 10:10
Compare
Choose a tag to compare

0.20.2 (2024-11-04)

🐞 Bug Fixes

🚧 Chores

  • prepare for semantic release (0ab8780)

v0.20.1

11 Sep 13:11
ed7c5f8
Compare
Choose a tag to compare

Changelog

  • Add update command.

v0.19.0

08 Mar 16:04
9259459
Compare
Choose a tag to compare

Changelog

v0.18.2

29 Nov 14:12
26510f2
Compare
Choose a tag to compare

Changelog

  • b87ddbb fix protect branch and add protect command
  • 26510f2 protect command
  • 429e3d6 ⬆️ upgrade dependencies

v0.18.1

29 Oct 21:08
9dfbb80
Compare
Choose a tag to compare

Add release information in the assignment config and see results in the report.

Example:

...
  blatt3:
    per: group
    assignmentpath: blatt-3
    startercode:
      url: ...
      fromBranch: 22ws
      protectToBranch: true
      devBranch: develop
    release:
      mergeRequest:
        source: develop
        target: main
        pipeline: true
      dockerImages:
        - customer
        - book
...