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

adding support for public and private git providers #160

Merged
merged 17 commits into from
May 2, 2023

Commits on Dec 20, 2022

  1. adding support for public and private git providers

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4bdc1e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. checking for private repo in clone function

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    41e6161 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. adding private repo check before clone attempt

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    60fa9f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. wip: set token outside of cloning function

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    80cadcc View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    046c37b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. cleanup

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6ba2945 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. adding token processing for private main devfile

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9201a29 View commit details
    Browse the repository at this point in the history
  2. cleanup test

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    06230f2 View commit details
    Browse the repository at this point in the history
  3. fixing merge conflict

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d0b7ee8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. getting token from devfile ctx and update errors on parsing

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3bf66d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. adding mocks for git

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8a33b33 View commit details
    Browse the repository at this point in the history
  2. switch to revision after cloning repo

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7306236 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. removing git interface

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f31bcf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    ca38edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fbbc0b View commit details
    Browse the repository at this point in the history
  3. updating licence header year

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b2357c7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. updating tests

    Signed-off-by: Michael Hoang <mhoang@redhat.com>
    mike-hoang committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7acc246 View commit details
    Browse the repository at this point in the history