Skip to content

Releases: AnubisLMS/Anubis

Anubis v4.2.0

20 Sep 23:18
95139fc
Compare
Choose a tag to compare

What's Changed

  • ADD rootless docker in IDEs! 538f807
  • ADD anubis_developer role to treat some IDEs differently 4113c62
  • CHG make anubis capable of running in debug mode in an Anubis IDE 1953555
  • RM theia_session.privileged 18d1d90
  • CHG faster theia prop rollouts 54f588d

Full Changelog: v4.1.2...v4.2.0

Anubis v4.1.2

18 Sep 17:49
f90e777
Compare
Choose a tag to compare

What's Changed

  • ADD sidecar API support to (force) push changes without committing. by @PIG208 in #389
  • ADD CodeQL code analysis workflow. by @PIG208 in #390
  • CHG update anubis robot autosave email/name f157412
  • FIX recent ides on admin user page (has been broken for like a year) 33101ca
  • ADD privacy policy c449351
  • FIX #387 sanitize assignment name in github repos f89df30

Full Changelog: v4.1.1...v4.1.2

@PIG208 @wabscale

Anubis v4.1.1

02 Sep 02:11
40457d6
Compare
Choose a tag to compare

Highlights

  • Added a job ad ab9b933
  • Fixed fira code font on website 523ebd3
  • Added automatic adding of TAs to github teams 0df1b47

Full Changelog: v4.1.0...v4.1.1

Anubis v4.1.0

31 Aug 22:13
d5c3e4b
Compare
Choose a tag to compare

Lets call this one the initial Fall 2022 release. There will be patches to come with bug fixes in the coming weeks.

Highlights

What's Changed

New Contributors

Full Changelog: v4.0.4...v4.1.0

Anubis v4.0.4

20 Feb 23:16
2c79ffd
Compare
Choose a tag to compare

Highlights

  • Minor security improvements to the IDEs based off suggestions and observations from @ex0dus-0x
  • Autograde results download button based off request from CS3224 TAs
  • Refactor of visuals endpoints to be more descriptive and logical + new visuals
  • Fix gdb modules broken in c/c++/xv6 IDE by compiling GDB from source (to link with python correctly)
  • Minor frontend spacing / color / formating adjustments @wabscale & @PIG208
  • Visuals regenerate job on helm upgrade

Full Changelog: v4.0.3...v4.0.4

Anubis v4.0.3

14 Feb 01:48
8e948b5
Compare
Choose a tag to compare

Highlights:

  • New mysql ide for databases course cf15775
  • Fix missing question preview on assignment page 5b4bca5
  • Add half year user activity visual 4f1e462
  • Changed default login location to /playgrounds 2d740c6
  • @PIG208 fixed trailing whitespace issues with parsing xv6 output
  • @AlpacaMax added error logging to healthchecks

Contributors

Full Changelog: v4.0.2...v4.0.3

Anubis v4.0.2

08 Feb 23:55
a62b1ca
Compare
Choose a tag to compare

Highlights

  • New activity visuals (2 week and 3 month versions) 9d92055 9dcae0d cda65ff a62b1ca 24c6d13 6d058ea
  • Massive refactor of RPC jobs f39070f 7ce4422
  • Reformat configuration from environment to be clearly different than dynamic configuration (from db table)
  • Bug Fixes
    • FIX build status on submission page 014205a
    • FIX skipped vs processing classes on submission page 71947a7
    • FIX github repo creation 4fa02d4
    • FIX reap github repo on ta collaborator not configured 0f408da
    • FIX error logging in repo delete 5ed30c7
    • CHG rework create github assignment repo to have safety net 60f3b69

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

Anubis v4.0.1

06 Feb 17:20
134f69a
Compare
Choose a tag to compare

Highlights

  • Marketing website integration
  • Sentry reporting
  • Boat loads of bug fixes (see full changelog for details)
  • New flask ides
  • Update admin users page

What's Changed

  • FIX do not redirect user in development by @PIG208 in #335
  • CHG use longer context for the diff produced by @PIG208 in #334

Full Changelog: v4.0.0...v4.0.1

Anubis v4.0.0

29 Jan 20:20
de26471
Compare
Choose a tag to compare

Highlights

  • Anubis Playgrounds
  • Revamped Website Released
  • Improved IDEs (zsh terminals / unified cli)
  • Discord Bot

What's Changed

New Contributors

Full Changelog: v3.1.1...v4.0.0

Anubis v3.2.0-rc1

21 Nov 17:50
763646b
Compare
Choose a tag to compare
Anubis v3.2.0-rc1 Pre-release
Pre-release

This release marks the first rc for the new website. The new website is integrated into the deployment (both debug and production kubernetes).

Noteable additions in this minor release:

  • New website in beta
  • Discord bot
  • Proxy timeouts for theia ides (saves 100s of dollars a month in hosting costs)
  • Course specific usage visuals
  • Improved seed data
  • Fix sundial data not updating
  • Fix docker in docker (dind) running in theia-admin ide
  • Split ide images into base images
  • Theia image tracking in db table
  • Improve assignment page load speed
  • Much better error handling of responses to github api