Coder Social home page Coder Social logo

allchange's People

Contributors

dbkr avatar jryans avatar robintown avatar t3chguy avatar turt2live avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

allchange's Issues

Include SDK versions in release notes for EW

Every release of Element Web corresponds to a release of the JS and React SDK. However, the link between version numbers is tricky to understand when looking at just the Element Web release notes. It'd be good if the SDK versions used to build a release could also be included in the notes.

Use PAT for Github API

The GitHub API returns 'contributor' for people who are private members of the org when you don't use an access token, so we end up crediting them. We should probably just use an access token.

Confused by PRs merged in forks

It gets confused by a PR merged in a fork that's the PRed to the project, eg. the first commit in https://github.com/matrix-org/matrix-react-sdk/pull/6702/commits which is merging upstream into the fork via a PR created by a bot. It then goes looking for that PR (184) on react-sdk which takes ages because it goes backwards through the pages.

It should probably:

  1. Fall back to fetching PR data individually once it has only one (or maybe small-number) left to fetch: paginating through is silly when you could just fetch it directly. We'd need to check github's rest API actually returns the same shape object from an item in 'list pulls' and 'get individual pull': it probably doesn't: if not, work around this some other way.
  2. Check the merge commit shas in the git history and the PR metadata actually match, and discard it if not.

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.