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

Commits on Feb 28, 2019

  1. Update README.adoc

    Given version of Node in pom.xml is v8.8.1
    However, in the result of './ng --version' command, it is shown as Node: 9.11.2
    
    Running './ng --version' with 8.8.1 version will throw the error "You are running version v8.8.1 of Node.js, which is not supported by Angular CLI v6.
    The official Node.js version that is supported is 8.9 and greater.
    
    Please visit https://nodejs.org/en/ to find instructions on how to update Node.js."
    praveen-erramilli authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    454124b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Merge pull request dsyer#17 from epraveenns/patch-1

    Update README.adoc
    dsyer authored Mar 9, 2019
    Configuration menu
    Copy the full SHA
    8919a4f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Restore DemoApplication.java from history

    Chris Lott authored and Christopher Lott committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    5a96b89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dsyer#18 from chrisinmtown/restore-java-file-from-…

    …history
    
    Restore DemoApplication.java from history
    dsyer authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    0d20e99 View commit details
    Browse the repository at this point in the history
  3. Restore Java tests as well

    Dave Syer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a0062ae View commit details
    Browse the repository at this point in the history
  4. Update top Boot 2.1

    Dave Syer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    ec6e8cc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Fix sed command

    Dave Syer authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    bf5f190 View commit details
    Browse the repository at this point in the history
  2. Add notes about Windows .cmd scripts

    Dave Syer committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    d066472 View commit details
    Browse the repository at this point in the history
  3. Update package versions

    Dave Syer committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    a47cf9a View commit details
    Browse the repository at this point in the history
  4. Update Angular

    Dave Syer committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    a950af0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Update Boot and Maven stuff

    Dave Syer committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3ad1b53 View commit details
    Browse the repository at this point in the history
  2. Update to Angular 13

    Dave Syer committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    41b5611 View commit details
    Browse the repository at this point in the history
  3. Fix wrinkles

    Dave Syer committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ab16d78 View commit details
    Browse the repository at this point in the history
  4. Fix log outputs in README

    Dave Syer committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    7cf22bd View commit details
    Browse the repository at this point in the history
  5. Update node version in README

    Dave Syer committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    9d70ed6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Get tests working

    Dave Syer committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c74dc4a View commit details
    Browse the repository at this point in the history
  2. Move http controller into test method

    Dave Syer committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c246f56 View commit details
    Browse the repository at this point in the history
Loading