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

Basic tracking support #1481

Closed
wants to merge 19 commits into from
Closed

Basic tracking support #1481

wants to merge 19 commits into from

Commits on Jan 4, 2019

  1. Basic tracing support

    bsideup committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    b155bc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

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

Commits on Jan 10, 2019

  1. Fix the assert

    bsideup committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    84f77dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b21033e View commit details
    Browse the repository at this point in the history
  3. Remove sublist

    bsideup committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    531545c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

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

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    868c659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    886c225 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. back to CorePublisher

    bsideup committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d53b85a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. introduce ContextAware interface, store tracking in the context (#1492

    )
    
    `ContextRunnable` is a new abstraction for the context passing.
    
    It implements newly introduced `ContextAware` interface and
    forces the implementors to provide a context (either current or empty).
    
    old `Runnable`-based methods are marked as `@Deprecated` to
    enforce the usage of the `ContextRunnable`.
    bsideup committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    d11fa50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc2b0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cb2777 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. More tests

    bsideup committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    82ab353 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Merge remote-tracking branch 'origin/master' into tracing

    # Conflicts:
    #	reactor-core/src/main/java/reactor/core/CorePublisher.java
    #	reactor-core/src/main/java/reactor/core/publisher/Flux.java
    #	reactor-core/src/main/java/reactor/core/publisher/Mono.java
    #	reactor-core/src/main/java/reactor/core/publisher/ParallelFlux.java
    bsideup committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    08bd689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5b860 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. URL Cleanup (#1574)

    This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
    
    # Fixed URLs
    
    ## Fixed Success 
    These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
    
    * http://github.com/reactor with 1 occurrences migrated to:  
      https://github.com/reactor ([https](https://github.com/reactor) result 200).
    * http://projectreactor.io/docs/core/release/api/ with 3 occurrences migrated to:  
      https://projectreactor.io/docs/core/release/api/ ([https](https://projectreactor.io/docs/core/release/api/) result 200).
    * http://projectreactor.io/docs/test/release/api/ with 1 occurrences migrated to:  
      https://projectreactor.io/docs/test/release/api/ ([https](https://projectreactor.io/docs/test/release/api/) result 200).
    * http://www.apache.org/licenses/LICENSE-2.0 with 6 occurrences migrated to:  
      https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
    * http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:  
      https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
    * http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ with 3 occurrences migrated to:  
      https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ ([https](https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/) result 200).
    * http://repo.spring.io/libs-milestone with 1 occurrences migrated to:  
      https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone) result 302).
    * http://repo.spring.io/libs-snapshot with 1 occurrences migrated to:  
      https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
    * http://repo.spring.io/plugins-release with 1 occurrences migrated to:  
      https://repo.spring.io/plugins-release ([https](https://repo.spring.io/plugins-release) result 302).
    Spring Operator authored and simonbasle committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    cb0ad19 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    79972ba View commit details
    Browse the repository at this point in the history
  2. https in every added file

    bsideup committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    95e4a3d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

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