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(server) Add new /invoke/:template endpoint implementation #746

Merged
merged 18 commits into from
Sep 19, 2022

Commits on Aug 27, 2022

  1. general functionality runned for invoke()

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    4c37afd View commit details
    Browse the repository at this point in the history
  2. added validations for insufficient arguments.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    53d7d4e View commit details
    Browse the repository at this point in the history
  3. Tests for invoke()

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    236442b View commit details
    Browse the repository at this point in the history
  4. converted file path args to actual objects.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    a24fb62 View commit details
    Browse the repository at this point in the history
  5. fix launch.json commit

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    7f4cc3e View commit details
    Browse the repository at this point in the history
  6. fix package-lock.json

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    be04c1f View commit details
    Browse the repository at this point in the history
  7. fix npm ci build issue.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    9eea278 View commit details
    Browse the repository at this point in the history
  8. fix build problem.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    baa82ba View commit details
    Browse the repository at this point in the history
  9. feature(server) fromUrl() support for /invoke

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    a554c1c View commit details
    Browse the repository at this point in the history
  10. fix(server) fromArchive() check error fixed.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    cef8661 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fix(server) Remove unnecessary indentation

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3473b19 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. nullish coalescing and new error type.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8e56d2f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/accordproject/cicero into…

    … invoke
    Mehmet Tokgöz committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    fe3f735 View commit details
    Browse the repository at this point in the history
  3. fix package-lock.json for cicero-server.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    646b0d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. fix eslint version

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    e6d4cd5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/accordproject/cicero into…

    … invoke
    
    � Conflicts:
    �	package-lock.json
    Mehmet Tokgöz committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    32dd506 View commit details
    Browse the repository at this point in the history
  3. fix conflict

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fec9307 View commit details
    Browse the repository at this point in the history
  4. fix idea files.

    Signed-off-by: Mehmet Tokgöz <mehmet.tokgoz@hazelcast.com>
    Mehmet Tokgöz committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    397e35c View commit details
    Browse the repository at this point in the history