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

Refactor states/status #4857

Merged
merged 74 commits into from
Jun 9, 2023
Merged

Commits on May 19, 2023

  1. add file for states

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    8911cc0 View commit details
    Browse the repository at this point in the history
  2. move general definition out

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c3e62be View commit details
    Browse the repository at this point in the history
  3. add some tests and docs

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d7cbce0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f0b10d View commit details
    Browse the repository at this point in the history
  5. make status_label tag generic

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1220dcb View commit details
    Browse the repository at this point in the history
  6. move templatetags

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    8c0adc4 View commit details
    Browse the repository at this point in the history
  7. remove unused tag

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e8ebaf9 View commit details
    Browse the repository at this point in the history
  8. rename test file

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a21a46d View commit details
    Browse the repository at this point in the history
  9. make status label a lookup

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3368a84 View commit details
    Browse the repository at this point in the history
  10. rename tags

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    6701ec2 View commit details
    Browse the repository at this point in the history
  11. move import structure

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e68f98c View commit details
    Browse the repository at this point in the history
  12. add missing tag

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    5469150 View commit details
    Browse the repository at this point in the history
  13. collect states dynamically

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d3ca854 View commit details
    Browse the repository at this point in the history
  14. fix context function

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d79808c View commit details
    Browse the repository at this point in the history
  15. move api function out

    matmair committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1d74e93 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. add tests for tags

    matmair committed May 20, 2023
    Configuration menu
    Copy the full SHA
    51e4e3f View commit details
    Browse the repository at this point in the history
  2. rename tests

    matmair committed May 20, 2023
    Configuration menu
    Copy the full SHA
    6bb1358 View commit details
    Browse the repository at this point in the history
  3. refactor imports

    matmair committed May 20, 2023
    Configuration menu
    Copy the full SHA
    92652e6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Add test for API function

    matmair committed May 21, 2023
    Configuration menu
    Copy the full SHA
    dccadbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c75ed View commit details
    Browse the repository at this point in the history
  3. make test calls simpler

    matmair committed May 21, 2023
    Configuration menu
    Copy the full SHA
    559b993 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    d70f6a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cffb37c View commit details
    Browse the repository at this point in the history
  3. switch to enum

    matmair committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6fdaa78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dccd066 View commit details
    Browse the repository at this point in the history
  5. fix lookup

    matmair committed May 22, 2023
    Configuration menu
    Copy the full SHA
    66b84af View commit details
    Browse the repository at this point in the history
  6. fix tag name

    matmair committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2d06fe0 View commit details
    Browse the repository at this point in the history
  7. make _TAG lookup a function

    matmair committed May 22, 2023
    Configuration menu
    Copy the full SHA
    018e9cb View commit details
    Browse the repository at this point in the history
  8. cleanup BaseEnum

    matmair committed May 22, 2023
    Configuration menu
    Copy the full SHA
    310c2c3 View commit details
    Browse the repository at this point in the history
  9. make _TAG definition simpler

    matmair committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0e136b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93e86f0 View commit details
    Browse the repository at this point in the history
  11. reduce LoC

    matmair committed May 22, 2023
    Configuration menu
    Copy the full SHA
    405a2e9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    00793bf View commit details
    Browse the repository at this point in the history
  2. type status codes as int

    matmair committed May 27, 2023
    Configuration menu
    Copy the full SHA
    57a2a38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95d568a View commit details
    Browse the repository at this point in the history
  4. Add definition for lookups

    matmair committed May 27, 2023
    Configuration menu
    Copy the full SHA
    f5dc0d6 View commit details
    Browse the repository at this point in the history
  5. fix filter lookup

    matmair committed May 27, 2023
    Configuration menu
    Copy the full SHA
    97af442 View commit details
    Browse the repository at this point in the history
  6. TEST: "fix" action lookup

    matmair committed May 27, 2023
    Configuration menu
    Copy the full SHA
    8954b10 View commit details
    Browse the repository at this point in the history
  7. Add missing migrations

    matmair committed May 27, 2023
    Configuration menu
    Copy the full SHA
    a588c71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35e8af3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    0dfc67a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b36f23 View commit details
    Browse the repository at this point in the history
  3. switch to IntEnum

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f0d0e2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f07e637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aa04a0 View commit details
    Browse the repository at this point in the history
  6. use value and list

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    46ad640 View commit details
    Browse the repository at this point in the history
  7. use dedicated groups

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e9eab4e View commit details
    Browse the repository at this point in the history
  8. fix stock assigment

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    117e272 View commit details
    Browse the repository at this point in the history
  9. fix order code

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    130c95d View commit details
    Browse the repository at this point in the history
  10. more fixes

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c7bb1ba View commit details
    Browse the repository at this point in the history
  11. fix borked change

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    65baf44 View commit details
    Browse the repository at this point in the history
  12. fix render lookup

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e3352ef View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. add group

    matmair committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c685185 View commit details
    Browse the repository at this point in the history
  2. fix import

    matmair committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4641f71 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. fix syntax

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    3b9a428 View commit details
    Browse the repository at this point in the history
  2. clenup

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    3781593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f456296 View commit details
    Browse the repository at this point in the history
  4. fix migrations

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    e082f20 View commit details
    Browse the repository at this point in the history
  5. fix typo

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    c9933ff View commit details
    Browse the repository at this point in the history
  6. fix wrong value usage

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    8d53d4a View commit details
    Browse the repository at this point in the history
  7. fix test

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    01c384b View commit details
    Browse the repository at this point in the history
  8. remove group section

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    92c9140 View commit details
    Browse the repository at this point in the history
  9. remove group section

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    2cf8f69 View commit details
    Browse the repository at this point in the history
  10. add more test cases

    matmair committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    5bfece6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Add more docstring

    matmair committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    83f534a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4725239 View commit details
    Browse the repository at this point in the history
  3. change import ordeR?

    matmair committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ff62693 View commit details
    Browse the repository at this point in the history
  4. last try before I revert

    matmair committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c74b046 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

  1. Update part.migrations.0112

    - Add custom migration class which handles errors
    SchrodingersGat committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d283170 View commit details
    Browse the repository at this point in the history
  2. Add unit test for migration

    - Ensure that the new fields are added to the model
    SchrodingersGat committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1dc9f38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe74215 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    229102b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c3253 View commit details
    Browse the repository at this point in the history