We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
feat(wiki): add an introduction to creating jobs (#45) This adds a guide to the wiki that walks the reader through developing a Job with Open Job Description. The guide explains elements of the Job Template as it introduces concepts bit by bit, and shows how to use the CLI to verify and test their Jobs on their workstation. Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com> Co-authored-by: Sean Wallitsch <5846610+shidarin@users.noreply.github.com>
feat: Add new ASWF OpenJD youtube talk (#34) Signed-off-by: Sean Wallitsch <snw@amazon.com>
feat: adding an initial set of sample templates (#25) Summary: We are providing some sample Job/Environment Templates that users can reference to demonstrate the sorts of things that can be done with Open Job Description. This seeds an initial set of templates. Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>
chore: update to the public GitHub Org name (#15) All references to the pre-public GitHub organization name need to be updated With the change of the GitHub Organization name to 'OpenJobDescription'. This does that update. Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>
chore: small tidy-up pass (#18) We refer to this specification as open rather than open-source due to it being creative commons licensed, and it not really being source code. Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>
docs: fill out README, update CONTRIBUTING and wiki home (#12) Signed-off-by: Sean Wallitsch <snw@amazon.com>
docs: modify wiki for readability (#8) Signed-off-by: Sean Wallitsch <snw@amazon.com>
feat: introducing the RFC process (#7) * feat: introducing the RFC process This adds a first go at an RFC process for Open Job Description. The goal is to have a process defined with the expectation that we will iterate on it as we learn from it. Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>
feat(wiki): Refine introduction to the specification's concepts (#6) This rearranges, and rewrites part of the introduction to Open Job Description concepts. Notably, the pages on Job Structure, Format Strings, and Overview have been merged in to a page on How Jobs Are Constructed. With this change we have a concept introduction that is broken up in to two parts: 1. Job definition and injest; and 2. Running jobs. A future addition will add a guided narrative introduction that guides the reader through construction of a job template; starting with a simple one, and then adding to that through the narrative. Concepts for jobs, job templates, and running jobs will be introduced incrementally through this narrative form. Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>
chore: Add License (#3) Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com>