Skip to content

[Fix-7236][common] Fix bug of the host cannot be recognized when the endpoint uses the domain name#7479

Closed
liqiquan wants to merge 398 commits into
apache:devfrom
liqiquan:Bug-7236
Closed

[Fix-7236][common] Fix bug of the host cannot be recognized when the endpoint uses the domain name#7479
liqiquan wants to merge 398 commits into
apache:devfrom
liqiquan:Bug-7236

Conversation

@liqiquan
Copy link
Copy Markdown
Contributor

…endpoint uses the domain name

fix bug:#7236

Purpose of the pull request

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

@zhuangchong zhuangchong added the first time contributor First-time contributor label Dec 20, 2021
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #7479 (b7c3353) into dev (0c7aa4e) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #7479      +/-   ##
============================================
- Coverage     41.30%   41.25%   -0.05%     
+ Complexity     3663     3661       -2     
============================================
  Files           635      636       +1     
  Lines         26426    26447      +21     
  Branches       2959     2961       +2     
============================================
- Hits          10915    10911       -4     
- Misses        14484    14511      +27     
+ Partials       1027     1025       -2     
Impacted Files Coverage Δ
.../org/apache/dolphinscheduler/common/Constants.java 80.00% <ø> (ø)
...che/dolphinscheduler/common/utils/HadoopUtils.java 28.28% <0.00%> (-0.15%) ⬇️
...er/master/processor/queue/TaskResponseService.java 50.00% <0.00%> (-18.19%) ⬇️
...rver/master/processor/queue/TaskResponseEvent.java 93.54% <0.00%> (-6.46%) ⬇️
...hinscheduler/plugin/alert/wechat/WeChatSender.java 45.73% <0.00%> (-0.81%) ⬇️
...uler/plugin/alert/wechat/WeChatAlertConstants.java 0.00% <0.00%> (ø)
...lugin/alert/wechat/WeChatAlertParamsConstants.java 0.00% <0.00%> (ø)
...lphinscheduler/plugin/alert/wechat/WeChatType.java 88.88% <0.00%> (ø)
...plugin/alert/wechat/WeChatAlertChannelFactory.java 97.82% <0.00%> (+0.32%) ⬆️
...er/master/dispatch/host/assign/RandomSelector.java 83.33% <0.00%> (+5.55%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c7aa4e...b7c3353. Read the comment docs.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

zhongjiajie and others added 27 commits January 11, 2022 23:02
This patch add missing tools diretory in binary
package

close: apache#7886
Close the FileOutputStream in FileUtils.java file
* Enabling Route Forwarding
* Added the tenant management page
* tenant-modal
* DingTalk alarm component adds signature.

* fix code style.

* fix code style.

* add dingtalk document link

* fix DingTalkAlertChannelFactoryTest

* update NAME_DING_TALK_SECRET
* fix bug_7885

* fix bug_7885

* fix bug_7885

* fix bug_7885
* Enabling Route Forwarding

* Added the tenant management page

* tenant-modal

* Improve the tenant Modal

* Enabling Route Forwarding

* Improve the tenant Modal

* fix bug
…he#7925 (apache#7976)

* [Improvement][MasterServer] process complement data optimization apache#7925

* [Improvement][MasterServer] process complement data optimization apache#7925

Co-authored-by: shangeyao <sgy960921>
* Enabling Route Forwarding

* Added the tenant management page

* tenant-modal

* Improve the tenant Modal

* Enabling Route Forwarding

* Improve the tenant Modal

* fix bug

* Improve the tenant Modal

* Improve the tenant Modal

* Improve the tenant Modal
* add file
* fix form style
* fix menu key not init bug
* add license header
* fix review question
* delete jquery
* modify conditions place
* use pagination components instead of pagination attr of tables.
* fixed table column width
* delete card component title required attr
* add table style
* delete condition component
* rename file manage route
calvinjiang and others added 29 commits February 21, 2022 18:33
…apache#8471)

* add the form of sql task

* add the form of sql task

* add the form of sql task

* add the component of input group

* add the component of input group

* The form of sql task is done
…pache#8457)

* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Add system default timezone like `GMT+08:00` when create user
  3. Add timeZone property when update user info

This completes apache#8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Add system default timezone like `GMT+08:00` when create user
  3. Add timeZone property when update user info
  4. add ddl sql in update sql script

This completes apache#8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

 1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes apache#8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes apache#8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes apache#8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes apache#8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes apache#8386
* add dag menu

* add dag menu click event

* workflow online edit not allowed
* [Fix][UI Next] Fix Security User Manage route was outdated

* [Fix][UI Next] Fix table of user-manage did not switch language correctly

* [Fix][UI Next] fix user-page lacks authorization button
* add variables view on workflow instance

* change parameters header on toolbar
…ache#8490)

* kill all running task before worker stop

* kill local process

* remove kill yarn job

* adjust the orders of close

Co-authored-by: caishunfeng <534328519@qq.com>
…of next ui. (apache#8507)

* add the component of seatunnel

* add the form of the sea tunnel task

* developed the form of the sea tunnel task
…e#8514)

* modify workflow instance interval refresh

* workflow instance add dag refresh button
* Add basic cli mechanism with Click, for now just including
  one single subcommand `version`
* Add general and easy test class in tests/testing/cli, and
  test to version
* Add sphinx-click to general cli docs basic on click
…eate if not exit (apache#8526)

* check the parent dir exist and create it

* fix lint

Co-authored-by: ywang46 <ywang46@paypal.com>
…sources other than .jar will be displayed in the UDF resource (apache#8458)

This closes apache#7892
…che#8477)

* date convert of timezone

* remove @jsonformat

* add unit test

* fix time preview in scheduler

* optimization & add env config

Co-authored-by: caishunfeng <534328519@qq.com>
@liqiquan liqiquan closed this Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

first time contributor First-time contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.