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: jgrandja/oauth2login-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spring-cloud-samples/sample-gateway-oauth2login
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 12 files changed
  • 5 contributors

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    bb2b2e9 View commit details
    Browse the repository at this point in the history
  2. Adds actuator back

    spencergibb committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    f132c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71b24a View commit details
    Browse the repository at this point in the history
  4. Changes project name

    spencergibb committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    6658b2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1335c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. URL Cleanup

    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://www.thymeleaf.org with 1 occurrences migrated to:
      https://www.thymeleaf.org ([https](https://www.thymeleaf.org) result 200).
    
    # Ignored
    These URLs were intentionally ignored.
    
    * http://localhost:8080 with 1 occurrences
    * http://localhost:8080/login/oauth2/code/login-client with 1 occurrences
    * http://localhost:8090/uaa with 1 occurrences
    * http://localhost:8090/uaa/oauth/authorize with 1 occurrences
    * http://localhost:8090/uaa/oauth/token with 1 occurrences
    * http://localhost:8090/uaa/token_keys with 2 occurrences
    * http://localhost:8090/uaa/userinfo with 1 occurrences
    * http://localhost:9000 with 1 occurrences
    * http://www.w3.org/1999/xhtml with 1 occurrences
    spring-operator committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    112fc91 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. URL Cleanup

    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://www.apache.org/licenses/LICENSE-2.0 with 5 occurrences migrated to:
      https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
    spring-operator committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    05d9bd1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

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

Commits on May 21, 2019

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

Commits on Jul 9, 2019

  1. Update build.gradle

    Update to the URL for the Tomcat download backing the UAA server. Update to the UAA version.
    benwilcock authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    df58126 View commit details
    Browse the repository at this point in the history
  2. Update build.gradle to use latest URL for Tomcat backing the UAA (#6)

    Update build.gradle to use latest URL for Tomcat backing the UAA
    spencergibb authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    120be4e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Updated to SR1 of Greenwich (#7)

    benwilcock authored and spencergibb committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    de9e26c View commit details
    Browse the repository at this point in the history
Loading