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

Feature 1920 repo #2161

Merged
merged 40 commits into from
May 16, 2022
Merged

Feature 1920 repo #2161

merged 40 commits into from
May 16, 2022

Commits on Apr 27, 2022

  1. Per #1920, run ./bootstrap and store the output files it creates in t…

    …he top-level directory directlyin the repo. Update the contents of .gitignore. Also need to add Makefile.in and update .gitignore files accordingly throughout the repo.
    JohnHalleyGotway committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    50163d3 View commit details
    Browse the repository at this point in the history
  2. Per #1920, add Makefile.in files directly to the repo and remove them…

    … from the corrsponding .gitignore files.
    JohnHalleyGotway committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8e99926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5aeb8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    e65d3f7 View commit details
    Browse the repository at this point in the history
  2. Per #1920, move the top-level test and scripts directories into a new…

    … met/internal directory. Also move met/internal_tests into met/internal/test_util.
    JohnHalleyGotway committed May 4, 2022
    Configuration menu
    Copy the full SHA
    7f78fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e7fa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ed66c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a99e7dd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

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

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    bdde785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19273af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9849fab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a7231e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a26407a View commit details
    Browse the repository at this point in the history
  6. Per #1920, fix up the vx_afm Makefile to actually call enum_to_string…

    …. Also update all the enum_to_string output files to REMOVE the timestamp so that aren't flagged as differences if/when it's rerun in the future.
    JohnHalleyGotway committed May 6, 2022
    Configuration menu
    Copy the full SHA
    14a25a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbc8678 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc5a546 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa49902 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e237e2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    b16a241 View commit details
    Browse the repository at this point in the history
  2. Per #1920, remove 3 scripts from test_unit/bin that are very old and …

    …unused. Looks like there were originally used to test out stat_analysis.
    JohnHalleyGotway committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c1df076 View commit details
    Browse the repository at this point in the history
  3. Per #1920, deleting all but one of these sample data files which are …

    …no longer used in any of the unit tests.
    JohnHalleyGotway committed May 12, 2022
    Configuration menu
    Copy the full SHA
    07ca4ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c43191 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15fcab1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4309584 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c723b03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d22ef8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1363bad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7346ec9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e8cf9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    221ff31 View commit details
    Browse the repository at this point in the history
  13. Per #1920, manually remove config.tab.yy and color_parser_yacc.yy fro…

    …m corresponding Makefile.in files. With them present, running make without MET_DEVELOPMENT set errors out.
    JohnHalleyGotway committed May 12, 2022
    Configuration menu
    Copy the full SHA
    326facb View commit details
    Browse the repository at this point in the history
  14. Per #1920, restore these Makefile.in files back to how they are creat…

    …ed by bootstrap. Modifying them was not the right way to solve the problem.
    JohnHalleyGotway committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c5dcda9 View commit details
    Browse the repository at this point in the history
  15. Per #1920, do NOT remove the .yy files are part of the dist-hook sinc…

    …e that causes a compilation error downstream.
    JohnHalleyGotway committed May 12, 2022
    Configuration menu
    Copy the full SHA
    18e45a3 View commit details
    Browse the repository at this point in the history
  16. Per #1920, might as well remove the entire internal directory instead…

    … of just internal/test_util.
    JohnHalleyGotway committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ad41de3 View commit details
    Browse the repository at this point in the history
  17. Per #1920, update compile_MET_all.sh script to change lowercase met t…

    …o uppercase MET to use tarfiles created by GitHub.
    JohnHalleyGotway committed May 12, 2022
    Configuration menu
    Copy the full SHA
    deea74a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3508946 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Per #1920, add gen_ens_prod to the list of executables but remove the…

    … specific count of them since that changes and we often fail to update it. I didn't find any other doc changes to make since the user's guide describes the tarfile contents... and we're making the repo match the tarfile structure.
    JohnHalleyGotway committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b864c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6e130 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Per #1920, updates to all the Makefile.in files that live in the repo…

    …. Switching the automake output from version 1.16.5 that lives on my laptop to version 1.16.1 that lives on seneca. Figure its better to be consistent with the version on our shared development machine rather than my laptop. Another option would be NOT storing the Makefile.in files at all and instead instructing the users to run bootstrap first. The downside to that is that we HAVE NOT required users to run bootstrap for released tarfiles in the past. Adding that requirement would break any existing scripts that already exist and would also introduce automake as a new compilation dependency.
    JohnHalleyGotway committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c637f92 View commit details
    Browse the repository at this point in the history