repo health executable & parser #16
Labels
No Label
bug
component
executor
component
framework
component
parser
component
UI
duplicate
enhancement
help wanted
invalid
priority
p0
priority
p1
priority
p2
priority
p3
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Depends on
#17 feat: repo health check (#16)
JOJ/JOJ3
Reference: JOJ/JOJ3#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
previous implementation:
.drone.yml, .gitattributes, .gitignore
)changes to
.drone.yml
can be prevented at drone level by enabling protected optioneg.
main benefit is that drone blocks any further action until "manually" enabled
\to
a daily api call could cancel/reject all requests (to prevent drone page to display "pending tasks")@all for that part of the code what language would be best?
the current bash implementation does the job quite well with no major drawback or corner case. is it worth the effort to reimplement in go or python? eg. file encoding, file length, existence of forbidden files and missing basic ones, etc.
i think reimplementing in go would be a good start for us (
for ascii we can use this package or use code here
Possibly reimplement in go might improve the consistency of the config file?
would not be hard to read toml with shell script
overall no special preference on my side. with it a go with go :-D
parsing the commit message: ensure "patched" conventional commits are used (FOCS-dev/JOJ3#14 (comment))
repo healthto repo health executable & parsergo-git library status https://github.com/go-git/go-git/blob/master/COMPATIBILITY.md