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

Rework serialization #327

Merged
merged 103 commits into from Nov 15, 2022
Merged

Commits on Oct 8, 2022

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

Commits on Oct 9, 2022

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

Commits on Oct 10, 2022

  1. redo enum generation

    fischerscode committed Oct 10, 2022
    Copy the full SHA
    db3252c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b419281 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ca6c734 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    528fc7d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bbd2e78 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c8419a8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c5cd847 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b929570 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ebc5180 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    00519eb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Copy the full SHA
    e8e29aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    296149a View commit details
    Browse the repository at this point in the history
  3. remove debug print

    fischerscode committed Oct 11, 2022
    Copy the full SHA
    fecd2f0 View commit details
    Browse the repository at this point in the history
  4. add todo

    fischerscode committed Oct 11, 2022
    Copy the full SHA
    f875d52 View commit details
    Browse the repository at this point in the history
  5. remove commented code

    fischerscode committed Oct 11, 2022
    Copy the full SHA
    4ebf795 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Copy the full SHA
    56ba812 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    36596d8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    82dc950 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    36cbefe View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. fix minor mistakes

    fischerscode committed Oct 14, 2022
    Copy the full SHA
    c9f4453 View commit details
    Browse the repository at this point in the history
  2. remove debug print

    fischerscode committed Oct 14, 2022
    Copy the full SHA
    0c9f49a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    908241f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    83ff421 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Copy the full SHA
    34fec23 View commit details
    Browse the repository at this point in the history
  2. default url for ByteData

    fischerscode committed Oct 15, 2022
    Copy the full SHA
    7096b5b View commit details
    Browse the repository at this point in the history
  3. Create generate_all

    fischerscode committed Oct 15, 2022
    Copy the full SHA
    59c8186 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1378aee View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c911512 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Copy the full SHA
    cf899a5 View commit details
    Browse the repository at this point in the history
  2. continue fixing tests

    fischerscode committed Oct 20, 2022
    Copy the full SHA
    d7d964c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. fix analyzer warnings

    fischerscode committed Oct 21, 2022
    Copy the full SHA
    2ed9437 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. use putIfAbsent for appending in SerializationManager

    This allows overriding definitions
    fischerscode committed Oct 22, 2022
    Copy the full SHA
    7e57c5e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Copy the full SHA
    09adc87 View commit details
    Browse the repository at this point in the history
  2. Update main.dart

    fischerscode committed Oct 27, 2022
    Copy the full SHA
    d2bfd59 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4c6f1c1 View commit details
    Browse the repository at this point in the history
  4. test nullable nested int lists in endpoints

    test List<List<int>?> parameter and return type
    test List<List<int>>? parameter and return type
    fischerscode committed Oct 27, 2022
    Copy the full SHA
    a974837 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    db9ed00 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8cd2d82 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8f838a0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e30e41f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    101cf8d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    74beb49 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    dff79c3 View commit details
    Browse the repository at this point in the history
  12. delete old stuff

    fischerscode committed Oct 27, 2022
    Copy the full SHA
    d9ea1b1 View commit details
    Browse the repository at this point in the history
  13. fix chat module

    @vlidholt Do you have an example chat app for testing this laying around?
    fischerscode committed Oct 27, 2022
    Copy the full SHA
    09e9a8b View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    b8b2675 View commit details
    Browse the repository at this point in the history
  15. regenerate

    fischerscode committed Oct 27, 2022
    Copy the full SHA
    efdae9f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. fix analyzer

    fischerscode committed Oct 28, 2022
    Copy the full SHA
    fb73bdb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d3ad0e View commit details
    Browse the repository at this point in the history
  3. Update config.dart

    fischerscode committed Oct 28, 2022
    Copy the full SHA
    9c0aa64 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3009d06 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8435319 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4e80d64 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    fischerscode committed Oct 28, 2022
    Copy the full SHA
    ebc668b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2cd46c8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f162e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. undo test adding minio to s3

    accidentally committed
    fischerscode committed Nov 6, 2022
    Copy the full SHA
    28ebba1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e61e5b2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c0e2125 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7404d8a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    999622d View commit details
    Browse the repository at this point in the history
  6. remove unused code

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    eb492ca View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    03364b7 View commit details
    Browse the repository at this point in the history
  8. remove unused code

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    7af7095 View commit details
    Browse the repository at this point in the history
  9. remove unused code

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    369e4a9 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    1dd73c9 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5bc733a View commit details
    Browse the repository at this point in the history
  12. improve readability

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    c9c5c35 View commit details
    Browse the repository at this point in the history
  13. use () {} syntax

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    7e9f141 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    3071a5e View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    6019dd7 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f68a6f0 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    5ec8bf3 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    8629515 View commit details
    Browse the repository at this point in the history
  19. reformat templates

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    62e8d72 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b7dcec7 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    63be64c View commit details
    Browse the repository at this point in the history
  22. remove returnVoid

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    d30ae38 View commit details
    Browse the repository at this point in the history
  23. Revert "give _callback a type in message_central"

    This reverts commit 63be64c.
    fischerscode committed Nov 6, 2022
    Copy the full SHA
    e6df43a View commit details
    Browse the repository at this point in the history
  24. DateTime always to utc

    fischerscode committed Nov 6, 2022
    Copy the full SHA
    277d661 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    11e0ac3 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    5300015 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    b568c00 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Copy the full SHA
    2eaf65b View commit details
    Browse the repository at this point in the history
  2. fix: Updates code generator serialization naming, regenerates code, a…

    …nd removes error handler from client.
    vlidholt committed Nov 10, 2022
    Copy the full SHA
    42e1dac View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fb301c0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9797d64 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    70f52bc View commit details
    Browse the repository at this point in the history
  6. Revert "remove returnVoid"

    This reverts commit d30ae38.
    vlidholt committed Nov 10, 2022
    Copy the full SHA
    d5c5c58 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    31cb4fd View commit details
    Browse the repository at this point in the history
  8. chore: Formatting.

    vlidholt committed Nov 10, 2022
    Copy the full SHA
    66afb9b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    de2b502 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e457101 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Copy the full SHA
    94b9c54 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c25d9c View commit details
    Browse the repository at this point in the history
  3. Revert "wrap message_central data"

    This reverts commit de2b502.
    fischerscode committed Nov 11, 2022
    Copy the full SHA
    308a76c View commit details
    Browse the repository at this point in the history
  4. Revert "message_central callback error handling"

    This reverts commit 94b9c54.
    fischerscode committed Nov 11, 2022
    Copy the full SHA
    c9f8e42 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6cd9d5d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7af9c72 View commit details
    Browse the repository at this point in the history
  7. Rerun tests

    fischerscode committed Nov 11, 2022
    Copy the full SHA
    6cffc30 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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