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

fix: use current() instead of approved_up_to_transaction() in codebase #1089

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    c56a89c View commit details
    Browse the repository at this point in the history
  2. linting and test correction

    nboyse committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d4d72d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    c9262b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10b113a View commit details
    Browse the repository at this point in the history
  3. TP2000-1083: Quota order number create (#1081)

    * Add quota order number create view
    
    * Add validation
    
    * Update Quota factory to pass validation
    
    * Edit confirm page and link to quota origin form
    
    * Update validation, add tests
    
    * Use correct url format
    
    * Add create quota link to workbasket page, refactor
    
    * Fix test runner error
    
    * Add migrations to alter regex validator
    
    * Address PR comments
    
    * Amend business rules
    eadpearce authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7714a0b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Bump aiohttp from 3.8.5 to 3.8.6 (#1093)

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.8.5...v3.8.6)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0842ed4 View commit details
    Browse the repository at this point in the history
  2. remove redundant pk

    nboyse committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1da728b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/use-current-instead-of-approved_up_to_transaction' of

    https://github.com/uktrade/tamato into fix/use-current-instead-of-approved_up_to_transaction
    nboyse committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ba6675e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9bea1b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/use-current-instead-of-approved_up_to_transaction' of

    https://github.com/uktrade/tamato into fix/use-current-instead-of-approved_up_to_transaction
    nboyse committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c86f64c View commit details
    Browse the repository at this point in the history
  6. attempt to fix some tests

    nboyse committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5ca30e0 View commit details
    Browse the repository at this point in the history