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

Fix deprecated issue & Support array result #517

Merged
merged 19 commits into from
Aug 29, 2022

Commits on Aug 9, 2022

  1. Fix deprecated issue

    ningyougang committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2e75919 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Upgrade gradle to 6.9

    ningyougang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a98569a View commit details
    Browse the repository at this point in the history
  2. Add mavenCentral

    ningyougang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    875b272 View commit details
    Browse the repository at this point in the history
  3. Add depVersion

    ningyougang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    88bee22 View commit details
    Browse the repository at this point in the history
  4. Add rest-assured lib

    ningyougang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6570a61 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

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

Commits on Aug 16, 2022

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

Commits on Aug 18, 2022

  1. Make ActorSystem binds to a free port

    This is avoid test case avoid below problem:
    java.net.BindException: [/127.0.0.1:25520] Address already in use
    After added this change, every test case will used a random port.
    ningyougang committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b400c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Add latest dependency

    - openwhisk-wskdeploy
    - openwhisk-client-go
    ningyougang committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9d3b2b3 View commit details
    Browse the repository at this point in the history
  2. Support array result

    ningyougang committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a1b23a3 View commit details
    Browse the repository at this point in the history
  3. Fix review comment

    If return array, make the result return empty string
    ningyougang committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4ed9001 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    ba3b6ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc4ce7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565df96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0524330 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    6340512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ac3c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Add pureconfig to travis script

    Avoid does not find pureconfig during testing CLI tests
    ningyougang committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5cbe252 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Use deprecated lib to avoid test case failed

    Just for system.basic.WskCliActivationTests
    ningyougang committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    fb9a5e3 View commit details
    Browse the repository at this point in the history