RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

            reply += "our issues - list open issues for the project\n"

Line contains tab indentation
Open

        github.get url, (issue) ->

Line contains tab indentation
Open

        #  console.log 'url' + url

Line contains tab indentation
Open

            reply += "You can add me for your own Gitlab CE projects or Gitlab cloud public projects.\n"

Line contains tab indentation
Open

            reply += "https://github.com/RocketChat/Rocket.Chat.Ops/tree/master/hubots/hubot-gitsy\n"

Line exceeds maximum allowed length
Open

            reply += "Please add to my abilities and contribute your code to Rocket.Chat.\n"

Line contains tab indentation
Open

            reply += "snippets for n - list snippets for project #n\n"

Line contains tab indentation
Open

            for project, idx in projects

Line contains tab indentation
Open

                reply += pad("" + (idx + 1), 8) + pad(project.name, 20)  + project.created_at + "\n"

Line contains tab indentation
Open

            selproj = projects[parseInt(res.match[1]) - 1]

Line contains tab indentation
Open

                    reply += pad("Issue #" ,20) + issue.iid + "\n"

Line contains tab indentation
Open

                res.send reply

Line contains tab indentation
Open

        console.error("the environment variable REPOSITORY_NAME must be specified for hubot-baronbogo to work properly")

Line contains tab indentation
Open

    disp_issues = (issues, pullreq) ->

Line contains tab indentation
Open

        for g in issues

Line contains tab indentation
Open

        output = """

Line exceeds maximum allowed length
Open

            reply += "I can do webhooks, issues, merge requests, and gists out of the box.\n"

Line contains tab indentation
Open

        url = "https://api.github.com/repos/" + our_repo + "/issues?state=open"

Line contains tab indentation
Open

        url = "https://api.github.com/repos/" +  our_repo + "/issues?state=open"

Line contains tab indentation
Open

        url = "https://api.github.com/repos/" + our_repo + "/issues/" + res.match[2]
Severity
Category
Status
Source
Language