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

Dev 1.0.3 #1

Merged
merged 97 commits into from
Nov 13, 2021
Merged

Dev 1.0.3 #1

merged 97 commits into from
Nov 13, 2021

Commits on Oct 21, 2021

  1. add log for location issue #435

    lordk911 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    aab2d6c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

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

Commits on Oct 25, 2021

  1. add log for location issue #435

    lordk911 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    421d803 View commit details
    Browse the repository at this point in the history
  2. add log for location issue #435

    lordk911 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c5017a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    885636d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. bug: when hostname start with applicationName, will cause parse faile…

    …d, resuslt in can't find instace from eureka. for example,hostname:linkis-cg-linkis-cg-engineconnmanager-1, aplicationName:linkis-cg-engineconnmanager,the service registed in eureka "linkis-cg-linkis-cg-engineconnmanager-1:linkis-cg-linkis-cg-engineconnmanager:9102", instanceId.toLowerCase.indexOf(applicationName.toLowerCase) will return 0.
    lunescode committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    67de258 View commit details
    Browse the repository at this point in the history
  2. bugFix:unified the width of all instance related filed to be 128.

    reason: in table linkis_cg_manager_service_instance and table linkis_cg_manager_service_instance_metrics, 'instance' is 128,but in linkis_ps_instance_label_relation(service_instance)、linkis_cg_manager_label_service_instance(service_instance)、linkis_cg_manager_engine_em(engine_instance、em_instance) is 64.
    if hostname use fqdn, then length will longer than 64,such as 'linkis-cg-engineconnmanager-0.linkis-svc.default.svc.cluster.local'
    lunescode committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    5d1f758 View commit details
    Browse the repository at this point in the history
  3. bugFix:instance Label Parase failed when hostname contains serciename.

    for example,
    hostname: linkis-cg-engineconnmanager-0.linkis-svc.default.svc.cluster.local
    serviceName:linkis-cg-engineconnmanager
    str:linkis-cg-engineconnmanager-linkis-cg-engineconnmanager-0.linkis-svc.default.svc.cluster.local:9104
    after setStringValue:
    instance = -0.linkis-svc.default.svc.cluster.local:9104
    correct value should be: linkis-cg-engineconnmanager-0.linkis-svc.default.svc.cluster.local:9104
    lunescode committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    61c98fc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Update issue templates

    liuhaiyang25 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    5a722e3 View commit details
    Browse the repository at this point in the history
  2. Update issue templates

    liuhaiyang25 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    088beef View commit details
    Browse the repository at this point in the history
  3. Merge branch 'haiyang'

    liuhaiyang25 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ac8a339 View commit details
    Browse the repository at this point in the history
  4. Update issue templates

    liuhaiyang25 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    a68035b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. fix issue 1057 : support subdir to be 'zip' and 'unzip'

    申凯(10036000) committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    889fc32 View commit details
    Browse the repository at this point in the history
  2. the abstract method mkdir\mkdirs lift to interface

    申凯(10036000) committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    610370d View commit details
    Browse the repository at this point in the history
  3. Support kerberos proxy user in Flink engine

    SunShun committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    dcaa4a3 View commit details
    Browse the repository at this point in the history
  4. update ISSUE_TEMPLATE

    liuhaiyang25 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    8496eff View commit details
    Browse the repository at this point in the history
  5. update ISSUE_TEMPLATE

    liuhaiyang25 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4eeb481 View commit details
    Browse the repository at this point in the history
  6. update ISSUE_TEMPLATE

    liuhaiyang25 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2400ce9 View commit details
    Browse the repository at this point in the history
  7. update ISSUE_TEMPLATE

    liuhaiyang25 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    26b71bc View commit details
    Browse the repository at this point in the history
  8. update ISSUE_TEMPLATE

    liuhaiyang25 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ac0ef13 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. 1. Add wds.linkis.server.user.restful.uri.pass.auth param.

    2. Add special judgment for uri without user login.
    lunescode committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d135269 View commit details
    Browse the repository at this point in the history
  2. update ISSUE_TEMPLATE

    liuhaiyang25 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4c0229f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Merge pull request #1048 from wForget/LINKIS-1047

    Adjust some unnecessary parameters in the BML APIs
    peacewong authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a736b35 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Merge pull request #1052 from lunescode/dev-1.0.3-bugfix-EurekaRPCSer…

    …verLoader
    
    bugFix: when hostname start with applicationName, will cause parse faile…
    peacewong authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7d00aea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1053 from lunescode/dev-1.0.3-sql-serviceInstance…

    …CloumnWidth
    
    bugFix:unified the width of all instance related field to be 128.
    peacewong authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    47bf4c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1054 from lunescode/dev-1.0.3-bugFix-InstanceLabel

    bugFix:instance Label parase failed when hostname contains servicename.
    peacewong authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4c5c8aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1045 from lordk911/dev-1.0.3

    add log for location issue #435
    peacewong authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    307031f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Merge pull request #1064 from lunescode/dev-1.0.3-SecurityFilterExclude

    Add special judgment for uri without user login in Linkis-module.
    peacewong authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    eb9c5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ad2d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1043 from wForget/dev-1.0.3-streamis

    Support engine operator
    peacewong authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    830d578 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1059 from saLeox/dev-1.0.3

    Support kerberos proxy user in Flink engine
    peacewong authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fd8f667 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f7d902 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8ba20d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    454efd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0b293f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44b7f69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06f2c33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb5c01a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    013eb8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8158db1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56c0fbd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f23e62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b18d617 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1070 from wushengyeyouya/dev-1.0.3

    Optimize the OnceEngineConn architecture and Flink EngineConn.
    peacewong authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8af9d00 View commit details
    Browse the repository at this point in the history
  18. add .asf.yaml file

    casionone committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0ff0990 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e23d49d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    09ac869 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    31a2b07 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. update ISSUE_TEMPLATE

    liuhaiyang25 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    dee43d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1071 from casionone/future0

    upgrade maven-assembly-plugin 2.3 to 3.2.0 and add asf parent pom
    peacewong authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    410a5af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1072 from casionone/casionxia-dev

    add .asf.yaml file
    peacewong authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c694020 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1073 from casionone/bugfix

    [ISSUE#1065] Bugfix:remove unused PathVariable for api 'entrance/{id}/killJobs'
    peacewong authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c9bcabf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1074 from casionone/bugfix2

    [ISSUE#1066]Bugfix:NPE of api 'rm/userresources'
    peacewong authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f43926d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1062 from LiuHaiYang/master

    Adapt GitHub new issue template
    peacewong authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8fadfa8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e56fcdc View commit details
    Browse the repository at this point in the history
  8. Optimize the architecture of EngineConn Operator in accessible execut…

    …or and add support of yarn ApplicationInfoOperator.
    wushengyeyouya committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cafb722 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c230e34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    049871d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #923 from FireFoxAhri/dev-1.1.0-917

    fix jdbc url is not configured
    leeebai authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5a7802d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8f471d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f2f110 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d94b782 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    51e2f2c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6c1060c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1aa1e5a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    22be122 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2bd157d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b80c465 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1058 from lordk911/dev-1.0.3.2

    fix issue 1057 : support subdir to be 'zip' and 'unzip'
    peacewong authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f460df9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f633d8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2d793e5 View commit details
    Browse the repository at this point in the history
  24. remove old license by hand

    iture123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7b7e183 View commit details
    Browse the repository at this point in the history
  25. Revert "remove old license by hand"

    This reverts commit 7b7e183.
    iture123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    48e0510 View commit details
    Browse the repository at this point in the history
  26. remove old license by hand

    iture123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    82a3fdd View commit details
    Browse the repository at this point in the history
  27. add license by hand

    iture123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3d4a950 View commit details
    Browse the repository at this point in the history
  28. add DOCTYPE for mybatis xml

    iture123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cd9abf7 View commit details
    Browse the repository at this point in the history
  29. remove junk file

    iture123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f829dbb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    27dbcbf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    845f770 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    23016c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1079 from iture123/dev-1.0.3-3

    remove old license and add new apache license for dev-1.0.3
    peacewong authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6baaec1 View commit details
    Browse the repository at this point in the history
  3. bugfix:build dist ignore empty directory of 'python' after upgrade ma…

    …ven-assembly-plugin 2.3 to 3.2.0
    casionone committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a504669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9317fe8 View commit details
    Browse the repository at this point in the history
  5. Unify the exception class of engineConnPlugin in one package

    close #1077
    peacewong committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c88008e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22850cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c65edea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3b5252 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35db2ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    406673e View commit details
    Browse the repository at this point in the history
  11. Update EngineOperateAction.scala

    Resolve the code conflicts
    wushengyeyouya authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    767ecd4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1078 from wushengyeyouya/dev-1.0.3

    Add the support of EngineConn common operators and OnceEngineConn common operators.
    peacewong authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a9142e6 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3 from apache/dev-1.0.3

    Dev 1.0.3
    wushengyeyouya authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    fbfcb77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb97d4b View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1083 from peacewong/dev-1.0.3

    Unify the exception class of engineConnPlugin in one package
    liuyou2 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d18047f View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1084 from wushengyeyouya/dev-1.0.3

    Resolve the code conflicts.
    peacewong authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ac74535 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1081 from casionone/bugfix

    [ISSUS#1080] bugfix:build dist ignore empty directory of 'python' after upgrade maven-assembly-plugin 2.3 to 3.2.0
    peacewong authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5d7f7e6 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1082 from casionone/future

    remove some limit of package and some junk file
    peacewong authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c0cb204 View commit details
    Browse the repository at this point in the history