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

Implement GitHub App API methods #522

Merged
merged 16 commits into from
Oct 4, 2019
Merged

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    c905bb4 View commit details
    Browse the repository at this point in the history
  2. Add @Preview and @deprecated annotations to methods in which the API …

    …is still in preview
    PauloMigAlmeida committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    9f35eb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    756d298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d15bef View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    15b3bc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Add tests for GithubApp integration;

    Add wiremock-standalone library;
    
    Signed-off-by: Paulo Almeida <paulo.miguel.almeida.rodenas@gmail.com>
    PauloMigAlmeida committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    4703f2d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    96bcf24 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Signed-off-by: Paulo Almeida <paulo.miguel.almeida.rodenas@gmail.com>
    PauloMigAlmeida committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    905bd1a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    a4e74ab View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Configuration menu
    Copy the full SHA
    dacdf08 View commit details
    Browse the repository at this point in the history
  2. Update tests using the new wiremock structure as per requested

    Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com>
    PauloMigAlmeida committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    3d82731 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2253834 View commit details
    Browse the repository at this point in the history
  4. Remove duplicated wiremock dependency

    Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com>
    PauloMigAlmeida committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    59a9739 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Merge branch 'master' of https://github.com/kohsuke/github-api

    � Conflicts:
    �	src/main/java/org/kohsuke/github/GitHubBuilder.java
    �	src/test/java/org/kohsuke/github/GitHubTest.java
    PauloMigAlmeida committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    a163c56 View commit details
    Browse the repository at this point in the history
  2. Merge from upstream;

    Remove servlet exclusion due to previous JDK version;
    
    Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com>
    PauloMigAlmeida committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0f7a5f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    2fe7342 View commit details
    Browse the repository at this point in the history