Skip to content

Conversation

@qinlonglong123
Copy link

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

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [SCB-XXX] Fixes bug in ApproximateQuantiles, where you replace SCB-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run go build go test go fmt go vet to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.
  • Never comment source code, delete it.
  • UT should has "context, subject, expected result" result as test case name, when you call t.Run().

little-cui and others added 30 commits January 5, 2021 16:00
* SCB-2094 Refresh the README (apache#707)

(cherry picked from commit 5d40295)

* SCB-2176 Fix: Remove functions in comment lines
…#883)

* run go mod tidy

* some ignore rules

* Cherry pick the changes for validating token expiration time from master branch

* Move the default time assigment before ValidateAccountLogin

* fix UT

* fix UT round 2
* Revert "SCB-2176 Fix: remove all instances properties (apache#908)"

This reverts commit 13d57de

* Revert "remove schemas and props response, no client use it (apache#907)"

This reverts commit 3a92dcc
* SCB-2094 Refactor notification center (apache#741)

* SCB-2094 Refactor notification center

* SCB-2094 Add pkg description

(cherry picked from commit 600b323)

* SCB-2176 Pick master branch

* SCB-2176 Refactor event bus
* SCB-2176 Refactor websocket

* SCB-2176 Add UTs
* SCB-2176 Refactor websocket (apache#986)

* SCB-2176 Refactor event bus

* SCB-2176 Fix: UT failures

* SCB-2176 Refactor websocket (apache#980)

* SCB-2176 Refactor websocket

* SCB-2176 Add UTs

* SCB-2176 Fix: UT failures

* SCB-2176 Fix: websocket health check failed

* SCB-2176 Add benchmark for 10K connection

* SCB-2176 Add benchmark for 10K connection

* SCB-2176 Add event metrics

(cherry picked from commit cc0f684)

* SCB-2176 Fix: export metrics APIs

* SCB-2176 Resolve comments
* Bug: continue if parse value failed

* Fix: CI
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.

6 participants