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

Extension: RepositorySizeGithubAPI to get size of a repo #316

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Jul 28, 2020

  1. RepositoryAPI

    This class intends to implement an extension point provided by the Git Plugin
    which should return the size of a repository if the provided URL is applicable
    to the Github Branch Source Plugin.
    rishabhBudhouliya committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5018984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77c89e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e3e1d View commit details
    Browse the repository at this point in the history
  4. Rename extension

    rishabhBudhouliya committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f41e6aa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    e3fe52b View commit details
    Browse the repository at this point in the history
  2. This class contains an extension which provides the size of a remote …

    …repo
    
    on the basis of the repostitory url and the user credentials provided to it.
    rishabhBudhouliya committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    4d067df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1f6dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b760cb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b4b2fd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    98deda5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36954d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37e2afd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Point to local wiremock

    This is the first step
    bitwiseman committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    0eaf780 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    a8ba6cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee7a8a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03efd94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ce9fcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f752531 View commit details
    Browse the repository at this point in the history
  6. Depend on git plugin 4.4.0 and Jenkins 2.204.1

    Git plugin 4.4.0 requires Jenkins 2.204.1
    rishabhBudhouliya committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    a8f522c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    801806c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1d76d View commit details
    Browse the repository at this point in the history
  3. Apply autoformatting

    bitwiseman committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    fe70bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c40ee6e View commit details
    Browse the repository at this point in the history