-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 5.0-alpha
- Loading branch information
Showing
224 changed files
with
4,734 additions
and
3,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### Expected behavior | ||
|
||
### Actual behavior | ||
|
||
### Steps to reproduce | ||
|
||
### System information | ||
* software version (git revision) of phoenicis and scripts repositories | ||
* used operating system | ||
* used Java version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/_site/ | ||
/Gemfile.lock |
Binary file added
BIN
+9.19 KB
docs/.sass-cache/0002de66b5ca522fb2af29d0f29231f0e66ffac4/_code.scssc
Binary file not shown.
Binary file added
BIN
+95.7 KB
docs/.sass-cache/0002de66b5ca522fb2af29d0f29231f0e66ffac4/_layout.scssc
Binary file not shown.
Binary file added
BIN
+5.87 KB
docs/.sass-cache/0002de66b5ca522fb2af29d0f29231f0e66ffac4/_mixins.scssc
Binary file not shown.
Binary file added
BIN
+50.7 KB
docs/.sass-cache/0002de66b5ca522fb2af29d0f29231f0e66ffac4/_normalize.scssc
Binary file not shown.
Binary file added
BIN
+48.2 KB
docs/.sass-cache/0002de66b5ca522fb2af29d0f29231f0e66ffac4/_pygments.scssc
Binary file not shown.
Binary file added
BIN
+4.16 KB
docs/.sass-cache/0002de66b5ca522fb2af29d0f29231f0e66ffac4/_tables.scssc
Binary file not shown.
Binary file added
BIN
+44.4 KB
docs/.sass-cache/0002de66b5ca522fb2af29d0f29231f0e66ffac4/_typography.scssc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Not Found | ||
permalink: /404.html | ||
sitemap: false | ||
--- | ||
|
||
This page doesn't exist! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
source "https://rubygems.org" | ||
source 'https://rubygems.org' | ||
|
||
gem "jekyll" | ||
gem "jekyll-remote-theme" | ||
gem 'jekyll', '3.7.2' | ||
|
||
gem "github-pages", group: :jekyll_plugins | ||
group :jekyll_plugins do | ||
gem 'jekyll-feed', '0.9.3' | ||
gem 'jekyll-seo-tag', '2.4.0' | ||
gem 'jekyll-sitemap', '1.2.0' | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
|
||
gem "html-proofer" | ||
gem "html-proofer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 CloudCannon | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,71 @@ | ||
title : Phoenicis Documentation | ||
name : phoenicis.org | ||
description : The documentation for Phoenicis. | ||
repository : PhoenicisOrg/phoenicis | ||
title: Phoenicis Documentation | ||
baseurl: | ||
google_analytics_key: | ||
show_full_navigation: true | ||
|
||
remote_theme : mmistakes/minimal-mistakes | ||
minimal_mistakes_skin : air | ||
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag) | ||
logo: /siteicon.png | ||
description: The documentation for Phoenicis. | ||
author: | ||
name: | ||
email: | ||
twitter: # twitter username without the @ symbol | ||
social: | ||
name: Phoenicis Documentation | ||
links: | ||
- https://github.com/PhoenicisOrg/phoenicis | ||
|
||
# ----- | ||
# Build | ||
|
||
timezone: Etc/UTC | ||
|
||
markdown : kramdown | ||
permalink : /:categories/:title/ | ||
permalink: pretty | ||
|
||
plugins: | ||
- jekyll-paginate | ||
- jekyll-sitemap | ||
- jekyll-gist | ||
- jekyll-seo-tag | ||
- jekyll-feed | ||
- jemoji | ||
- jekyll-remote-theme | ||
|
||
# mimic GitHub Pages with --safe | ||
whitelist: | ||
- jekyll-paginate | ||
- jekyll-sitemap | ||
- jekyll-gist | ||
- jekyll-feed | ||
- jemoji | ||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
- LICENCE | ||
|
||
include: | ||
- _pages | ||
collections: | ||
docs: | ||
title: Documentation | ||
permalink: /:path/ | ||
output: true | ||
|
||
encoding: "utf-8" | ||
markdown_ext: "markdown,mkdown,mkdn,mkd,md" | ||
|
||
defaults: | ||
# _pages | ||
- scope: | ||
path: "_pages" | ||
type: pages | ||
- | ||
scope: | ||
path: "" | ||
values: | ||
layout: single | ||
author_profile: false | ||
sidebar: | ||
nav: "docs" | ||
|
||
author: | ||
name: Phoenicis | ||
github: PhoenicisOrg | ||
layout: default | ||
- | ||
scope: | ||
path: "" | ||
type: "docs" | ||
values: | ||
seo: | ||
type: Article | ||
_comments: | ||
category: Group navigation links with this field | ||
order: Used to sort links in the navigation | ||
_options: | ||
content: | ||
width: 800 | ||
height: 2000 | ||
- | ||
scope: | ||
path: "" | ||
type: "posts" | ||
values: | ||
_comments: | ||
type: Marks the impact of this release | ||
|
||
# HTML Compression | ||
compress_html: | ||
clippings: all | ||
types: | ||
- minor | ||
- major |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
docs/_pages/maven-modules.md → docs/_docs/Developers/maven-modules.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: "Maven Modules" | ||
permalink: /maven-modules/ | ||
category: Developers | ||
order: 2 | ||
toc: true | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Release process" | ||
category: Developers | ||
order: 5 | ||
toc: false | ||
--- | ||
|
||
The following steps must be executed to release a new version of Phoenicis: | ||
* Create release branches (e.g. "5.0-alpha") for phoenicis and scripts | ||
* Protect release branch | ||
* Require pull request reviews before merging | ||
* Require status checks to pass before merging (Travis CI and Codacy) | ||
* on the release branch: | ||
* Add release branch to `branches` section of `.travis.yml` such that Travis CI executes checks for the branch | ||
* Specify scripts release branch in configuration (`application.repository.default.git.url`) | ||
* Set release version for Maven in `pom.xml` files | ||
* Set release version in .deb control files | ||
* [Test]({{ site.baseurl }}{% link _docs/Developers/test-plan.md %}) | ||
* Create GitHub release from the release branches for phoenicis and scripts | ||
* Announce release on phoenicis.org | ||
* Showcase new features | ||
* List major changes/fixed bugs |
Oops, something went wrong.