Code Monkey home page Code Monkey logo

asuha's Introduction

momocow's github stats

MomoCow's LeetCode Progress

asuha's People

Contributors

momocow avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

asuha's Issues

Changes field in the payload of a push event is an array instead of object

The changes field in the payload of a push event is documented as follows.

An array with all the references that the push updated
(Source)

Currently the changes is treated as an object and accessed with object path push.changes.commits (Take commits field for example).
It should be push.changes[0].commits to retrieve the first change and so on.

Have asked on Atlassian forum to check if multiple changes should be handled.

A fix will be made if the meaning of changes field is clear.

Support multi-remote repositories

Currently, repository scanning only uses the first remote tag in .git/config as the only one valid remote.

TODO

  • Support multi-remote repositories

Config `whitelistIPs` for Bitbucket is undefined

Host Handler 'Bitbucket' failed to claim the request.
TypeError: Cannot read property 'filter' of undefined
  at Bitbucket.claim (/***/asuha/lib/host/Host.js:68:12)
  at Function.__call__ (/***/asuha/lib/midware.js:206:14)
  at Server.__call__ (/***/callable-instance/index.js:3:40)
  at Server.emit (events.js:182:13)
  at Server.EventEmitter.emit (domain.js:442:20)
  at parserOnIncoming (_http_server.js:658:12)
  at HTTPParser.parserOnHeadersComplete (_http_common.js:109:17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.