-
Notifications
You must be signed in to change notification settings - Fork 37
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 685 log updates #1992
Feature 685 log updates #1992
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de77082 - Browse repository at this point
Copy the full SHA de77082View commit details -
Configuration menu - View commit details
-
Copy full SHA for a945632 - Browse repository at this point
Copy the full SHA a945632View commit details -
simplified logic to getting metplus log file and output appropriate l…
…og if logging to terminal only
Configuration menu - View commit details
-
Copy full SHA for 11fa333 - Browse repository at this point
Copy the full SHA 11fa333View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fb37f - Browse repository at this point
Copy the full SHA b8fb37fView commit details -
change logs that are output to screen before log file is initialized …
…to print statements so it is clear that they are not included in the logs. Removed extra info about config setup that is not relevant to user
Configuration menu - View commit details
-
Copy full SHA for d6f2177 - Browse repository at this point
Copy the full SHA d6f2177View commit details -
added function to get useful message if log file is not set and call …
…function when logging log file so it is clear that a log file is not used
Configuration menu - View commit details
-
Copy full SHA for 4fb2fa2 - Browse repository at this point
Copy the full SHA 4fb2fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd430ff - Browse repository at this point
Copy the full SHA cd430ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c2f1d - Browse repository at this point
Copy the full SHA 79c2f1dView commit details -
added support for setting LOG_LEVEL_TERMINAL to set log level for scr…
…een output to a different value than the log file level
Configuration menu - View commit details
-
Copy full SHA for 26d8c36 - Browse repository at this point
Copy the full SHA 26d8c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea40378 - Browse repository at this point
Copy the full SHA ea40378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9394f94 - Browse repository at this point
Copy the full SHA 9394f94View commit details -
change log level for automated tests from DEBUG to INFO to see how mu…
…ch faster the tests run, ci-run-all-cases
Configuration menu - View commit details
-
Copy full SHA for 20e0728 - Browse repository at this point
Copy the full SHA 20e0728View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b31f69d - Browse repository at this point
Copy the full SHA b31f69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ddf6ae - Browse repository at this point
Copy the full SHA 4ddf6aeView commit details -
changed logs that list the length of time to run to INFO level, added…
… 'took' to command timing log because that word can be searched to find all timing log info
Configuration menu - View commit details
-
Copy full SHA for e7d5587 - Browse repository at this point
Copy the full SHA e7d5587View commit details -
Configuration menu - View commit details
-
Copy full SHA for b219ac5 - Browse repository at this point
Copy the full SHA b219ac5View commit details -
separate out setup commands from use case commands, only add status v…
…ariable checks if not running in Docker because Docker logic will be updated to run each use case in separate docker exec commands
Configuration menu - View commit details
-
Copy full SHA for 83a5ddb - Browse repository at this point
Copy the full SHA 83a5ddbView commit details -
create Docker container and run setup commands, then docker exec each…
… use case command separately
Configuration menu - View commit details
-
Copy full SHA for 901e332 - Browse repository at this point
Copy the full SHA 901e332View commit details -
Configuration menu - View commit details
-
Copy full SHA for e287614 - Browse repository at this point
Copy the full SHA e287614View commit details -
docker run detached and run docker ps and images commands through run…
…_docker_commands
Configuration menu - View commit details
-
Copy full SHA for 84d9d7d - Browse repository at this point
Copy the full SHA 84d9d7dView commit details -
start container in interactive mode detached, then exec commands to i…
…t, ci-skip-unit-tests
Configuration menu - View commit details
-
Copy full SHA for e390f16 - Browse repository at this point
Copy the full SHA e390f16View commit details -
do not exec detached because it will always return 0 error code, remo…
…ve container at end of tests instead of stop, ci-skip-unit-tests
Configuration menu - View commit details
-
Copy full SHA for e9b7377 - Browse repository at this point
Copy the full SHA e9b7377View commit details -
run docker exec commands with bash login shell (-l), try adding expor…
…t statement to bashrc so it will be read on each login shell, renamed constant variable to uppercase, ci-skip-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 3815b0e - Browse repository at this point
Copy the full SHA 3815b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b1b4af - Browse repository at this point
Copy the full SHA 9b1b4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for d72f792 - Browse repository at this point
Copy the full SHA d72f792View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6cc1e - Browse repository at this point
Copy the full SHA bd6cc1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a453b6 - Browse repository at this point
Copy the full SHA 9a453b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9817a1e - Browse repository at this point
Copy the full SHA 9817a1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af5c65 - Browse repository at this point
Copy the full SHA 8af5c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c4999 - Browse repository at this point
Copy the full SHA 56c4999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7674b27 - Browse repository at this point
Copy the full SHA 7674b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3505446 - Browse repository at this point
Copy the full SHA 3505446View commit details -
end group before error message so it is visible at top level, fix cat…
… command to run inside docker, ci-skip-unit-tests
Configuration menu - View commit details
-
Copy full SHA for ca5deff - Browse repository at this point
Copy the full SHA ca5deffView commit details -
add any env var assignment to bashrc, changed setup_env items into a …
…list that is joined by semicolon at the end, ci-skip-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 7e96fb3 - Browse repository at this point
Copy the full SHA 7e96fb3View commit details -
remove source of bashrc file because running with login shell, added …
…comment to note which values were added by test script
Configuration menu - View commit details
-
Copy full SHA for 3a1ab23 - Browse repository at this point
Copy the full SHA 3a1ab23View commit details
Commits on Dec 16, 2022
-
added GHA log groups for all commands run through time_command, moved…
… TIMING info after ERROR info to match other command order
Configuration menu - View commit details
-
Copy full SHA for 806f768 - Browse repository at this point
Copy the full SHA 806f768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e1abd - Browse repository at this point
Copy the full SHA 34e1abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa6c63 - Browse repository at this point
Copy the full SHA 5fa6c63View commit details -
put TIMING inside GHA log group and output error message outside grou…
…p, ci-skip-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 39983fb - Browse repository at this point
Copy the full SHA 39983fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6c4c5 - Browse repository at this point
Copy the full SHA 5e6c4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f774bff - Browse repository at this point
Copy the full SHA f774bffView commit details -
created python function to run commands with timing info, error repor…
…ting, and GitHub Actions log grouping
Configuration menu - View commit details
-
Copy full SHA for 39b8b8f - Browse repository at this point
Copy the full SHA 39b8b8fView commit details -
call run_commands function to consistently run processes and group lo…
…gs, cleaned up logic to capitalize constants and created helper functions for better readability
Configuration menu - View commit details
-
Copy full SHA for 69da329 - Browse repository at this point
Copy the full SHA 69da329View commit details -
changed calling of diff logic to start detached interactive container…
…, run diff logic, and remove container to better organize log output in GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 1baa8c0 - Browse repository at this point
Copy the full SHA 1baa8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741bf67 - Browse repository at this point
Copy the full SHA 741bf67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd5b6a - Browse repository at this point
Copy the full SHA 3dd5b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a686c - Browse repository at this point
Copy the full SHA c9a686cView commit details -
turn on use case group and add typo to conf to create example of how …
…GHA logs look when a use case fails, ci-skip-unit-tests, ci-run-diff
Configuration menu - View commit details
-
Copy full SHA for 22cb0ce - Browse repository at this point
Copy the full SHA 22cb0ceView commit details -
Revert "turn on use case group and add typo to conf to create example…
… of how GHA logs look when a use case fails, ci-skip-unit-tests, ci-run-diff" This reverts commit 22cb0ce.
Configuration menu - View commit details
-
Copy full SHA for f7bebac - Browse repository at this point
Copy the full SHA f7bebacView commit details -
clean up function call because run_commands now accepts a string inst…
…ead of requiring a list
Configuration menu - View commit details
-
Copy full SHA for d80e8f4 - Browse repository at this point
Copy the full SHA d80e8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1fe6f6 - Browse repository at this point
Copy the full SHA e1fe6f6View commit details -
if LOG_LEVEL_TERMINAL is set so that INFO log message are not output …
…to the screen, then print important log info to the screen like starting and stopping info
Configuration menu - View commit details
-
Copy full SHA for 84767d0 - Browse repository at this point
Copy the full SHA 84767d0View commit details -
set file log level to DEBUG for automated tests so that the screen ou…
…tput is clean with INFO level and the log files that can be downloaded contain additional DEBUG logs
Configuration menu - View commit details
-
Copy full SHA for 3bad7ef - Browse repository at this point
Copy the full SHA 3bad7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e82ad - Browse repository at this point
Copy the full SHA 64e82adView commit details
Commits on Dec 19, 2022
-
gather list of use cases that failed or could not be run to print sum…
…mary at end of all use case runs
Configuration menu - View commit details
-
Copy full SHA for 205d460 - Browse repository at this point
Copy the full SHA 205d460View commit details -
Configuration menu - View commit details
-
Copy full SHA for c679f3e - Browse repository at this point
Copy the full SHA c679f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8722a0 - Browse repository at this point
Copy the full SHA b8722a0View commit details -
Revert "purposely cause a use case to fail, ci-skip-unit-tests"
This reverts commit b8722a0.
Configuration menu - View commit details
-
Copy full SHA for c682a78 - Browse repository at this point
Copy the full SHA c682a78View commit details -
Revert "turn on use case group to test, ci-skip-unit-tests"
This reverts commit c679f3e.
Configuration menu - View commit details
-
Copy full SHA for e39cd0d - Browse repository at this point
Copy the full SHA e39cd0dView commit details