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

Added basic integration to the Spoolman filament manager #651

Closed
wants to merge 18 commits into from

Commits on May 8, 2023

  1. spoolman: Added basic spoolman integration

    Proxies any request to the spoolman server. Records filament usage.
    
    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed May 8, 2023
    Configuration menu
    Copy the full SHA
    c14d03e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. spoolman: Formatting, added endpoint for setting spool

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed May 9, 2023
    Configuration menu
    Copy the full SHA
    36535d8 View commit details
    Browse the repository at this point in the history
  2. spoolman: Formatting, updated logging

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7c1eb09 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. spoolman: Review fixes

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    4a4ba6c View commit details
    Browse the repository at this point in the history
  2. spoolman: Fixed up database stuff some more

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    6e9af39 View commit details
    Browse the repository at this point in the history
  3. spoolman: Properly register websocket notification

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    680748e View commit details
    Browse the repository at this point in the history
  4. spoolman: Fixed spool_id initialization

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    90dd2ef View commit details
    Browse the repository at this point in the history
  5. spoolman: Fixed spool_id API

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    0f509dd View commit details
    Browse the repository at this point in the history
  6. spoolman: Fixed getting active spool

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    869cadf View commit details
    Browse the repository at this point in the history
  7. spoolman: Fixed empty query

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    4e1d557 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. spoolman: Minor fixes from review comments

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    71799e8 View commit details
    Browse the repository at this point in the history
  2. spoolman: Fixed tracking request URL

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1d88ddc View commit details
    Browse the repository at this point in the history
  3. docs: Added section for spoolman

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c07210e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076f8f7 View commit details
    Browse the repository at this point in the history
  5. docs: Fixed parmams typo

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3a597b5 View commit details
    Browse the repository at this point in the history
  6. spoolman: Fixed notification event name

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    58dbd3c View commit details
    Browse the repository at this point in the history
  7. docs: Added web API documentation for Spoolman

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a3a026d View commit details
    Browse the repository at this point in the history
  8. docs: Added Spoolman changelog row

    Signed-off-by: Daniel Hultgren <[email protected]>
    Donkie committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    364eef7 View commit details
    Browse the repository at this point in the history