You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by navin-foghorn <gi...@git.apache.org> on 2015/06/19 01:24:42 UTC

[GitHub] incubator-brooklyn pull request: Jenkins

GitHub user navin-foghorn opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/698

    Jenkins

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/foghorn-systems/incubator-brooklyn Jenkins

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/698.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #698
    
----
commit 657fe0c578dcd059732586c9246925854ad342fc
Author: Richard Downer <ri...@apache.org>
Date:   2014-11-06T14:16:49Z

    Set version to 0.7.0-M2-incubating

commit 029a8f4e5e531527a4158811d99c1a05665a9504
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Date:   2014-11-11T12:29:52Z

    fix mis-attribution in notice, and other tidies there (punctuation mainly)

commit 12e7fe9c7c07f2cdeaeff587db925924e1394cd3
Author: Aled Sage <al...@gmail.com>
Date:   2014-11-11T22:44:33Z

    Remove from NOTICE MariaDB/JBoss config files
    
    - These are based on the defaults shipped with the given projects,
      but just match snippets from the docs, and examples that are readily
      available on a myriad of blogs. Our template config files are similar
      to the default files, but unsurprisingly the defaults match docs and
      thus match what one would write for a basic deployment.

commit edcf928ee65cc29a84376c822759e468a9f016fe
Author: Aled Sage <al...@gmail.com>
Date:   2014-11-11T22:45:02Z

    Improve RAT exclusion wording for config files

commit be9fedde5f4fd553f9e26e1c61a0f2d27ba34e39
Author: Aled Sage <al...@gmail.com>
Date:   2014-11-13T09:44:42Z

    Remove unnecessary config files from NOTICE
    
    These config files are just starting points supplied by the
    various projects in docs + blogs + default installs. The files
    in Brooklyn are templated versions of the common install
    configurations. These are files "without any degree of creativity".
    
    e.g. see https://developer.jboss.org/message/909912 for an example
    response from the community on licensing config files.

commit 722e47ff6af9468d108534758b68c4ae3b4f059e
Author: Richard Downer <ri...@apache.org>
Date:   2014-11-26T13:05:44Z

    Add TestResourceUnavailableException
    
    Provides a way to skip TestNG tests if a test resource is not available (such as in the source distribution, which does not carry binary test resources)

commit d9d3f3bdeaf1fbb769d923edfc96dc407322652f
Author: Richard Downer <ri...@apache.org>
Date:   2014-11-26T13:08:09Z

    Make embedded jars optional
    
    Modifies code that relies on jar files as an embedded resource to
    gracefully handle cases where the files are missing. Limited to tests,
    which will cause TestNG to skip the test if the resource is missing.
    Required for our source distribution, as Apache convention is to not
    ship binaries in releases.
    
    Conflicts:
    	core/src/test/java/brooklyn/management/osgi/OsgiVersionMoreEntityTest.java
    	core/src/test/resources/brooklyn/osgi/brooklyn-test-osgi-more-entities_evil-twin_0.2.0.txt

commit a184a0f8799b0e5a06315fa21a8d122e8ef93f55
Author: Richard Downer <ri...@apache.org>
Date:   2014-11-26T16:22:56Z

    Make embedded wars optional
    
    Modifies code that relies on war files as an embedded resource to
    gracefully handle cases where the files are missing. Limited to tests,
    which will cause TestNG to skip the test if the resource is missing.
    Required for our source distribution, as Apache convention is to not
    ship binaries in releases.
    
    Conflicts:
    	software/webapp/src/test/java/brooklyn/entity/webapp/ElasticJavaWebAppServiceIntegrationTest.java
    	software/webapp/src/test/java/brooklyn/entity/webapp/jboss/Jboss6ServerEc2LiveTest.java
    	software/webapp/src/test/java/brooklyn/entity/webapp/jboss/Jboss7ServerEc2LiveTest.java
    	software/webapp/src/test/java/brooklyn/entity/webapp/jboss/Jboss7ServerIntegrationTest.java

commit 14a4d550eb65057270fe6b1aa232716caad9368a
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Date:   2014-12-02T10:15:21Z

    Use remotely hosted ZeroClipboard.swf
    
    Don't include it in the repository due to licensing issues.

commit afc42867f6fd9a858979c9b9a3ce695e000e56dd
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-08T16:33:49Z

    Remove ZeroClipboard.swf from docs
    
    Substitute with CDN-hosted version. Tested on a https-hosted location to
    ensure correct behaviour on an environment like our live website.

commit 9980f8533418fa0d676b241a637aa1e705a91f20
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-08T16:36:39Z

    Minor changes to docs build
    
    Add #ruby line to Gemfile so that current versions of rvm detect a
    known-good Ruby version and a gemset. Modify _config.yml to exclude some
    source code files from the built site.

commit 232d311485118f4d74ce59bb526544f3d6efec76
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-09T10:50:39Z

    CampYamlLiteTest: skip tests if binaries absent
    
    Conflicts:
    	core/src/test/java/brooklyn/camp/lite/CampYamlLiteTest.java

commit fcbcc1dbac2635f99fa80d21ca38c9b852f6b3f7
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-09T11:29:55Z

    usage/camp/src/test: skip test if binary is absent
    
    Conflicts:
    	usage/camp/src/test/java/io/brooklyn/camp/brooklyn/catalog/CatalogYamlEntityTest.java
    	usage/camp/src/test/java/io/brooklyn/camp/brooklyn/catalog/CatalogYamlPolicyTest.java

commit 3b2eac0df44a8565aa2b4feec546e0a5fb486485
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-09T11:54:54Z

    rest-server/src/test: skip test if binaries absent
    
    Conflicts:
    	usage/rest-server/src/test/java/brooklyn/rest/resources/CatalogResourceTest.java

commit 2754796cd9ee976cf3c32b8f9cc75c597032cbc9
Author: Aled Sage <al...@gmail.com>
Date:   2014-11-13T12:58:55Z

    BROOKLYN-83: fix SensorResourceTest
    
    - On getting a sensor, if no "Accepts" header is given, then we don't
      control whether json or plain text comes back.
      It is dependent on the method order, which is compiler-specific.
    - Therefore delete the test that gave no Accepts and then asserted
      it was json.

commit c2af0b27a87042e7d0d045a793cc25e7dd99e813
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-12T14:45:39Z

    Revise LICENSE and NOTICE following mentor feedback
    
    See:
    https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/201412.mbox/%3C20141211165910.GG36553%40Chips-MacBook-Air.local%3E
    
    MIT/BSD licensed subcomponents now credited in LICENSE instead of
    NOTICE. Reviewed ASL2 credits in NOTICE; determined that they do not
    have their own NOTICE file, and therefore there is no need to mention
    them, per https://www.apache.org/dev/licensing-howto.html#alv2-dep.
    This meant that there were no credits remaining in NOTICE; replaced
    NOTICE with boilerplate recommended by
    https://www.apache.org/dev/licensing-howto.html#simple.

commit 52554dc9414e23531a26ac8d63f1f89889d81d23
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-15T11:24:05Z

    Add make-source-release script

commit 94b42b85e80efd817f951326238864e37edc2cb0
Author: Richard Downer <ri...@apache.org>
Date:   2014-12-15T11:15:47Z

    Add workaround for BROOKLYN-1 to README.md

commit 508425d291736cfcc77f5bd009ede2bda78ecd34
Author: Dave <da...@foghorn-systems.com>
Date:   2015-03-09T04:31:36Z

    Change version to 0.7.0-M2-incubating-foghorn

commit 8f7a31f3b1160a3fa3ffe582e5788678ecbdce78
Author: Dave <da...@foghorn-systems.com>
Date:   2015-03-09T07:31:41Z

    Fix version number

commit d88708a8ba5d4fd66931669d13a7ba4f517cc905
Author: Dave <da...@foghorn-systems.com>
Date:   2015-03-09T07:31:59Z

    Add initial foghorn skin

commit c74ba327b9f88e9f6c7199a59348ba5479585066
Author: Dave <da...@foghorn-systems.com>
Date:   2015-04-01T17:55:59Z

    Further skinning of the UI

commit 0d632724dd50a155813d7632fae364901d9ad2d6
Author: Dave <da...@foghorn-systems.com>
Date:   2015-04-01T17:57:14Z

    Add foghorn management api facade

commit 13cad22c20bb820b16777d3931aa0ffbc850c852
Author: Dave <da...@foghorn-systems.com>
Date:   2015-04-22T23:32:08Z

    Remove foghorn rest api - add hook for adding resources

commit 13681a531d11b2a511ff1067551acf8783abc38d
Author: Dave <da...@foghorn-systems.com>
Date:   2015-05-27T05:39:22Z

    Enable CORS for rest api

commit 096eca7e7aefeebd341e2be9ae0a9e9afe25d27d
Author: navin-foghorn <na...@foghorn-systems.com>
Date:   2015-06-18T23:21:53Z

    SPUT-85 brooklyn pom.xml updated to create new artifacts

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-brooklyn pull request: Jenkins

Posted by navin-foghorn <gi...@git.apache.org>.
Github user navin-foghorn closed the pull request at:

    https://github.com/apache/incubator-brooklyn/pull/698


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---