SYMBOL INDEX (726 symbols across 143 files) FILE: app/assets/javascripts/application.js function timeToSeconds (line 195) | function timeToSeconds(time) { FILE: app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: app/controllers/branches_controller.rb class BranchesController (line 1) | class BranchesController < ApplicationController method index (line 11) | def index method show (line 17) | def show method request_new_build (line 43) | def request_new_build method health (line 66) | def health method build_time_history (line 100) | def build_time_history method status_report (line 114) | def status_report method badge (line 118) | def badge method load_repository (line 133) | def load_repository method load_repository_and_branch (line 138) | def load_repository_and_branch method initialize_stats_variables (line 145) | def initialize_stats_variables method load_build_stats (line 158) | def load_build_stats FILE: app/controllers/build_artifacts_controller.rb class BuildArtifactsController (line 1) | class BuildArtifactsController < ApplicationController method create (line 3) | def create method show (line 18) | def show FILE: app/controllers/build_attempts_controller.rb class BuildAttemptsController (line 4) | class BuildAttemptsController < ApplicationController method start (line 6) | def start method finish (line 23) | def finish method show (line 42) | def show method stream_logs (line 52) | def stream_logs method stream_logs_chunk (line 70) | def stream_logs_chunk FILE: app/controllers/build_parts_controller.rb class BuildPartsController (line 1) | class BuildPartsController < ApplicationController method show (line 16) | def show method rebuild (line 25) | def rebuild method modified_time (line 35) | def modified_time method refresh_build_part_info (line 43) | def refresh_build_part_info method load_repository_build_and_part (line 64) | def load_repository_build_and_part FILE: app/controllers/builds_controller.rb class BuildsController (line 3) | class BuildsController < ApplicationController method show (line 23) | def show method create (line 44) | def create method retry_partitioning (line 76) | def retry_partitioning method rebuild_failed_parts (line 88) | def rebuild_failed_parts method abort (line 102) | def abort method toggle_merge_on_success (line 108) | def toggle_merge_on_success method build_status (line 114) | def build_status method modified_time (line 124) | def modified_time method resend_status (line 134) | def resend_status method refresh_build_part_info (line 140) | def refresh_build_part_info method build_redirect (line 162) | def build_redirect method build_ref_redirect (line 167) | def build_ref_redirect method load_repository (line 175) | def load_repository method format_build_parts_position (line 182) | def format_build_parts_position FILE: app/controllers/concerns/build_attempts_queue_position.rb type BuildAttemptsQueuePosition (line 1) | module BuildAttemptsQueuePosition function calculate_build_attempts_position (line 6) | def calculate_build_attempts_position(build_attempts, queue, keep_rank... function calculate_build_parts_position (line 17) | def calculate_build_parts_position(build) FILE: app/controllers/dashboards_controller.rb class DashboardsController (line 1) | class DashboardsController < ApplicationController method build_history_by_worker (line 3) | def build_history_by_worker FILE: app/controllers/pull_requests_controller.rb class PullRequestsController (line 3) | class PullRequestsController < ApplicationController method build (line 4) | def build method handle_stash_request (line 15) | def handle_stash_request(payload) method handle_github_request (line 29) | def handle_github_request(payload) method get_repo (line 46) | def get_repo(url) method handle_repo_push_request (line 50) | def handle_repo_push_request(branch_name, sha) method handle_pull_request (line 59) | def handle_pull_request(branch_name, sha) method get_branch_name (line 69) | def get_branch_name(ref) method fetch_branch (line 73) | def fetch_branch(name, auto_create = false) method active_pull_request? (line 77) | def active_pull_request?(action) FILE: app/controllers/repositories_controller.rb class RepositoriesController (line 1) | class RepositoriesController < ApplicationController method create (line 3) | def create method new (line 21) | def new method destroy (line 27) | def destroy method update (line 34) | def update method edit (line 46) | def edit method index (line 53) | def index method dashboard (line 57) | def dashboard method build_ref (line 68) | def build_ref method ensure_build (line 98) | def ensure_build(repository, branch_name, sha) method repository_params (line 109) | def repository_params method update_convergence_branches (line 121) | def update_convergence_branches FILE: app/controllers/status_controller.rb class StatusController (line 1) | class StatusController < ApplicationController method available (line 3) | def available FILE: app/decorators/branch_decorator.rb class BranchDecorator (line 3) | class BranchDecorator < Draper::Decorator method most_recent_build_state (line 6) | def most_recent_build_state method last_build_duration (line 10) | def last_build_duration method build_time_history (line 15) | def build_time_history(fuzzy_limit = 1000) FILE: app/decorators/build_part_decorator.rb class BuildPartDecorator (line 1) | class BuildPartDecorator < Draper::Decorator method most_recent_stdout_artifact (line 4) | def most_recent_stdout_artifact FILE: app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper function duration_strftime (line 2) | def duration_strftime(duration_in_seconds, format = "%H:%M:%S") function time_for (line 8) | def time_for(time, format = "%H:%M") function build_success_in_words (line 12) | def build_success_in_words(build) function build_activity (line 23) | def build_activity(build) function link_to_commit (line 34) | def link_to_commit(repo, commit_sha) function link_to_branch (line 38) | def link_to_branch(build) function show_link_to_commit (line 44) | def show_link_to_commit(repo, commit_sha) function show_link_to_compare (line 48) | def show_link_to_compare(build, first_commit_hash, second_commit_hash) function show_link_to_create_pull_request (line 58) | def show_link_to_create_pull_request(build) function timeago (line 62) | def timeago(time, options = {}) FILE: app/helpers/build_helper.rb type BuildHelper (line 1) | module BuildHelper function build_metadata_headers (line 2) | def build_metadata_headers(build, display_ruby_version) function build_metadata_values (line 14) | def build_metadata_values(build, build_part, display_ruby_version) function format_paths (line 21) | def format_paths(build_part) function multiple_ruby_versions? (line 38) | def multiple_ruby_versions?(build) function is_a_build_with_one_part? (line 42) | def is_a_build_with_one_part?(build) function eligible_for_merge_on_success? (line 46) | def eligible_for_merge_on_success?(build) FILE: app/helpers/mail_helper.rb type MailHelper (line 1) | module MailHelper function failed_build_part_sentence (line 2) | def failed_build_part_sentence(build_part) function failed_build_paths (line 11) | def failed_build_paths(build_part) FILE: app/helpers/project_stats_helper.rb type ProjectStatsHelper (line 1) | module ProjectStatsHelper function pass_rate_css_class (line 2) | def pass_rate_css_class(rate) function rebuild_count_css_class (line 10) | def rebuild_count_css_class(attempts) function eventual_pass_rate (line 19) | def eventual_pass_rate(builds) function error_free_pass_rate (line 25) | def error_free_pass_rate(builds) function pass_rate_text (line 33) | def pass_rate_text(number) function average_number_of_rebuilds (line 40) | def average_number_of_rebuilds(builds) function median_elapsed_time (line 52) | def median_elapsed_time(builds) function seconds_to_minutes (line 64) | def seconds_to_minutes(seconds) FILE: app/jobs/build_attempt_job.rb class BuildAttemptJob (line 5) | class BuildAttemptJob < JobBase class WrongBuildAttemptJobClassError (line 6) | class WrongBuildAttemptJobClassError < StandardError; end method initialize (line 8) | def initialize(build_options) method perform (line 12) | def perform FILE: app/jobs/build_initiated_by_job.rb class BuildInitiatedByJob (line 4) | class BuildInitiatedByJob < JobBase method initialize (line 12) | def initialize(build_id) method perform (line 16) | def perform FILE: app/jobs/build_partitioning_job.rb class BuildPartitioningJob (line 5) | class BuildPartitioningJob < JobBase method initialize (line 13) | def initialize(build_id) method perform (line 17) | def perform method on_exception (line 33) | def on_exception(e) FILE: app/jobs/build_state_update_job.rb class BuildStateUpdateJob (line 6) | class BuildStateUpdateJob < JobBase method initialize (line 9) | def initialize(build_id) method perform (line 13) | def perform FILE: app/jobs/enforce_timeouts_job.rb class EnforceTimeoutsJob (line 5) | class EnforceTimeoutsJob method perform (line 6) | def self.perform FILE: app/jobs/job_base.rb class JobBase (line 1) | class JobBase method enqueue (line 3) | def enqueue(*args) method enqueue_on (line 7) | def enqueue_on(build_queue, *args) method perform (line 14) | def perform(*args) method on_exception (line 26) | def on_exception(e) FILE: app/jobs/poll_repositories_job.rb class PollRepositoriesJob (line 1) | class PollRepositoriesJob method perform (line 2) | def self.perform FILE: app/jobs/timeout_stuck_builds_job.rb class TimeoutStuckBuildsJob (line 1) | class TimeoutStuckBuildsJob < JobBase method perform (line 4) | def self.perform method clean_runnable_not_queued (line 9) | def self.clean_runnable_not_queued method clean_lost_builds (line 24) | def self.clean_lost_builds FILE: app/mailers/build_mailer.rb class BuildMailer (line 1) | class BuildMailer < ActionMailer::Base method pull_request_link (line 8) | def pull_request_link(build) method error_email (line 26) | def error_email(build_attempt, error_text = nil) method build_break_email (line 35) | def build_break_email(build) method build_success_email (line 65) | def build_success_email(build) FILE: app/mailers/merge_mailer.rb class MergeMailer (line 1) | class MergeMailer < ActionMailer::Base method merge_successful (line 6) | def merge_successful(build, merge_commit, emails, stdout_and_stderr) method merge_failed (line 16) | def merge_failed(build, emails, stdout_and_stderr) FILE: app/models/branch.rb class Branch (line 1) | class Branch < ActiveRecord::Base method to_param (line 7) | def to_param method kickoff_new_build_unless_currently_busy (line 11) | def kickoff_new_build_unless_currently_busy(ref) method abort_in_progress_builds_behind_build (line 20) | def abort_in_progress_builds_behind_build(current_build) method most_recent_build (line 26) | def most_recent_build method last_completed_build (line 30) | def last_completed_build method timing_data_for_recent_builds (line 36) | def timing_data_for_recent_builds(fuzzy_limit = 1000) method build_time_history_sql (line 44) | def build_time_history_sql(min_build_id) FILE: app/models/build.rb class Build (line 6) | class Build < ActiveRecord::Base method not_passed_and_last_attempt_in_state (line 11) | def not_passed_and_last_attempt_in_state(*state) method passed (line 24) | def passed method failed (line 28) | def failed method failed_or_errored (line 32) | def failed_or_errored method failed_errored_or_aborted (line 36) | def failed_errored_or_aborted method errored (line 40) | def errored method all_passed_on_first_try? (line 44) | def all_passed_on_first_try? method test_command (line 71) | def test_command method on_success_script (line 80) | def on_success_script method previous_build (line 84) | def previous_build method previous_successful_build (line 88) | def previous_successful_build method enqueue_partitioning_job (line 92) | def enqueue_partitioning_job method kochiku_yml (line 96) | def kochiku_yml method partition (line 109) | def partition(parts) method update_state_from_parts! (line 125) | def update_state_from_parts! method update_commit_status! (line 149) | def update_commit_status! method finished_at (line 156) | def finished_at method elapsed_time (line 160) | def elapsed_time method linear_time (line 166) | def linear_time method retry_count (line 172) | def retry_count method max_retries (line 178) | def max_retries method longest_build_part (line 184) | def longest_build_part method idle_time (line 188) | def idle_time method succeeded? (line 192) | def succeeded? method failed? (line 196) | def failed? method already_failed? (line 201) | def already_failed? method aborted? (line 205) | def aborted? method promotable? (line 209) | def promotable? method mergable_by_kochiku? (line 213) | def mergable_by_kochiku? method merge_on_success_enabled? (line 217) | def merge_on_success_enabled? method newer_branch_build_exists? (line 221) | def newer_branch_build_exists? method merge_to_master! (line 226) | def merge_to_master! method promote! (line 230) | def promote! method completed? (line 237) | def completed? method abort! (line 244) | def abort! method to_color (line 253) | def to_color method to_png (line 264) | def to_png method send_build_status_email! (line 275) | def send_build_status_email! method is_running? (line 297) | def is_running? method as_json (line 301) | def as_json(options = {}) method enqueue_initiated_by (line 309) | def enqueue_initiated_by method status_png (line 313) | def status_png(r, g, b) FILE: app/models/build_artifact.rb class BuildArtifact (line 3) | class BuildArtifact < ActiveRecord::Base method as_json (line 12) | def as_json FILE: app/models/build_attempt.rb class BuildAttempt (line 1) | class BuildAttempt < ActiveRecord::Base method elapsed_time (line 15) | def elapsed_time method start! (line 23) | def start!(builder) method finish! (line 42) | def finish!(state) method unsuccessful? (line 70) | def unsuccessful? method successful? (line 74) | def successful? method aborted? (line 78) | def aborted? method running? (line 82) | def running? method stopped? (line 86) | def stopped? method errored? (line 90) | def errored? method should_reattempt? (line 94) | def should_reattempt? method error_txt (line 98) | def error_txt method files (line 103) | def files FILE: app/models/build_part.rb class BuildPart (line 1) | class BuildPart < ActiveRecord::Base method last_attempt (line 10) | def last_attempt method create_and_enqueue_new_build_attempt! (line 14) | def create_and_enqueue_new_build_attempt! method job_args (line 27) | def job_args(build_attempt) method status (line 45) | def status method successful? (line 53) | def successful? method unsuccessful? (line 57) | def unsuccessful? method running? (line 61) | def running? method not_finished? (line 65) | def not_finished? method to_color (line 69) | def to_color method started_at (line 80) | def started_at method finished_at (line 84) | def finished_at method elapsed_time (line 88) | def elapsed_time method as_json (line 96) | def as_json(options = {}) method should_reattempt? (line 100) | def should_reattempt? FILE: app/models/repository.rb class Repository (line 6) | class Repository < ActiveRecord::Base method lookup_by_url (line 21) | def self.lookup_by_url(url) method lookup (line 32) | def self.lookup(host:, namespace:, name:) method url= (line 43) | def url=(value) method remote_server (line 56) | def remote_server method promotion_refs (line 62) | def promotion_refs method interested_github_events (line 66) | def interested_github_events method scm_type (line 72) | def scm_type method build_for_commit (line 81) | def build_for_commit(sha) method ensure_build_exists (line 92) | def ensure_build_exists(sha, branch) method name_with_namespace (line 100) | def name_with_namespace method validate_url_against_remote_servers (line 107) | def validate_url_against_remote_servers FILE: app/models/repository_observer.rb class RepositoryObserver (line 1) | class RepositoryObserver < ActiveRecord::Observer method after_save (line 4) | def after_save(record) method setup_hook? (line 8) | def setup_hook? FILE: app/uploaders/base_log_file_uploader.rb class BaseLogFileUploader (line 1) | class BaseLogFileUploader < CarrierWave::Uploader::Base method cache_dir (line 4) | def cache_dir FILE: app/uploaders/log_file_uploader.rb class LogFileUploader (line 3) | class LogFileUploader < BaseLogFileUploader method store_dir (line 4) | def store_dir FILE: app/uploaders/on_success_uploader.rb class OnSuccessUploader (line 3) | class OnSuccessUploader < BaseLogFileUploader method store_dir (line 4) | def store_dir FILE: config/application.rb type Kochiku (line 9) | module Kochiku class Application (line 10) | class Application < Rails::Application FILE: db/migrate/20110621212000_create_schema.rb class CreateSchema (line 1) | class CreateSchema < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 38) | def self.down FILE: db/migrate/20110624003418_change_artifact_type_to_name.rb class ChangeArtifactTypeToName (line 1) | class ChangeArtifactTypeToName < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 6) | def self.down FILE: db/migrate/20110624015709_rename_build_part_result_result_to_state.rb class RenameBuildPartResultResultToState (line 1) | class RenameBuildPartResultResultToState < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 6) | def self.down FILE: db/migrate/20110708203120_change_build_artifacts_for_carrier_wave.rb class ChangeBuildArtifactsForCarrierWave (line 1) | class ChangeBuildArtifactsForCarrierWave < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 7) | def self.down FILE: db/migrate/20110713175724_rename_build_part_result_to_build_part_run.rb class RenameBuildPartResultToBuildPartRun (line 1) | class RenameBuildPartResultToBuildPartRun < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 7) | def self.down FILE: db/migrate/20110713191536_add_foreign_key_indexes.rb class AddForeignKeyIndexes (line 1) | class AddForeignKeyIndexes < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 8) | def self.down FILE: db/migrate/20110719204508_create_projects.rb class CreateProjects (line 1) | class CreateProjects < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 12) | def self.down FILE: db/migrate/20110719205413_add_project_id_to_builds.rb class AddProjectIdToBuilds (line 1) | class AddProjectIdToBuilds < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 7) | def self.down FILE: db/migrate/20110721185201_rename_builds_sha_to_ref.rb class RenameBuildsShaToRef (line 1) | class RenameBuildsShaToRef < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 6) | def self.down FILE: db/migrate/20110801215540_rename_error_state_to_errored.rb class RenameErrorStateToErrored (line 1) | class RenameErrorStateToErrored < ActiveRecord::Migration[5.0] method up (line 2) | def self.up method down (line 7) | def self.down FILE: db/migrate/20120803005242_add_merge_bool_to_build.rb class AddMergeBoolToBuild (line 1) | class AddMergeBoolToBuild < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20120817225343_add_branch_to_build.rb class AddBranchToBuild (line 1) | class AddBranchToBuild < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121008211955_create_repositories.rb class CreateRepositories (line 1) | class CreateRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121017173936_add_github_repository_id_to_repository.rb class AddGithubRepositoryIdToRepository (line 1) | class AddGithubRepositoryIdToRepository < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121017182543_fix_repository_schema.rb class FixRepositorySchema (line 1) | class FixRepositorySchema < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121017184946_remove_options_from_repository.rb class RemoveOptionsFromRepository (line 1) | class RemoveOptionsFromRepository < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121017222538_add_target_name_to_builds.rb class AddTargetNameToBuilds (line 1) | class AddTargetNameToBuilds < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121017224003_add_command_flag_to_repositories.rb class AddCommandFlagToRepositories (line 1) | class AddCommandFlagToRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121018182435_add_options_to_build_part.rb class AddOptionsToBuildPart (line 1) | class AddOptionsToBuildPart < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121024005715_add_send_build_failure_email_to_repository.rb class AddSendBuildFailureEmailToRepository (line 1) | class AddSendBuildFailureEmailToRepository < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121024164929_record_build_failure_email_sent.rb class RecordBuildFailureEmailSent (line 1) | class RecordBuildFailureEmailSent < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121024210129_add_success_script_to_repositories.rb class AddSuccessScriptToRepositories (line 1) | class AddSuccessScriptToRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121024212949_add_on_success_log_file_to_build.rb class AddOnSuccessLogFileToBuild (line 1) | class AddOnSuccessLogFileToBuild < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121030213442_add_queue_to_repository.rb class AddQueueToRepository (line 1) | class AddQueueToRepository < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20121101220831_add_timeout_to_repository.rb class AddTimeoutToRepository (line 1) | class AddTimeoutToRepository < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130226232844_add_index_to_build_ref.rb class AddIndexToBuildRef (line 1) | class AddIndexToBuildRef < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130409144945_add_on_success_note_to_repositories.rb class AddOnSuccessNoteToRepositories (line 1) | class AddOnSuccessNoteToRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130511012855_add_deployable_map_to_build.rb class AddDeployableMapToBuild (line 1) | class AddDeployableMapToBuild < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130626183046_add_maven_modules_to_build.rb class AddMavenModulesToBuild (line 1) | class AddMavenModulesToBuild < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130627194433_add_index_to_build_part_paths.rb class AddIndexToBuildPartPaths (line 1) | class AddIndexToBuildPartPaths < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130709123456_add_upload_artifacts_to_build_parts.rb class AddUploadArtifactsToBuildParts (line 1) | class AddUploadArtifactsToBuildParts < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130822191419_add_queue_to_build_part.rb class AddQueueToBuildPart (line 1) | class AddQueueToBuildPart < ActiveRecord::Migration[5.0] method up (line 2) | def up method down (line 11) | def down FILE: db/migrate/20130822231850_remove_upload_artifacts_from_build_parts.rb class RemoveUploadArtifactsFromBuildParts (line 1) | class RemoveUploadArtifactsFromBuildParts < ActiveRecord::Migration[5.0] method up (line 2) | def up method down (line 6) | def down FILE: db/migrate/20130823210844_add_retry_count_to_build_part.rb class AddRetryCountToBuildPart (line 1) | class AddRetryCountToBuildPart < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20130823231854_remove_java_specific_stuff.rb class RemoveJavaSpecificStuff (line 1) | class RemoveJavaSpecificStuff < ActiveRecord::Migration[5.1] method up (line 2) | def up method down (line 7) | def down FILE: db/migrate/20130823234546_remove_queue_override_from_repositories.rb class RemoveQueueOverrideFromRepositories (line 1) | class RemoveQueueOverrideFromRepositories < ActiveRecord::Migration[5.0] method up (line 2) | def up method down (line 6) | def down FILE: db/migrate/20130910190203_add_repository_name_as_column.rb class AddRepositoryNameAsColumn (line 1) | class AddRepositoryNameAsColumn < ActiveRecord::Migration[5.0] class Repository (line 11) | class Repository < ActiveRecord::Base method project_params (line 14) | def project_params(url) method old_style_repository_name (line 35) | def old_style_repository_name(url) method up (line 39) | def up method down (line 64) | def down FILE: db/migrate/20131217022000_add_error_text_to_build.rb class AddErrorTextToBuild (line 1) | class AddErrorTextToBuild < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20140123234208_add_allows_kochiku_merges_to_repository.rb class AddAllowsKochikuMergesToRepository (line 1) | class AddAllowsKochikuMergesToRepository < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20140128180258_rename_auto_merge_on_build.rb class RenameAutoMergeOnBuild (line 1) | class RenameAutoMergeOnBuild < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20140415001051_remove_use_branches_on_green_from_repositories.rb class RemoveUseBranchesOnGreenFromRepositories (line 1) | class RemoveUseBranchesOnGreenFromRepositories < ActiveRecord::Migration... method change (line 2) | def change FILE: db/migrate/20140415011144_remove_command_flag_from_repositories.rb class RemoveCommandFlagFromRepositories (line 1) | class RemoveCommandFlagFromRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20140506012721_unique_index_on_builds_ref.rb class UniqueIndexOnBuildsRef (line 1) | class UniqueIndexOnBuildsRef < ActiveRecord::Migration[5.0] method up (line 2) | def up method down (line 11) | def down FILE: db/migrate/20140507184819_add_host_and_namespace_to_repositories.rb class AddHostAndNamespaceToRepositories (line 1) | class AddHostAndNamespaceToRepositories < ActiveRecord::Migration[5.0] method up (line 2) | def up method down (line 21) | def down FILE: db/migrate/20140617214701_add_success_email.rb class AddSuccessEmail (line 1) | class AddSuccessEmail < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20140715225910_remove_notes.rb class RemoveNotes (line 1) | class RemoveNotes < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20141031234747_add_email_first_failure_to_repositories.rb class AddEmailFirstFailureToRepositories (line 1) | class AddEmailFirstFailureToRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20150324001246_remove_on_success_script_from_repositories.rb class RemoveOnSuccessScriptFromRepositories (line 1) | class RemoveOnSuccessScriptFromRepositories < ActiveRecord::Migration[5.0] method up (line 2) | def up method down (line 24) | def down FILE: db/migrate/20150331160909_add_send_merge_successful_email.rb class AddSendMergeSuccessfulEmail (line 1) | class AddSendMergeSuccessfulEmail < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20150714234635_add_log_port_to_build_attempt.rb class AddLogPortToBuildAttempt (line 1) | class AddLogPortToBuildAttempt < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20150717214656_create_branches.rb class CreateBranches (line 1) | class CreateBranches < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20150717220149_assign_builds_to_branches.rb class AssignBuildsToBranches (line 3) | class AssignBuildsToBranches < ActiveRecord::Migration[5.0] method up (line 4) | def up method down (line 31) | def down FILE: db/migrate/20150717231250_remove_branch_string_from_builds.rb class RemoveBranchStringFromBuilds (line 1) | class RemoveBranchStringFromBuilds < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20150719130110_index_repositories_namespace_and_name.rb class IndexRepositoriesNamespaceAndName (line 1) | class IndexRepositoriesNamespaceAndName < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20151111080255_remove_repo_cache_dir_from_repositories.rb class RemoveRepoCacheDirFromRepositories (line 1) | class RemoveRepoCacheDirFromRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20151114185514_fix_convergence_index.rb class FixConvergenceIndex (line 3) | class FixConvergenceIndex < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: db/migrate/20160408214135_index_created_at_on_build_attempts.rb class IndexCreatedAtOnBuildAttempts (line 1) | class IndexCreatedAtOnBuildAttempts < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20170804214538_add_enabled_bool_to_repositories.rb class AddEnabledBoolToRepositories (line 1) | class AddEnabledBoolToRepositories < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20180208202524_add_test_command_to_builds.rb class AddTestCommandToBuilds (line 1) | class AddTestCommandToBuilds < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20180220185338_add_assume_lost_after_to_repository.rb class AddAssumeLostAfterToRepository (line 1) | class AddAssumeLostAfterToRepository < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20180227222254_add_initiated_by_to_builds.rb class AddInitiatedByToBuilds (line 1) | class AddInitiatedByToBuilds < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20180301221320_add_instance_type_to_build_attempts.rb class AddInstanceTypeToBuildAttempts (line 1) | class AddInstanceTypeToBuildAttempts < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20180619210823_add_kochiku_yml_config_to_builds.rb class AddKochikuYmlConfigToBuilds (line 1) | class AddKochikuYmlConfigToBuilds < ActiveRecord::Migration[5.1] method change (line 2) | def change FILE: db/seeds.rb function artifact_directory (line 32) | def artifact_directory function write_the_sample_stdout_log_file (line 36) | def write_the_sample_stdout_log_file function sample_stdout_log_file (line 45) | def sample_stdout_log_file function create_build_artifact (line 49) | def create_build_artifact(attempt) function create_build_part (line 56) | def create_build_part(build, kind, paths, build_attempt_state) function create_build (line 78) | def create_build(branch, test_types, build_attempt_state: 'passed') function populate_builds_for (line 100) | def populate_builds_for(branch, repo_info) FILE: lib/build_strategies/no_op_build_strategy.rb class BuildStrategy (line 1) | class BuildStrategy method promote_build (line 3) | def promote_build(build) method merge_ref (line 6) | def merge_ref(ref) method run_success_script (line 9) | def run_success_script(build) FILE: lib/build_strategies/production_build_strategy.rb class BuildStrategy (line 3) | class BuildStrategy method promote_build (line 16) | def promote_build(build) method run_success_script (line 26) | def run_success_script(build) method merge_ref (line 39) | def merge_ref(build) method update_branch (line 58) | def update_branch(branch_name, ref_to_promote) method on_success_command (line 62) | def on_success_command(build) FILE: lib/fileless_io.rb class FilelessIO (line 2) | class FilelessIO < StringIO FILE: lib/git_blame.rb class GitBlame (line 4) | class GitBlame method emails_since_last_green (line 6) | def emails_since_last_green(build) method emails_in_branch (line 10) | def emails_in_branch(build) method last_email_in_branch (line 14) | def last_email_in_branch(build) method changes_since_last_green (line 18) | def changes_since_last_green(build) method changes_in_branch (line 26) | def changes_in_branch(build) method files_changed_since_last_build (line 34) | def files_changed_since_last_build(build, fetch_emails: false, sync: t... method files_changed_since_last_green (line 41) | def files_changed_since_last_green(build, fetch_emails: false) method files_changed_in_branch (line 49) | def files_changed_in_branch(build, fetch_emails: false, sync: true) method net_files_changed_in_branch (line 59) | def net_files_changed_in_branch(build, sync: true) method email_from_git_email (line 73) | def email_from_git_email(email) method git_names_and_emails_since_last_green (line 83) | def git_names_and_emails_since_last_green(build) method git_names_and_emails_in_branch (line 89) | def git_names_and_emails_in_branch(build) method last_git_name_and_email_in_branch (line 99) | def last_git_name_and_email_in_branch(build) method lookup_git_names_and_emails (line 105) | def lookup_git_names_and_emails(git_names_and_emails) method parse_git_changes (line 112) | def parse_git_changes(output) method parse_git_files_changes (line 120) | def parse_git_files_changes(output, fetch_emails: false) method parse_git_changes_by_name_status (line 140) | def parse_git_changes_by_name_status(output) FILE: lib/git_merge_executor.rb class GitMergeExecutor (line 3) | class GitMergeExecutor class GitFetchFailedError (line 4) | class GitFetchFailedError < StandardError; end class GitMergeFailedError (line 5) | class GitMergeFailedError < StandardError; end class GitPushFailedError (line 6) | class GitPushFailedError < StandardError; end method initialize (line 8) | def initialize(build) method merge_and_push (line 18) | def merge_and_push method delete_branch (line 40) | def delete_branch method git_fetch_and_reset (line 56) | def git_fetch_and_reset method merge_to_master (line 63) | def merge_to_master method push_to_remote (line 76) | def push_to_remote method raise_and_log (line 86) | def raise_and_log(error_class, error_info, command_output) method merge_env (line 92) | def merge_env FILE: lib/git_repo.rb class GitRepo (line 4) | class GitRepo class RefNotFoundError (line 5) | class RefNotFoundError < StandardError; end method inside_copy (line 10) | def inside_copy(repository, sha) method inside_repo (line 28) | def inside_repo(repository, sync: true) method load_kochiku_yml (line 38) | def load_kochiku_yml(repository, ref) method included_in_promotion_ref? (line 46) | def included_in_promotion_ref?(build_ref, promotion_ref) method branch_exist? (line 55) | def branch_exist?(branch) method read_repo_config (line 69) | def read_repo_config(ref) method cached_repo_for (line 79) | def cached_repo_for(repository) method harmonize_remote_url (line 93) | def harmonize_remote_url(cached_repo_path, expected_url) method synchronize_cache_repo (line 104) | def synchronize_cache_repo(cached_repo_path) method clone_bare_repo (line 111) | def clone_bare_repo(repo, cached_repo_path) method synchronize_with_remote (line 119) | def synchronize_with_remote(name) FILE: lib/github_commit_status.rb class GithubCommitStatus (line 3) | class GithubCommitStatus method initialize (line 4) | def initialize(build, oauth_token) method update_commit_status! (line 11) | def update_commit_status! method mark_as (line 23) | def mark_as(state, description) FILE: lib/github_post_receive_hook.rb class GithubPostReceiveHook (line 4) | class GithubPostReceiveHook method initialize (line 7) | def initialize(repository, oauth_token) method subscribe! (line 17) | def subscribe! method update_repository_hook! (line 27) | def update_repository_hook! method synchronize_or_create! (line 39) | def synchronize_or_create! method create_hook (line 57) | def create_hook FILE: lib/github_request.rb class GithubRequest (line 4) | class GithubRequest class ResponseError (line 5) | class ResponseError < RuntimeError method get (line 9) | def self.get(url, oauth_token) method post (line 17) | def self.post(url, data, oauth_token) method patch (line 27) | def self.patch(url, data, oauth_token) method make_request (line 37) | def self.make_request(uri, request_object) FILE: lib/partitioner.rb type Partitioner (line 6) | module Partitioner function for_build (line 7) | def self.for_build(build) FILE: lib/partitioner/base.rb type Partitioner (line 1) | module Partitioner class Base (line 2) | class Base method initialize (line 3) | def initialize(build, kochiku_yml) method partitions (line 8) | def partitions method emails_for_commits_causing_failures (line 19) | def emails_for_commits_causing_failures method partitioner_type (line 23) | def partitioner_type FILE: lib/partitioner/default.rb type Partitioner (line 3) | module Partitioner class Default (line 5) | class Default < Base method partitions (line 6) | def partitions method max_build_time (line 19) | def max_build_time method build_partitions (line 30) | def build_partitions method build_targets (line 40) | def build_targets(ruby_version = nil) method get_file_parts_for (line 52) | def get_file_parts_for(subset) method partitions_for (line 76) | def partitions_for(subset) method time_greedy_partitions_for (line 99) | def time_greedy_partitions_for(file_to_times_hash, all_files, workers) method load_manifest (line 127) | def load_manifest(file_name) type Strategies (line 131) | module Strategies function alphabetically (line 133) | def alphabetically(files, workers) function isolated (line 137) | def isolated(files, workers) function round_robin (line 141) | def round_robin(files, workers) function shuffle (line 145) | def shuffle(files, workers) function size (line 149) | def size(files, workers) function size_greedy_partitioning (line 153) | def size_greedy_partitioning(files, workers) function size_average_partitioning (line 166) | def size_average_partitioning(files, workers) FILE: lib/partitioner/dependency_map.rb type Partitioner (line 4) | module Partitioner class DependencyMap (line 50) | class DependencyMap < Default method should_run_all_tests (line 57) | def should_run_all_tests method get_file_parts_for (line 73) | def get_file_parts_for(subset) FILE: lib/partitioner/go.rb type Partitioner (line 9) | module Partitioner class Go (line 29) | class Go < Base class DependencyError (line 30) | class DependencyError < StandardError; end method initialize (line 31) | def initialize(build, kochiku_yml) method partitions (line 45) | def partitions method file_to_packages (line 69) | def file_to_packages(file_path) method failed_convergence_tests (line 81) | def failed_convergence_tests method all_packages_target_types (line 91) | def all_packages_target_types method top_level_packages_target_types (line 96) | def top_level_packages_target_types method all_packages (line 100) | def all_packages method top_level_package_map (line 106) | def top_level_package_map method package_folders_map (line 111) | def package_folders_map(packages) method package_to_folder (line 116) | def package_to_folder(package) method filter_test (line 120) | def filter_test(packages) method package_dependency_map (line 124) | def package_dependency_map method depends_on_map (line 159) | def depends_on_map method package_info_map (line 216) | def package_info_map method add_partitions (line 245) | def add_partitions(packages) method add_with_split (line 274) | def add_with_split(package_list, target_type, workers) method partition_info (line 286) | def partition_info(packages, type) FILE: lib/partitioner/maven.rb type Partitioner (line 7) | module Partitioner class Maven (line 9) | class Maven < Base method initialize (line 12) | def initialize(build, kochiku_yml) method partitions (line 23) | def partitions method emails_for_commits_causing_failures (line 59) | def emails_for_commits_causing_failures method maven_modules (line 90) | def maven_modules method all_partitions (line 96) | def all_partitions method pom_for (line 100) | def pom_for(mvn_module) method add_options (line 104) | def add_options(group_modules) method group_modules (line 135) | def group_modules(mvn_modules) method sort_modules (line 147) | def sort_modules(mvn_modules) method partition_info (line 152) | def partition_info(mvn_modules) method depends_on_map (line 166) | def depends_on_map method module_dependency_map (line 183) | def module_dependency_map method transitive_dependency_map (line 220) | def transitive_dependency_map method transitive_dependencies (line 228) | def transitive_dependencies(mvn_module, dependency_map) method file_to_module (line 241) | def file_to_module(file_path) FILE: lib/partitioner/topological_sorter.rb type Partitioner (line 3) | module Partitioner class TopologicalSorter (line 4) | class TopologicalSorter method initialize (line 7) | def initialize(dependency_map) method tsort_each_node (line 11) | def tsort_each_node(&block) method tsort_each_child (line 15) | def tsort_each_child(project, &block) FILE: lib/remote_server.rb type RemoteServer (line 4) | module RemoteServer class AccessDenied (line 8) | class AccessDenied < StandardError method initialize (line 9) | def initialize(url, action, original_message = nil) method to_s (line 15) | def to_s function for_url (line 20) | def self.for_url(url) function parseable_url? (line 35) | def self.parseable_url?(url) function valid_git_host? (line 41) | def self.valid_git_host?(url) FILE: lib/remote_server/github.rb type RemoteServer (line 6) | module RemoteServer class Github (line 8) | class Github method initialize (line 15) | def initialize(url, server) method attributes (line 21) | def attributes method merge_executor (line 38) | def merge_executor method canonical_repository_url (line 44) | def canonical_repository_url method url_for_compare (line 48) | def url_for_compare(first_commit_hash, second_commit_hash) method url_for_fetching (line 54) | def url_for_fetching method sha_for_branch (line 62) | def sha_for_branch(branch) method update_commit_status! (line 74) | def update_commit_status!(build) method install_post_receive_hook! (line 78) | def install_post_receive_hook!(repo) method base_api_url (line 82) | def base_api_url method href_for_commit (line 90) | def href_for_commit(sha) method base_html_url (line 94) | def base_html_url method get_branch_url (line 98) | def get_branch_url(branch_name) method open_pull_request_url (line 102) | def open_pull_request_url(branch_name) FILE: lib/remote_server/stash.rb type RemoteServer (line 4) | module RemoteServer class StashAPIError (line 5) | class StashAPIError < StandardError; end class Stash (line 8) | class Stash method initialize (line 18) | def initialize(url, server) method attributes (line 25) | def attributes method merge_executor (line 46) | def merge_executor method canonical_repository_url (line 52) | def canonical_repository_url method url_for_compare (line 59) | def url_for_compare(first_commit_branch, second_commit_branch) method url_for_fetching (line 69) | def url_for_fetching method sha_for_branch (line 77) | def sha_for_branch(branch) method update_commit_status! (line 94) | def update_commit_status!(build) method install_post_receive_hook! (line 106) | def install_post_receive_hook!(repo) method base_api_url (line 110) | def base_api_url method base_html_url (line 114) | def base_html_url method href_for_commit (line 118) | def href_for_commit(sha) method get_branch_url (line 122) | def get_branch_url(branch_name) method open_pull_request_url (line 126) | def open_pull_request_url(branch_name) method merge (line 136) | def merge(branch) method head_commit (line 150) | def head_commit(branch) method delete_branch (line 162) | def delete_branch(branch, dryRun = false) method get_pr_id_and_version (line 182) | def get_pr_id_and_version(branch) method can_merge? (line 195) | def can_merge?(pr_id) method perform_merge (line 215) | def perform_merge(pr_id, pr_version) method stash_status_for (line 224) | def stash_status_for(build) class StashRequest (line 234) | class StashRequest method initialize (line 235) | def initialize(settings) method setup_auth! (line 241) | def setup_auth!(req) method get (line 245) | def get(url) method post (line 252) | def post(url, body = {}) method delete (line 260) | def delete(url, body) method make_request (line 269) | def make_request(method, url, args = []) FILE: lib/server_settings.rb class ServerSettings (line 1) | class ServerSettings method initialize (line 5) | def initialize(raw_settings, host) FILE: lib/settings_accessor.rb class SettingsAccessor (line 5) | class SettingsAccessor method initialize (line 6) | def initialize(yaml) method sender_email_address (line 10) | def sender_email_address method kochiku_notifications_email_address (line 14) | def kochiku_notifications_email_address method domain_name (line 18) | def domain_name method kochiku_protocol (line 22) | def kochiku_protocol method kochiku_host (line 26) | def kochiku_host method kochiku_host_with_protocol (line 30) | def kochiku_host_with_protocol method git_servers (line 34) | def git_servers method git_server (line 47) | def git_server(url) method smtp_server (line 54) | def smtp_server method redis_host (line 58) | def redis_host method redis_port (line 62) | def redis_port method git_pair_email_prefix (line 66) | def git_pair_email_prefix FILE: lib/stash_merge_executor.rb class StashMergeExecutor (line 4) | class StashMergeExecutor < GitMergeExecutor method merge_and_push (line 7) | def merge_and_push method delete_branch (line 21) | def delete_branch FILE: spec/controllers/pull_requests_controller_spec.rb function github_push_payload (line 245) | def github_push_payload(options = {}) function github_pull_request_payload (line 259) | def github_pull_request_payload(options = {}) function stash_push_payload (line 280) | def stash_push_payload(options = {}) function stash_pull_request_payload (line 297) | def stash_pull_request_payload(options = {}) FILE: spec/controllers/repositories_controller_spec.rb function verify_response_creates_build (line 228) | def verify_response_creates_build(response, branch_name, ref) FILE: spec/helpers/project_stats_helper_spec.rb function create_some_builds_with_build_attempts (line 8) | def create_some_builds_with_build_attempts(count) FILE: spec/lib/github_commit_status_spec.rb function commit_status_response (line 59) | def commit_status_response FILE: spec/lib/github_post_receive_hook_spec.rb function github_hooks (line 61) | def github_hooks FILE: spec/lib/remote_server/github_spec.rb function make_server (line 6) | def make_server(url) FILE: spec/lib/remote_server/stash_spec.rb function make_server (line 63) | def make_server(url) FILE: spec/mailers/previews/build_mailer_preview.rb class GitBlame (line 5) | class GitBlame method emails_since_last_green (line 7) | def emails_since_last_green(build) method emails_in_branch (line 11) | def emails_in_branch(build) method last_email_in_branch (line 15) | def last_email_in_branch(build) method changes_since_last_green (line 19) | def changes_since_last_green(build) method changes_in_branch (line 35) | def changes_in_branch(build) type Partitioner (line 54) | module Partitioner function for_build (line 55) | def self.for_build(build) class Base (line 59) | class Base method initialize (line 60) | def initialize(build, kochiku_yml) method emails_for_commits_causing_failures (line 65) | def emails_for_commits_causing_failures class BuildMailerPreview (line 71) | class BuildMailerPreview < ActionMailer::Preview method build_break_email (line 72) | def build_break_email method build_success_email (line 76) | def build_success_email FILE: spec/support/command_stubber.rb class CommandStubber (line 1) | class CommandStubber method initialize (line 6) | def initialize method create_stubbed_process_status (line 14) | def create_stubbed_process_status(exitstatus = 0) method stub_capture2e_failure (line 21) | def stub_capture2e_failure(fail_on_cmd) method stub_capture2e (line 36) | def stub_capture2e method check_cmd_executed (line 40) | def check_cmd_executed(expected_cmd) FILE: spec/support/git_spec_helper.rb function suppressed_git_init (line 4) | def suppressed_git_init FILE: spec/support/sha_helper.rb function to_40 (line 1) | def to_40(short) FILE: vendor/assets/javascripts/jquery.flot.categories.js function processRawData (line 56) | function processRawData(plot, series, data, datapoints) { function getNextIndex (line 97) | function getNextIndex(categories) { function categoriesTickGenerator (line 107) | function categoriesTickGenerator(axis) { function setupCategoriesForAxis (line 120) | function setupCategoriesForAxis(series, axis, datapoints) { function transformPointsOnAxis (line 146) | function transformPointsOnAxis(datapoints, axis, categories) { function processDatapoints (line 174) | function processDatapoints(plot, series, datapoints) { function init (line 179) | function init(plot) { FILE: vendor/assets/javascripts/jquery.flot.errorbars.js function processRawData (line 76) | function processRawData(plot, series, data, datapoints){ function parseErrors (line 107) | function parseErrors(series, i){ function drawSeriesErrors (line 162) | function drawSeriesErrors(plot, ctx, s){ function drawError (line 275) | function drawError(ctx,err,x,y,upper,lower,drawUpper,drawLower,radius,of... function drawPath (line 322) | function drawPath(ctx, pts){ function draw (line 330) | function draw(plot, ctx){ function init (line 342) | function init(plot) { FILE: vendor/assets/javascripts/jquery.flot.js function H (line 32) | function H(J,K,I){return KI?I:K)} function Canvas (line 51) | function Canvas(cls, container) { function Plot (line 430) | function Plot(placeholder, data_, options_, plugins) { function floorInBase (line 2976) | function floorInBase(n, base) { FILE: vendor/assets/javascripts/jquery.tablesorter.js function log (line 147) | function log() { function benchmark (line 157) | function benchmark(s, d) { function isEmptyObject (line 165) | function isEmptyObject(obj) { function getElementText (line 173) | function getElementText(table, node, cellIndex) { function detectParserForColumn (line 194) | function detectParserForColumn(table, rows, rowIndex, cellIndex) { function buildParserCache (line 224) | function buildParserCache(table) { function buildCache (line 286) | function buildCache(table) { function appendToTable (line 383) | function appendToTable(table, init) { function formatSortingOrder (line 431) | function formatSortingOrder(v) { function buildHeaders (line 436) | function buildHeaders(table) { function commonUpdate (line 495) | function commonUpdate(table, resort, callback) { function updateHeader (line 506) | function updateHeader(table) { function setHeadersCss (line 527) | function setHeadersCss(table) { function fixColumnWidth (line 581) | function fixColumnWidth(table) { function updateHeaderSortCount (line 595) | function updateHeaderSortCount(table, list) { function getCachedSortType (line 640) | function getCachedSortType(parsers, i) { function initSort (line 644) | function initSort(table, cell, event){ function multisort (line 753) | function multisort(table) { /*jshint loopfunc:true */ function resortComplete (line 819) | function resortComplete($table, callback){ function checkResort (line 829) | function checkResort($table, flag, callback) { function bindMethods (line 843) | function bindMethods(table){ FILE: vendor/assets/javascripts/jquery.timeago.js function substitute (line 95) | function substitute(stringOrFunction, number) { function refresh (line 179) | function refresh() { function prepareData (line 198) | function prepareData(element) { function inWords (line 212) | function inWords(date) { function distance (line 216) | function distance(date) { FILE: vendor/assets/javascripts/jquery.tipTip.js function active_tiptip (line 100) | function active_tiptip(){ function deactive_tiptip (line 183) | function deactive_tiptip(){ FILE: vendor/assets/javascripts/moment.js function padToken (line 171) | function padToken(func, count) { function ordinalizeToken (line 176) | function ordinalizeToken(func) { function Language (line 197) | function Language() { function Moment (line 202) | function Moment(config) { function Duration (line 207) | function Duration(duration) { function extend (line 264) | function extend(a, b) { function absRound (line 273) | function absRound(number) { function leftZeroFill (line 283) | function leftZeroFill(number, targetLength) { function addOrSubtractDurationFromMoment (line 292) | function addOrSubtractDurationFromMoment(mom, duration, isAdding) { function isArray (line 313) | function isArray(input) { function compareArrays (line 318) | function compareArrays(array1, array2) { function loadLang (line 487) | function loadLang(key, values) { function getLangDefinition (line 502) | function getLangDefinition(key) { function removeFormattingTokens (line 518) | function removeFormattingTokens(input) { function makeFormatFunction (line 525) | function makeFormatFunction(format) { function formatMoment (line 546) | function formatMoment(m, format) { function getParseRegexForToken (line 571) | function getParseRegexForToken(token) { function addTimeToArrayFromToken (line 620) | function addTimeToArrayFromToken(token, input, config) { function dateFromArray (line 718) | function dateFromArray(config) { function makeDateFromStringAndFormat (line 747) | function makeDateFromStringAndFormat(config) { function makeDateFromStringAndArray (line 778) | function makeDateFromStringAndArray(config) { function makeDateFromString (line 811) | function makeDateFromString(config) { function makeDateFromInput (line 831) | function makeDateFromInput(config) { function substituteTimeAgo (line 856) | function substituteTimeAgo(string, number, withoutSuffix, isFuture, lang) { function relativeTime (line 860) | function relativeTime(milliseconds, withoutSuffix, lang) { function weekOfYear (line 895) | function weekOfYear(mom, firstDayOfWeek, firstDayOfWeekOfYear) { function makeMoment (line 916) | function makeMoment(config) { function makeGetterAndSetter (line 1283) | function makeGetterAndSetter(name, key) { function makeDurationGetter (line 1338) | function makeDurationGetter(name) { function makeDurationAsGetter (line 1344) | function makeDurationAsGetter(name, factor) {