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

Share #7

Merged
merged 10 commits into from
Oct 17, 2011
Merged

Share #7

merged 10 commits into from
Oct 17, 2011

Commits on Sep 11, 2011

  1. Use 'hg log' iso 'hg incoming' to determine changes

    This the first step towards using the share extension to reduce disk usage. In that scenario multiple jobs will share and update the same mercurial data store, i.e. the same history DAG, so 'hg incoming' loses its meaning.
    
    TODO : see how compatible this is with the forest extension
    willemv committed Sep 11, 2011
    2 Configuration menu
    Copy the full SHA
    c148799 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2011

  1. using the share extension to reduce disk usage

    Willem Verstraeten committed Sep 12, 2011
    Configuration menu
    Copy the full SHA
    b9ab0f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2011

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

Commits on Oct 10, 2011

  1. Make the sharing option a configuration option separate from the cach…

    …ing option
    
    TODO: transition between caching and sharing
    willemv committed Oct 10, 2011
    Configuration menu
    Copy the full SHA
    378747c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb7c927 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2011

  1. Fixed invalid error report in case of sharing

    Willem Verstraeten committed Oct 11, 2011
    Configuration menu
    Copy the full SHA
    1fac2c7 View commit details
    Browse the repository at this point in the history
  2. added testcase to test switching between sharing and caching

    Willem Verstraeten committed Oct 11, 2011
    Configuration menu
    Copy the full SHA
    0424a1b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2011

  1. don't call Hudson.getInstance() on a slave, as it may not be availabl…

    …e there
    Willem Verstraeten committed Oct 12, 2011
    Configuration menu
    Copy the full SHA
    88c04a9 View commit details
    Browse the repository at this point in the history
  2. [FIXED JENKINS-10255] : changelog is now based on the changes since t…

    …he previous build, rather than the changes since the latest build on this slave, which can be quite different.
    Willem Verstraeten committed Oct 12, 2011
    Configuration menu
    Copy the full SHA
    e68d40b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2011

  1. for persistence backwards compatibility, the private field installati…

    …on may not be renamed to installationName
    Willem Verstraeten committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    31b6963 View commit details
    Browse the repository at this point in the history