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

Added GitHub signature checking feature + tests #239

Closed
wants to merge 23 commits into from

Commits on Mar 11, 2015

  1. Checking "X-Hub-Signature" on GitHub hook POST reception. Added test …

    …cases
    Jose Molina committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    c4f2f78 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

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

Commits on May 20, 2015

  1. FIX: pulled latests changes from master

    Jose Molina committed May 20, 2015
    Configuration menu
    Copy the full SHA
    cc899f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/jenkinsci/ghprb-plugin in…

    …to github_signature
    
    Conflicts:
    	src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
    	src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMergeTest.java
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbTestUtil.java
    Jose Molina committed May 20, 2015
    Configuration menu
    Copy the full SHA
    4cb28e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

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

Commits on Jun 8, 2015

  1. Merge branch 'master' of https://github.com/jenkinsci/ghprb-plugin in…

    …to github_signature
    
    Conflicts:
    	src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java
    	src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    	src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbTestUtil.java
    Jose Molina committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    67cdc1c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Configuration menu
    Copy the full SHA
    d7b8b44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#282 from rneatherway/patch-1

    Correct typo 'conext' -> 'context'
    DavidTanner committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    27e9361 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Merge pull request jenkinsci#101 from janinko/master

    Merge changes into jenkinsci
    DavidTanner committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    bfc99de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babfffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6b3766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ffd677 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2015

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

Commits on Jun 14, 2015

  1. Fix bug in groovy config

    DavidTanner committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    d72a4cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#106 from DavidTanner/master

    Bug with groovy config
    DavidTanner committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    0df34d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a06d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2083f43 View commit details
    Browse the repository at this point in the history
  5. config was still broken.

    Also fixed null pointer when there are no credentials set up yet.
    DavidTanner committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    d262961 View commit details
    Browse the repository at this point in the history
  6. Merge pull request jenkinsci#107 from DavidTanner/master

    Bug with groovy config
    DavidTanner committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    fb07915 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af6bb66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f43d5f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Merge branch 'master' of https://github.com/jenkinsci/ghprb-plugin in…

    …to github_signature
    
    Conflicts:
    	src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
    	src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
    	src/test/java/org/jenkinsci/plugins/ghprb/GhprbTestUtil.java
    Jose Molina committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    c3b851b View commit details
    Browse the repository at this point in the history