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

WIP Deprecate magic method. #149

Open
wants to merge 302 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 15, 2015

  1. use slf4j style template for logging in gh-webhook class

    MerkushevKirill committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    5d0b38b View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#62 from lanwen/logging

    admin:repo_hook mention in help
    KostyaSha committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    8eed253 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2015

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

Commits on Jul 19, 2015

  1. handle exceptions of extensions

    MerkushevKirill committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    b5a89ce View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Merge pull request jenkinsci#64 from lanwen/exc-handling

    handle exceptions of extensions
    KostyaSha committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    bcb51b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

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

Commits on Jul 29, 2015

  1. change since tag for new api introduced in 1.12.0

    MerkushevKirill committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    389d2de View commit details
    Browse the repository at this point in the history
  2. use Validate state instead of "if" to validate jenkins instance is no…

    …t null
    MerkushevKirill committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    b2f2726 View commit details
    Browse the repository at this point in the history
  3. extend FluentIterableWrapper with "first()" method from guava

    will be useful in repository name
    MerkushevKirill committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    131a281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18e24ad View commit details
    Browse the repository at this point in the history
  5. fix "Unknown content type null" in logs

    caused by self-test validation for custom hook url
    MerkushevKirill committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    33087eb View commit details
    Browse the repository at this point in the history
  6. add checkForNull for resolveOne in GHRepoName

    MerkushevKirill authored and Kirill Merkushev committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    9723aab View commit details
    Browse the repository at this point in the history
  7. Merge pull request jenkinsci#66 from lanwen/misc

    fix "Unknown content type null" in logs and since for 1.12.0 api
    KostyaSha committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    a8dc555 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. [FIXED JENKINS-29787] Fix NPE for race condition.

    See JENKINS-29794 for details.
    KostyaSha committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    18aca71 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Merge pull request jenkinsci#67 from KostyaSha/fixNPE

    [JENKINS-29787] Fix NPE for race condition(?).
    KostyaSha committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    cc84ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038daba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5a2f97 View commit details
    Browse the repository at this point in the history
  4. [JENKINS-24702] add deps to migrate to credentials-plugin

    instead of own plain token usage
    lanwen committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    5aeec4f View commit details
    Browse the repository at this point in the history
  5. [JENKINS-24702] new configuration point in global github-plugin

    - with credentials usage
    - with migrator from old gh-push-trigger descriptor config options to new gh-plugin
    - with bean class to store deprecated creds (used only for migration)
    lanwen committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    b322d95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    456cc65 View commit details
    Browse the repository at this point in the history
  7. use slf4j logger in gh-repo-name

    + reformat some code
    + add getters for fields
    lanwen committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    7b69cf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa7e64a View commit details
    Browse the repository at this point in the history
  9. [JENKINS-24702] remove usage of old configs

    cleanup all gh-push-trigger descriptor related lines
    lanwen committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    808eeaf View commit details
    Browse the repository at this point in the history
  10. [JENKINS-24702] add tests for new credentials usage code

    - for migration process
    - for changes in hooks
    - for configuration logic
    lanwen committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    c6609b8 View commit details
    Browse the repository at this point in the history
  11. add help files to new credentials UI

    - change dontManageHooks=false to manageHooks=true
    lanwen committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    cec7468 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2851a1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71cdab4 View commit details
    Browse the repository at this point in the history
  14. make visible btn "reregister hooks" all the time, but move it to adva…

    …nced
    
    also fix some phrases in javadocs and help
    lanwen committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    758676c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2176fd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Merge pull request jenkinsci#65 from lanwen/creds

    [JENKINS-24702] Migration to credentials instead of plain token usage
    KostyaSha committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    bb047ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    242a06b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fbf3f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. use GlobalConfiguration as extension point to store all global config

    this simplifies resulting config classes and xml-files
    lanwen committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    2108560 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Merge pull request jenkinsci#68 from lanwen/global_conf

    use GlobalConfiguration extension point to store all global config
    KostyaSha committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    52c7975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbca897 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909f546 View commit details
    Browse the repository at this point in the history
  4. checkstyle with contributing guides

    no any functional change, only code style and maven-checkstyle-plugin in pom
    lanwen committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    9b5fba6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jenkinsci#69 from lanwen/checkstyle

    checkstyle with contributing guides
    KostyaSha committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    5b018be View commit details
    Browse the repository at this point in the history
  6. Remove included page

    KostyaSha committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    73fccae View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Configuration menu
    Copy the full SHA
    007e9ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#70 from lanwen/fb

    unexpected npe fixes for findbugs
    KostyaSha committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    6b156f1 View commit details
    Browse the repository at this point in the history
  3. add separate PING event subscriber

    + bump gh-api to 1.69
    lanwen committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    6c97489 View commit details
    Browse the repository at this point in the history
  4. Merge pull request jenkinsci#71 from lanwen/ping

    add separate PING event subscriber
    KostyaSha committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    c7a43e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Configuration menu
    Copy the full SHA
    134cda2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#74 from lanwen/since

    change since annotations to new release version (1.13.0)
    KostyaSha committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    2bdcf3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8496b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f7f4bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bcf65a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec40107 View commit details
    Browse the repository at this point in the history
  7. Merge pull request jenkinsci#75 from lanwen/check_supr

    suppress checkstyle on Messages.java
    KostyaSha committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    69e88f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88c6afc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8791c2a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Configuration menu
    Copy the full SHA
    e4f7c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0c542 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#77 from lanwen/JENKINS-30207_fix

    [FIXES JENKINS-30207] Don't run cleaner if github plugin not manage hooks
    KostyaSha committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    80c8396 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. check hook url for override before checking jenkins default url

    + typo fix in word malformed
    lanwen committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    b5db64c View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#78 from lanwen/precheck_for_hook_url

    check hook url for override before checking jenkins default url
    KostyaSha committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    a726907 View commit details
    Browse the repository at this point in the history
  3. [FIXES JENKINS-30223] return back com.cloudbees.jenkins.Credential

    as of it makes fail to boot jenkins after installation of plugin which depends on this class.
    Also remove migration to another package for this class and use it directly
    lanwen committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    061d849 View commit details
    Browse the repository at this point in the history
  4. Merge pull request jenkinsci#79 from lanwen/restore_creds

    [FIXES JENKINS-30223] return back com.cloudbees.jenkins.Credential
    KostyaSha committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    3624130 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

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

Commits on Sep 2, 2015

  1. Merge pull request jenkinsci#80 from lanwen/req_logging

    Additional request logging for form submitting in case of exception
    lanwen committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    2d621d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. [JENKINS-27136] Workflow plugin support

    Antonio Muñiz authored and lanwen committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    27f9802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446925c View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#82 from lanwen/wflow

    [FIXES JENKINS-27136] Workflow plugin support
    lanwen committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    3c56fa7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

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

Commits on Sep 22, 2015

  1. Fixed Javadoc link.

    jglick committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    5de4c7b View commit details
    Browse the repository at this point in the history
  2. don't be platform specific in checkstyle.

    While notable the existing checkstyle means the build is DOA on windows
    that uses CRLF as a system linefeed.
    
    Whilst this change enforces unix termination, it will break windows
    clients configured with `core.autocrlf=true" but changing files can lead
    to platform specific test failures (especially with resource files under
    test) so EOL conversion is in this persons eyes evil and to be avoided at
    all costs.
    
    It would probably be worthwile to setup .gitattributes in the root of the
    repository to stop any eol conversion - but I shall leave that up to the
    owners for an excersize at their leisure.
    jtnord committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    e573a28 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. Merge pull request jenkinsci#85 from jglick/isApplicable-Javadoc

    Fixed Javadoc link for isApplicable method (now consumes Job instead of AbstractProject)
    lanwen committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    60c896c View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#86 from jtnord/use_lf_in_checkstyle

    Don't be platform specific in checkstyle.
    lanwen committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    727de7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    942f63a View commit details
    Browse the repository at this point in the history
  4. Merge pull request jenkinsci#87 from lanwen/gitattributes

    Create .gitattributes file to handle line endings
    lanwen committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    6b819f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Configuration menu
    Copy the full SHA
    03b1c87 View commit details
    Browse the repository at this point in the history
  2. using okHttp connector with cache and proxy for github

    this can speed up fetching data from GH and reduce rate limits consuming
    lanwen committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    d88889a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Merge pull request jenkinsci#88 from lanwen/cache

    using okHttp connector with cache and proxy for github
    lanwen committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    52027be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bcc99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce32bc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2015

  1. fix checking creds on github enterprise

    also additional fixes mentioned in jenkinsci#88
    lanwen committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    d4853d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#90 from lanwen/cached_check_enterprise

    fix checking creds on github enterprise
    KostyaSha committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    7293422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0037970 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Merge pull request jenkinsci#91 from lanwen/empty_events

    simply return on empty list of events to subscribe, without error
    lanwen committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    718a450 View commit details
    Browse the repository at this point in the history
  2. add coverage badge

    lanwen committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    de96c1a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. separate cache for each server config

    This change requires java 1.7 to use java.nio as more effective way to operate files.
    This implementation creates directory with name as hash of each pair <api url+creds>.
    Redundant dirs removed on each save of global config.
    lanwen committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    ef8d88e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Merge pull request jenkinsci#93 from lanwen/separate_cache

    Separate cache for each server config
    KostyaSha committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    abe3c9b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    8eafea8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#94 from lanwen/wiremock_dynamic

    fix dynamic port allocation when using wiremock to mock GH
    lanwen committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    31c377c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9e8f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fc9944 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jenkinsci#95 from lanwen/since1140

    change since to new 1.14.0 ver
    lanwen committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    d9ba5b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c55f50 View commit details
    Browse the repository at this point in the history
  7. Merge pull request jenkinsci#96 from lanwen/authors

    change developers pom section to reflect current state
    KostyaSha committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    0627503 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bf6253 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f99129 View commit details
    Browse the repository at this point in the history
  10. ignore files when clean root cache dir

    add tests for notInCache filter
    lanwen committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    a6eb704 View commit details
    Browse the repository at this point in the history
  11. Merge pull request jenkinsci#97 from lanwen/files_in_cache

    ignore files when clean root cache dir
    lanwen committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    8630c49 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2015

  1. Let GithubProjectProperty be applied to any Job.

    Normalizing databinding.
    The projectUrl property was defined in the constructor to be a String, but in the getter to be a GithubUrl,
    which made no sense and breaks tools looking to work with describables without GUI forms.
    Changing the getter type would be the simplest fix, but potentially incompatible.
    Instead changing the property name so that the existing getter can be left alone.
    jglick authored and lanwen committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    3990a36 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. simplify testing of GHRepoName

    lanwen committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    e3ba807 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2015

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

Commits on Oct 18, 2015

  1. Merge pull request jenkinsci#98 from lanwen/reponame

    Extend usecases of GHRepoName with static factory from GHProjectProp
    lanwen committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    7fa4a9e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

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

Commits on Oct 27, 2015

  1. Merge pull request jenkinsci#99 from lanwen/contrib

    add functional contribution section to CONTRIB.md
    KostyaSha committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    815f733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798377f View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#101 from jenkinsci/72-pr

    Enable FindBugs in the local build flows.
    lanwen committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    1ed2edd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

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

Commits on Nov 23, 2015

  1. remove email-ext private token support

    as of it internal api and may change
    lanwen committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    5dfb780 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

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

Commits on Dec 13, 2015

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

Commits on Dec 14, 2015

  1. Configuration menu
    Copy the full SHA
    a8c28c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#100 from lanwen/expandable

    [FIXES JENKINS-27154] configurable build context and message in status builder and notifier
    lanwen committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    8b9535d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

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

Commits on Dec 20, 2015

  1. Configuration menu
    Copy the full SHA
    57d7870 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#103 from lanwen/fix_JENKINS-32132

    [FIXES JENKINS-32132] Check status message is null (in case of wrong …
    lanwen committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    2c193b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b783df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4197fdf View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

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

Commits on Dec 22, 2015

  1. Merge pull request jenkinsci#104 from lanwen/JENKINS-32132_tests

    Test for JENKINS-32132 with rule to mock GH
    lanwen committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    5e14cca View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

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

Commits on Dec 31, 2015

  1. Merge pull request jenkinsci#102 from arthurschreiber/arthur/extend-w…

    …orkflow-support
    
    Allow Commit Notifications to be used as Workflow Build Steps.
    lanwen committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    4ba1dbc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

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

Commits on Jan 14, 2016

  1. Use TransientActionFactory instead of `GithubProjectProperty.getJob…

    …Actions`.
    
    This makes the "GitHub" link also show up for Workflow projects.
    arthurschreiber committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    054719a View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#105 from arthurschreiber/arthur/extend-w…

    …orkflow-support
    
    Show the "GitHub" link for Workflow projects
    lanwen committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    ad03690 View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release github-1.16.0

    lanwen-ci committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    1adb56c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a244a4a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

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

    Update checkstyle-config.xml
    lanwen committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    5bd034e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Configuration menu
    Copy the full SHA
    bda9cc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#106 from lanwen/hook_monitor

    [FIXES JENKINS-24690] Administrative monitor to show hook registering…
    lanwen committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    c0b718e View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release github-1.17.0

    lanwen-ci committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    c925a45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5664ab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    24759ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#109 from schulzh/master

    Fixed incorrect proxy configuration of GitHubLoginFunction
    lanwen committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    c43344a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Handle ssh:// URLs that doesn't contain git@

    It is possible to specify and use github.com URLs as
    ssh://github.com/username/repo, as credentials used
    for SCM configuration usually include username.
    This change would allow to properly parse such URLs.
    kad committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    590bd09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1087b7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#110 from kad/flex-ssh-urls

    Handle ssh:// URLs that doesn't contain git@
    lanwen committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    d49f0cb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. [maven-release-plugin] prepare release github-1.17.1

    lanwen-ci committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    baed375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3875c8e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Fix the license in pom.xml

    LICENSE in the root specifies MIT, it should be MIT here. It was my mistake
    oleg-nenashev committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    20c159e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Title is too long and extra wording is not adding useful information

    But it occupies the precious real estate and pushes all the form controls to the right. Given the way global configuration page works, this affects all the form controls of the global config page, not just this plugin.
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    1dcd22c View commit details
    Browse the repository at this point in the history
  2. Nobody cares what plugin is being configured!

    ... especially so if this plugin is meant to be a common configuration point for all GitHub related plugins, ala JENKINS-33228.
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    dc33199 View commit details
    Browse the repository at this point in the history
  3. It's no longer just updating commit status and hooks

    ... as this plugin is used to configure GitHub instances that other plugins will also use.
    
    description for repeatableHeteroProperty isn't all that useful anyway, because when multiple instances are configured, the description gets pushed far down and it's not clear where that text is associated with.
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    096e911 View commit details
    Browse the repository at this point in the history
  4. Long text is not useful here

    There's no nested structure in GitHubServerConfig, so the added descriptiveness is not being useful.
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    198d6c3 View commit details
    Browse the repository at this point in the history
  5. optionalBlock that just has one field feels pointless

    And "custom API URL" is a poor wording when it really refers to GitHub Enterprise
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    f2a02a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4a13b3 View commit details
    Browse the repository at this point in the history
  7. It's not just credentials we are testing

    It's also API endpoint.
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    fac0f8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbcdc95 View commit details
    Browse the repository at this point in the history
  9. validate button can only work with fields that are defined before, no…

    …t after
    
    And if someone is testing a setting, cache can be only harmful, so might as well disable that. This also prevents garbage from accumulating
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    de4f7a3 View commit details
    Browse the repository at this point in the history
  10. Help text updates

    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    96c8426 View commit details
    Browse the repository at this point in the history
  11. Obviously everything here is configuration

    As far as I can see, no other plugins put 'Configuration' either
    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    aade2d4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48c754f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c990995 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    633ce4e View commit details
    Browse the repository at this point in the history
  15. Unused imports

    kohsuke committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2e31640 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    89ac151 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ddef520 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Merge pull request jenkinsci#112 from jenkinsci/config-improvements

    [JENKINS-33228] Misc global config page improvements
    lanwen committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    44a8781 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. prevent JS in link to github

    lanwen committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    159934f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    12aaa78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#114 from lanwen/xss

    prevent JS in link to github
    lanwen committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    b61b10d View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release github-1.18.0

    lanwen-ci committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    c779355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38c7691 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a93e9c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request jenkinsci#115 from lanwen/setter_revert

    revert setter for custom api url (bool) in GitHubServerConfig as of i…
    lanwen committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    6d52a76 View commit details
    Browse the repository at this point in the history
  7. [maven-release-plugin] prepare release github-1.18.1

    lanwen-ci committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    f147d85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c980d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Configuration menu
    Copy the full SHA
    0719dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60f558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a33285a View commit details
    Browse the repository at this point in the history
  4. Merge pull request jenkinsci#113 from lanwen/plugin-pom

    Use new-styled parent pom for plugins
    lanwen committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    4cf308e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Configuration menu
    Copy the full SHA
    e1728e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#111 from jenkinsci/failed-update

    Don't let the build fail if the commit doesn't exist in upstream
    lanwen committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    25d7939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab3480 View commit details
    Browse the repository at this point in the history
  4. Merge pull request jenkinsci#117 from jenkinsci/badges_in_readme

    replace license and wiki with badges in readme
    lanwen committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    978bc72 View commit details
    Browse the repository at this point in the history
  5. Fix typos - s/mailformed/malformed

    logikal authored and lanwen committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    5c15cb0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request jenkinsci#118 from lanwen/pr_116

    Fix typos - s/mailformed/malformed
    lanwen committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    3e92bac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25372c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28d8dec View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. extended setter for status

    lanwen committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    4a08364 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. changing status error handler

    lanwen committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    11c3ba0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. conditional result setter

    lanwen committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    fc067ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac6bc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Configuration menu
    Copy the full SHA
    a991b41 View commit details
    Browse the repository at this point in the history
  2. tests for new status setter

    lanwen committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    040d31c View commit details
    Browse the repository at this point in the history
  3. reuse new status step code in old classes

    Deprecate them. Make PENDING setter not to fail build on any errors, as of most of the people don't want to fail the entire build because of we can't set status
    lanwen committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    66917ef View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Merge pull request jenkinsci#119 from lanwen/st_setter

    Extended setter for status
    lanwen committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    350802c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Improved logging format.

    jglick committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    2b2b1b9 View commit details
    Browse the repository at this point in the history
  2. I buy a 3k screen so that Checkstyle can complain I am using more tha…

    …n the leftmost third of it?
    jglick committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    7a16460 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#120 from jglick/GitHubPushTrigger-logging

    Improved logging format
    lanwen committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    e8af197 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

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

Commits on May 3, 2016

  1. Minor grammatical fix

    jinjorge committed May 3, 2016
    Configuration menu
    Copy the full SHA
    e595e9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#121 from jinjorge/patch-1

    Minor grammatical fix
    KostyaSha committed May 3, 2016
    Configuration menu
    Copy the full SHA
    4211c28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7682bf3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Updated okhttp. (jenkinsci#123)

    KostyaSha authored and lanwen committed May 4, 2016
    Configuration menu
    Copy the full SHA
    d4af6be View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

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

Commits on May 12, 2016

  1. [maven-release-plugin] prepare release v1.19.1

    lanwen-ci committed May 12, 2016
    Configuration menu
    Copy the full SHA
    bf050c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19420c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Configuration menu
    Copy the full SHA
    3b8aaee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    105ee8f View commit details
    Browse the repository at this point in the history
  3. [JENKINS-36144] After careful analysis of some of the code paths, saf…

    …er not to borrow
    
    - we will mirror the count though
    stephenc committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    05b895f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c81c4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fd5cfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dddd6bc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Merge pull request jenkinsci#126 from stephenc/jenkins-36144

    [FIXED JENKINS-36144] Borrow the SCMTrigger's queue
    lanwen committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    10e991e View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release v1.19.2

    lanwen-ci committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    4007938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9caf00 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. [JENKINS-36445] Show first 7 characters of SHA1 in change log hyperli…

    …nk (jenkinsci#128)
    
    Most git repository browsing systems (bitbucket, cgit, github, gitweb)
    display a short form of the SHA1 (commonly the first 7 characters) with
    a clickable hyperlink that will take them to a page that includes the
    full SHA1.
    
    This change reduces the visible SHA1 text in the list of changes to the
    first 7 characters of the SHA1, consistent with those other repository
    browsers. It also adds assertions that the expected format is used and
    simplifies the existing annotator tests.
    MarkEWaite authored and lanwen committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    ca75bde View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. [maven-release-plugin] prepare release v1.19.3

    lanwen-ci committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    dfd8f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300ee68 View commit details
    Browse the repository at this point in the history
  3. Create NOTICE.md (jenkinsci#130)

    * Create NOTICE.md
    
    * rm notice information from readme
    lanwen committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    f6c4832 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    4ae71ca View commit details
    Browse the repository at this point in the history
  2. Add missing newlines

    Vlatombe committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    0e620aa View commit details
    Browse the repository at this point in the history
  3. Create codecov.yml

    lanwen committed Jul 21, 2016
    5 Configuration menu
    Copy the full SHA
    1adbffc View commit details
    Browse the repository at this point in the history
  4. Use printf for logging

    Vlatombe committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    1dfca4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    330cdbe View commit details
    Browse the repository at this point in the history
  6. Merge pull request jenkinsci#131 from Vlatombe/manually_entered_repos…

    …itory_source
    
    Manually entered repository source
    lanwen committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    6b10f5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9649beb View commit details
    Browse the repository at this point in the history
  8. Merge pull request jenkinsci#132 from jenkinsci/lanwen-patch-1

    add some override annotations in ghcommitnotifier
    lanwen committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    6fdefd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. [maven-release-plugin] prepare release v1.20.0

    lanwen-ci committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    c01ce0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8af54 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

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

Commits on Aug 12, 2016

  1. Use OOP power to calculate sign, add integration test

    also don't bother signature validation if no header from github with signature
    lanwen committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    70117b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#134 from lanwen/hook_secrets

    [JENKINS-33974] Payload verification using shared secrets
    lanwen committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    0f90fe7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. [maven-release-plugin] prepare release v1.21.0

    lanwen-ci committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    01ba06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8262d62 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

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

Commits on Aug 19, 2016

  1. Merge pull request jenkinsci#136 from lanwen/ignore_hook_not_defined

    [JENKINS-37481] Ignore sign header if sign not defined in Jenkins
    lanwen committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    1ffc7ce View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release v1.21.1

    lanwen-ci committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    ef4f66d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7927b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. coverage badge from codecov

    lanwen committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    0889ab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Configuration menu
    Copy the full SHA
    8e23c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb3dd70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#138 from pupssman/configurable_status_url

    Allow for commit status backref configuration
    lanwen committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    980faa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. [FIXED JENKINS-38347] Use Initializer levels. (jenkinsci#139)

    * [FIXED JENKINS-38347] Use Initializer levels.
    
    - migrator: Don't throw NPE because Descriptor wasn't ready.
    - aliases: user annotation initializer.
    
    * Ensure execution order.
    
    Signed-off-by: Kanstantsin Shautsou <[email protected]>
    
    * Move to javadoc
    KostyaSha authored and lanwen committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    cb7525c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. [maven-release-plugin] prepare release v1.22.0

    lanwen-ci committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    e80780e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97a4fe View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    f4cf8a3 View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release v1.22.1

    lanwen-ci committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    37e73eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d8a25 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. travis build with codecov

    lanwen committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    e967f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b916940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcdf5df View commit details
    Browse the repository at this point in the history
  4. [maven-release-plugin] prepare release v1.22.2

    lanwen-ci committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    0a2206b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec4bf69 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Deprecate magic method.

    Signed-off-by: Kanstantsin Shautsou <[email protected]>
    KostyaSha committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    8e13f59 View commit details
    Browse the repository at this point in the history