Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recycle Items schedule/force #4513

Merged
merged 15 commits into from
Aug 25, 2016
Merged

Recycle Items schedule/force #4513

merged 15 commits into from
Aug 25, 2016

Commits on Aug 22, 2016

  1. Recycle Items schedule/force

    - Added ability to schedule a forced item recycle regardless of
    min_empty_space setting. Allows individual items to be recycled based on
    "keep" settings, even when bag is not nearing capacity.
    
    - Added inventory refresh to bot tick (__init.py__) to ensure web
    displays information correctly.
    Gobberwart committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    c49f1cc View commit details
    Browse the repository at this point in the history
  2. Updated docs/configs

    Updated documentation and example config files to show new RecycleItems
    options.
    Gobberwart committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    80acac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37aac25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    037462d View commit details
    Browse the repository at this point in the history
  5. Update web inventory from cache

    Added "update web inventory" to inventory.py which dumps json to
    web/inventory-USERNAME.json from the cached inventory instead of calling
    api. Runs every tick to ensure values are as up-to-date as possible.
    Gobberwart committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    bc58625 View commit details
    Browse the repository at this point in the history
  6. Updated comments to include new config settings

    Updated the comment block at the top of the file to explain/show new
    settings
    Gobberwart committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    62a5ad0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08f0f40 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Added player stats to web output

    Previous commit missed player stats. Fixed.
    Gobberwart committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    2a9f345 View commit details
    Browse the repository at this point in the history
  2. Removed api call for player_stats

    Removed api call for player_stats, and moved output of player_stats to
    web to update_live_stats.py
    Gobberwart committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    32f0c5d View commit details
    Browse the repository at this point in the history
  3. Slight logic error

    Correct error that would result in player_data being written multiple
    times. Something in the bot is still doing that somewhere, but
    definitely not in this new code.
    Gobberwart committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    b8bb2d1 View commit details
    Browse the repository at this point in the history
  4. Added cell_worker for inventory update

    Removed update_web_inventory from init.py and created a new worker
    UpdateLiveInventory in light of feeback from solderzzc.
    Gobberwart committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    57896ad View commit details
    Browse the repository at this point in the history
  5. Separated update_web_inventory from jsonify_inventory

    As per feedback from @BriceSD
    Gobberwart committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    7d561a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcbec6e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    49344e9 View commit details
    Browse the repository at this point in the history
  2. Resolved conflicts

    Gobberwart committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    ff03f21 View commit details
    Browse the repository at this point in the history