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

Merge with upstream master. #1

Merged
merged 26 commits into from
Aug 10, 2019
Merged

Merge with upstream master. #1

merged 26 commits into from
Aug 10, 2019

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    1d918a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27df351 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @improbable-eng/grpc-web-fake-transport@0.9.6
     - @improbable-eng/grpc-web-node-http-transport@0.9.6
     - grpc-web-react-example@0.9.6
     - @improbable-eng/grpc-web@0.9.6
     - grpc-web-integration-test@0.9.6
    jonny-improbable committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d10299a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    4ee51d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c93558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8d2e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d5a277 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc011ab View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. build: Use prototool for installing protoc and compiling proto files (#…

    …468)
    
    * Use prototool for installing protoc and compiling proto files
    
    * fixup prototool install script
    
    * Reinstate go grpc service generation
    
    * Fix stupidity
    
    * :|
    
    * correctly add prototool to the path
    
    * Generate grpc services
    
    * Upgrade google-protobuf pkg
    
    * Fixup build:node script
    
    * Update contribution guide
    jonny-improbable authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    6e195cc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Update grpc-go, golang/protobuf dependencies (#395)

    Update golang/protobuf to 1.3.0, update grpc-go to
    1.20.1. The grpc-go upgrade requires removing the drop
    tests as we no longer have access to the underlying transport.
    johanbrandhorst authored Jun 13, 2019
    Configuration menu
    Copy the full SHA
    5b222b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. [Security] Bump lodash from 4.17.11 to 4.17.13 (#495)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.**
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.11...4.17.13)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and jonny-improbable committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    cac8b62 View commit details
    Browse the repository at this point in the history
  2. [Security] Bump lodash.template from 4.4.0 to 4.5.0 (#494)

    Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. **This update includes security fixes.**
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.4.0...4.5.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and jonny-improbable committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    4b50cf1 View commit details
    Browse the repository at this point in the history
  3. Bump github-release-cli from 1.1.0 to 1.3.1 (#481)

    Bumps [github-release-cli](https://github.com/cheton/github-release-cli) from 1.1.0 to 1.3.1.
    - [Release notes](https://github.com/cheton/github-release-cli/releases)
    - [Commits](cheton/github-release-cli@v1.1.0...v1.3.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and jonny-improbable committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    dfd199c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. update link to grpc-web-node-http-transport package (#513)

    Arturo Campos-Rodríguez authored and johanbrandhorst committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    65a39de View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    380004f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Bump webpack from 4.32.2 to 4.39.1 (#518)

    Bumps [webpack](https://github.com/webpack/webpack) from 4.32.2 to 4.39.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v4.32.2...v4.39.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and jonny-improbable committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    fdc3ed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a3431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af00ac2 View commit details
    Browse the repository at this point in the history
  4. Set Content-Length header in NodeHTTPTransport to disable chunked enc…

    …oding (#427)
    
    * Set Content-Length header in NodeHTTPTransport to disable chunked encoding
    
    * Only disable chunked http encoding if we are not using streams
    MichaelAquilina authored and jonny-improbable committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    c17fbd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc5469c View commit details
    Browse the repository at this point in the history
  6. Check flusher interface before calling Flush (#479)

    * check before flushing
    
    * check before flushing
    
    * code review
    mangas authored and johanbrandhorst committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    cf7d15a View commit details
    Browse the repository at this point in the history
  7. Prepare 0.10.0 Release (#520)

    - Update Changelog
    - Provide instructions for performing a release
    jonny-improbable authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5096b58 View commit details
    Browse the repository at this point in the history
  8. Publish

     - @improbable-eng/grpc-web-fake-transport@0.10.0
     - @improbable-eng/grpc-web-node-http-transport@0.10.0
     - grpc-web-react-example@0.10.0
     - @improbable-eng/grpc-web@0.10.0
     - grpc-web-integration-test@0.10.0
    jonny-improbable committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    596ae17 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Revert "Check flusher interface before calling Flush (#479)" (#527)

    This reverts commit cf7d15a.
    This introduced a recursive call to `Flush` in the proxy, which
    will crash the application.
    johanbrandhorst authored and jonny-improbable committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    4e388ad View commit details
    Browse the repository at this point in the history
  2. Prepare 0.11.0 release (#528)

    * Prepare 0.11.0 release
    
    * Improve changelog message
    jonny-improbable authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    a71405f View commit details
    Browse the repository at this point in the history
  3. Publish

     - @improbable-eng/grpc-web-fake-transport@0.11.0
     - @improbable-eng/grpc-web-node-http-transport@0.11.0
     - grpc-web-react-example@0.11.0
     - @improbable-eng/grpc-web@0.11.0
     - grpc-web-integration-test@0.11.0
    jonny-improbable committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    33d1dbe View commit details
    Browse the repository at this point in the history