GitHub Commit Application
Allows committing content of wiki pages to a GitHub repository |
Type | XAR |
Category | |
Developed by | |
Active Installs | 10 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
The GitHub App allows to detect changes to XWiki pages commited in GitHub and to commit XWiki pages to GitHub directly (there's no local clone done) as well as update pages from GitHub. As a nice bonus GitHubApp can generate your maven pom for your XWiki XAR module.
Some screenshots below:
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.
You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:
- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
- You'll also need to install all dependent Extensions that are not already installed in your wiki
Version 1.3 installs through Extension Manager. Version 1.2.1 and before can be installed manually.
Release Notes
v1.3.2
- Fix an exception in a debug function when accessing an existing project
v1.3.1
- Naming changes
v1.3
Latest version of GitHubApp which supports installation through extension manager.
This version supports also formatting of the XML files compatible with the maven xar plugin.
v1.2.1
New version of the GitHub App which reduces bandwidth to github for large repositories by only downloading the spaces or pages listed
Supports better comparaison of XML files even if formatting is different (when generated by mvn xar:format for instance)
Added GitHub Descriptor
Added Translations object for automatic discovery
Supports saving GitHub Descriptor and removing user/pass objects from descriptors before committing
Supports committing only a specific list of files
Fix but with UTF encoding
For installation the httpclient libraries are not needed anymore. Only the gson and eclipse libraries are needed in WEB-INF/lib
Available as a XAR file and through manual install of the attached jars.
v1.1
New version of the GitHub App with support for newly created repositories and also for wiki pages stored in a subdirectory of the respository.
With this version the "src/main/resources" maven repository is hardcoded in the Application. You should leave the repository path empty unless you have an additional subdirectory in front of src/main/resources
Available as a XAR file and through manual install of the attached jars.
v1.0
First version. Available as a XAR file and through manual install of the attached jars.
Dependencies
Dependencies for this extension (org.xwiki.contrib:application-github-app 1.3.2):
- org.eclipse.mylyn.github:org.eclipse.egit.github.core 2.1.5