-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,230 changed files
with
10,161 additions
and
4,062 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,2 @@ | ||
Contributors to this repository agree to be bound by the [Code of Conduct](https://liri.io/community/code-of-conduct/) | ||
as made available on our web site. |
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,39 @@ | ||
Your issue may already be reported! | ||
Please search on the [issue track](../) before creating one. | ||
|
||
## Expected Behavior | ||
|
||
Tell us what should happen. | ||
|
||
## Current Behavior | ||
|
||
Tell us what happens instead of the expected behavior. | ||
|
||
## Possible Solution | ||
|
||
Not obligatory, but suggest a fix/reason for the bug, | ||
or ideas on how to implement the addition or change. | ||
|
||
## Steps to Reproduce (for bugs only) | ||
|
||
Provide a link to a live example, or an unambiguous set of steps to | ||
reproduce this bug. Include code to reproduce, if relevant. | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Context | ||
|
||
How has this issue affected you? What are you trying to accomplish? | ||
Providing context helps us come up with a solution that is most useful in the real world. | ||
|
||
## Environment | ||
|
||
Include as many relevant details about the environment you experienced the bug in. | ||
|
||
* Version used: | ||
* Operating system and version: | ||
* Device (phone, tablet, laptop, desktop, ...): | ||
* CPU, RAM, screen resolution: |
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,23 @@ | ||
### Pull Request check-list | ||
|
||
_Please make sure to review and check all of these items:_ | ||
|
||
- [ ] Does the code keep building with this change? | ||
- [ ] Do the unit tests pass with this change? | ||
- [ ] Is the commit message formatted according to CONTRIBUTING.MD? | ||
- [ ] If this change fixes a bug (or a performance problem), is a regression | ||
test (or a benchmark) included? | ||
- [ ] Is a documentation update included (if this change modifies | ||
existing APIs, or introduces new ones) | ||
|
||
_NOTE: these things are not required to open a PR and can be done | ||
afterwards / while the PR is open._ | ||
|
||
### Affected core subsystem(s) | ||
|
||
Please provide affected core subsystem(s). | ||
|
||
### Description of change | ||
|
||
Please provide a description of the change here. | ||
Add a screenshot or a screencast if necessary. |
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 |
---|---|---|
|
@@ -2,3 +2,6 @@ Pier Luigi Fiorini <[email protected]> <[email protected] | |
Pier Luigi Fiorini <[email protected]> <[email protected]> | ||
Pier Luigi Fiorini <[email protected]> <[email protected]> | ||
Magnus Groß <[email protected]> <[email protected]> | ||
Lukas Oberhoeller <[email protected]> <[email protected]> | ||
Lukas Oberhoeller <[email protected]> <[email protected]> | ||
Rajesh Kumar Mallah <[email protected]> <[email protected]> |
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 |
---|---|---|
|
@@ -2,40 +2,46 @@ | |
# | ||
# This file is part of Liri. | ||
# | ||
# Copyright (C) 2017 Pier Luigi Fiorini <[email protected]> | ||
# | ||
# $BEGIN_LICENSE:BSD$ | ||
# | ||
# You may use this file under the terms of the BSD license as follows: | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions are met: | ||
# * Redistributions of source code must retain the above copyright | ||
# notice, this list of conditions and the following disclaimer. | ||
# * Redistributions in binary form must reproduce the above copyright | ||
# notice, this list of conditions and the following disclaimer in the | ||
# documentation and/or other materials provided with the distribution. | ||
# * Neither the name of the Hawaii Project nor the | ||
# names of its contributors may be used to endorse or promote products | ||
# derived from this software without specific prior written permission. | ||
# | ||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
# DISCLAIMED. IN NO EVENT SHALL Pier Luigi Fiorini BE LIABLE FOR ANY | ||
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
# Copyright (C) 2018 Pier Luigi Fiorini <[email protected]> | ||
# | ||
# $BEGIN_LICENSE:MIT$ | ||
# | ||
# 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. | ||
# | ||
# $END_LICENSE$ | ||
# | ||
|
||
# Deployment procedure as seen in https://oncletom.io/2016/travis-ssh-deploy/ | ||
|
||
filename=$1 | ||
|
||
if [ -z "$filename" ]; then | ||
echo "Usage: $0 [filename]" | ||
exit 1 | ||
fi | ||
|
||
destfilename=$(basename $filename) | ||
|
||
ssh-keyscan $DEPLOY_HOST 2>&1 | tee -a $HOME/.ssh/known_hosts | ||
openssl aes-256-cbc -K $encrypted_a841ddf051d0_key -iv $encrypted_a841ddf051d0_iv -in .travis/github_deploy_key_fluid.enc -out /tmp/github_deploy_key_fluid -d | ||
openssl aes-256-cbc -K $encrypted_a841ddf051d0_key -iv $encrypted_a841ddf051d0_iv -in .travis/github_deploy_key_liri_ci.enc -out /tmp/github_deploy_key_liri_ci -d | ||
chmod 600 /tmp/github_deploy_key_liri_ci | ||
eval "$(ssh-agent -s)" | ||
chmod 600 /tmp/github_deploy_key_fluid | ||
ssh-add /tmp/github_deploy_key_fluid | ||
rsync -crvz --rsh="ssh" --delete-after --delete-excluded build/default/fluid-doc.*/qdoc_html/ $DEPLOY_USER@$DEPLOY_HOST:$TRAVIS_BRANCH | ||
ssh-add /tmp/github_deploy_key_liri_ci | ||
rsync -crvz --rsh="ssh" --delete-after --delete-excluded build/default/fluid-online-doc.*/qdoc_html/ $DEPLOY_USER@$DEPLOY_HOST:$TRAVIS_BRANCH | ||
scp $filename $DEPLOY_USER@$DEPLOY_HOST:$TRAVIS_BRANCH/$destfilename |
Binary file not shown.
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 |
---|---|---|
@@ -1,29 +1,15 @@ | ||
Fluid | ||
===== | ||
|
||
# Maintainers | ||
# Core Developers | ||
|
||
* Pier Luigi Fiorini <[email protected]> | ||
* Pier Luigi Fiorini | ||
|
||
This is the list of contributors to this code base. | ||
# Contributors | ||
|
||
Names are sorted by number of commits at the time of this writing. | ||
Commit data has been generated with: | ||
You can see the list of contributors to this code base, | ||
and the number of their commits with: | ||
|
||
```sh | ||
git shortlog -s -e -n | ||
``` | ||
|
||
Commit counts have been removed, since they change pretty frequently. | ||
|
||
Remember to update this file before any release is made, also make sure | ||
a .mailmap file is maintained if committer names and email addresses | ||
change over time. | ||
|
||
* Pier Luigi Fiorini <[email protected]> | ||
* Michael Spencer <[email protected]> | ||
* Rajesh Kumar Mallah <[email protected]> | ||
* Magnus Groß <[email protected]> | ||
* oKcerG <[email protected]> | ||
* SushiTee <[email protected]> | ||
* Tim Süberkrüb <[email protected]> |
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
Oops, something went wrong.