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: code-squad/java-chess
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jaeyeon93
Choose a base ref
...
head repository: code-squad/java-chess
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.
  • 14 commits
  • 18 files changed
  • 3 contributors

Commits on Jan 6, 2018

  1. ignore file

    javajigi committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    d0c15ae View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. add assertj depdendency

    javajigi committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    a44a945 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Bump spark-core from 2.6.0 to 2.7.2

    Bumps [spark-core](https://github.com/perwendel/spark) from 2.6.0 to 2.7.2.
    - [Release notes](https://github.com/perwendel/spark/releases)
    - [Commits](perwendel/spark@2.6.0...2.7.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    f047fa3 View commit details
    Browse the repository at this point in the history
  2. Bump junit from 4.12 to 4.13.1

    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
    - [Commits](junit-team/junit4@r4.12...r4.13.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3375642 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from code-squad/dependabot/maven/com.sparkjava-…

    …spark-core-2.7.2
    
    Bump spark-core from 2.6.0 to 2.7.2
    honux77 authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    14dc55a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from code-squad/dependabot/maven/junit-junit-4…

    ….13.1
    
    Bump junit from 4.12 to 4.13.1
    honux77 authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    6c29358 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Init 2021 Java Chess

    honux77 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a4005cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from code-squad/2021-setup

    Init 2021 Java Chess
    honux77 authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    aa8e533 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Remove maven

    honux77 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7e597ff View commit details
    Browse the repository at this point in the history
  2. Remove maven

    honux77 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e0162d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from honux77/master

    Remove maven
    honux77 authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ad3893a View commit details
    Browse the repository at this point in the history
  4. Add PawnTest

    폰 테스트 생성
    white 인자로 생성 및 테스트 확인
    honux77 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    772452f View commit details
    Browse the repository at this point in the history
  5. Setup logback

    honux77 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e03a944 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from honux77/step-1

    step 1
    honux77 authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4d1fd7a View commit details
    Browse the repository at this point in the history
Loading