Results 135 issues of Athanasius

Currently the code only runs cleanly when it has been `python setup.py install`d into an egg. Assume you have **not** done the egg install. If you're in the root of...

enhancement
python

It is proposed that the following Fleet Carrier related events be allowed in the Journal schema: - CarrierDecommission - CarrierCancelDecommission - CarrierJumpRequest - CarrierJumpCancelled - CarrierDockingPermission - CarrierNameChanged Please discuss...

enhancement
journal event
schemas

I'm mostly here thinking about documenting it, in the general schemas README, as a mandatory augmentation for any event/schema where we can reasonably expect the data to be available. I'm...

journal event
schemas

We have now confirmed that compression does allow for larger plain-text messages to make it through `bottle`'s body size check. It's only lookin at the 'raw', and thus compressed if...

enhancement
resiliency

The recent changes to better log problematic uploads doesn't seem to be causing an increase in the 'invalid messages' counts. Double-check this is being done. It's possible it's working, but...

enhancement

- [ ] Keeping up with softwareVersions 1. It should treat softwareVersion as a minimum to report on, so that any later versions are *also* reported on. It's currently a...

enhancement
resiliency

Whilst monitoring the gateway output after deploying the latest code this came up: ```python Traceback (most recent call last): File "/home/eddn/live/python2.7-venv/bin/bottle.py", line 862, in _handle return route.call(**args) File "/home/eddn/live/python2.7-venv/bin/bottle.py", line...

bug
python

EDO Update 5 is adding an array of available pads/sizes to both `Docked` and `DockingRequested`. We might feel we get enough data about available pads at EDO settlements (specifically, but...

enhancement
journal event
schemas

With the way the schema validation, performed on the Gateway, is specified it might start getting convoluted to disallow some fields only for some events and not others. One proposal...

journal event
schemas

The Monitor (for the stats) and Relay (to save outbound bandwidth) detect if a message is a duplicate based on recent messages. If the Gateway also did this detection then...

enhancement