Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gooddata/gooddata-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gooddata/gooddata-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.35-port
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 20, 2021

  1. #621 - add the logging of requestId (port to 2.35.*)

    Added 'RequestIdInterceptor' on the apache http client to generate 'requestId' for the client requests. It wasn't added to Spring 'RestTemplate' because the Sardine client doesn't use it.
    
    Added 'ResponseMissingRequestIdInterceptor' on the apache http client to add missing 'X-GDC-REQUEST' header in responses coming from WebDav server.
    
    Added the 'requestId' information to exceptions to easier tracking the problem.
    daniel-rusnak committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    9705937 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Merge pull request #1033 from daniel-rusnak/621-gh-issue-port-2.35

    #621 - add the logging of requestId (port to 2.35.*)
    
    Reviewed-by: Jiri Mikulasek <jiri.mikulasek@gooddata.com>
                 https://github.com/jimirocks
    gdgate authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    da72954 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. bump version

    liry committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    23f1f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1987a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5760e View commit details
    Browse the repository at this point in the history
Loading