[GitHub] sling pull request: Pull Request for Eclipse Independent Resource ...

2016-03-19 Thread schaefa
GitHub user schaefa opened a pull request:

https://github.com/apache/sling/pull/130

Pull Request for Eclipse Independent Resource Change Command Factory

This pull request provides the New Resource Change Command Factory, its 
support class and some test classes copied from eclipse-test module. It also 
contains a fix for the RAT plugin to exclude IntelliJ module files (.iml).

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

$ git pull https://github.com/headwirecom/sling trunk

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

https://github.com/apache/sling/pull/130.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 #130


commit dfdd8990270e355cf0130815ad5c702232888447
Author: Andreas Schaefer 
Date:   2016-03-15T00:11:53Z

Merge remote-tracking branch 'upstream/trunk' into trunk

commit 6224be4bb05e6348da0f9fc584e1869f7d2416ed
Author: Andreas Schaefer 
Date:   2016-03-15T16:51:05Z

Merge remote-tracking branch 'upstream/trunk' into trunk

commit 69fb47a67b80a67bf5cad52fc49ee52998fb2deb
Author: Andreas Schaefer 
Date:   2016-03-15T18:19:46Z

Merge remote-tracking branch 'upstream/trunk' into trunk

commit c99ad2c9a89d141f6071ad1db6ca7a9f8b4279b3
Author: Andreas Schaefer 
Date:   2016-03-16T21:46:56Z

Merge remote-tracking branch 'upstream/trunk' into trunk

commit 5b1bf0f11b7f2c3ee18cc5907279a97f0deb4a40
Author: Andreas Schaefer 
Date:   2016-03-17T05:01:45Z

Merge my 1.0.10 fork into the trunk.

This includes the Eclipse Inpendent Resource Change Command Factory, its 
test classes and a fix to the RAT plugin to exclude IntelliJ module files 
(.iml).

Signed-off-by: Andreas Schaefer 




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] sling pull request #130: Pull Request for Eclipse Independent Resource Chang...

2017-03-31 Thread schaefa
Github user schaefa closed the pull request at:

https://github.com/apache/sling/pull/130


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] sling pull request #236: Feature/slingbucks2

2017-05-30 Thread schaefa
GitHub user schaefa opened a pull request:

https://github.com/apache/sling/pull/236

Feature/slingbucks2

Rewrite of the Slingbucks sample with HTL, service user and JCR Content 
Package using the new WCMIO Content Package Plugin (1.5.0).

For the time being the WCMIO Content Package must be download from 
https://github.com/wcm-io/wcm-io-tooling/releases/tag/wcmio-content-package-maven-plugin-1.5.0
 and installed locally until the plugin is available on Maven Central.

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

$ git pull https://github.com/headwirecom/sling feature/slingbucks2

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

https://github.com/apache/sling/pull/236.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 #236


commit ef73791a2ae67c52f1e0b3fd4fa47e7ac4c64ada
Author: Andreas Schaefer 
Date:   2017-04-01T18:28:01Z

Added Slingbuck 2 Sample

Slingbucks 2 is a rewrite of Slingbucks using HTL / Sling Model instead of 
ESP and a JCR Content Package instead of a Bundle Content for easier IDE 
Tooling.
It also has the apps and content folder named differntly to make it easier 
for the readers to know when we are refereing to /apps and when to /content.

Signed-off-by: Andreas Schaefer 

commit 7355c86c69780958429496af10afe5672af9e339
Author: Andreas Schaefer 
Date:   2017-04-07T22:57:57Z

Fixed an issue with the instlalation of the Core and added the System User 
for the Session

Signed-off-by: Andreas Schaefer 

commit a2b3233b52cf26e19519758e7cea73edbbe69b9d
Author: Andreas Schaefer 
Date:   2017-04-24T18:16:02Z

Adjusted the Slingbucks2 Sample to work without any Adobe Maven Plugins

Signed-off-by: Andreas Schaefer 

commit 7211873a3ab537297939a45296affb4dc51c12a9
Author: Andreas Schaefer 
Date:   2017-05-10T23:09:38Z

Updated the Slingbucks 2 Sample to use WCMIO content packager and removed 
Adobe repo and plugins

Signed-off-by: Andreas Schaefer 

commit 0d82374571521dceec16771e88d90ce8aafd6ca4
Author: Andreas Schaefer 
Date:   2017-05-30T16:44:49Z

Updated to WCMIO Content Package Plugin 1.5.0

Signed-off-by: Andreas Schaefer 

commit c82cb571d2c6c622d24cfc9f49ea3bf051075da8
Author: Andreas Schaefer 
Date:   2017-05-30T16:45:40Z

Merge branch 'trunk' into feature/slingbucks2




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] sling pull request #237: Feature/sling project archetypes

2017-05-30 Thread schaefa
GitHub user schaefa opened a pull request:

https://github.com/apache/sling/pull/237

Feature/sling project archetypes

Created two archetypes with a service core and a content package ui.apps. 
The 'project' is deployed through the ui.apps module whereas the 'project-all' 
is using a wrapper content package which contains the core and ui.apps.

Both archetypes come with shadow folders both for the core and ui.apps with 
example code. The code is generated in a way that it can be easily copied over 
to the active module but if not needed it can be deleted w/o any side effects.

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

$ git pull https://github.com/headwirecom/sling 
feature/sling-project-archetypes

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

https://github.com/apache/sling/pull/237.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 #237


commit 8247f6cb2a809eb9777848d4e6fce9588333b2f9
Author: Andreas Schaefer 
Date:   2017-04-05T15:44:26Z

Added Sling Maven Project (core / ui.apps) and All Project (core / ui.apps 
/ all) Archetypes

Signed-off-by: Andreas Schaefer 

commit d90da240f7fe695485c8e82d9c2cdd8a4381eaa3
Author: Andreas Schaefer 
Date:   2017-05-01T17:11:46Z

Adjusted the Maven Bundle Plugin version and enforced Maven 3.1.0

Signed-off-by: Andreas Schaefer 

commit 9be68e91820ae28159072b80b18dc2ddc671e42b
Author: Andreas Schaefer 
Date:   2017-05-01T17:59:46Z

Extracted all Plugin Versions and updated to the latest

Signed-off-by: Andreas Schaefer 

commit a43e4867ace1ed28ae1854df47bc09710d2f50f4
Author: Andreas Schaefer 
Date:   2017-05-11T00:30:45Z

Migrated our Archetypes to using the WCMIO maven plugins and remove Adobe 
Repo and Plugins

Signed-off-by: Andreas Schaefer 

commit bc6847ef5927a4d0f535c1979ff721c6091778d5
Author: Andreas Schaefer 
Date:   2017-05-30T18:15:46Z

Merge branch 'trunk' into feature/sling-project-archetypes

commit 044a2fca6bd13d41efafceba541e1cb5dade710b
Author: Andreas Schaefer 
Date:   2017-05-30T18:20:14Z

Upgraded to official WCMIO release, added the integration script and 
updated the Readme files

Signed-off-by: Andreas Schaefer 




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---