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

A bit more testing #8053

Merged
merged 45 commits into from
Sep 30, 2024
Merged

Commits on Sep 2, 2024

  1. add more admin testing

    matmair committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fd4c163 View commit details
    Browse the repository at this point in the history
  2. fix assertations

    matmair committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d0be413 View commit details
    Browse the repository at this point in the history
  3. add test for importer admin

    matmair committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c3db572 View commit details
    Browse the repository at this point in the history
  4. Add tests for inventree#7164

    matmair committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    88f9c70 View commit details
    Browse the repository at this point in the history
  5. add common/attachment test

    matmair committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    80dd079 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    938fc92 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …app-stock-coverage
    matmair committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    aafda07 View commit details
    Browse the repository at this point in the history
  3. fix test

    matmair committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fdd4dc0 View commit details
    Browse the repository at this point in the history
  4. add tests

    matmair committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    db8f92c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cad8d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Revert "remove unused definition - the view is read only"

    This reverts commit 4cad8d1.
    matmair committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    62eba77 View commit details
    Browse the repository at this point in the history
  2. more tests in report

    matmair committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2d1b0fc View commit details
    Browse the repository at this point in the history
  3. Update tests.py

    matmair authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    194e15b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. make lookup dynamic

    matmair committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3999e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571cbb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c72e02 View commit details
    Browse the repository at this point in the history
  4. add migration test

    matmair committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4aa3bbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b02d909 View commit details
    Browse the repository at this point in the history
  6. disable flaky test

    matmair committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2694060 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …app-stock-coverage
    matmair committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1a43533 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93a5d92 View commit details
    Browse the repository at this point in the history
  9. test reverse migration

    matmair committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    33a20ec View commit details
    Browse the repository at this point in the history
  10. cleanup new test

    matmair committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    527fc69 View commit details
    Browse the repository at this point in the history
  11. remove empty action

    matmair committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ade1806 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. split and refactor API tests

    matmair committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    83ab2d4 View commit details
    Browse the repository at this point in the history
  2. refactor test

    matmair committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    30ae691 View commit details
    Browse the repository at this point in the history
  3. Add test for error conditions

    matmair committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0421301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a18462 View commit details
    Browse the repository at this point in the history
  5. fix double entry

    matmair committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b170d52 View commit details
    Browse the repository at this point in the history
  6. more migration tests

    matmair committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    32b1b08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64abe6d View commit details
    Browse the repository at this point in the history
  8. also test no history

    matmair committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2a468b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e16d254 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae497ca View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix assertation

    matmair committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8d90814 View commit details
    Browse the repository at this point in the history
  2. add another migration test

    matmair committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    abf6195 View commit details
    Browse the repository at this point in the history
  3. fix typo

    matmair committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f4a72ca View commit details
    Browse the repository at this point in the history
  4. fix manufacturer filter

    matmair committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9eac47e View commit details
    Browse the repository at this point in the history
  5. test more filters

    matmair committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    62548af View commit details
    Browse the repository at this point in the history
  6. even more filter tests

    matmair committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d364d32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4dae44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe3c71b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8e7bfd View commit details
    Browse the repository at this point in the history
  10. ignore cautious catches

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