Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: move deisrel to the server #83

Open
arschles opened this issue Jun 7, 2016 · 2 comments
Open

Proposal: move deisrel to the server #83

arschles opened this issue Jun 7, 2016 · 2 comments
Labels

Comments

@arschles
Copy link
Member

arschles commented Jun 7, 2016

Currently, deisrel is just a CLI that runs all logic exclusively on the client's machine. Moving the core logic to the server and making the CLI just do RPCs to the server would provide benefits:

  • Connect to a DB to keep a ledger of releases
    • This includes storing the global release notes for each release
  • Use the DB to track status of an ongoing release
  • Faster network-heavy operations such as docker tagging

This issue is a proposal and venue for brainstorming

@vdice
Copy link
Member

vdice commented Jun 16, 2016

This should also implement actual functionality (api calls) of forthcoming deisrel features in #98, #99 and #89.

Meaning, the existing deisrel client would only retain the actual cli action, but functionality would just be a call to this server for appropriate actions, potentially returning any server responses to the cli user.

@Cryptophobia
Copy link

This issue was moved to teamhephy/deisrel#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants