[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
Closed
[Fix-7236][common] Fix bug of the host cannot be recognized when the endpoint uses the domain name#7479liqiquan wants to merge 398 commits into
liqiquan wants to merge 398 commits into
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed! |
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
… AlertGroupControllerTest. (apache#7954) * fix a few issues
* 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
…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>
…endpoint uses the domain name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








…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: