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

User defined states #7862

Merged
merged 69 commits into from
Aug 21, 2024

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    a66e3d5 View commit details
    Browse the repository at this point in the history
  2. make tests more reliable

    matmair committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4cee20f View commit details
    Browse the repository at this point in the history
  3. fix list options

    matmair committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e7ee679 View commit details
    Browse the repository at this point in the history
  4. Adapt version

    matmair committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a9239e3 View commit details
    Browse the repository at this point in the history
  5. do not engage if rebuilding

    matmair committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    acf6e11 View commit details
    Browse the repository at this point in the history
  6. remove unneeded attr

    matmair committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    451362d View commit details
    Browse the repository at this point in the history
  7. remove unneeded attr

    matmair committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c0ee300 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …custom-user-defined-states
    matmair committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2ee9235 View commit details
    Browse the repository at this point in the history
  2. fix enum imports

    matmair committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dbf9db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. adapt cove target

    matmair committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    049f9bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5268f6 View commit details
    Browse the repository at this point in the history
  3. fix serializer method

    matmair committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    77dc0c7 View commit details
    Browse the repository at this point in the history
  4. simplify branching

    matmair committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    3e803c4 View commit details
    Browse the repository at this point in the history
  5. remove unneeded imports

    matmair committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0e3d2f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c81213a View commit details
    Browse the repository at this point in the history
  2. Add more tests

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c9c01be View commit details
    Browse the repository at this point in the history
  3. fix tests

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5926fc7 View commit details
    Browse the repository at this point in the history
  4. add test for function

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    04498e9 View commit details
    Browse the repository at this point in the history
  5. refactor for easier testing

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    67dde38 View commit details
    Browse the repository at this point in the history
  6. move test to seperate class

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    94858a4 View commit details
    Browse the repository at this point in the history
  7. Add options testing

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b4e42da View commit details
    Browse the repository at this point in the history
  8. extend serializer

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6a5f9c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf9dcf2 View commit details
    Browse the repository at this point in the history
  10. use custom field in PUI too

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    06886ec View commit details
    Browse the repository at this point in the history
  11. reset diff

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f5098d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4022eac View commit details
    Browse the repository at this point in the history
  13. style fix

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d62f9b8 View commit details
    Browse the repository at this point in the history
  14. fix comparison

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    198bd8f View commit details
    Browse the repository at this point in the history
  15. Add test for str

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d0409ee View commit details
    Browse the repository at this point in the history
  16. test color exceptions too

    matmair committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    33da48c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1ce1e61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c91f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d4d3b0 View commit details
    Browse the repository at this point in the history
  4. update docs

    matmair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ac0c726 View commit details
    Browse the repository at this point in the history
  5. simplify implementation

    matmair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    461f77d View commit details
    Browse the repository at this point in the history
  6. update tests

    matmair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    30c8979 View commit details
    Browse the repository at this point in the history
  7. fix name

    matmair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cbf8676 View commit details
    Browse the repository at this point in the history
  8. rename test

    matmair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    93113db View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. simplify tags and test fully

    matmair committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7d86ad7 View commit details
    Browse the repository at this point in the history
  2. extend test to machine status

    matmair committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fb20790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6361be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb2d62d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5affeed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb57800 View commit details
    Browse the repository at this point in the history
  7. use new fields on PUI too

    matmair committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8782fc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e94d96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d3472a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    1852e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d462cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7a4496 View commit details
    Browse the repository at this point in the history
  4. use filteres instead

    matmair committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    afad1a7 View commit details
    Browse the repository at this point in the history
  5. fix import order

    matmair committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f150840 View commit details
    Browse the repository at this point in the history
  6. fix api route definition

    matmair committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    65c8642 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3347c37 View commit details
    Browse the repository at this point in the history
  8. fix lookup

    matmair committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    80451d4 View commit details
    Browse the repository at this point in the history
  9. fix filtering

    matmair committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    486aedb View commit details
    Browse the repository at this point in the history
  10. remove admin integration

    matmair committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5de254f View commit details
    Browse the repository at this point in the history
  11. cleanup migration

    matmair committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    01b15bd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix migration change

    matmair committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    448cdb8 View commit details
    Browse the repository at this point in the history
  2. cleanup code location

    matmair committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    261f8fc View commit details
    Browse the repository at this point in the history
  3. fix imports

    matmair committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8960a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a9aa56 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Add docs for custom states

    matmair committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0dda98b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2403508 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    e3244f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    afa230e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec9c392 View commit details
    Browse the repository at this point in the history
  3. add links to custom status

    matmair committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    25cf638 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'custom-user-defined-states' of https://github.com/matma…

    …ir/InvenTree into custom-user-defined-states
    matmair committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    047fec1 View commit details
    Browse the repository at this point in the history