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

Sync #1

Merged
merged 153 commits into from
Nov 13, 2019
Merged

Sync #1

merged 153 commits into from
Nov 13, 2019

Conversation

gmcoringa
Copy link

No description provided.

michaelandrepearce and others added 30 commits November 9, 2017 15:34
Create new base exceptions that extend SerdesException to keep current contract but to allow a basic seperation between a Registry issue or an Avro issue.
Create further extensions on those for more specific exceptions to wrap the underlying exceptions so a serdes client can distinguish failure types.

Author: Michael André Pearce <[email protected]>

Reviewers: @satishd

Closes #290 from michaelandrepearce/ISSUE-289
- Transaction support in storage layer
- Made registry storage transactional using these new APIs.

Author: Sarvanan Raju <[email protected]>

Reviewers: @satishd,@raju-saravanan

Closes #286 from raju-saravanan/txn
- Created registry-common-client module which has only the classes required for client
- Added registry-common-client module wherever appropriate

Author: Satish Duggana <[email protected]>

Reviewers: @michaelandrepearce

Closes #293 from satishd/issue-223
…us version

ISSUE-294 Enable seamless migration to HDF-3.1 from any of the previous version

Closes #294

Author: Sarvanan Raju <[email protected]>

Reviewers: @satishd

Closes #295 from raju-saravanan/refactor-migrate
…any transaction earlier

Author: Satish Duggana <[email protected]>

Closes #297 from satishd/issue-296
…nection is finished

ISSUE-299 Close connections appropriately when the task for given connection is finished including both transactional and non-transactional semantics.

Author: Satish Duggana <[email protected]>

Reviewers: @arunmahadevan

Closes #300 from satishd/issue-299
…ersioning in storage tool

ISSUE #304  - Provide support for schema migration through shell script versioning in storage tool

Author: Satish Duggana <[email protected]>

Reviewers: @satishd

Closes #305 from raju-saravanan/shell_script_versioning
ISSUE-306  Support default transaction isolation level

Author: Sarvanan Raju <[email protected]>

Reviewers: @satishd

Closes #307 from raju-saravanan/transaction
…s so default values are properly maintained and unaffected by the processing of union field type default values.

Author: Erik Noren <[email protected]>

Reviewers: @satishd

Closes #303 from enoren/ISSUE-298
Fixed various react libraries version since auto-updating (via npm install) breaks the UI.

Author: Sanket Shah <[email protected]>

Reviewers: @satishd

Closes #310 from shahsank3t/issue-308
…ved for types in a record containing union types

ISSUE-298 Added a test to check whether the default values are preserved for types in a record containing union types

Author: Satish Duggana <[email protected]>

Closes #309 from satishd/issue-298-test
Removed taking file lock as that is not really required as guava cache makes sure to load without contention
… schema version is corrected and submitted.

ISSUE-312: Schemametadata creation API should not be invoked when the schema version is corrected and submitted.

Closes #312

Author: Sanket Shah <[email protected]>

Reviewers: @satishd

Closes #318 from shahsank3t/ISSUE-312
This closes #319

Author: Jungtaek Lim <[email protected]>

Reviewers: @satishd

Closes #320 from HeartSaVioR/ISSUE-319
Currently, react version was set to auto-update which can possibly cause issues in future so fixing it to current stable version.
Updating react-router version to the stable version known.

Author: Sanket Shah <[email protected]>

Reviewers: @satishd

Closes #323 from shahsank3t/UI-version
* add '-Dmaven.test.redirectTestOutputToFile=true' to redirect test output to file
* print failed tests with output after detecting failure

This patch works without #256. Some tests have lots of output hence exceed 4 mb even printing output only for those tests but I don't think it is a big deal.

Author: Jungtaek Lim <[email protected]>

Reviewers: @satishd

Closes #285 from HeartSaVioR/ISSUE-284 and squashes the following commits:

e5ab654 [Jungtaek Lim] ISSUE-284 Fix the build failure on Travis CI
3858c8b [Jungtaek Lim] ISSUE-284 Fix the build failure on Travis CI
ISSUE - 302: Support "branching" feature, #302

Author: Sarvanan Raju <[email protected]>

Reviewers: @satishd,@raju-saravanan

Closes #324 from raju-saravanan/branch
ISSUE-325 Modify APIs to support rendering UI for schema branch, #325

Author: Sarvanan Raju <[email protected]>

Reviewers: @satishd,@shahsank3t

Closes #326 from raju-saravanan/fix_branch and squashes the following commits:

9d5989e [Sarvanan Raju]   Address PR comments
6434616 [Sarvanan Raju]   ISSUE 325 : Modify APIs to support rendering UI for schema branch
ISSUE-302 UI Provide branching feature for schema versions
Also modified the integration of existing APIs

Author: Satish Waghela <[email protected]>

Reviewers: @satishd,@shahsank3t

Closes #329 from satishwaghela/ISSUE-302-UI
…ers know about the configuration from which SR server is running.

- Add adminConnector config with a specific port so that users know about the configuration from which SR server is running.
- Change this to 9091 as 8081 default port may have been used by other applications.
- Renamed example config files appropriately.

Author: Satish Duggana <[email protected]>

Reviewers: @shahsank3t

Closes #332 from satishd/issue-331
Author: Satish Waghela <[email protected]>

Reviewers: @satishd,@shahsank3t

Closes #333 from satishwaghela/ISSUE-330-UI
…on to support backward compatible nature.

ISSUE-337 SchemaBranchNotFoundException is declared as RuntimeException to support backward compatible nature.
This is handled in cache usages where it is wrapped with UncheckedExecutionException.

Closes #337

Author: Satish Duggana <[email protected]>

Reviewers: @raju-saravanan

Closes #338 from satishd/issue-337
…a branch with enabled state

Author: Satish Waghela <[email protected]>

Reviewers: @satishd,@shahsank3t

Closes #340 from satishwaghela/ISSUE-336-UI
HeartSaVioR and others added 29 commits March 6, 2019 08:22
…sted - introduced in Jackson 2.9

* also add test which doesn't make sense for Streamline to have

Closes #543

Author: Jungtaek Lim (HeartSaVioR) <[email protected]>

Reviewers: @satishd,@arunmahadevan,@raju-saravanan

Closes #544 from HeartSaVioR/ISSUE-543
MINOR : Doc for running schema registry behind a load balancer (#546)
)

* Bumping the version

* CSP-51: Auth changes to support credentials based Kerberos Login

* Changing nexus repo from http to https as http is not active

* Added few comments and modified the class name

* Addressed review comments

* Addressed review comments and added some documentation
ISSUE 574 : Fix the issue while re-creating a deleted schema
…ket (#581)

*  ISSUE 568 : Synchronize Kerberos ticket renewal for non-renewable ticket

*   Handle doAction as a part of Login class

*   Remove references to Schema Registry in KerberosLogin class.

*   With default constructor of KerberosLogin create a read/write lock
* Issue 578: Find schema version by fingerprint of schema text.

Adds a new REST endpoint to find a schema version by the fingerprint of
the schema text.

* - Refactor find by fingerprint feature to return the newest schema version found.
- Add unit tests to validate find by fingerprint feature.

* Improvements based on PR comments:

- Sort schemas by timestamp in database, instead of in memory.
- Improve javadoc.
Preparing for the upcoming release of Avro 1.9.0,
there are some methods and transitive dependencies
that have been removed.
…option. (#597)

* Fixed the deprecated parser usages.
* Moved the exclusion of jackson jars from 'jersey-media-json-jackson'
  to the dependencyManagement to apply it across all the sub-modules.
* Typo error corrected.
* ISSUE-598: Fix SR to run on Java 11.

* Used G1GC instead of parallel GC.
* Included JAXB-API and it's runtime jars to run the JDK8 compiled build on JRE11.

* Included the "text" field in the yelp_review.avsc file.

* Addressed the review comments.

* Addressed the review comments.
*   ISSUE 588 : Support for Oracle TLS configs in Storage layer

*  Update logic to send connection props to hikari and flyway

*   Remove dependency of registry common in storage common

*   Refactor schema flyway factory

*   Pass class loader to schema flyway factory

*   Basic refactoring

*   Add oracle ssl example yaml

*  Update license headers
* ISSUE-603: Minor: Registry is failing to parse the doAs user

* Picking the last doAs user as knox attaches the query params at the end.
*   Bump up the Avro version to 1.9.1

*   Update comments in test
*  ISSUE 608 : Support server auth only SSL in schema registry client.

*   Minor refactoring in Schema Registry Client

*   Make trust store mandatory in schema registry client
* ISSUE-610: Provide JAAS config dynamically via config #610

* Adding licence for new source files.
@gmcoringa gmcoringa merged commit 1ed1a02 into elo7:master Nov 13, 2019
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.