rewrite format#35
Open
xyuanlu wants to merge 20 commits into
Open
Conversation
Fix security vulnerabilities in helix-front dependencies. Upgrade helix-front dependencies to improve contributor productivity.
Fix security vulnerabilities in helix-front dependencies. Upgrade helix-front dependencies to improve contributor productivity.
* ng update @angular/cli --from=5.2.11 --to=6 --migrate-only
* npm i -D rxjs-tslint, add rxjs specific linting rules, add lint:tslint alternative linting script
* npm install @angular/cdk@6.1.0
* npm install @angular/{animations,cdk,common,compiler,compiler-cli,core,forms,material,platform-browser,platform-browser-dynamic,platform-server,router}@6.1.0
* npm i ajv@6.9.1
* npm i codelyzer@6.0.1
* npm i ngx-clipboard@11.1.5
* npm i tsickle@0.32.1
* restore rxjs-compat@6.0.0-rc.0 to fix rxjs issue at npm run build
* register proxy.conf.json in ng serve builder in angular.json
* WIP state with new Reactive Form
* Revert "WIP state with new Reactive Form"
This reverts commit f9e2e37.
* upgrade to typescript@^3.2.4
* pin typescript at 3.2.4
* npm i tsickle@0.34.2
* npm i @swimlane/ngx-datatable@14.0.0
* npm i @swimlane/ngx-graph@6.0.0-rc.2
* manually upgrade to Angular 8.2.14 and associated major deps
* fix new TypeScript errors
* update bundle target to ES2015 since Angular 8 now automatically creates an ES5 compat build too
* @ViewChild {static: true}
* NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@8 update @angular/material@8 --force
* use @angular/core@8.2.3 and friends, fix bad upgrade script that jumped ahead to v9
* npm i typescript@3.5.3
* npm i zone.js@~0.9.1
* npm i tsickle@0.37.0
* npm i @angular/flex-layout@8.0.0-beta.27
* npm i @swimlane/ngx-datatable@16.0.0
* npm i @ngtools/webpack@9.0.0-next.7
* npm uninstall node-sass && npm i sass
* nvm use 10.9.0 && npm i
* manually update material imports, use deep imports
* npm i -D @angular-devkit/build-angular@0.803.29
* npm i ngx-clipboard@12.1.2
* npm i @swimlane/ngx-charts@13.0.4
* npm i @swimlane/ngx-graph@7.0.0
* npm i @swimlane/ngx-datatable@16.0.3
* npm i @swimlane/ngx-datatable@16.1.0
* update ngx-datatable style paths: no longer a release folder
* add trailing newline to tsconfig
* Upgrade helix-front to Angular 8.2 Fix apache#2088
Fix security vulnerabilities in helix-front dependencies.
Upgrade helix-front dependencies to improve contributor productivity.
… PerInstanceResourceMonitor, plus misc code cleanup (apache#2118)
…nect. (apache#2121) This change will load user defined CloudEventHandler dynamically when ZkHelixManager.connect(). User need to implement a EventController and pass the class name when initiating ZkHelixManager.
…ache#2099) This change allow user to pass in zooScalability config and initiate zkHelixManager using the passed in config. We only read from env variable before this change.
Fix security vulnerabilities in helix-front dependencies. Upgrade helix-front dependencies to improve contributor productivity.
Fix security vulnerabilities in helix-front dependencies. Upgrade helix-front dependencies to improve contributor productivity.
de5c4cf to
bf4bbbd
Compare
apache#2127) Previously helix event handling depends on batch enable/disable instance. We would like to move away the dependence on generic batch enable/disable instance and use a dedicated Util only for event handling use case. This change adds API signature for util functions/
Fix security vulnerabilities in helix-front dependencies. Upgrade helix-front dependencies to improve contributor productivity.
Revert and disable batch enable/disable functionality Disable batch mode and remove related methods to fix backward compatibility issues introduced in 1.0.3
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.
Issues
(apache#200 - Link your issue number here: You can write "Fixes #XXX". Please use the proper keyword so that the issue gets closed automatically. See https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue
Any of the following keywords can be used: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved)
Description
(Write a concise description including what, why, how)
Tests
(List the names of added unit/integration tests)
(If CI test fails due to known issue, please specify the issue and test PR locally. Then copy & paste the result of "mvn test" to here.)
Changes that Break Backward Compatibility (Optional)
(Consider including all behavior changes for public methods or API. Also include these changes in merge description so that other developers are aware of these changes. This allows them to make relevant code changes in feature branches accounting for the new method/API behavior.)
Documentation (Optional)
(Link the GitHub wiki you added)
Commits
Code Quality
(helix-style-intellij.xml if IntelliJ IDE is used)