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

Create task #19

Merged
merged 14 commits into from
Oct 20, 2023
Merged

Create task #19

merged 14 commits into from
Oct 20, 2023

Commits on Aug 20, 2023

  1. Add Go module file

    marcoshuck committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    bc33a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a54658 View commit details
    Browse the repository at this point in the history
  3. Add buf config

    marcoshuck committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a994c3e View commit details
    Browse the repository at this point in the history
  4. Add Makefile

    marcoshuck committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e159a7b View commit details
    Browse the repository at this point in the history
  5. Add init app file

    marcoshuck committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3aa4029 View commit details
    Browse the repository at this point in the history
  6. Add CreateTask API spec

    marcoshuck committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8c5b3d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Remove parent from task

    marcoshuck committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3061078 View commit details
    Browse the repository at this point in the history
  2. Add dagger CI

    marcoshuck committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5a33954 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Implement CreateTask

    Add server and gateway
    
    Signed-off-by: Marcos Huck <marcoshuck@ekumenlabs.com>
    marcoshuck committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    790abde View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Extract initialization logic

    Signed-off-by: Marcos Huck <marcos@huck.com.ar>
    marcoshuck committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fdd30da View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Finish implementing Task creation

    Signed-off-by: Marcos Huck <marcoshuck@ekumenlabs.com>
    marcoshuck committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f94581d View commit details
    Browse the repository at this point in the history
  2. Improve Makefile

    Signed-off-by: Marcos Huck <marcoshuck@ekumenlabs.com>
    marcoshuck committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c73af34 View commit details
    Browse the repository at this point in the history
  3. Add GitHub Actions

    Signed-off-by: Marcos Huck <marcoshuck@ekumenlabs.com>
    marcoshuck committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ea7ca6d View commit details
    Browse the repository at this point in the history
  4. Fix Makefile

    Signed-off-by: Marcos Huck <marcoshuck@ekumenlabs.com>
    marcoshuck committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4dbf2a0 View commit details
    Browse the repository at this point in the history