-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.9.0] ### Added - Added support for Python 3.11 - Update docker docs for new rabbitmq and redis server versions - Added lgtm.com Badge for README.md - More fixes for lgtm checks. - Added merlin server command as a container option for broker and results_backend servers. - Added new documentation for merlin server in docs and tutorial - Added the flux_exec batch argument to allow for flux exec arguments, e.g. flux_exec: flux exec -r "0-1" to run celery workers only on ranks 0 and 1 of a multi-rank allocation - Additional argument in test definitions to allow for a post "cleanup" command - Capability for non-user block in yaml - .readthedocs.yaml and requirements.txt files for docs - Small modifications to the Tutorial, Getting Started, Command Line, and Contributing pages in the docs - Compatibility with the newest version of Maestro (v. 1.1.9dev1) - JSON schema validation for Merlin spec files - New tests related to JSON schema validation - Instructions in the "Contributing" page of the docs on how to add new blocks/fields to the spec file - Brief explanation of the $(LAUNCHER) variable in the "Variables" page of the docs ### Changed - Removed support for Python 3.6 - Rename lgtm.yml to .lgtm.yml - New shortcuts in specification file (sample_vector, sample_names, spec_original_template, spec_executed_run, spec_archived_copy) - Update requirements to require redis 4.3.4 for acl user channel support - Added ssl to the broker and results backend server checks when "merlin info" is called - Removed theme_override.css from docs/_static/ since it is no longer needed with the updated version of sphinx - Updated docs/Makefile to include a pip install for requirements and a clean command - Update to the Tutorial and Contributing pages in the docs - Changed what is stored in a Merlin DAG - We no longer store the entire Maestro ExecutionGraph object - We now only store the adjacency table and values obtained from the ExecutionGraph object - Modified spec verification - Update to require maestrowf 1.9.1dev1 or later ### Fixed - Fixed return values from scripts with main() to fix testing errors. - CI test for CHANGELOG modifcations - Typo "cert_req" to "cert_reqs" in the merlin config docs - Removed emoji from issue templates that were breaking doc builds - Including .temp template files in MANIFEST - Styling in the footer for docs - Horizontal scroll overlap in the variables page of the docs - Reordered small part of Workflow Specification page in the docs in order to put "samples" back in the merlin block Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Joseph M. Koning <[email protected]> Co-authored-by: Joe Koning <[email protected]> Co-authored-by: Ryan Lee <[email protected]> Co-authored-by: Brian Gunnarson <[email protected]>
- Loading branch information
1 parent
0497a98
commit efa425e
Showing
114 changed files
with
5,806 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: 🤓 General question | ||
name: General question | ||
labels: 'question' | ||
title: '[Q/A] ' | ||
about: Ask, discuss, debate with the Merlin team | ||
--- | ||
|
||
## 🤓 Question | ||
## Question | ||
<!-- (Have you searched the issues page before asking?) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
version: 2 | ||
|
||
build: | ||
os: "ubuntu-20.04" | ||
tools: | ||
python: "3.8" | ||
|
||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ Benjamin Bay <[email protected]> | |
Joe Koning <[email protected]> | ||
Jeremy White <[email protected]> | ||
Aidan Keogh | ||
Ryan Lee <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
recursive-include merlin/data *.yaml *.py | ||
recursive-include merlin/examples *.py *.yaml *.c *.json *.sbatch *.bsub *.txt | ||
recursive-include merlin/server *.yaml *.py | ||
recursive-include merlin/examples *.py *.yaml *.c *.json *.sbatch *.bsub *.txt *.temp | ||
include requirements.txt | ||
include requirements/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
alabaster==0.7.12 | ||
# via sphinx | ||
babel==2.10.3 | ||
# via sphinx | ||
certifi==2022.12.7 | ||
# via requests | ||
charset-normalizer==2.1.1 | ||
# via requests | ||
docutils==0.17.1 | ||
# via sphinx | ||
idna==3.4 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==5.0.0 | ||
# via sphinx | ||
jinja2==3.0.3 | ||
# via sphinx | ||
markupsafe==2.1.1 | ||
# via jinja2 | ||
packaging==21.3 | ||
# via sphinx | ||
pygments==2.13.0 | ||
# via sphinx | ||
pyparsing==3.0.9 | ||
# via packaging | ||
pytz==2022.5 | ||
# via babel | ||
requests==2.28.1 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==5.3.0 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
urllib3==1.26.12 | ||
# via requests | ||
zipp==3.10.0 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.