autogits/bots-common
Adam Majer 86df1921e0 devel-importer: handle history rewrite
Imports can have history rewritten because email addresses
can change in OBS and are not recorded as in git commits. This
can be handled via comparing Tree objects and rebasing
new changes ontop.
2024-09-18 17:17:24 +02:00
..
gitea-generated . 2024-07-26 16:53:09 +02:00
api.json . 2024-07-26 16:53:09 +02:00
config.go copyright 2024-09-10 18:24:41 +02:00
consts.go copyright 2024-09-10 18:24:41 +02:00
conststring_test.go copyright 2024-09-10 18:24:41 +02:00
devtest.sh . 2024-07-07 21:12:40 +02:00
git_utils_test.go copyright 2024-09-10 18:24:41 +02:00
git_utils.go devel-importer: handle history rewrite 2024-09-18 17:17:24 +02:00
gitea_utils.go Handle case when branch not exist 2024-09-12 16:25:22 +02:00
go.mod wip 2024-08-27 17:55:03 +02:00
go.sum wip 2024-08-27 17:55:03 +02:00
listen.go refactor 2024-09-12 16:40:43 +02:00
log_test.go copyright 2024-09-10 18:24:41 +02:00
log.go simplify error handling 2024-09-11 18:50:49 +02:00
Makefile . 2024-07-26 16:53:09 +02:00
obs_utils_test.go copyright 2024-09-10 18:24:41 +02:00
obs_utils.go devel-importer: adapt for scmsync packages 2024-09-18 11:47:42 +02:00
readme.go . 2024-07-07 21:12:40 +02:00
request_create.go copyright 2024-09-10 18:24:41 +02:00
request_fork.go copyright 2024-09-10 18:24:41 +02:00
request_handler.go refactor 2024-09-12 16:40:43 +02:00
request_issue.go copyright 2024-09-10 18:24:41 +02:00
request_pr_test.go copyright 2024-09-10 18:24:41 +02:00
request_pr.go copyright 2024-09-10 18:24:41 +02:00
request_push_test.go copyright 2024-09-10 18:24:41 +02:00
request_push.go copyright 2024-09-10 18:24:41 +02:00
request_release.go copyright 2024-09-10 18:24:41 +02:00
request_repo_test.go copyright 2024-09-10 18:24:41 +02:00
request_repo.go handle deleted users (id -1, Ghost) 2024-09-11 12:17:35 +02:00
request_wiki.go copyright 2024-09-10 18:24:41 +02:00
tokens.go copyright 2024-09-10 18:24:41 +02:00
tsetup.sh . 2024-07-29 15:28:03 +02:00
utils.go add missing file 2024-09-18 12:23:32 +02:00

package common

const ReadmeBoilerplate = `
README
======

This empty project was created by AutoDevel bot.
AutoDevel creates projects that can be built
in Open Build Service.

`