blitzmann
4a3201ffd4
Merge branch 'py3' of https://github.com/pyfa-org/Pyfa into test-3
2018-04-28 20:35:26 -04:00
Filip Sufitchi
49bc9f50bc
Add a comprehensive default jargon file
2018-04-02 17:35:58 -04:00
Filip Sufitchi
efc07e1553
Move minimum search length check to the service, to cover jargon
2018-04-02 17:23:30 -04:00
Filip Sufitchi
9bbeec523e
Remove some debug try/except stuff
2018-04-02 16:44:14 -04:00
Filip Sufitchi
943ee517f4
Add jargon service
...
Jargon service translates search strings for the market
using community-sourced abbreviations. It also creates the
jargon.yaml file in the user's save directory, for
future customization (either manual, or via the UI) and
provides the code hooks to load and update it. The
JargonLoader is capable of hot-loading new jargon.yaml
configurations without restarting Pyfa.
2018-04-02 16:40:39 -04:00
blitzmann
a3e411f225
Merge tag 'v2.0.0b5' into esi
...
# Conflicts:
# eos/saveddata/character.py
2018-03-25 19:21:32 -04:00
blitzmann
083af3ebc7
Suppress pre-release notification only if current build is not a pre-release
2018-03-25 13:25:09 -04:00
Ryan Holmes
48d90c1eca
Add login method to login request
2018-03-18 00:54:59 -04:00
Ryan Holmes
53451dfaf6
Implement a setting for manual vs server login method
2018-03-18 00:46:53 -04:00
Ryan Holmes
199763bcca
Separate the server login handler from the sso info handler
2018-03-17 20:31:38 -04:00
Ryan Holmes
033647da61
Move to a central login() method
2018-03-17 20:23:14 -04:00
Ryan Holmes
00e8e9d84a
Send pyfa version to server when logging in
2018-03-17 20:18:28 -04:00
Ryan Holmes
3ec01a20c2
Bunch of renaming to bring variables up to speed
2018-03-16 18:15:48 -04:00
Ryan Holmes
8a10f0a766
sCrest > sEsi
2018-03-16 18:06:33 -04:00
Ryan Holmes
79deca41c1
Fix skill fetching
2018-03-15 23:05:28 -04:00
Ryan Holmes
8153b80d05
Work around for sso character not being delete from characters after sso deleted, some other minor tweaks
2018-03-15 19:58:17 -04:00
Ryan Holmes
9d379d966c
Implement working character associations with SSO character
2018-03-14 17:53:48 -04:00
blitzmann
75f9a0252a
Start working on character to SSO character mapping
2018-03-11 17:38:51 -04:00
blitzmann
5169c35d5c
Implement SSO Character delete, Remove some unused character logout code (still need to hook this up with character delete functionality)
2018-03-11 16:50:12 -04:00
blitzmann
bbdf1ee6cc
More tweaks / error handling for esi
2018-03-11 15:31:41 -04:00
blitzmann
6c6e8a9972
Do some error handling
2018-03-11 14:47:57 -04:00
blitzmann
8276746dad
Do custom EsiPY prefix, change sso endpoint to look at pyfa.io instead of localhost
2018-03-10 15:46:23 -05:00
blitzmann
5560ef4d34
Merge branch 'test-3' into esi
...
# Conflicts:
# eos/saveddata/character.py
# service/character.py
# service/eveapi.py
# service/pycrest/eve.py
2018-03-10 15:32:21 -05:00
Alexey Minnekhanov
53f07db5fe
Network: apply proxy settings for requests library call
2018-03-05 16:24:00 +03:00
Alexey Minnekhanov
4d4815d6af
Network: change User-Agent header from "urllib" to "requests" with version
2018-03-05 16:16:06 +03:00
blitzmann
4fac10ccb7
Fix update checker, migrate to requests package for all network stuff. The eveapi package is probably not going to work with caching and whatnot, but pyfa doesn't use it and XML API is EOL anyway
2018-03-04 18:08:34 -05:00
blitzmann
124bb027ab
Use bs4.UnicodeDammit to handle different encodings for file imports (fits only for now, can look into expanding for other file import types)
2018-03-03 14:21:55 -05:00
blitzmann
d5ca14ca52
Remove encoding checks for eft import ( #1459 )
2018-03-03 00:50:56 -05:00
blitzmann
99982aa547
Merge branch 'master' into test-3
2018-03-02 00:17:54 -05:00
blitzmann
3f4493c0ea
Another fix for #1403
2018-03-02 00:17:33 -05:00
blitzmann
cdb604b29f
Merge remote-tracking branch 'origin/py3' into test-3
2018-03-01 23:42:29 -05:00
blitzmann
d3b8cebc8a
Merge branch 'master' into test-3
2018-03-01 23:42:22 -05:00
blitzmann
b1e40427a3
Tox
2018-03-01 23:41:39 -05:00
blitzmann
73925df24b
Don't fail when trying to project a module that can't be projected.
2018-03-01 23:24:00 -05:00
Neugeniko
d9dd94d6c3
Update character.py
...
Resolves issue #1453 with xmlparser.ParseFile(file) wanting bytes.
2018-03-02 12:00:11 +11:00
blitzmann
963353a1dc
Merge branch 'master' into test-3
2018-03-01 00:40:40 -05:00
blitzmann
ae6434affb
Fix issue with importing EVE API XML
2018-03-01 00:30:08 -05:00
blitzmann
cbe1ce5bcd
Merge branch 'master' into test-3
2018-02-27 00:16:45 -05:00
Ryan Holmes
917afd5067
Merge pull request #1441 from pyfa-org/issue/1440
...
Convert sec status to float on character import (#1440 )
2018-02-27 00:15:59 -05:00
blitzmann
c3fb9231a4
Convert sec status to float on character import ( #1440 )
2018-02-27 00:15:20 -05:00
blitzmann
48a2963472
Merge branch 'issue/1433' into test-3
2018-02-24 23:40:26 -05:00
blitzmann
f245a02372
DNA export should respect Export Charges setting
2018-02-24 23:37:53 -05:00
blitzmann
78f632a4f6
Merge remote-tracking branch 'origin/master' into test-3
2018-02-24 02:03:29 -05:00
blitzmann
a9db667c9c
Do the same treatment to Target Resists as Damage Patterns
2018-02-24 02:01:23 -05:00
blitzmann
f442632fbc
Fix importing damage profiles which included overwriting existing ones and then performing a delete on one of them. #1416
2018-02-24 01:49:09 -05:00
blitzmann
73d59569ff
Merge remote-tracking branch 'origin/master' into test-3
...
# Conflicts:
# gui/characterEditor.py
2018-02-23 23:28:33 -05:00
blitzmann
e85d144928
Migrate the Save Character As dialog tot he same dialog / validator as the Edit Character Name ( #1419 )
2018-02-23 23:25:11 -05:00
blitzmann
c5ba79cfbb
Merge branch 'master' into test-3
...
# Conflicts:
# .gitignore
2018-02-23 01:02:51 -05:00
blitzmann
5b2c5907ed
Skills needed export ( #1412 ): Need to encode the string before we gzip it
2018-02-23 00:23:45 -05:00
blitzmann
201fb4e241
Remove all encoding bits from fit importing. Might not work 100% of the time, but as 2.0 gets introduced to the community, we'll get reports of possible problems. #1410
2018-02-23 00:00:53 -05:00