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] Remote Repositories #17

Closed
wants to merge 40 commits into from
Closed

[WIP] Remote Repositories #17

wants to merge 40 commits into from

Commits on Feb 11, 2013

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

Commits on Feb 12, 2013

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

Commits on Feb 13, 2013

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

Commits on Feb 16, 2013

  1. Configuration menu
    Copy the full SHA
    8346603 View commit details
    Browse the repository at this point in the history
  2. Remeved how to run on Windows.

    ikedam committed Feb 16, 2013
    Configuration menu
    Copy the full SHA
    5f47340 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2013

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

Commits on Jul 11, 2013

  1. Configuration menu
    Copy the full SHA
    2eedbc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from olivergondza/include-snapshots

    Introduce includeSnapshots option
    ikedam committed Jul 11, 2013
    Configuration menu
    Copy the full SHA
    aa07b0d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2013

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

Commits on Jul 13, 2013

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

Commits on Jul 15, 2013

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

Commits on Jul 27, 2013

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

Commits on Jul 29, 2013

  1. Fix NPE caused by empty Group-Id entry in MANIFEST.MF

    Ancient plugins do not have this fields set.
    olivergondza committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    c57c03b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2013

  1. Merge pull request #9 from olivergondza/missing-group-id

    Fix NPE caused by empty Group-Id entry in MANIFEST.MF
    ikedam committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    b06d59a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2013

  1. Support .jpi files

    olivergondza committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    c508f00 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2013

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

Commits on Aug 31, 2013

  1. Merge pull request #10 from olivergondza/support-jpis

    Support .jpi files
    ikedam committed Aug 31, 2013
    Configuration menu
    Copy the full SHA
    3c97684 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. added '-nosymlinks' parameter

    ...in order to restore windows compatibility (no 'ln -s ...' command)
    sjsf committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    78e7a4a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2014

  1. fixed symlink inconsistency

    ...so that "nosymlinks" actually means "no symlinks at all".
    The heuristic of detecting the OS is not needed then.
    sjsf committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    efcbbc1 View commit details
    Browse the repository at this point in the history
  2. extracted logic from ConfluencePluginList constructor

    ...as the default constructor gets called implicitly by sub-classes,
    which leads to errors if no internet connection is avaiable.
    sjsf committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    78e45ef View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2014

  1. Reverted the import order to minimize difference from the upstream. S…

    …ome changes to the explanation to -nosymlink link (it always works with -download).
    ikedam committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    21ab301 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from ikedam/feature/12_nosymlinks

    Some adjustment for #12
    ikedam committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    7cc5f0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from sjka/offline

    Fixed offline capability
    ikedam committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    81cf04e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6e7c78 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from ikedam/feature/13_offline_with_nowiki

     Minimize differences from the upstream of #13 .
    ikedam committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    a5cac69 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	src/main/java/org/jvnet/hudson/update_center/ConfluencePluginList.java
    	src/main/java/org/jvnet/hudson/update_center/Main.java
    jrichard committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    1689284 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Allow snapshots from remote repositories. Fixed initialization of

    NoConfluencePluginList
    jrichard committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    f655d55 View commit details
    Browse the repository at this point in the history
  2. Fixed NoConfluencePluginList

    jrichard committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    b2d3f0a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Slight changes

    jrichard committed May 1, 2015
    Configuration menu
    Copy the full SHA
    4bdf6d5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Merge remote-tracking branch 'upstream/master'

    jrichard committed May 15, 2015
    Configuration menu
    Copy the full SHA
    4957312 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

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

Commits on Dec 28, 2015

  1. Adding Local testing file

    jrichard committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    6b03f5d View commit details
    Browse the repository at this point in the history
  2. Adding to the .gitignore

    jrichard committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    d2435c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	.gitignore
    	src/main/java/org/jvnet/hudson/update_center/ConfluencePluginList.java
    	src/main/java/org/jvnet/hudson/update_center/Main.java
    	src/main/java/org/jvnet/hudson/update_center/MavenRepositoryImpl.java
    	src/main/java/org/jvnet/hudson/update_center/PluginV1.java
    jrichard committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    1c6ea78 View commit details
    Browse the repository at this point in the history
  2. Should resolve merge issues, should have all changes from Upstream

    master merged in.
    jrichard committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    b19336f View commit details
    Browse the repository at this point in the history