-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-update from Github Actions Workflow
Deployed from commit 66f73e9 (refs/heads/master) Deployed from commit 64ff0a4 (refs/heads/master) Deployed from commit 1ed08e5 (refs/heads/master) Deployed from commit 11b15c0 (refs/heads/master) Deployed from commit f5d1e2e (refs/heads/master) Deployed from commit ab04444 (refs/heads/master)
- Loading branch information
github-actions
committed
Aug 7, 2024
1 parent
206e799
commit 0fd48cb
Showing
131 changed files
with
3,302 additions
and
422 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 4425060f6718333fb04bed90dae4b8d7 | ||
config: 2518c82fc4e1dfc1399c52fcfe776bba | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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
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
34 changes: 34 additions & 0 deletions
34
.../_sources/generated/generated/atef.config.PreparedTemplateConfiguration.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
atef.config.PreparedTemplateConfiguration | ||
========================================= | ||
|
||
.. currentmodule:: atef.config | ||
|
||
.. autoclass:: PreparedTemplateConfiguration | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
|
||
.. automethod:: __init__ | ||
.. automethod:: compare | ||
.. automethod:: from_config | ||
.. automethod:: walk_comparisons | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
|
||
.. autoattribute:: parent | ||
.. autoattribute:: result | ||
.. autoattribute:: config | ||
.. autoattribute:: file | ||
.. autoattribute:: cache | ||
.. autoattribute:: comparisons | ||
.. autoattribute:: prepare_failures | ||
.. autoattribute:: combined_result | ||
|
||
|
31 changes: 31 additions & 0 deletions
31
master/_sources/generated/generated/atef.config.TemplateConfiguration.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
atef.config.TemplateConfiguration | ||
================================= | ||
|
||
.. currentmodule:: atef.config | ||
|
||
.. autoclass:: TemplateConfiguration | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
|
||
.. automethod:: __init__ | ||
.. automethod:: children | ||
.. automethod:: move_comparison | ||
.. automethod:: replace_comparison | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
|
||
.. autoattribute:: description | ||
.. autoattribute:: filename | ||
.. autoattribute:: name | ||
.. autoattribute:: tags | ||
.. autoattribute:: edits | ||
|
||
|
33 changes: 33 additions & 0 deletions
33
master/_sources/generated/generated/atef.procedure.PreparedTemplateStep.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
atef.procedure.PreparedTemplateStep | ||
=================================== | ||
|
||
.. currentmodule:: atef.procedure | ||
|
||
.. autoclass:: PreparedTemplateStep | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
|
||
.. automethod:: __init__ | ||
.. automethod:: from_origin | ||
.. automethod:: run | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
|
||
.. autoattribute:: name | ||
.. autoattribute:: parent | ||
.. autoattribute:: result | ||
.. autoattribute:: origin | ||
.. autoattribute:: file | ||
.. autoattribute:: combined_result | ||
.. autoattribute:: verify_result | ||
.. autoattribute:: step_result | ||
|
||
|
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
32 changes: 32 additions & 0 deletions
32
master/_sources/generated/generated/atef.procedure.TemplateStep.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
atef.procedure.TemplateStep | ||
=========================== | ||
|
||
.. currentmodule:: atef.procedure | ||
|
||
.. autoclass:: TemplateStep | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
|
||
.. automethod:: __init__ | ||
.. automethod:: allow_verify | ||
.. automethod:: children | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
|
||
.. autoattribute:: description | ||
.. autoattribute:: filename | ||
.. autoattribute:: name | ||
.. autoattribute:: parent | ||
.. autoattribute:: step_success_required | ||
.. autoattribute:: verify_required | ||
.. autoattribute:: edits | ||
|
||
|
22 changes: 22 additions & 0 deletions
22
master/_sources/upcoming_release_notes/237-mnt_sep_find_replace.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
237 mnt_sep_find_replace | ||
######################## | ||
|
||
API Breaks | ||
---------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- N/A | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- Refactors find-replace logic and dataclasses into a separate module from the widgets that display them | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
23 changes: 23 additions & 0 deletions
23
master/_sources/upcoming_release_notes/238-enh_template_step.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
238 enh_template_step | ||
##################### | ||
|
||
API Breaks | ||
---------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- Adds template step active and passive dataclasses. | ||
- Adds RegexFindReplace for serializable, regex specific FindReplaceAction | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- N/A | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
22 changes: 22 additions & 0 deletions
22
master/_sources/upcoming_release_notes/239-enh_ref_fill_template_page.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
239 enh_ref_fill_template_page | ||
############################## | ||
|
||
API Breaks | ||
---------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- Refines the flow of FillTemplatePage, adding a clear staging area and tree-view for added clarity | ||
|
||
Bugfixes | ||
-------- | ||
- Unifies usage of ``create_tree_from_file`` | ||
|
||
Maintenance | ||
----------- | ||
- N/A | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
22 changes: 22 additions & 0 deletions
22
master/_sources/upcoming_release_notes/241-enh_template_gui.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
241 enh_template_gui | ||
#################### | ||
|
||
API Breaks | ||
---------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- Adds atef config GUI pages for passive and active templated checkouts, refactoring some pieces of atef.find_replace as necessary | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- N/A | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
22 changes: 22 additions & 0 deletions
22
master/_sources/upcoming_release_notes/246-enh_template_report.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
246 enh_template_report | ||
####################### | ||
|
||
API Breaks | ||
---------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- Adds report support for template steps | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- Pins numpy<2.0 to avoid issues with upstream incompatibilities | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
22 changes: 22 additions & 0 deletions
22
master/_sources/upcoming_release_notes/248-enh_cli_report.rst.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
248 enh_cli_report | ||
################## | ||
|
||
API Breaks | ||
---------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- Adds report output option to `atef check` cli tool | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- N/A | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
Oops, something went wrong.