joker1007/octogate

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
LICENSE.txt
Procfile.sample
README.md
Rakefile
bin/octogate
octogate.gemspec
web/assets/bootstrap/css/bootstrap-theme.css
web/assets/bootstrap/css/bootstrap-theme.css.map
web/assets/bootstrap/css/bootstrap-theme.min.css
web/assets/bootstrap/css/bootstrap.css
web/assets/bootstrap/css/bootstrap.css.map
web/assets/bootstrap/css/bootstrap.min.css
web/assets/bootstrap/fonts/glyphicons-halflings-regular.eot
web/assets/bootstrap/fonts/glyphicons-halflings-regular.svg
web/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf
web/assets/bootstrap/fonts/glyphicons-halflings-regular.woff
web/views/received_events.haml
web/views/sent_events.haml
web/assets/bootstrap/js/bootstrap.js1,256
F
1 wk
web/assets/bootstrap/js/bootstrap.min.js1
web/assets/javascripts/jquery-1.11.0.min.js2
lib/octogate.rb40
lib/octogate/client.rb63
lib/octogate/config_loader.rb33
lib/octogate/configuration.rb11
lib/octogate/events.rb22
lib/octogate/events/base.rb22
lib/octogate/events/issue.rb10
lib/octogate/events/issue_comment.rb11
lib/octogate/events/pull_request.rb13
lib/octogate/events/pull_request_review_comment.rb10
lib/octogate/events/push.rb22
lib/octogate/gh.rb12
lib/octogate/gh/commit.rb10
lib/octogate/gh/issue.rb13
lib/octogate/gh/issue_comment.rb6
lib/octogate/gh/label.rb4
lib/octogate/gh/pull_request.rb8
lib/octogate/gh/repository.rb6
lib/octogate/gh/review_comment.rb6
lib/octogate/gh/user.rb4
lib/octogate/model.rb3
lib/octogate/sent_event.rb22
lib/octogate/server.rb48
A
40 mins
lib/octogate/target.rb10
lib/octogate/target_builder.rb52