LazyBlacksmith Versions Save

EVE Online Industry app written in python (flask) for backend, html / css / js for frontend

1.1.0

1 year ago

What's Changed

  • Disable authenticated views when ESI_SECRET_KEY is not set (by @nmalaguti in https://github.com/Kyria/LazyBlacksmith/pull/110)
  • Fix sqlalchemy warning for activity_products__eager (by @nmalaguti in https://github.com/Kyria/LazyBlacksmith/pull/111)
  • Add docker-compose support (by @nmalaguti in https://github.com/Kyria/LazyBlacksmith/pull/112)
  • Changed version of Python from 3.7 to 3.9 in Dockerfile
  • Update all the python dependencies to use more recent version of everything (mostly Flask 2+ and Celery 5+)
    • Fix Jinja2 contextfilter to use pass_context
    • Update manage.py and celery_cli.py to use Click instead of Flask-Script (these were kept for compatibility purpose, so people can still use them)
    • Update tasks to use the click decorators instead of Flask-Script Command class
    • Remove dependency to Flask-Script
    • Fix celery configs for Celery 5+
    • Fix celery calls in Docker entrypoint due to the version upgrade

1.0.7

1 year ago
  • Fix EVE Online login image ( #109 )
  • Remove the need to use image files and use images.evetech.net instead (#109)

Thanks @nmalaguti

1.0.6

2 years ago
  • Add table sorter in almost all tables in the app (#105 @EmInterference)
  • Fix SDE import from latest change (#105 @EmInterference)
  • Fix some ESI operations to avoid deprecated warning
  • Fix small issues in debug modes
  • Fix virtualenv import to avoid issues on creation

1.0.5

3 years ago

PR #91 - Added fixes from @BtbN (thanks!)

  • npm dependencies
  • updates for SQLAlchemy 1.4 + fix of deprecated args

1.0.4

3 years ago

Fix issue due to esipy upgrade to 1.2.0

1.0.3

3 years ago
  • PR #81 - Fix rounding in decryptor dropdown (Thanks @FroutSarain)
  • PR #79 - Fix non integer version in config.docker (for default config) (Thanks @FroutSarain)
  • Add invention cost per manufacturing run in Invention page (summary and details). (Fixes #80)

1.0.2

4 years ago

Update tasks to add try/except blocks and db rollback to prevent issues.

1.0.1

4 years ago

Fix chmod in the dockerfile

1.0

4 years ago

Version 1.0

  • Docker support https://hub.docker.com/repository/docker/anakhon/lazyblacksmith
  • Updated requirements
  • Removed bootstrap as submodule, updated to 4.4.1, fixed npm processes used in static builds
  • Change in the migration files to make sure it works with MySQL/MariaDB and PostgreSQL
  • Change the application tree:
    • tasks have been moved in lbtasks
    • commands have been moved in lbcmd

0.1.1

5 years ago

Add the ability to provide IDs of items instead of just blueprints for manufacturing, invention and reactions.