blitzmann
7058018aed
Fix alpha clones
2017-11-22 21:51:40 -05:00
blitzmann
d19486ce15
cleanup
2017-07-11 02:30:26 -04:00
blitzmann
b55fcfaf04
cleanup
2017-07-11 02:06:09 -04:00
blitzmann
60e5085724
ohgodwhathaveidone.jpg
2017-07-11 01:50:54 -04:00
blitzmann
78e065feff
Apparently, my IDE settings changed from spaces to tabs. Changing this back :3
2017-07-11 01:13:25 -04:00
blitzmann
453054f6c7
Remove command fitting from the command fits context menu upon deletion ( #1244 )
2017-07-11 01:10:39 -04:00
blitzmann
231f9a91c2
Do not assume number of columns for damagePatterns, see #1238
2017-07-10 22:46:30 -04:00
blitzmann
307ccd10e8
Implement migration for t3c configurations
2017-07-09 00:34:12 -04:00
Ryan Holmes
2e2303c9aa
Update some migrations to consider new schema ( #1185 )
...
* Update some migrations to consider new schema
* tox
2017-05-20 02:44:26 -04:00
blitzmann
3de63c5ca5
flake8 fixes
2017-05-08 21:32:13 -04:00
blitzmann
988861af1f
Add option to ignore fitting restrictions on a per-fit basis
2017-04-18 23:57:34 -04:00
blitzmann
b0e7c02a6a
Add migration script for character sec status
2017-04-18 00:01:25 -04:00
Ryan Holmes
82edaf05d3
Merge pull request #1116 from pyfa-org/eos_cleanup
...
Eos cleanup
2017-04-09 22:43:29 -04:00
Ryan Holmes
07f88cc4d1
Add Create and Modify fields for most database tables ( #1073 )
...
* Add created/modified fields to relevant tables.
* Add migration for created and modified fields
* Seriously tox?
2017-04-05 18:54:57 -04:00
Ebag333
802e2afcc0
General cleanup of Eos. Reformats a bunch of files and cleans up unused code or code that's been commented out
2017-04-05 15:47:19 -07:00
blitzman
4ba11d832a
Tox fixes, because it's a thing we do now
2017-02-16 23:12:25 -05:00
blitzman
7fea0c9431
Add migration script for #728
2017-02-15 21:01:58 -05:00
Ebag333
e5fb90f017
Fix commit message. LOTS of fixes for flake8.
2017-02-08 14:22:56 -08:00
blitzman
6d34ae2960
fix
2017-01-27 23:35:19 -05:00
blitzman
d17ff000c7
Add migration for alpha clone character update
2017-01-27 23:12:08 -05:00
Ebag333
28404cd8bb
bajillion pep8 fixes to pass tox
2016-12-13 23:31:39 -08:00
blitzman
b2cf4b8aa5
Delete broken references to in commandFits ( #844 )
2016-11-28 21:07:09 -05:00
blitzman
0eed01811c
Conversion mappings
2016-11-22 20:36:52 -05:00
blitzman
cb225eabb3
Get a working migration for command fits.
2016-11-20 22:06:26 -05:00
blitzman
72245d8ebe
Fix bad merge
2016-11-20 21:53:49 -05:00
Resin Neublem
78cbed516a
Adds a new notes pane for each fit
...
This allows users to save text notes for each fit. They may do this for history, or usage, etc.
2016-11-20 14:11:42 -05:00
Ebag333
574d575cad
Reformatting eos.db
2016-10-19 11:37:28 -07:00
blitzman
ed24ef2615
Delete projected modules from citadels
2016-08-28 20:22:30 -04:00
blitzmann
e5367127ea
Adds migration path from pre-release database to stable (previously unsupported) ( #586 )
2016-05-01 14:46:51 -04:00
blitzmann
201263237f
Add migration to update fits tablet for implant source
2016-03-19 21:20:20 -04:00
blitzmann
ad61795e80
Add conversions, TODO: Confirm with some testing!
2016-03-05 15:41:39 -05:00
blitzmann
a0cfe05eb5
Update to 988883, fix market conversion and add the converted modules, and improve on rename/conversion helper script
2015-12-07 19:38:54 -05:00
blitzmann
def20311a8
New migration import mechanics, borrowed from market conversion imports, because we can't os.listdir from a zipfile
2015-08-21 15:10:00 -04:00
blitzmann
2256efacb0
Do migration stuff for projected fits
2015-07-10 16:40:00 -04:00
Ryan Holmes
a339ae1c55
Merge pull request #312 from blitzmann/dbCorruption
...
Fixes for database rot
2015-07-05 13:08:11 -04:00
blitzmann
87e5929cb1
DB migration is triggered by number of upgrade files found, rather than number in config.py. This allows us to remove the db version variable in config.py and not worry about it.
2015-07-02 19:35:53 -04:00
blitzmann
84b1e0ac41
Migrate boosters table to new schema that drops the UNIQUE constraint (causes issues and is unneeded)
2015-07-02 19:34:02 -04:00
DarkPhoenix
1694d74afa
Add Carnyx tiericide module upgrade/import paths
2015-06-02 23:27:08 +03:00
DarkPhoenix
024e0ad4f5
Support proper migration for ishukone scorp (which is skin for regular scorp now)
2015-04-28 18:19:58 +03:00
blitzmann
0bc9264c28
Fix #268
2015-04-08 23:43:56 -04:00
blitzmann
ef62f102bc
Fix #256
2015-02-07 21:15:23 -05:00
DarkPhoenix
d52e88cdaa
Update database to proteus & add tiericide item conversions
2015-01-14 02:59:15 +03:00
Ryan Holmes
71bf1556a1
Fix column name in upgrade3 migration script
2014-12-19 00:02:39 -05:00
blitzmann
88ee1d60be
Fix loading of mode, and add some (untested) setting functions
2014-11-29 02:58:43 -05:00
blitzmann
f53384c4c2
Preliminary backend support for tactical destroyer modes.
...
* Modifies fits table to add "mode" column, which contains typeID of mode for fit
* Introduces Mode type, similar to Ship and Module type
* Includes effects for Amarr Tactical Destroyer Propulsion Mode
Still a lot to do: GUI switching, constraints on which ships get modes, etc
2014-11-27 23:23:24 -05:00
blitzmann
9831ed5c3d
Fix old migrations
2014-11-18 18:55:03 -05:00
blitzmann
9f2124ac9f
Forgot to edit main comment =/
2014-11-07 23:36:50 -05:00
blitzmann
dbacfc19f0
Reintroduced old migration path.
2014-11-07 23:25:51 -05:00
blitzmann
1bdfd7f924
Those who keep up with dev branch had issues with new migrations.
2014-09-30 18:03:04 -04:00
blitzmann
3054ac9d90
Introduce new migration procedure.
...
This creates a new migration module that include upgrade logic files, one file for each DB version. It should be noted that this will not support downgrades (the previous method didn't really support them either)
2014-09-28 00:14:10 -04:00