You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a significantly more advanced feature than what we have already built
and it's one of the reasons we wanted to have this package separate from the App that uses it;
it needs to be extensively independently tested.
We will need to map this out carefully before diving in.
Diff a specific file or return a list of all the files with the diff nested?
Diff the current branch against the main (or master) branch?
Run the diff on localhost as there is no REST API endpoint for this.
Parse the result and return as plaintext so that we can visualise it
The text was updated successfully, but these errors were encountered:
i.e. if code is on a branch and we create a PR for it (which we would in order to merge it in),
then we can get the diff directly out of Git.
Not saying this would "solve" our problem ... it might not have everything we need.
But the fact that it exists means we have a starting point.
I think this alone is enough of a reason for me to consider switching from Gogs to Gitea: dwyl/github-backup#136 (comment)
@SimonLab in the context of getting "diff" working in the App we're building (so that it's available in the editor ...)
What are your thoughts on shifting the work we've done gogs > gitea? 💭
This is a significantly more advanced feature than what we have already built
and it's one of the reasons we wanted to have this package separate from the App that uses it;
it needs to be extensively independently tested.
We will need to map this out carefully before diving in.
main
(ormaster
) branch?localhost
as there is no REST API endpoint for this.The text was updated successfully, but these errors were encountered: