Module: Hubstats
- Defined in:
- lib/hubstats.rb,
lib/hubstats/config.rb,
lib/hubstats/engine.rb,
lib/hubstats/version.rb,
lib/hubstats/github_api.rb,
app/models/hubstats/repo.rb,
app/models/hubstats/team.rb,
app/models/hubstats/user.rb,
app/models/hubstats/label.rb,
app/models/hubstats/deploy.rb,
app/models/hubstats/comment.rb,
lib/hubstats/events_handler.rb,
app/models/hubstats/qa_signoff.rb,
app/models/hubstats/pull_request.rb,
app/helpers/hubstats/repos_helper.rb,
app/helpers/hubstats/users_helper.rb,
app/helpers/hubstats/events_helper.rb,
app/helpers/hubstats/metrics_helper.rb,
app/helpers/hubstats/application_helper.rb,
app/controllers/hubstats/base_controller.rb,
app/controllers/hubstats/repos_controller.rb,
app/controllers/hubstats/teams_controller.rb,
app/controllers/hubstats/users_controller.rb,
app/helpers/hubstats/pull_requests_helper.rb,
lib/generators/hubstats/install_generator.rb,
app/controllers/hubstats/events_controller.rb,
app/controllers/hubstats/deploys_controller.rb,
app/controllers/hubstats/application_controller.rb,
app/controllers/hubstats/qa_signoffs_controller.rb,
app/controllers/hubstats/pull_requests_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, EventsHelper, MetricsHelper, PullRequestsHelper, ReposHelper, UsersHelper Classes: ApplicationController, BaseController, Comment, Config, Deploy, DeploysController, Engine, EventsController, EventsHandler, GithubAPI, InstallGenerator, Label, PullRequest, PullRequestsController, QaSignoff, QaSignoffsController, Repo, ReposController, Team, TeamsController, User, UsersController
Constant Summary collapse
- VERSION =
"0.9.1"
Class Method Summary collapse
-
.config ⇒ Object
Public - Sets the config for the webhook to correctly receive and match the signatures.