Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Releases: ubnetdef/ie2

ProComp Stable

25 Apr 15:52
Compare
Choose a tag to compare

Second release of ie2.

Changes

BankWeb

  • Purchases are now tracked via a new DB table (bank_purchases)
  • Products have been moved from a json file to a DB table (bank_products)
  • Competition Overview has a new panel added: Outstanding Purchases
  • Slack notifications are now "action" notifications, allowing the ability to mark as purchased via Slack

image

image

ScoreEngine

  • Additional checks added if there was no team mapping (i.e. the team exists in scoreengine, but not ie2)
  • Staff UI has been modified to show the top teams in Injects and Service uptime

Other

  • Slack has been moved into plugin/core as a Component
  • Slack now uses the WebAPI, rather than webhooks
  • Preflight has been adjusted to check if the feature works, as well
  • CodeSniffing has been added and enabled. All code now follows a specific coding style.
  • Sessions should be auto regenerating
  • Misc lifestyle changes

This was the version used at the ProComp competition.

Lockdown v2 Stable

19 Apr 19:47
Compare
Choose a tag to compare

Initial first release of ie2. Everything should pretty much be stable and working.

This was the version used at the Lockdown v2 competition.