You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
赵智超 0903b1ac8c
Add push commits history comment on PR time-line (#11167)
* Add push commits history comment on PR time-line
* Add notify by email and ui of this comment type also

Signed-off-by: a1012112796 <1012112796@qq.com>

* Add migrations for IsForcePush
* fix wrong force-push judgement
* Apply suggestions from code review
* Remove commit number check
* add own notify fun
* fix some typo

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>

* fix lint

* fix style again, I forgot something before

* Change email notify way

* fix api

* add number check if It's force-push

* Add repo commit link fuction
remove unnecessary check
skip show push commits comment which not have commits alive

* Update issue_comment.go

* Apply suggestions from code review

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Apply suggestions from code review

* fix ui view

Co-authored-by: silverwind <me@silverwind.io>

* fix height

* remove unnecessary style define

* simplify GetBranchName

* Apply suggestions from code review

* save commit ids and isForce push by json
* simplify GetBranchName

* fix bug

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: silverwind <me@silverwind.io>
5 years ago
..
analyze Migrate to go-enry new version (#10906) 5 years ago
auth Refactor Cron and merge dashboard tasks (#10745) 5 years ago
avatar Improve handling of non-square avatars (#7025) 6 years ago
base Add gitea-vet (#10948) 5 years ago
cache make avatar lookup occur at image request (#10540) 5 years ago
charset deps: update and fix chardet import (#9351) 5 years ago
context api.Context.NotFound(...) should tolerate nil (#11288) 5 years ago
convert Refactor Milestone related (#11225) 5 years ago
cron Refactor Cron and merge dashboard tasks (#10745) 5 years ago
emoji Support unicode emojis and remove emojify.js (#11032) 5 years ago
eventsource Add EventSource support (#11235) 5 years ago
generate Add gitea-vet (#10948) 5 years ago
git Add push commits history comment on PR time-line (#11167) 5 years ago
gitgraph Move git graph from models to modules/graph (#9027) 5 years ago
graceful Handle panics that percolate up to the graceful module (#11291) 5 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 6 years ago
httplib Add golangci (#6418) 6 years ago
indexer Log the indexer path on failure (#11172) 5 years ago
lfs Support Range header end in lfs (#11314) 5 years ago
log modules/log: remove noop written variables (#10182) 5 years ago
markup Prevent 500 with badly formed task list (#11328) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Refactor Cron and merge dashboard tasks (#10745) 5 years ago
notification Add push commits history comment on PR time-line (#11167) 5 years ago
options Rename scripts to build and add revive command as a new build tool command (#10942) 5 years ago
password Add password requirement info on error (#9074) 5 years ago
pprof Add golangci (#6418) 6 years ago
private Upgrade golangci-lint to 1.24.0 (#10894) 5 years ago
process Add gitea-vet (#10948) 5 years ago
public Send 404 immediately for known public requests (#11117) 5 years ago
queue Prevent timer leaks in Workerpool and others (#11333) 5 years ago
recaptcha fixed reCAPTCHA URL (#9083) 5 years ago
references Accept punctuation after simple+cross repository issue references (#10091) 5 years ago
repofiles Revert "Avoid 0 new commits messages to be send (#11082)" (#11397) 5 years ago
repository Refactor Cron and merge dashboard tasks (#10745) 5 years ago
secret Integrate OAuth2 Provider (#5378) 6 years ago
session Use gitea forked macaron (#7933) 6 years ago
setting Refactor Cron and merge dashboard tasks (#10745) 5 years ago
ssh log.Fatal on failure to listen to SSH port (#10795) 5 years ago
structs API: Add pull review endpoints (#11224) 5 years ago
sync Fix missing unlock in uniquequeue (#9790) 5 years ago
task Move create/fork repository from models to modules/repository (#9489) 5 years ago
templates Add EventSource support (#11235) 5 years ago
test Add Organization Wide Labels (#10814) 5 years ago
timeutil Use gitea forked macaron (#7933) 6 years ago
upload Fix upload file type check (#7890) 6 years ago
user Add gitea-vet (#10948) 5 years ago
util Prevent timer leaks in Workerpool and others (#11333) 5 years ago
validation [API] Get a single commit via Ref (#10915) 5 years ago
webhook Handle panics that percolate up to the graceful module (#11291) 5 years ago