Ebag333
ff5d40dcd3
Add additional logging to services
2017-02-28 10:32:03 -08:00
blitzman
7115cd178c
Merge branch 'development' into LogBook_v2
...
Conflicts:
config.py
eos/saveddata/fit.py
gui/bitmapLoader.py
gui/graphFrame.py
gui/utils/exportHtml.py
pyfa.py
service/crest.py
service/price.py
service/server.py
2017-02-25 18:21:07 -05:00
blitzman
c3144088ca
Fix CREST login ( #998 ). Also flesh out a two-step process:
...
Step 1: get a page that lets the user know we're processing request. Do whatever we need to do with the hash (in the case of implicit mode), and then refresh to step 2
Step 2: process response, and return error / success message.
2017-02-18 21:59:18 -05:00
blitzman
0cc279b351
pass the damn tox
2017-02-14 23:06:33 -05:00
blitzman
97cdd751b8
Fix up the CREST server thread to make it a bit more robust, as well as fixing issue in which thread may never die
2017-02-13 21:56:12 -05:00
Ebag333
159472f82c
Tox fixes, and convert all logging string replacement to a standard style.
2017-02-13 13:38:21 -08:00
Ebag333
3b185e1bcb
Roll up all changes from #962 as the base has been massively changed by code cleanups. Rename our logging to a universal pyfalog to avoid shadowing either Logging or Logbook loggers
2017-02-11 11:51:53 -08:00
Ebag333
72633825cf
Formatting and layout changes
2017-02-08 23:32:51 -08:00
Ebag333
636474610b
More of: Disable import inspections for wxPython, because it's not installed traditionally and we can't include it in requirements.txt
2017-02-08 20:16:58 -08:00
Ebag333
4fb07cc1d0
Bunch of pep8 and inspection cleanup
2016-12-15 12:43:19 -08:00
Ebag333
be53dedb18
Large pep8 compliance to make work for Tox
2016-12-13 21:23:01 -08:00
a-tal
d3b6bc1c93
so many pep8 fixes
...
(cherry picked from commit bee125d)
2016-12-13 20:16:44 -08:00
Ebag333
d963327ed4
Make it run again
2016-12-02 03:13:54 -08:00
blitzmann
bd4dbf45af
Beautify pyfa's CREST login message
2016-06-23 22:16:08 -04:00
blitzmann
969952cccc
Add support for user-defined server timeout setting ( #492 )
2016-02-14 18:51:18 -05:00
blitzmann
95dba166eb
Remove some debugging prints
2015-11-08 12:37:31 -05:00
blitzmann
83adadd71f
Convert pubsub to wx events
2015-11-08 12:33:56 -05:00
blitzmann
8fe5f43875
fix some stuff
2015-11-03 22:44:01 -05:00
blitzmann
ccb9e085b2
Setting to change server for CREST, and some other improvements.
2015-10-31 13:20:13 -04:00
blitzmann
649b99d7bd
Another possible fix for server issues.
2015-10-30 21:07:56 -04:00
blitzmann
6eafbb0a25
Possible fix for server issues. Instead of using a timer, use the socket timeout, and ensure that we stop server before spawning a new one.
2015-10-28 21:25:01 -04:00
blitzmann
6eb6925606
Move html
2015-10-25 17:55:39 -04:00
blitzmann
167eb60fe3
Added logic to find CA certs for SSL connections (for frozen apps) and added some logging
2015-10-24 23:32:15 -04:00
blitzmann
e0f99ee133
Start refinement of CREST utilities:
...
* Add preference page which gives option of implicit grant or user client details
* Improve CREST service
* Changes in pycrest which make things a little easier
2015-10-21 23:10:06 -04:00
blitzmann
69a4e42ab0
Forgot the server
2015-10-19 21:34:47 -04:00