Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc documentation updates #8871

Closed
wants to merge 58 commits into from
Closed

Misc documentation updates #8871

wants to merge 58 commits into from

Commits on Jul 29, 2022

  1. Update layout.html

    Fixing broken link to Sphinx
    kuhlaid authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    2c1e5df View commit details
    Browse the repository at this point in the history
  2. Update docsdataverse_org.css

    Adding style to highlight current page in the menu
    kuhlaid authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    aed167b View commit details
    Browse the repository at this point in the history
  3. Update dataset-semantic-metadata-api.rst

    Switching @context from a link to inline literal since this text should not link to anything
    kuhlaid authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    10bc464 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Update 1prep.sh

    Updating Maven to 3.8.6 since 3.8.5 is no longer hosted under https://downloads.apache.org/maven/maven-3
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c48a0e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kuhlaid/kuhlaid-maven-patch

    Update 1prep.sh
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    39723d4 View commit details
    Browse the repository at this point in the history
  3. Update 1prep.sh

    Trying to fix Maven path which is not being set
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4a6fa31 View commit details
    Browse the repository at this point in the history
  4. Update 1prep.sh

    Trying to set Maven path using current directory
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    11978ce View commit details
    Browse the repository at this point in the history
  5. Update 1prep.sh

    Trying to set Maven path
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9351204 View commit details
    Browse the repository at this point in the history
  6. Update 1prep.sh

    Trying to set Maven Path
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ffc81a0 View commit details
    Browse the repository at this point in the history
  7. Update 1prep.sh

    Trying to install make
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    18fb4af View commit details
    Browse the repository at this point in the history
  8. Update 1prep.sh

    Trying to install make
    kuhlaid authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    bd273f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Update 1prep.sh

    OpenJdk not in expected directory
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    40d7f2f View commit details
    Browse the repository at this point in the history
  2. Update 1prep.sh

    Make install
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b94158b View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    Fix grammar
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    87c7cba View commit details
    Browse the repository at this point in the history
  4. Update 0prep_deps.sh

    Simplifying and removing extraneous code
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dbf80c4 View commit details
    Browse the repository at this point in the history
  5. Create CHANGELOG.md

    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b01f5f1 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9578480 View commit details
    Browse the repository at this point in the history
  7. Update 1prep.sh

    Trying to correct the make directory
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6783668 View commit details
    Browse the repository at this point in the history
  8. Update 1prep.sh

    Fixing the path to the java install
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dc58f6a View commit details
    Browse the repository at this point in the history
  9. Update 1prep.sh

    Trying to fix Maven install
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2967874 View commit details
    Browse the repository at this point in the history
  10. Update 1prep.sh

    Adding Maven download message
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ff1a655 View commit details
    Browse the repository at this point in the history
  11. Update 1prep.sh

    Trying to fix Maven install and download
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5b731ce View commit details
    Browse the repository at this point in the history
  12. Update 1prep.sh

    Moving Maven download
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bf5faed View commit details
    Browse the repository at this point in the history
  13. Update 0prep_deps.sh

    Adding Maven download
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1b576da View commit details
    Browse the repository at this point in the history
  14. Update 1prep.sh

    Trying different Maven install approach
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    85f0412 View commit details
    Browse the repository at this point in the history
  15. Update 0prep_deps.sh

    removing maven download
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    304cd42 View commit details
    Browse the repository at this point in the history
  16. Update prep_it.bash

    Test removing the 0prep_deps.sh script
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    df97682 View commit details
    Browse the repository at this point in the history
  17. Update 1prep.sh

    Auto install Maven
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    48db8fc View commit details
    Browse the repository at this point in the history
  18. Update c8.dockerfile

    Removing Solr and Payara zip files since these are not being downloaded
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    cb84ae2 View commit details
    Browse the repository at this point in the history
  19. Update 1prep.sh

    adding payara and solr install
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1efec3f View commit details
    Browse the repository at this point in the history
  20. Update 1prep.sh

    Changing Solr install
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ede0ea6 View commit details
    Browse the repository at this point in the history
  21. Update prep_it.bash

    Trying to clear the Docker cache
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    48f6562 View commit details
    Browse the repository at this point in the history
  22. Update c8.dockerfile

    Removing hard-coded Solr directories
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    eedf439 View commit details
    Browse the repository at this point in the history
  23. Update 1prep.sh

    Adding Solr home
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9bc1f85 View commit details
    Browse the repository at this point in the history
  24. Update entrypoint.bash

    Removing hard-coded Solr directory
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c112c79 View commit details
    Browse the repository at this point in the history
  25. Update c8.dockerfile

    Trying to add an environment variable for Solr
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8a3dc34 View commit details
    Browse the repository at this point in the history
  26. Update 1prep.sh

    Removing Solr env var
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3bc5206 View commit details
    Browse the repository at this point in the history
  27. Update prep_it.bash

    Adding Solr env var
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bb6a5f7 View commit details
    Browse the repository at this point in the history
  28. Update prep_it.bash

    Removing Solr env variable
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b2a2c59 View commit details
    Browse the repository at this point in the history
  29. Update entrypoint.bash

    Hard-coding Solr path
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c9e206b View commit details
    Browse the repository at this point in the history
  30. Update 1prep.sh

    Not able to pull Solr using apt-get
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    935c43b View commit details
    Browse the repository at this point in the history
  31. Update c8.dockerfile

    Trying different Solr approach
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    04512c2 View commit details
    Browse the repository at this point in the history
  32. Update 0prep_deps.sh

    Adding back Solr since it cannot be installed via a package manager
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    0f2c994 View commit details
    Browse the repository at this point in the history
  33. Update prep_it.bash

    Adding back the initial prep
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d50daaa View commit details
    Browse the repository at this point in the history
  34. Update c8.dockerfile

    Adding back old Solr handler
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    de2f70d View commit details
    Browse the repository at this point in the history
  35. Update c8.dockerfile

    Trying to install payara via Yum
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b852aaa View commit details
    Browse the repository at this point in the history
  36. Update 1prep.sh

    Removing payara install
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    136c167 View commit details
    Browse the repository at this point in the history
  37. Update 1prep.sh

    Install testing
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    636c0d4 View commit details
    Browse the repository at this point in the history
  38. Update 1prep.sh

    Auto install Maven
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    fb7f481 View commit details
    Browse the repository at this point in the history
  39. Update c8.dockerfile

    Reverting back to original
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f414632 View commit details
    Browse the repository at this point in the history
  40. Update 0prep_deps.sh

    Reverting back
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    45b3a13 View commit details
    Browse the repository at this point in the history
  41. Update 1prep.sh

    Reverting back
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d3d4e67 View commit details
    Browse the repository at this point in the history
  42. Update entrypoint.bash

    Reverting back
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    426fab9 View commit details
    Browse the repository at this point in the history
  43. Update prep_it.bash

    Reverting back
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d9938b0 View commit details
    Browse the repository at this point in the history
  44. Update 1prep.sh

    Trying to add Maven and Make
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    36cab43 View commit details
    Browse the repository at this point in the history
  45. Update 1prep.sh

    Trying to fix Maven and Make install
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    55f90a5 View commit details
    Browse the repository at this point in the history
  46. Update 1prep.sh

    Auto install Maven
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    81c1697 View commit details
    Browse the repository at this point in the history
  47. Update install.bash

    Need to change to the installer directory
    kuhlaid authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    39cce00 View commit details
    Browse the repository at this point in the history