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

Feat(Data Mapper): Refactoring deserialization for v2 #4800

Merged
merged 32 commits into from
May 22, 2024

Commits on Jan 4, 2024

  1. made progress on refactor

    Danielle Cogburn committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    cf4b2ba View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. added new file and first few tests pass

    Danielle Cogburn committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    60009d6 View commit details
    Browse the repository at this point in the history
  2. simple function works

    Danielle Cogburn committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    eea9593 View commit details
    Browse the repository at this point in the history
  3. index loops work

    Danielle Cogburn committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f947582 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. more tests pass

    Danielle Cogburn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8b4f7b1 View commit details
    Browse the repository at this point in the history
  2. get source node for loops

    Danielle Cogburn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c4a500b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. nested functions pass test

    Danielle Cogburn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ac998fa View commit details
    Browse the repository at this point in the history
  2. some conditionals pass

    Danielle Cogburn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3b13024 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. starting on direct access

    Danielle Cogburn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0223fd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. loop improvements

    Danielle Cogburn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    07afbdf View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge branch 'main' of https://github.com/Azure/logic_apps_designer i…

    …nto deserialization-refactor
    DanielleCogs committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d74c5d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. Merge branch 'main' of https://github.com/Azure/logic_apps_designer i…

    …nto deserialization-refactor
    DanielleCogs committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    de85b8c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 22, 2024

  1. direct access works

    DanielleCogs committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    40f407c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1d63fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4b03d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/Azure/logic_apps_designer i…

    …nto deserialization-refactor
    DanielleCogs committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5fa613b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. sequences tests pass

    DanielleCogs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8889e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. value works

    DanielleCogs committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fa8155b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. refactor

    DanielleCogs committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f04f5a8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. improving looping

    DanielleCogs committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9bc4e37 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    4da2dad View commit details
    Browse the repository at this point in the history
  2. started moving into v2

    DanielleCogs committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2ea99c3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. moved to v2

    DanielleCogs committed May 9, 2024
    Configuration menu
    Copy the full SHA
    98da0d4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge branch 'main' of https://github.com/Azure/logic_apps_designer i…

    …nto deserialization-refactor
    DanielleCogs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e68fffe View commit details
    Browse the repository at this point in the history
  2. skip failing test

    DanielleCogs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a6d5793 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 19, 2024

  1. removed unused code

    DanielleCogs committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3264556 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. added docs

    DanielleCogs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1c0a494 View commit details
    Browse the repository at this point in the history
  2. fixed doc

    DanielleCogs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e7097be View commit details
    Browse the repository at this point in the history