-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
TLDR: GitHub gist feature for Gitea
Long Version:
Add a new repo type named "Gist" and show them in the webui like a GitHub Gist:
- show all files as previews on one page
- have a comment section below
- only one branch exists (pre-push hook to block everything else)
- show a tab with commits/revisions not with as list of commits but with a list of diff-views
- allow forks but not PRs
Proposals for implementation:
- URL:
<base-url>/<user_or_organization>/gists/<uuid>(gistsmust be a blacklisted repo name) - save gist as repo (add a
RepoTypefield to database) - adjust routing to first check for
gistsand go to gist handling; else go to user repo handling - add new comment type for gist comments
Epsilon02, crueber, justusbunsi, CodeDoctorDE, outlyer-net and 92 moredelvhkimdre, ptman, Toby222, Trevo525, aschrijver and 11 more6543, coolaj86, CodeDoctorDE, luwol03, amber-ailuridae and 18 more
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.