forked from kalabox/kalabox-app-pantheon
-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 98bdf76
Showing
24 changed files
with
3,180 additions
and
0 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,21 @@ | ||
# EditorConfig helps developers define and maintain consistent | ||
# coding styles between different editors and IDEs | ||
# editorconfig.org | ||
|
||
root = true | ||
|
||
|
||
[*] | ||
|
||
# Change these settings to your own preference | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
# We recommend you to keep these unchanged | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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 @@ | ||
.*.swp | ||
._* | ||
.git | ||
.hg | ||
.lock-wscript | ||
.svn | ||
.wafpickle-* | ||
CVS | ||
npm-debug.log | ||
.DS_Store | ||
.idea/ | ||
*.log | ||
cache | ||
coverage | ||
doc | ||
deploy | ||
node_modules | ||
cids | ||
.boot2docker | ||
built | ||
*.tar | ||
*.id_rsa | ||
string |
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,3 @@ | ||
{ | ||
"preset": "google" | ||
} |
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,31 @@ | ||
{ | ||
"node": true, | ||
"browser": true, | ||
"validthis": true, | ||
"esnext": true, | ||
"bitwise": true, | ||
"camelcase": true, | ||
"curly": true, | ||
"eqeqeq": true, | ||
"immed": true, | ||
"indent": 2, | ||
"latedef": true, | ||
"newcap": true, | ||
"noarg": true, | ||
"quotmark": "single", | ||
"regexp": true, | ||
"undef": true, | ||
"unused": false, | ||
"strict": true, | ||
"trailing": true, | ||
"smarttabs": true, | ||
"loopfunc": true, | ||
"globals": { | ||
"describe": false, | ||
"it": false, | ||
"before": false, | ||
"beforeEach": false, | ||
"afterEach": false, | ||
"Promise": 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,40 @@ | ||
language: node_js | ||
node_js: | ||
- '0.12' | ||
- '0.11' | ||
- '0.10' | ||
before_install: | ||
- cp ci/travis-ci.sh $HOME/ | ||
- chmod +x $HOME/travis-ci.sh | ||
- cp ci/npm-config.sh $HOME/ | ||
- chmod +x $HOME/npm-config.sh | ||
- "$HOME/travis-ci.sh before-install" | ||
before_script: | ||
- "$HOME/travis-ci.sh before-script" | ||
script: | ||
- "$HOME/travis-ci.sh script" | ||
after_script: | ||
- "$HOME/travis-ci.sh after-script" | ||
after_success: | ||
- "$HOME/travis-ci.sh after-success" | ||
before_deploy: | ||
- "$HOME/travis-ci.sh before-deploy" | ||
- cd built | ||
after_deploy: | ||
- "$HOME/travis-ci.sh after-deploy" | ||
cache: | ||
directories: | ||
- node_modules | ||
notifications: | ||
irc: | ||
- chat.freenode.net#kalabox | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
on_success: always | ||
env: | ||
global: | ||
- secure: pcx7coHM0C7pV1rDayw/ZedRZDY1mewvAMdnF4HTd2n53N3ns0Xr0u2gMiTzQcR7vncXUOzr69olJ8W7sJxVNNEh36NMKwkq8bTWor6tsJ/62gNgBy49zwsVSyjQxcPrHmAeT/0eierkNYoTdmcF06CWgI+bpKPh9qiduPsDoWE= | ||
- secure: mmcNZ0aWuthzX2GbIZeceBVfFXbWbzvRCbHmyOChxukwCA8/RwZybhYSmivZeXgU4k0zGGAJY/bhI4gB9/pmfed3Kgmj5PthtT2Wnh1k9pBlC2HXjc+kjMlAYUa8VVHeODyj+tDiJ4o35DFiB+4pC3IZPHtNRa/PXsDToOLduaw= | ||
- secure: XRBTSJ4k/bXWOHcnA8c47SziwVgGvEbV2Wa5SOsyv8USsVYzlNBHvc23KEqajT/dtuI0Wzw0PtFVR7OBZpGmaByNtWAsq5dqMUnu4ktEiOMx93Jya/IHRtRscPSkjkUFDz0biiD/bcEFJK26gnaLWgL7d+lwGCHmo05ODafc+zc= |
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,103 @@ | ||
``` | ||
Kalabox would like to thank the following people/organizations for their generous | ||
contributions: | ||
Pantheon Systems, Inc. | ||
Computers and Structures, Inc. | ||
Kanopi Studios | ||
Four Kitchens | ||
Jonathan Anderson, UX Magazine | ||
James Pirog & Eckie Bug Pirog | ||
Matthew Michael Lippold Cheney | ||
Project Ricochet | ||
Karthi | ||
Nate Haug | ||
Therefore Interactive | ||
CrossCheck | ||
Sebastian van Gils | ||
Victor Kane | ||
5ive Marketing | ||
Richard R. Leighton Jr. | ||
Aristomenis Capogeannis | ||
frogrock | ||
Mrs. Lillian Pirog | ||
Jordan Crucchiola | ||
Ariel Gold | ||
Alec Reynolds | ||
Don Koller | ||
Crowd Communications Group, LLC | ||
Duran Goodyear | http://alphex.com | ||
Paul LaJeunesse, iONLINE | ||
Benjamin Melançon | ||
ERROR | ||
Matthew Alan Young | ||
Robert Ristroph | ||
Kevin Bridges | ||
Jason Bell | ||
Carson Black | ||
Andy Kucharski | ||
Aimee Degnan, Powered by Drupal | ||
Molly Duggan Associates, LLC - Erik Cochran | ||
DougVann | ||
John Brisbin | ||
Dwight Odelius | ||
Glen Cantrell | ||
Benj Fredrick | ||
Danita Bowman (DSquaredB) | ||
Enjoy Creativity (Drupal for churches & ministries) | ||
NewGov Foundation | ||
Scott Massey | ||
Steve Oliver | ||
Benjamin Chodoroff | ||
timani | ||
Shane Thomas | ||
Sage Tree Solutions | ||
Brian MacKinney | ||
Tom Kraft | ||
Kris Brandow | ||
Bob Kepford - TheWeeklyDrop.com | ||
Hook 42, Inc. Evangelizing the use of Drupal to the world. | ||
Darb | ||
Matthew Grill | ||
Chris Weber | ||
Cary Gordon | ||
Crispin Bailey | ||
Jon Nunan | ||
George Hazlewood | ||
Joaquin Bravo Contreras | ||
molly byrnes | ||
Mike Hill | ||
Michael Adams | ||
Steve Hutchison | ||
Jon Peck | ||
Blackout Schwarzenbecker | ||
Anna ML Valero | ||
KBELL | ||
Ben Sheldon | ||
Andrew Gordon | ||
Paul Tutty | ||
Doug Henderson | ||
Josh Koenig | ||
John P. Weiksnar | ||
Albert C. Martin | ||
Andre Angelantoni | ||
Paul Fitzpatrick | ||
Kristen Pol | ||
Natalie Patrice Tucker | ||
Joseph R. Prostko | ||
BuildAModule | ||
Gregg Marshall | ||
Ben and Tran | ||
Mike Milano | ||
Scott Wilkinson | ||
Douglas C. Hoffman | ||
Diane Bryan of The Adi Da Foundation | ||
Jim McGee | ||
Gary Caseman | ||
David Lanier | ||
Shane Yakely | ||
``` |
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,81 @@ | ||
'use strict'; | ||
|
||
module.exports = function(grunt) { | ||
|
||
//-------------------------------------------------------------------------- | ||
// SETUP CONFIG | ||
//-------------------------------------------------------------------------- | ||
|
||
// setup task config | ||
var config = { | ||
|
||
// Arrays of relevant code classified by type | ||
files: { | ||
js: { | ||
src: [ | ||
'*.js', | ||
'lib/*.js', | ||
'provider/*.js' | ||
] | ||
} | ||
}, | ||
|
||
// This handles automatic version bumping in travis | ||
bump: { | ||
options: { | ||
files: ['package.json'], | ||
updateConfigs: [], | ||
commit: true, | ||
commitMessage: 'Release v%VERSION%', | ||
commitFiles: ['package.json', 'bower.json'], | ||
createTag: true, | ||
tagName: 'v%VERSION%', | ||
tagMessage: 'Version %VERSION%', | ||
push: false | ||
} | ||
}, | ||
|
||
// Some linting and code standards | ||
jshint: { | ||
options: { | ||
jshintrc: '.jshintrc', | ||
reporter: require('jshint-stylish') | ||
}, | ||
all: ['Gruntfile.js', '<%= files.js.src %>'] | ||
}, | ||
jscs: { | ||
src: ['Gruntfile.js', '<%= files.js.src %>'], | ||
options: { | ||
config: '.jscsrc' | ||
} | ||
} | ||
|
||
}; | ||
|
||
//-------------------------------------------------------------------------- | ||
// LOAD TASKS | ||
//-------------------------------------------------------------------------- | ||
|
||
// load task config | ||
grunt.initConfig(config); | ||
|
||
// load external tasks | ||
//grunt.loadTasks('tasks'); | ||
|
||
// load grunt-* tasks from package.json dependencies | ||
require('matchdep').filterAll('grunt-*').forEach(grunt.loadNpmTasks); | ||
|
||
//-------------------------------------------------------------------------- | ||
// SETUP WORKFLOWS | ||
//-------------------------------------------------------------------------- | ||
|
||
grunt.registerTask('bump-patch', [ | ||
'bump-only:patch' | ||
]); | ||
|
||
grunt.registerTask('test', [ | ||
'jshint', | ||
'jscs' | ||
]); | ||
|
||
}; |
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) 2014 Kalamuna and friends. | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Kalabox Pantheon App | ||
|
||
|
||
## Other Resources | ||
|
||
* [API docs](http://api.kalabox.me/) | ||
* [Test coverage reports](http://coverage.kalabox.me/) | ||
* [Kalabox CI dash](http://ci.kalabox.me/) | ||
* [Mountain climbing advice](https://www.youtube.com/watch?v=tkBVDh7my9Q) | ||
* [Boot2Docker](https://github.com/boot2docker/boot2docker) | ||
* [Syncthing](https://github.com/syncthing/syncthing) | ||
* [Docker](https://github.com/docker/docker) | ||
|
||
------------------------------------------------------------------------------------- | ||
(C) 2015 Kalamuna and friends | ||
|
||
|
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 @@ | ||
<?php | ||
/** | ||
* This file is automatically updated by kalabox-plugin-drush. | ||
*/ | ||
$aliases['dev'] = array( | ||
'uri' => 'localhost', | ||
'root' => '/code', | ||
'databases' => | ||
array ( | ||
'default' => | ||
array ( | ||
'default' => | ||
array ( | ||
'driver' => 'mysql', | ||
'username' => 'kalabox', | ||
'password' => '', | ||
'port' => 3306, | ||
'host' => 'drupal.kbox', | ||
'database' => 'kalabox', | ||
), | ||
), | ||
), | ||
); |
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 @@ | ||
CREATE DATABASE kalabox; | ||
GRANT ALL PRIVILEGES ON *.* TO kalabox@'%'; |
Oops, something went wrong.