Code Monkey home page Code Monkey logo

github-app-cli's Introduction

github-app-cli

This repository is no longer maintained and now archived. For official GitHub App support for Renovate, please see Renovate Pro.

github-app-cli's People

Contributors

hutson avatar rarkins avatar renovate-bot avatar renovate[bot] avatar

Watchers

 avatar  avatar

github-app-cli's Issues

Processing Projects from a Queue

I would like to propose re-architecting this project to collect repositories on which this app has been installed, push those repositories into a queue (Such as redis), and then run a separate Renovate worker process that feeds from the queue.

Core benefits of this model:

  1. Renovate can be scaled horizontally by spinning up additional Renovate worker processes that feed from the same queue.
  2. Enables future support for Webhooks.
    2.1 Webhook POST body can be read, and the repository contained in the message placed into the queue.

Issues that need to be addressed:

  1. A repository should only be queued once, and should not be removed from the queue until processing has been completed.
    1.1 This is to avoid multiple Renovate worker processes from processing the same repository simultaneously.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop renovations until it is fixed.

Configuration file: renovate.json
Error type: Invalid JSON (parsing failed)
Message: Syntax error near ",
],

Custom Initial On-board Configuration

We would like to customize the configuration that is scaffolded into projects as part of the Configure Renovate pull request workflow.

Specifically we would like to replace:

{
  "extends": ["config:base"]
}

With:

{
  "extends": ["config:base", ":preserveSemverRanges"]
}

We can modify Renovate's branch logic, but we would prefer a method that does not require maintaining a fork while still allowing us the flexibility to create our own initial configuration.

Basic Dashboard App

Basic application dashboard that displays all installations of the current GitHub App.

The long-term goal is to provide analytical information through the dashboard to provide actionable insight into the health of the community on-boarded with the GitHub App.

Pagination

Found out that the /installation/repositories end-point only returns the first 30 repositories. Setting a hard-coded value for per_page will return more.

Looking into what it would take to add pagination support.

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.