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 #5

Open
Cryptophobia opened this issue Mar 20, 2018 · 1 comment
Open

Proposal: move deisrel to the server #5

Cryptophobia opened this issue Mar 20, 2018 · 1 comment
Labels

Comments

@Cryptophobia
Copy link
Member

From @arschles on June 7, 2016 20:46

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

Copied from original issue: deis/deisrel#83

@Cryptophobia
Copy link
Member Author

From @vdice on June 16, 2016 21:51

This should also implement actual functionality (api calls) of forthcoming deisrel features in deis/deisrel#98, deis/deisrel#99 and deis/deisrel#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.

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

1 participant