RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

        github.get url, (gists) ->

Line contains tab indentation
Open

            console.error("the environment variable GITLAB_API_KEY must be set for hubot-gitsy to work properly")

Line contains tab indentation
Open

    else

Line contains tab indentation
Open

    # setup webhooks for incoming

Line contains tab indentation
Open

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

Line exceeds maximum allowed length
Open

                # reply += "##{project.id}: #{project.name}, path: #{project.path}, default_branch: #{project.default_branch}, private: #{project.private}, owner: #{project.owner.name} (#{project.owner.email}), date: #{project.created_at}"

Line contains tab indentation
Open

            gitlab.projects.issues.list  selproj.id,  {'state': 'opened'},  (issues) ->

Line contains tab indentation
Open

                    reply += pad("" + issue.iid , 8) + pad(issue.author.name,20) + issue.title + "\n"

Line contains tab indentation
Open

            # console.log "PROJECT ID " + selproj.id

Line contains tab indentation
Open

                    desc = issue.description

Line contains tab indentation
Open

                    if (issue.description.indexOf("**Imported") > -1)

Line contains tab indentation
Open

            gitlab.projects.merge_requests.list  selproj.id,  {'state': 'opened'},  (issues) ->

Line contains tab indentation
Open

                    reply += pad("" + issue.iid , 8) + pad(issue.author.name,20) + issue.title + "\n"

Line contains tab indentation
Open

                res.send reply

Line contains tab indentation
Open

                    reply += pad("Title", 20) + issue.title + "\n"

Line contains tab indentation
Open

    our_repo = process.env['REPOSITORY_NAME']

Line contains tab indentation
Open

            reply += "pr n for m - show merge request #n  for project #m\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/users/" + res.match[1] + "/gists"

Line contains tab indentation
Open

        #  console.log 'url' + url
Severity
Category
Status
Source
Language