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: greengerong/prerender-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: philipjkim/prerender-java
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.
  • 11 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 29, 2022

  1. Use Java 17

    - Remove warnings
    - Add test for protocol param
    philipjkim committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5d6be92 View commit details
    Browse the repository at this point in the history
  2. Add config for deploying to github packages

    - Use maven-surefire-plugin to get maven test work
    philipjkim committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a30380a View commit details
    Browse the repository at this point in the history
  3. Update LICENSE.txt

    philipjkim committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    470e122 View commit details
    Browse the repository at this point in the history
  4. Update LICENSE.txt

    philipjkim committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0a40937 View commit details
    Browse the repository at this point in the history
  5. Create maven.yml

    philipjkim authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d0193d6 View commit details
    Browse the repository at this point in the history
  6. Update CI workflow file

    philipjkim committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a755fc3 View commit details
    Browse the repository at this point in the history
  7. Remove Test with Maven step from CI workflow

    - All tests run when executing `mvn package`
    philipjkim committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a080d62 View commit details
    Browse the repository at this point in the history
  8. Set version to 1.0.0

    - Change license info in pom.xml
    philipjkim committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9c55b16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df1d0e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Optimize some code logics

    - getting crawlerUserAgents
    - getting extensionsToIgnore
    philipjkim committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cf9a2dc View commit details
    Browse the repository at this point in the history
  2. Version up to 1.1.0

    - Reformat code
    philipjkim committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0091808 View commit details
    Browse the repository at this point in the history
Loading