CARVIEW |
Every repository with this icon (

Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install foca-integrity
Description: | Don't mind this, go to https://github.com/integrity/integrity edit |
Homepage: | https://integrityapp.com edit |
Public Clone URL: |
git://github.com/foca/integrity.git
Give this clone URL to anyone.
git clone git://github.com/foca/integrity.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:foca/integrity.git
|
tree 9a056360b45003e30485031e826bc42253682f1b
parent 90564a46ca93fdaec25e4d263b39460c69477fbd
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Mar 17 09:45:05 -0700 2009 | Ignore tmp/ [sr] |
![]() |
CHANGES | Mon Apr 06 08:52:20 -0700 2009 | 0.1.9.3 release [sr] |
![]() |
README.md | Sun Apr 05 17:51:40 -0700 2009 | Rename to README.md [sr] |
![]() |
Rakefile | Sun Apr 05 17:55:14 -0700 2009 | Rakefile clean-up [sr] |
![]() |
bin/ | Mon Jan 05 23:45:16 -0800 2009 | Why wasn't the installer executable? [foca] |
![]() |
config/ | Sat Mar 21 16:17:36 -0700 2009 | Heroku install template cosmetics [sr] |
![]() |
integrity.gemspec | Mon Apr 06 08:52:20 -0700 2009 | 0.1.9.3 release [sr] |
![]() |
lib/ | Sun Apr 05 08:08:30 -0700 2009 | Move notifier registering logic into one place [sr] |
![]() |
public/ | Sat Nov 08 17:00:01 -0800 2008 | Refactor the file structure to look more like a... [foca] |
![]() |
test/ | Sun Apr 05 17:38:18 -0700 2009 | Get rid of dead code [sr] |
![]() |
views/ | Sun Apr 05 08:08:29 -0700 2009 | Get rid of deprecation code, except on Notifier... [sr] |
Integrity
Integrity is your friendly automated Continuous Integration server.
- See our website for documentation and a live demo
- Report bugs and submit features request on our Lighthouse account
- Join us on #integrity for ideas, help, patches or something
- Get the code on GitHub
Try it!
$ git clone git://github.com/foca/integrity.git
$ rake launch
# Navigate to <https://0.0.0.0:4567>
Run the test suite
- Ensure you have
gems.github.com
in your gem sources:gem sources -a https://gems.github.com
- Install the runtime and development dependencies:
gem build integrity.gemspec && gem install *.gem --development
. - Run the test suite:
rake test
Thanks
Thanks to the fellowing people for their feedbacks, ideas and patches :
License
(The MIT License)
Copyright (c) 2008 Nicolás Sanguinetti, entp
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.