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

Include support to Arrays fields #542

Merged
merged 30 commits into from
Aug 10, 2024
Merged

Commits on Aug 9, 2024

  1. docs: describe array in changelog

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8dc2481 View commit details
    Browse the repository at this point in the history
  2. feat: create arrayfield metadata

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bb87596 View commit details
    Browse the repository at this point in the history
  3. feat: create arrayparameter metadata

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fc72818 View commit details
    Browse the repository at this point in the history
  4. feat: create default array field metadata

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d225951 View commit details
    Browse the repository at this point in the history
  5. feat: create defaul array parameter metadta

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6e4a280 View commit details
    Browse the repository at this point in the history
  6. chore: update default array parameter

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6b2e694 View commit details
    Browse the repository at this point in the history
  7. feat: create new mapping type: array

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c3e927d View commit details
    Browse the repository at this point in the history
  8. feat: create array of mapping type

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c7778cf View commit details
    Browse the repository at this point in the history
  9. test: create mobile scenario

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b5ebf6e View commit details
    Browse the repository at this point in the history
  10. faet: include array type to builder

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    290a2b1 View commit details
    Browse the repository at this point in the history
  11. test update test scenarios

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1488f67 View commit details
    Browse the repository at this point in the history
  12. test: create test scenario to array parameter

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e3191b0 View commit details
    Browse the repository at this point in the history
  13. feat: implement and define builder to parameter

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2050c57 View commit details
    Browse the repository at this point in the history
  14. test: create and update constructor builder

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d824f17 View commit details
    Browse the repository at this point in the history
  15. test: update test scenario to metadata builder

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f0325c5 View commit details
    Browse the repository at this point in the history
  16. test: create and include array to person

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d2a0cd6 View commit details
    Browse the repository at this point in the history
  17. test: create the mobile type

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c2cf40f View commit details
    Browse the repository at this point in the history
  18. feat: implement array

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1997ec3 View commit details
    Browse the repository at this point in the history
  19. feat: fix toString at collectionfield metadata

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c8806c7 View commit details
    Browse the repository at this point in the history
  20. feat: create test scenarios

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    643a487 View commit details
    Browse the repository at this point in the history
  21. feat: created scenario to converter in array

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d8a558a View commit details
    Browse the repository at this point in the history
  22. feat: define conditions to primitives array

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e6ced0c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. test: create scenario to embeeded array

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    0b648c7 View commit details
    Browse the repository at this point in the history
  2. feat: implement embe to array

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    451c806 View commit details
    Browse the repository at this point in the history
  3. feat: implement writer to array

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    0645525 View commit details
    Browse the repository at this point in the history
  4. feat: define list elements

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a0e0156 View commit details
    Browse the repository at this point in the history
  5. test: refactoring builder

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    baf90c4 View commit details
    Browse the repository at this point in the history
  6. test: create scenario to converter

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    30ede37 View commit details
    Browse the repository at this point in the history
  7. style: remove unecessary parameters

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    33a1944 View commit details
    Browse the repository at this point in the history
  8. test: update test scenarios

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b986141 View commit details
    Browse the repository at this point in the history