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: Java-CDS-club/java-4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ncgr/java
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
  • 27 files changed
  • 2 contributors

Commits on Jul 11, 2023

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

Commits on Jul 17, 2023

  1. More diagnostic messages.

    Sam Hokin committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3af819d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Show parsed attributes in error message.

    Sam Hokin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8c2072a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/ncgr/java

    Sam Hokin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    525b2ee View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Added accession_group.

    Sam Hokin committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    826a713 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Tweakage.

    Sam Hokin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f6569ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a5041d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Empty so remove.

    Sam Hokin committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f3da61d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    fe7c88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b2b851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6140933 View commit details
    Browse the repository at this point in the history
  4. Some package updates.

    Sam Hokin committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4903f79 View commit details
    Browse the repository at this point in the history
  5. Just a little minor rearrangement.

    Sam Hokin committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d86999a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 16, 2024

  1. Correctly delete temporary files after validation

    (fixes syntax error in previous commit)
    svengato committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e9332c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Add ability to set maxGenesWithoutNotes (default value = 100) on th…

    …e command line
    
    Example:
    `./gradlew integrate --stacktrace -DmaxGenesWithoutNotes=42`
    
    To specify no limit, use a negative value:
    `./gradlew integrate --stacktrace -DmaxGenesWithoutNotes=-1`
    svengato committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    064ae85 View commit details
    Browse the repository at this point in the history
Loading