Commit Graph

18 Commits

Author SHA1 Message Date
Kirill Zhuravlev
44ea02d965
remove redundant 'unable to' from errors 2023-04-03 08:16:23 -03:00
Kirill Zhuravlev
494289eb6f
close file after write 2023-04-03 08:16:20 -03:00
Kirill Zhuravlev
897a6bc267
rename 2023-04-03 08:16:20 -03:00
Kirill Zhuravlev
49e5c3ed2d
make function private as others 2023-04-03 08:16:20 -03:00
Kirill Zhuravlev
e5d1c25bbf
simplify template context 2023-04-03 08:16:18 -03:00
Kirill Zhuravlev
dba4bbd307
rename fn 2023-04-03 08:16:18 -03:00
Kirill Zhuravlev
82263463a8
move test functions to test file 2023-04-03 08:16:18 -03:00
Kirill Zhuravlev
e318f94283
rename 2023-04-03 08:16:18 -03:00
Kirill Zhuravlev
00bcb01584
use template.Must at program starts 2023-04-03 08:16:17 -03:00
Kirill Zhuravlev
8b819d98d2
log execution steps 2023-04-03 08:16:16 -03:00
Kirill Zhuravlev
ed9808b8f1
ioutil.ReadFile -> os.ReadFile + use constant for README 2023-04-03 08:16:16 -03:00
Avelino
3238f9c430
extract file and dir constants
Signed-off-by: Avelino <avelinorun@gmail.com>
2023-04-03 08:16:02 -03:00
Kirill Zhuravlev
a0f6a55ba1
change code that works with filenames 2023-04-03 08:14:24 -03:00
Benjamin Schoch
4b54315c48 optimize markdown parsing 2022-09-19 06:44:12 -03:00
Avelino
fa18574ed8
generatehtml func descrition
Signed-off-by: Avelino <avelinorun@gmail.com>
2021-12-27 06:55:03 -03:00
Avelino
7e0981b926 remove comment source
Signed-off-by: Avelino <avelinorun@gmail.com>
2021-12-25 11:35:10 -03:00
Avelino
62b6fe1c9f move html generate func to scripts
will be used in the generation of htmls from the sub-category
focus on SEO

Signed-off-by: Avelino <avelinorun@gmail.com>
2021-12-22 10:51:24 -03:00
Tony Kappen
00ccf89dd1
WIP: test stale repositories (#3210)
* fix typo in README.md

fixes #3204

* #1446 implement test for stale repositories

* fix #1446

* fixes #3211 added check if issue has not been previously opened

* fixes #3211 add limit to number of issues created at a time

* fixes #3211 reformat issue message

* checks for dead links as well

* fixes #3211 handle status code 302 and 301

* fixes #3211 handle status code 302 and 301

* fixes #3211 handle status code 302 and 301

* fixes #3211 test workflow

* fixes #3211 test workflow

* fixes #3211 test workflow again

* fixes #3211 test workflow again

* remove workflows and start over

* re add workflow

* apply review suggestions

* add environment variable. modify workflow to run once a week

* add check for archived repositories and reformat

* reformat code to improve readability

* reformat to improve readability

* cause continue and not break if href not found

* satisfy code climate requirements
2020-09-24 18:21:00 -03:00