-
Notifications
You must be signed in to change notification settings - Fork 26
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/detailed-status #451
Merged
bgunnar5
merged 19 commits into
LLNL:feature/revamped-status
from
bgunnar5:feature/detailed-status
Jan 24, 2024
Merged
feature/detailed-status #451
bgunnar5
merged 19 commits into
LLNL:feature/revamped-status
from
bgunnar5:feature/detailed-status
Jan 24, 2024
Commits on Oct 9, 2023
-
* fix default worker bug with all steps * version bump and requirements fix * Bugfix/filename-special-vars (LLNL#425) * fix file naming bug * fix filename bug with variable as study name * add tests for the file name special vars changes * modify changelog * implement Luc's suggestions * remove replace line * Create dependabot-changelog-updater.yml * testing outputs of modifying changelog * delete dependabot-changelog-updater * feature/pdf-docs (LLNL#427) * first attempt at adding pdf * fixing build error * modify changelog to show docs changes * fix errors Luc found in the build logs * trying out removal of latex * reverting latex changes back * uncommenting the latex_elements settings * adding epub to see if latex will build * adding a latex engine variable to conf * fix naming error with latex_engine * attempting to add a logo to the pdf build * testing an override to the searchtools file * revert back to not using searchtools override * update changelog * bugfix/openfoam_singularity_issues (LLNL#426) * fix openfoam_singularity issues * update requirements and descriptions for openfoam examples * bugfix/output-path-substitution (LLNL#430) * fix bug with output_path and variable substitution * add tests for cli substitutions * bugfix/scheduler-permission-error (LLNL#436) * Release/1.10.2 (LLNL#437) * bump version to 1.10.2 * bump version in CHANGELOG * resolve develop to main merge issues (LLNL#439) * fix default worker bug with all steps * version bump and requirements fix * dependabot/certifi-requests-pygments (LLNL#441) * Bump certifi from 2022.12.7 to 2023.7.22 in /docs Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * add all dependabot changes and update CHANGELOG --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * bugfix/server-pip-redis-conf (LLNL#443) * add *.conf to the MANIFEST file so pip will grab the redis.conf file * add note explaining how to fix a hanging merlin server start * modify CHANGELOG * add second export option to docs and fix typo * bump to version 1.10.3 (LLNL#444) * bugfix/sphinx-5.3.0-requirement (LLNL#446) * Version/1.10.3 (LLNL#445) * fix default worker bug with all steps * version bump and requirements fix * Bugfix/filename-special-vars (LLNL#425) * fix file naming bug * fix filename bug with variable as study name * add tests for the file name special vars changes * modify changelog * implement Luc's suggestions * remove replace line * Create dependabot-changelog-updater.yml * testing outputs of modifying changelog * delete dependabot-changelog-updater * feature/pdf-docs (LLNL#427) * first attempt at adding pdf * fixing build error * modify changelog to show docs changes * fix errors Luc found in the build logs * trying out removal of latex * reverting latex changes back * uncommenting the latex_elements settings * adding epub to see if latex will build * adding a latex engine variable to conf * fix naming error with latex_engine * attempting to add a logo to the pdf build * testing an override to the searchtools file * revert back to not using searchtools override * update changelog * bugfix/openfoam_singularity_issues (LLNL#426) * fix openfoam_singularity issues * update requirements and descriptions for openfoam examples * bugfix/output-path-substitution (LLNL#430) * fix bug with output_path and variable substitution * add tests for cli substitutions * bugfix/scheduler-permission-error (LLNL#436) * Release/1.10.2 (LLNL#437) * bump version to 1.10.2 * bump version in CHANGELOG * resolve develop to main merge issues (LLNL#439) * fix default worker bug with all steps * version bump and requirements fix * dependabot/certifi-requests-pygments (LLNL#441) * Bump certifi from 2022.12.7 to 2023.7.22 in /docs Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * add all dependabot changes and update CHANGELOG --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * bugfix/server-pip-redis-conf (LLNL#443) * add *.conf to the MANIFEST file so pip will grab the redis.conf file * add note explaining how to fix a hanging merlin server start * modify CHANGELOG * add second export option to docs and fix typo * bump to version 1.10.3 (LLNL#444) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * change hardcoded sphinx requirement * update CHANGELOG --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feature/vlauncher (LLNL#447) * fix file naming error for iterative workflows * fixed small bug with new filepath naming * add VLAUNCHER functionality * add docs for VLAUNCHER and modify changelog * re-word docs and fix table format * add a test for vlauncher * run fix-style and add a test for vlauncher * Add the find_vlaunch_var and setup_vlaunch functions. The numeric value of the shell variables may not be defined until run time, so replace with variable strings instead of values. Consolidate the commands into one function. * Add variable set for (t)csh. * Run fix-style * make step settings the defaults and ignore commented lines * add some additional tests * remove regex library import --------- Co-authored-by: Joseph M. Koning <koning1@llnl.gov> * release/1.11.0 (LLNL#448) * bugfix/skewed-sample-hierarchy (LLNL#450) * add patch for skewed sample hierarchy/additional samples * update changelog * catch narrower range of exceptions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joseph M. Koning <koning1@llnl.gov>
Configuration menu - View commit details
-
Copy full SHA for 093c867 - Browse repository at this point
Copy the full SHA 093c867View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for baa861d - Browse repository at this point
Copy the full SHA baa861dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d4715 - Browse repository at this point
Copy the full SHA 50d4715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5107803 - Browse repository at this point
Copy the full SHA 5107803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51bf458 - Browse repository at this point
Copy the full SHA 51bf458View commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ed4801 - Browse repository at this point
Copy the full SHA 3ed4801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b4a58 - Browse repository at this point
Copy the full SHA 69b4a58View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d671025 - Browse repository at this point
Copy the full SHA d671025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2189f - Browse repository at this point
Copy the full SHA 7b2189fView commit details
Commits on Oct 23, 2023
-
bugfix/lsf-gpu-typo (LLNL#453)
* fix typo in batch.py that causes a bug * change print statements to log statements
Configuration menu - View commit details
-
Copy full SHA for 593dbcd - Browse repository at this point
Copy the full SHA 593dbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f994f96 - Browse repository at this point
Copy the full SHA f994f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89093dd - Browse repository at this point
Copy the full SHA 89093ddView commit details
Commits on Nov 2, 2023
-
Add Pytest Fixtures to Test Suite (LLNL#456)
* begin work on integration refactor; create fixtures and initial tests * update CHANGELOG and run fix-style * add pytest fixtures and README explaining them * add tests to demonstrate how to use the fixtures * move/rename some files and modify integration's README * add password change to redis.pass file * fix lint issues * modify redis pwd for test server to be constant for each test * fix lint issue only caught on github ci
Configuration menu - View commit details
-
Copy full SHA for 5dc8206 - Browse repository at this point
Copy the full SHA 5dc8206View commit details
Commits on Nov 15, 2023
-
Bugfix for WEAVE CI (LLNL#457)
* begin work on integration refactor; create fixtures and initial tests * update CHANGELOG and run fix-style * add pytest fixtures and README explaining them * add tests to demonstrate how to use the fixtures * move/rename some files and modify integration's README * add password change to redis.pass file * fix lint issues * modify redis pwd for test server to be constant for each test * fix lint issue only caught on github ci * add fix for merlin server startup * update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 38651f2 - Browse repository at this point
Copy the full SHA 38651f2View commit details
Commits on Dec 12, 2023
-
bugfix/monitor-shutdown (LLNL#452)
* add celery query to see if workers still processing tasks * fix merlin status when using redis as broker * fix consumer count bug and run fix-style * fix linter issues * update changelog * update docs for monitor * remove unused exception I previously added * first attempt at using pytest fixtures for monitor tests * (partially) fix launch_workers fixture so it can be used in multiple classes * fix linter issues and typo on pytest decorator * update black's python version and fix style issue * remove print statements from celeryadapter.py * workers manager is now allowed to be used as a context manager * add one thing to changelog and remove print statement
Configuration menu - View commit details
-
Copy full SHA for b9afbdb - Browse repository at this point
Copy the full SHA b9afbdbView commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 642f925 - Browse repository at this point
Copy the full SHA 642f925View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c06820 - Browse repository at this point
Copy the full SHA 4c06820View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e8ac2f - Browse repository at this point
Copy the full SHA 7e8ac2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f91629 - Browse repository at this point
Copy the full SHA 5f91629View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.