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

Multipart form data #329

Merged
merged 24 commits into from
Dec 13, 2023
Merged

Multipart form data #329

merged 24 commits into from
Dec 13, 2023

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    236f553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d005192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a87e56 View commit details
    Browse the repository at this point in the history
  4. Update v7tov8 script for new IDataProcessor interface

    Also ignore CS1998 in apps (warning when not awaiting anything in async hooks)
    ivarne committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c4e456d View commit details
    Browse the repository at this point in the history
  5. Code review updates

    ivarne committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9c2ca7d View commit details
    Browse the repository at this point in the history
  6. Update src/Altinn.App.Core/Helpers/Serialization/ModelDeserializer.cs

    Co-authored-by: Vemund Gaukstad <[email protected]>
    ivarne and tjololo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6d66fd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f43aac View commit details
    Browse the repository at this point in the history
  8. Finish writing tests

    ivarne committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    edd91bd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Set partyId in token to null

    ivarne committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f4f3590 View commit details
    Browse the repository at this point in the history
  2. Fix bad case for roles folder in testsetup

    tjololo authored and ivarne committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a52e601 View commit details
    Browse the repository at this point in the history
  3. Add partyId correctly in test tokens

    Also add a Dockerfile for running tests on linux
    ivarne committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a8ef92e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    5820855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2cb36f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5e3736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d663fb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix tests by disabeling redirects in applciationfactory client

    For some reason backend returns 303 See Other when datamodel updates are availible.
    This is a redirect code and crashed the tests as no Location header was set.
    ivarne committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    d29d4cc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add more tests

    ivarne committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fa85643 View commit details
    Browse the repository at this point in the history
  2. More tests

    ivarne committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d22dfac View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Update src/Altinn.App.Api/Controllers/DataController.cs

    Co-authored-by: Vemund Gaukstad <[email protected]>
    ivarne and tjololo authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    66ad588 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix code smells

    ivarne committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    df2d7b1 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    ivarne committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    28e66fa View commit details
    Browse the repository at this point in the history
  3. Tests OK now?

    ivarne committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fa06880 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2cd711 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3889386 View commit details
    Browse the repository at this point in the history