Coder Social home page Coder Social logo

demo-project-dependencies's Introduction

demo-project-dependencies

demo-project-dependencies's People

Contributors

motatoes avatar zij avatar

Watchers

 avatar Utpal Nadiger avatar  avatar

demo-project-dependencies's Issues

Backend-based PR-level locks

Currently, PR-level locks are managed from Digger CLI directly. The benefit of this approach is that there is no need for any backend (cloud or self-hosted). But there are also drawbacks:

  • Additional configuration required (different for different cloud providers)
  • Limited to 3 major cloud providers
  • Locks are stored "in the open" in the user's cloud account

Proposal

Implement a 4th provider of locks under pkg/locking that will support locks from a generic API, smth like this:

  • PUT /<lockId> to acquire a lock
  • DELETE /<lockId> to release a lock

Alternatively we can tie locks to projects:

  • POST /<projectId>/lock to acquire a lock
  • POST /<projectId>/unlock to release a lock

Questions:

  • Should it be part of digger orchestrator backend or standalone service / function?
  • In case of self-hosting, what should be the store for locks? We cannot assume any cloud provider. Or perhaps we can assume 1 of the Big 3 and move the logic of locks from the CLI as-is

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.