Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ucloud/ucloud-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 00a8e19
Choose a base ref
...
head repository: Jucyfer/ucloud-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e5581ce
Choose a head ref
  • 17 commits
  • 36 files changed
  • 1 contributor

Commits on May 31, 2020

  1. 测试更改

    Jucyfer committed May 31, 2020
    Configuration menu
    Copy the full SHA
    7ad12b8 View commit details
    Browse the repository at this point in the history
  2. 1.修改了Rule内部类的字段类型(以及相应的getter和setter),从Integer改为String,以支持端口区间的设置;

    2.与第1点相配套,修改了UpdateFireWallParam的第57行:从简单的<0判断变成了正则判断,支持空字符串、纯数字、端口区间的识别(暂未实现a-b中a>=b的情况)。
    3.修改了测试用例UpdateFireWallTest的第31行,将Rule的构造参数从数字24改为区间"24-25"
    Jucyfer committed May 31, 2020
    Configuration menu
    Copy the full SHA
    4bdc5cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abad465 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    26f2e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0566981 View commit details
    Browse the repository at this point in the history
  3. 1.新增了UnetClient的工厂类及方法,简化创建代码;

    2.新增了UpdateFirewallParam.Rule的remark字段,现在用户新增规则时可以选择保留或更改已存在的规则备注了
    Jucyfer committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    af3e878 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'jyf-dev'

    Jucyfer committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    6bfbaed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e3e18a View commit details
    Browse the repository at this point in the history
  6. no comments

    Jucyfer committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    7dfc9ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f86091a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. 1.为CreateFirewallParam和UpdateFirewallParam创建了新的构造方法,可以接受一个DescribeFir…

    …ewallResult.FirewallData对象,来实现自动转换;此外,做了个捷径方法,可以直接对两个FirewallParam进行addRule操作。
    
    2.为CreateFirewallParam.Rule增加了remark字段,并将port从Integer改成String,与UpdateFirewallParam里的行为保持一致。
    3.其他向后兼容性。
    Jucyfer committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    f13c3c2 View commit details
    Browse the repository at this point in the history
  2. 修复了一处小bug

    Jucyfer committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    12ead56 View commit details
    Browse the repository at this point in the history
  3. 修改了README

    Jucyfer committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    b2bd8b8 View commit details
    Browse the repository at this point in the history
  4. 修改了作者信息和md

    Jucyfer committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    e77dd3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd687e6 View commit details
    Browse the repository at this point in the history
  6. 补全了相应注释文档

    Jucyfer committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    64c18e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5581ce View commit details
    Browse the repository at this point in the history
Loading