-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: rename 'job' transforms to 'run'
BREAKING CHANGE: `taskgraph.transforms.job` moved to `taskgraph.transforms.run`
- Loading branch information
Showing
36 changed files
with
314 additions
and
297 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
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
20 changes: 10 additions & 10 deletions
20
...rence/source/taskgraph.transforms.job.rst → ...rence/source/taskgraph.transforms.run.rst
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,45 +1,45 @@ | ||
taskgraph.transforms.job package | ||
taskgraph.transforms.run package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
taskgraph.transforms.job.common module | ||
taskgraph.transforms.run.common module | ||
-------------------------------------- | ||
|
||
.. automodule:: taskgraph.transforms.job.common | ||
.. automodule:: taskgraph.transforms.run.common | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
taskgraph.transforms.job.index\_search module | ||
taskgraph.transforms.run.index\_search module | ||
--------------------------------------------- | ||
|
||
.. automodule:: taskgraph.transforms.job.index_search | ||
.. automodule:: taskgraph.transforms.run.index_search | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
taskgraph.transforms.job.run\_task module | ||
taskgraph.transforms.run.run\_task module | ||
----------------------------------------- | ||
|
||
.. automodule:: taskgraph.transforms.job.run_task | ||
.. automodule:: taskgraph.transforms.run.run_task | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
taskgraph.transforms.job.toolchain module | ||
taskgraph.transforms.run.toolchain module | ||
----------------------------------------- | ||
|
||
.. automodule:: taskgraph.transforms.job.toolchain | ||
.. automodule:: taskgraph.transforms.run.toolchain | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: taskgraph.transforms.job | ||
.. automodule:: taskgraph.transforms.run | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
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
Oops, something went wrong.