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 the CHANGE_* methods from medusa.config.py #8948

Merged
merged 14 commits into from
Jan 4, 2021

Commits on Jan 2, 2021

  1. Added the CHANGE_* methods from medusa.config.py

    Used these methods in set properties of their app variables.
    p0psicles committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    8a2ed5c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Use handle_prop() method.

    p0psicles committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    3547418 View commit details
    Browse the repository at this point in the history
  2. Fix comment.

    p0psicles committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    9cf910d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c5f320 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7565ed3 View commit details
    Browse the repository at this point in the history
  5. Fix errors.

    * Make sure we don't run or change threads, when there is nothing to change.
    p0psicles committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    883dd47 View commit details
    Browse the repository at this point in the history
  6. Try out this hack

    p0psicles committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    c0f99c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Merge remote-tracking branch 'remotes/origin/develop' into feature/fi…

    …x-start-thread-config-change
    
    # Conflicts:
    #	medusa/app.py
    #	medusa/config.py
    p0psicles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c20c2ed View commit details
    Browse the repository at this point in the history
  2. lint

    p0psicles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f0c8281 View commit details
    Browse the repository at this point in the history
  3. Pin pytest to 6.1.2.

    As from 6.2.0 it will error on `attrs() got an unexpected keyword argument 'eq'`
    p0psicles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    3d24997 View commit details
    Browse the repository at this point in the history
  4. Also hack freeSpace

    p0psicles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    60a0704 View commit details
    Browse the repository at this point in the history
  5. Try this

    p0psicles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    2e9fa8b View commit details
    Browse the repository at this point in the history
  6. flake lint

    p0psicles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5b47581 View commit details
    Browse the repository at this point in the history
  7. changelog

    p0psicles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    57560dc View commit details
    Browse the repository at this point in the history