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

Upgrade to 2.1.0 #8279

Merged
merged 200 commits into from
Apr 29, 2022
Merged

Upgrade to 2.1.0 #8279

merged 200 commits into from
Apr 29, 2022

Conversation

KomachiSion
Copy link
Collaborator

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

XXXXX

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.

Wuyunfan-BUPT and others added 30 commits August 13, 2021 13:43
* define plugin

* add User model

* add authContext

* add SPI

* add resource, modify request, reformat code

* copyright, Serverloader, IdentityContext

* add unit test

* modify ClassLoader, and delete GrantType

* delete redundancy code

* remove authservice default name

* Change to StringUtils
* Replace auth client

* Replace auth client original implement

* Replace original auth client

* Revise client: combine function and modify name
* Add auth server implement.

* Modify auth server: class name
* Add MySQL DataBase

* Add Derby Database

* Replace Auth Server

* Revise: change to AuthSystemType
* Rename and move classes make them more readable.

* Rename and move test classes.
* Add Resource abstract.

* Add Ram client auth service impl.
…7038)

* Change SecurityProxy usage

* Replace ram usage in naming module

* Replace ram usage in naming module

* Replace ram usage in config module

* Remove unused field and fix unit test.
* move client.identity package to auth.ram.identity.

* move SignUtil to ram.utils.

* Add shutdown for auth plugin.

* Move SpasAdapter to new package.
- Create a Constants.java
- Move all the string literal to the Constants.java
- Delete the PropertiesConstant.java
#7636)

* Revert "[ISSUE#5696] Fix auth server type (#7004)"

This reverts commit e3b7f0e

* Revert "add derby database (#6996)"

This reverts commit fea9d72

* Revert "Add MySQL DataBase (#6968)"

This reverts commit 3c0508d

* Revert "[ISSUE #5696] Add auth server implement (#6901)"

This reverts commit 76ac843

* Move JwtAuthenticationTokenFilter to security package.

* refactor constants about auth.
…-develop

# Conflicts:
#	auth/src/main/java/com/alibaba/nacos/auth/common/AuthConfigs.java
#	client/src/main/java/com/alibaba/nacos/client/config/impl/ClientWorker.java
#	client/src/main/java/com/alibaba/nacos/client/naming/NacosNamingMaintainService.java
#	client/src/main/java/com/alibaba/nacos/client/naming/remote/AbstractNamingClientProxy.java
#	client/src/main/java/com/alibaba/nacos/client/naming/remote/NamingClientProxyDelegate.java
#	client/src/test/java/com/alibaba/nacos/client/naming/remote/AbstractNamingClientProxyTest.java
shalk and others added 24 commits April 18, 2022 11:34
* [Optimize] Delete redundant code

* [Optimize] Delete redundant code
* optimize RpcClient constructor

* edit RpcClient.java
* [ISSUE #8156] Add hash-tag for js and css

- add index.html to copyList
- use index.ejs instead of index.html
- webpack enable hash

Close #8156

* [ISSUE #8156] Fix context-path error in development environment

Close #8156
…lt_getExtendDatum_multiple_calls

ClientOperationService result.getExtendDatum multiple calls
* add log Loggers.REMOTE_PUSH.warn format word and optimize method calls

* update log warn
…ies to control whether load snaoshot content on startup in CacheData (#8202)
* [ISSUE #8214] Add ldap auth plugin

- move the config of ldap from NacosAuthConfig to LdapAuthConfig

Close #8214

* [ISSUE #8214] Resolve CI error

* [ISSUE #8214] The constants of Ldap move to the plugin-impl module
…back overload log configuration (#8229)

* Revert "[ISSUE#6999]Logback overrides the automatic refresh of application logback . issu… (#7596)"

This reverts commit 7bb6cf2.

* bak

* suport logback update

* 。

* 。

* Revert "。"

This reverts commit b5f7a69.

* suport logback update

* suport logback update

* 修改style

* 添加注释
* remove redundant code

* fix constructor
@CLAassistant
Copy link

CLAassistant commented Apr 29, 2022

CLA assistant check
All committers have signed the CLA.

@KomachiSion KomachiSion reopened this Apr 29, 2022
@KomachiSion KomachiSion reopened this Apr 29, 2022
@KomachiSion KomachiSion merged commit b584531 into master Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.