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

feat: Added support for script object to YAML #10

Closed
wants to merge 7 commits into from

Commits on Aug 25, 2023

  1. WIP: adding objects and builders for tasks.

    Signed-off-by: Nathan Good <nathan.good@ibm.com>
    nathanagood committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    942afd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Adding more properties to Task and TaskBuilder.

    Signed-off-by: Nathan Good <nathan.good@ibm.com>
    nathanagood committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    67ef7f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from cloud-native-toolkit/main

    fix: Remove extra prepare task from projen configuration
    nathanagood authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    749d26c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Updated tasks, tests, and task builders for more completeness.

    Signed-off-by: Nathan Good <nathan.good@ibm.com>
    nathanagood committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e75d11b View commit details
    Browse the repository at this point in the history
  2. Updated API.md with build.

    Signed-off-by: Nathan Good <nathan.good@ibm.com>
    nathanagood committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5f530ee View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request #8 from cloud-native-toolkit/feature/task-and-builder

    feat: Adding Task and TaskBuidlers
    nathanagood authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f8f0b58 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Added support for serializing script object as YAML.

    Signed-off-by: Nathan Good <nathan.good@ibm.com>
    nathanagood committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2e7cdb6 View commit details
    Browse the repository at this point in the history