This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This squashes all previous commits in anticipation of open sourcing this repository.
- Loading branch information
0 parents
commit 77386d4
Showing
233 changed files
with
10,695 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,13 @@ | ||
/.bundle | ||
/cookbook/.kitchen | ||
/config/database.yml | ||
/config/secrets.yml | ||
/coverage | ||
/doc | ||
/ldap/slapd-test.conf | ||
/ldap/openldap-data | ||
/log/*.log | ||
/public/assets | ||
/public/favicon.ico | ||
/tmp | ||
/.yardoc |
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 @@ | ||
--color | ||
--require spec_helper |
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 @@ | ||
github-connector |
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 @@ | ||
ruby-2.1.4 |
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 @@ | ||
--markup=markdown |
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,6 @@ | ||
GitHub Connector CHANGELOG | ||
========================== | ||
|
||
v0.1.0 | ||
------ | ||
- Initial open source release |
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,47 @@ | ||
source 'https://rubygems.org' | ||
|
||
# TODO: Upgrade to rails 4.2.0 when it is released and get rid | ||
# of these beta/git gem definitions: | ||
gem 'rails', '~> 4.2.0.beta4' | ||
gem 'sass-rails', '~> 5.0.0.beta' | ||
|
||
gem 'autoprefixer-rails' | ||
gem 'bootstrap-sass' | ||
gem 'coffee-rails', '~> 4.0.0' | ||
gem 'compass-rails' | ||
gem 'daemons' | ||
gem 'delayed_job_active_record' | ||
gem 'devise', '>= 3.4.0' | ||
# We can switch to upstream when version > 0.8.1 is released | ||
# see: https://github.com/cschiewek/devise_ldap_authenticatable/pull/172 | ||
# https://github.com/cschiewek/devise_ldap_authenticatable/pull/171 | ||
# https://github.com/cschiewek/devise_ldap_authenticatable/pull/170 | ||
gem 'devise_ldap_authenticatable', git: 'git://github.com/blt04/devise_ldap_authenticatable.git', branch: 'patches' | ||
gem 'friendly_id' | ||
gem 'font-awesome-rails' | ||
gem 'jquery-rails' | ||
gem 'oauth2' | ||
gem 'octokit', '> 3.3.1' | ||
gem 'pg' | ||
gem 'puma' | ||
gem 'sanitize' | ||
gem 'state_machine' | ||
gem 'turbolinks' | ||
gem 'uglifier', '>= 1.3.0' | ||
|
||
group :development do | ||
gem 'foreman' | ||
gem 'spring' | ||
gem 'therubyracer' | ||
gem 'yard' | ||
end | ||
|
||
group :development, :test do | ||
gem 'database_cleaner' | ||
gem 'rspec-rails' | ||
end | ||
|
||
group :test do | ||
gem 'simplecov', :require => false | ||
gem 'factory_girl_rails' | ||
end |
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,280 @@ | ||
GIT | ||
remote: git://github.com/blt04/devise_ldap_authenticatable.git | ||
revision: 76db2d04b5d11e5f01b8bb83da9eca83f0ef6fad | ||
branch: patches | ||
specs: | ||
devise_ldap_authenticatable (0.8.3) | ||
devise (>= 3.0) | ||
net-ldap (>= 0.3.1, < 0.6.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (4.2.0.beta4) | ||
actionpack (= 4.2.0.beta4) | ||
actionview (= 4.2.0.beta4) | ||
activejob (= 4.2.0.beta4) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 1.0, >= 1.0.4) | ||
actionpack (4.2.0.beta4) | ||
actionview (= 4.2.0.beta4) | ||
activesupport (= 4.2.0.beta4) | ||
rack (~> 1.6.0.beta) | ||
rack-test (~> 0.6.2) | ||
rails-dom-testing (~> 1.0, >= 1.0.4) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.1) | ||
actionview (4.2.0.beta4) | ||
activesupport (= 4.2.0.beta4) | ||
builder (~> 3.1) | ||
erubis (~> 2.7.0) | ||
rails-dom-testing (~> 1.0, >= 1.0.4) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.1) | ||
activejob (4.2.0.beta4) | ||
activesupport (= 4.2.0.beta4) | ||
globalid (>= 0.3.0) | ||
activemodel (4.2.0.beta4) | ||
activesupport (= 4.2.0.beta4) | ||
builder (~> 3.1) | ||
activerecord (4.2.0.beta4) | ||
activemodel (= 4.2.0.beta4) | ||
activesupport (= 4.2.0.beta4) | ||
arel (>= 6.0.0.beta2, < 6.1) | ||
activesupport (4.2.0.beta4) | ||
i18n (>= 0.7.0.beta1, < 0.8) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.1) | ||
tzinfo (~> 1.1) | ||
addressable (2.3.6) | ||
arel (6.0.0.beta2) | ||
autoprefixer-rails (3.1.2.20141016) | ||
execjs | ||
bcrypt (3.1.9) | ||
bootstrap-sass (3.3.0.1) | ||
sass (~> 3.2) | ||
builder (3.2.2) | ||
chunky_png (1.3.3) | ||
coffee-rails (4.0.1) | ||
coffee-script (>= 2.2.0) | ||
railties (>= 4.0.0, < 5.0) | ||
coffee-script (2.3.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.8.0) | ||
compass (1.0.1) | ||
chunky_png (~> 1.2) | ||
compass-core (~> 1.0.1) | ||
compass-import-once (~> 1.0.5) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
sass (>= 3.3.13, < 3.5) | ||
compass-core (1.0.1) | ||
multi_json (~> 1.0) | ||
sass (>= 3.3.0, < 3.5) | ||
compass-import-once (1.0.5) | ||
sass (>= 3.2, < 3.5) | ||
compass-rails (2.0.1) | ||
compass (~> 1.0.0) | ||
crass (0.2.1) | ||
daemons (1.1.9) | ||
database_cleaner (1.3.0) | ||
delayed_job (4.0.4) | ||
activesupport (>= 3.0, < 4.2) | ||
delayed_job_active_record (4.0.2) | ||
activerecord (>= 3.0, < 4.2) | ||
delayed_job (>= 3.0, < 4.1) | ||
devise (3.4.1) | ||
bcrypt (~> 3.0) | ||
orm_adapter (~> 0.1) | ||
railties (>= 3.2.6, < 5) | ||
responders | ||
thread_safe (~> 0.1) | ||
warden (~> 1.2.3) | ||
diff-lcs (1.2.5) | ||
docile (1.1.5) | ||
dotenv (0.11.1) | ||
dotenv-deployment (~> 0.0.2) | ||
dotenv-deployment (0.0.2) | ||
erubis (2.7.0) | ||
execjs (2.2.2) | ||
factory_girl (4.5.0) | ||
activesupport (>= 3.0.0) | ||
factory_girl_rails (4.5.0) | ||
factory_girl (~> 4.5.0) | ||
railties (>= 3.0.0) | ||
faraday (0.9.0) | ||
multipart-post (>= 1.2, < 3) | ||
ffi (1.9.6) | ||
font-awesome-rails (4.2.0.0) | ||
railties (>= 3.2, < 5.0) | ||
foreman (0.75.0) | ||
dotenv (~> 0.11.1) | ||
thor (~> 0.19.1) | ||
friendly_id (5.0.4) | ||
activerecord (>= 4.0.0) | ||
globalid (0.3.0) | ||
activesupport (>= 4.1.0) | ||
hike (1.2.3) | ||
i18n (0.7.0.beta1) | ||
jquery-rails (3.1.2) | ||
railties (>= 3.0, < 5.0) | ||
thor (>= 0.14, < 2.0) | ||
json (1.8.1) | ||
jwt (1.0.0) | ||
libv8 (3.16.14.7) | ||
loofah (2.0.1) | ||
nokogiri (>= 1.5.9) | ||
mail (2.6.1) | ||
mime-types (>= 1.16, < 3) | ||
mime-types (2.4.3) | ||
mini_portile (0.6.0) | ||
minitest (5.4.2) | ||
multi_json (1.10.1) | ||
multi_xml (0.5.5) | ||
multipart-post (2.0.0) | ||
net-ldap (0.5.1) | ||
nokogiri (1.6.3.1) | ||
mini_portile (= 0.6.0) | ||
nokogumbo (1.1.12) | ||
nokogiri | ||
oauth2 (1.0.0) | ||
faraday (>= 0.8, < 0.10) | ||
jwt (~> 1.0) | ||
multi_json (~> 1.3) | ||
multi_xml (~> 0.5) | ||
rack (~> 1.2) | ||
octokit (3.5.2) | ||
sawyer (~> 0.5.3) | ||
orm_adapter (0.5.0) | ||
pg (0.17.1) | ||
puma (2.9.2) | ||
rack (>= 1.1, < 2.0) | ||
rack (1.6.0.beta) | ||
rack-test (0.6.2) | ||
rack (>= 1.0) | ||
rails (4.2.0.beta4) | ||
actionmailer (= 4.2.0.beta4) | ||
actionpack (= 4.2.0.beta4) | ||
actionview (= 4.2.0.beta4) | ||
activejob (= 4.2.0.beta4) | ||
activemodel (= 4.2.0.beta4) | ||
activerecord (= 4.2.0.beta4) | ||
activesupport (= 4.2.0.beta4) | ||
bundler (>= 1.3.0, < 2.0) | ||
railties (= 4.2.0.beta4) | ||
sprockets-rails (~> 3.0.0.beta1) | ||
rails-deprecated_sanitizer (1.0.3) | ||
activesupport (>= 4.2.0.alpha) | ||
rails-dom-testing (1.0.4) | ||
activesupport (>= 4.2.0.beta, < 5.0) | ||
nokogiri (~> 1.6.0) | ||
rails-deprecated_sanitizer (>= 1.0.1) | ||
rails-html-sanitizer (1.0.1) | ||
loofah (~> 2.0) | ||
railties (4.2.0.beta4) | ||
actionpack (= 4.2.0.beta4) | ||
activesupport (= 4.2.0.beta4) | ||
rake (>= 0.8.7) | ||
thor (>= 0.18.1, < 2.0) | ||
rake (10.3.2) | ||
rb-fsevent (0.9.4) | ||
rb-inotify (0.9.5) | ||
ffi (>= 0.5.0) | ||
ref (1.0.5) | ||
responders (2.0.1) | ||
railties (>= 4.2.0.alpha, < 5) | ||
rspec-core (3.1.7) | ||
rspec-support (~> 3.1.0) | ||
rspec-expectations (3.1.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.1.0) | ||
rspec-mocks (3.1.3) | ||
rspec-support (~> 3.1.0) | ||
rspec-rails (3.1.0) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
railties (>= 3.0) | ||
rspec-core (~> 3.1.0) | ||
rspec-expectations (~> 3.1.0) | ||
rspec-mocks (~> 3.1.0) | ||
rspec-support (~> 3.1.0) | ||
rspec-support (3.1.2) | ||
sanitize (3.0.3) | ||
crass (~> 0.2.0) | ||
nokogiri (>= 1.4.4) | ||
nokogumbo (= 1.1.12) | ||
sass (3.4.7) | ||
sass-rails (5.0.0.beta1) | ||
railties (>= 4.0.0, < 5.0) | ||
sass (~> 3.2) | ||
sprockets (~> 2.12) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
sawyer (0.5.5) | ||
addressable (~> 2.3.5) | ||
faraday (~> 0.8, < 0.10) | ||
simplecov (0.9.1) | ||
docile (~> 1.1.0) | ||
multi_json (~> 1.0) | ||
simplecov-html (~> 0.8.0) | ||
simplecov-html (0.8.0) | ||
spring (1.1.3) | ||
sprockets (2.12.3) | ||
hike (~> 1.2) | ||
multi_json (~> 1.0) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sprockets-rails (3.0.0.beta1) | ||
actionpack (>= 4.0) | ||
activesupport (>= 4.0) | ||
sprockets (~> 2.8) | ||
state_machine (1.2.0) | ||
therubyracer (0.12.1) | ||
libv8 (~> 3.16.14.0) | ||
ref | ||
thor (0.19.1) | ||
thread_safe (0.3.4) | ||
tilt (1.4.1) | ||
turbolinks (2.5.1) | ||
coffee-rails | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
uglifier (2.5.3) | ||
execjs (>= 0.3.0) | ||
json (>= 1.8.0) | ||
warden (1.2.3) | ||
rack (>= 1.0) | ||
yard (0.8.7.6) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
autoprefixer-rails | ||
bootstrap-sass | ||
coffee-rails (~> 4.0.0) | ||
compass-rails | ||
daemons | ||
database_cleaner | ||
delayed_job_active_record | ||
devise (>= 3.4.0) | ||
devise_ldap_authenticatable! | ||
factory_girl_rails | ||
font-awesome-rails | ||
foreman | ||
friendly_id | ||
jquery-rails | ||
oauth2 | ||
octokit (> 3.3.1) | ||
pg | ||
puma | ||
rails (~> 4.2.0.beta4) | ||
rspec-rails | ||
sanitize | ||
sass-rails (~> 5.0.0.beta) | ||
simplecov | ||
spring | ||
state_machine | ||
therubyracer | ||
turbolinks | ||
uglifier (>= 1.3.0) | ||
yard |
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 Rapid7, Inc. | ||
|
||
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,3 @@ | ||
web: bundle exec rails s -p $PORT | ||
ldap: ldap/run-server | ||
worker: rake jobs:work |
Oops, something went wrong.