Skip to content
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

Adds documentation for Job Scheduler plugin #2242

Merged
merged 25 commits into from
Jan 5, 2023
Merged

Adds documentation for Job Scheduler plugin #2242

merged 25 commits into from
Jan 5, 2023

Conversation

ariamarble
Copy link
Contributor

Signed-off-by: ariamarble [email protected]

Description

Adds documentation for Job Scheduler plugin

Issues Resolved

#60

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@ariamarble ariamarble requested a review from a team as a code owner December 15, 2022 23:08
@ariamarble ariamarble self-assigned this Dec 15, 2022
@ariamarble ariamarble added 2 - In progress Issue/PR: The issue or PR is in progress. backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 backport 2.4 PR: Backport label for 2.4 3 - Tech review PR: Tech review in progress and removed 2 - In progress Issue/PR: The issue or PR is in progress. labels Dec 15, 2022
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
Signed-off-by: ariamarble <[email protected]>
@ariamarble ariamarble added 4 - Doc review PR: Doc review in progress and removed 3 - Tech review PR: Tech review in progress labels Dec 27, 2022
Signed-off-by: ariamarble <[email protected]>
Copy link

@JeffHuss JeffHuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Left comments

_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/index.md Outdated Show resolved Hide resolved
Signed-off-by: ariamarble <[email protected]>
Copy link
Contributor

@hdhalter hdhalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Aria! I left some comments on the build-plugin.md so far.

_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
_job-scheduler-plugin/build-plugin.md Outdated Show resolved Hide resolved
@ariamarble
Copy link
Contributor Author

@hdhalter can you please re-review with the most current changes?

@carolxob carolxob self-requested a review December 30, 2022 17:45
@ariamarble ariamarble merged commit 0799991 into main Jan 5, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-2242-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 0799991e80aa891b6cf5277fb2ff90e20a6ca47c
# Push it to GitHub
git push --set-upstream origin backport/backport-2242-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-2242-to-1.3.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)
ariamarble added a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)

Co-authored-by: Aria Marble <[email protected]>
ariamarble added a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)

Co-authored-by: Aria Marble <[email protected]>
ariamarble added a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)

Co-authored-by: Aria Marble <[email protected]>
ariamarble added a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)

Co-authored-by: Aria Marble <[email protected]>
ariamarble added a commit that referenced this pull request Jan 5, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
(cherry picked from commit 0799991)

Co-authored-by: Aria Marble <[email protected]>
vagimeli pushed a commit that referenced this pull request Jan 10, 2023
* Adds documentation for Job Scheduler plugin

Signed-off-by: ariamarble <[email protected]>

* made tech changes

Signed-off-by: ariamarble <[email protected]>

* add to dropdown

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/build-plugin.md

Co-authored-by: Heather Halter <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

* index page re-write

Signed-off-by: ariamarble <[email protected]>

* wording changes. moving to single page

Signed-off-by: ariamarble <[email protected]>

* rephrasing and suggested changes

Signed-off-by: ariamarble <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* Update _job-scheduler-plugin/index.md

Co-authored-by: Nate Bower <[email protected]>

* editorial

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
@hdhalter hdhalter deleted the issue60 branch March 28, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 backport 2.4 PR: Backport label for 2.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants