Skip to content

Releases: ppfeufer/aa-srp

0.1.0-beta.14

02 Feb 11:22
ecd4561
Compare
Choose a tag to compare
0.1.0-beta.14 Pre-release
Pre-release

[0.1.0-beta.14] - 2021-02-02

Changed

  • Form validation moved to the form model instead of view, so the person requesting SRP does not have to restart the whole process again if form validation fails
  • Form error messages formatted

0.1.0-beta.13

27 Jan 17:43
cb976ff
Compare
Choose a tag to compare
0.1.0-beta.13 Pre-release
Pre-release

[0.1.0-beta.13] - 2021-01-27

Changed

  • EVE/UTC tz handling optimized

0.1.0-beta.12

26 Jan 16:12
40ae8ef
Compare
Choose a tag to compare
0.1.0-beta.12 Pre-release
Pre-release

[0.1.0-beta.12] - 2021-01-26

Fixed

  • Panel title for overview panel in SRP requests view
  • Missing modal for "Delete SRP Request" re-added

Added

  • SRP request details modal in "Your SRP Requests" tab on dashboard view
  • SRP request status to details modal

0.1.0-beta.11

25 Jan 23:25
f1e3df6
Compare
Choose a tag to compare
0.1.0-beta.11 Pre-release
Pre-release

[0.1.0-beta.11] - 2021-01-26

Changed

  • Modals separated into their own templates
  • Wrappd datatables in responsive div
  • Moved useragent to constants
  • JS re-organized

0.1.0-beta.10

11 Jan 07:41
b57f09f
Compare
Choose a tag to compare
0.1.0-beta.10 Pre-release
Pre-release

[0.1.0-beta.10] - 2021-01-11

Added

  • Fleet name to overview in SRP link view

Fixed

  • Module call in init file

0.1.0-beta.9

06 Jan 16:20
52e126c
Compare
Choose a tag to compare
0.1.0-beta.9 Pre-release
Pre-release

[0.1.0-beta.9] - 2021-01-06

Added

  • Mandatory reason on SRP reject
  • Type hints to classes and functions

0.1.0-beta.8

06 Jan 02:27
61d1067
Compare
Choose a tag to compare
0.1.0-beta.8 Pre-release
Pre-release

[0.1.0-beta.8] - 2021-01-06

Fixed

  • Filter dropdowns for character again -.-

0.1.0-beta.7

06 Jan 02:12
fa2c5d0
Compare
Choose a tag to compare
0.1.0-beta.7 Pre-release
Pre-release

[0.1.0-beta.7] - 2021-01-06

Fixed

  • Character portrait formatting
  • zKillboard link with icon in request detail modal
  • Filter dropdowns for character

0.1.0-beta.6

05 Jan 18:49
758d763
Compare
Choose a tag to compare
0.1.0-beta.6 Pre-release
Pre-release

[0.1.0-beta.6] - 2021-01-05

Added

  • character portraits and ship icons

0.1.0-beta.5

05 Jan 02:51
8048650
Compare
Choose a tag to compare
0.1.0-beta.5 Pre-release
Pre-release

[0.1.0-beta.5] - 2021-01-05

Changed

  • Ship is now a proper EveType model instead of just a string

Important Update Instructions

IMPORTANT

If you update from v0.1.0-beta.4 or earlier, make sure to read carefully.

In this version the way the SRP ship is handled has changed. It is no longer just a
simple string in the database, it is now a proper EveType model. So you have to do
some extra steps to migrate your data.

This needs to be done right after you have updated AA SRP from a version prior
v0.1.0-beta.5.

Step 1 - Install EveUniverse

This should be done automatically with the update, but there is still a bit of
manual work to it. First you need to add the EveUniverse module to your
INSTALLED_APPS in your loca.py.

  • Add "eveuniverse", to INSTALLED_APPS

Step 2 - Static collection and migration

Now that EveUniverse is installed, you need to run the static collection and
migration. Don't forget to restart your supervisor afterwards.

python manage.py collectstatic
python manage.py migrate

Restart your supervisor services for Auth

Step 3 - Import ship information from ESI

This is where the magic happens. You are now ready to import the ship information
from ESI.

python manage.py aasrp_load_eve

Step 4 - Migrate your SRP data

Now that we have all the needed information, your SRP data needs to be updated. This
is just another simple command.

python manage.py aasrp_update_db_relations