envless/envless

[FEATURE]: Implement pull request feature

Closed this issue · 0 comments

dahal commented

Description

Our current Pull request is all placeholder texts

Possible solution

We need to implement these features

  • Update the PR description with real data from database
  • Add a primary button (right of Close pull request button) => "Merge pull request" with git-merge icon
  • Show the diff from database
    • update the diff branch headers
    • Pull secrets for both branches from databases
    • Decrypt the secrets and render the diff
  • When you click on Close pull request, update pull-request status to closed
  • When you click on Merge pull-request overwrite the key/value on base branch (eg: main on screenshot)

pr-updated

Alternatives

No response

Additional information

No response