Commit Graph

303 Commits

Author SHA1 Message Date
pat-s 360cfeed5e Add PR preview (#237)
Following the example repo at https://gitea.com/gitea/website-pr-preview, this PR will allow for automatically generated PR previews.

Required drone secrets:

- [ ] `GITEA_ACCESS_TOKEN`
- [ ] `AWS_ACCESS_KEY_ID`
- [ ] `AWS_SECRET_ACCESS_KEY`

I've also adjusted the old pipeline to only run for pushes to the default branch to avoid unneeded runs.

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/237
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
2023-03-02 14:24:51 +08:00
John Olheiser a7061f5215 Blog 1.18.5 (#238)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/238
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
2023-02-22 03:57:44 +08:00
Jason Song 411ca541dd Update blog 1.18.4 (#236)
Related issues:

- https://github.com/go-gitea/gitea/issues/21912
- https://github.com/go-gitea/gitea/issues/23000
- https://github.com/go-gitea/gitea/issues/20983
- https://github.com/go-gitea/gitea/issues/23022

Reviewed-on: https://gitea.com/gitea/blog/pulls/236
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Zettat123 <zettat123@noreply.gitea.io>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
2023-02-21 10:39:32 +08:00
John Olheiser 61c1be168b Blog 1.18.4 (#235)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/235
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
2023-02-21 01:18:43 +08:00
John Olheiser bb4c24e031 Use gitea org as default author (#233)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/233
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-20 23:20:51 +08:00
John Olheiser 6b230eac5e Gitea Governance Post/Quarterly Report 23Q1 (#232)
Thank you to everyone who has given feedback! ❤️

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/232
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Reviewed-by: Lauris BH <lafriks@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: strk <strk@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
2023-02-03 23:06:47 +08:00
John Olheiser 7d71653950 Mention ReverseProxy removal from API in breaking changes for 1.18.0 (#234)
The original PR was labeled as `breaking`, however the backport was labeled `security` (both of which are technically true) and so we didn't end up adding it to the breaking changes section.

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/234
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
2023-01-30 00:16:59 +08:00
John Olheiser da8b226566 Update security thanks for 1.18.3 (#231)
After reaching out, using the personal site for attribution was preferred.

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/231
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
2023-01-24 04:12:19 +08:00
John Olheiser 940e1f67bb Blog 1.18.3 (#230)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/230
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
2023-01-24 03:39:37 +08:00
John Olheiser e6a27359aa chore: blog 1.18.2 (#228)
![git-sec](https://gitea.com/attachments/15694b77-7ae0-4a24-8175-03a00dc2ba53)

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/228
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-20 09:27:14 +08:00
John Olheiser def554ad18 Blog 1.18.1 (#227)
Release blog for 1.18.1

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/227
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2023-01-18 02:17:47 +08:00
Lunny Xiao a00bcf7b30 Add break warning for `DISABLE_GRAVATAR` and `ENABLE_FEDERATED_AVATAR`'s moving (#225)
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/225
Reviewed-by: kdumontnu <kdumontnu@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-04 01:26:01 +08:00
John Olheiser a8024cf105 Blog 1.18.0 changes (#224)
1. Someone from the community brought up the prominence (or lack of) for breaking changes, so I brought it to the top before features.
2. I changed "Important Features" to "Feature Highlights"
All features are important, but these are the ones being highlighted on the release post. 🙂

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/224
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-12-31 09:46:54 +08:00
John Olheiser 67866935f5 Blog 1.18.0 fixes (#223)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/223
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.io>
2022-12-30 11:40:00 +08:00
John Olheiser 4d79b4ea62 Blog post 1.18.0 (#222)
Collaborative editing over at https://cryptpad.cz/code/#/2/code/edit/zq4phJiJg00ydHpdiZ2I1UO8/

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/222
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-12-30 10:51:10 +08:00
John Olheiser bd54d04560 Blog 1.17.4 (#218)
Blog post for 1.17.4

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/218
Reviewed-by: Lauris BH <lafriks@noreply.gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
2022-12-23 00:58:41 +08:00
John Olheiser 7f17e0178a fix: run hugo directly instead of plugin image (#220)
ref: https://github.com/go-gitea/gitea/pull/22206
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/220
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-12-22 10:23:29 +08:00
John Olheiser b3913e34e2 fix: update libcurl in build pipeline (#219)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/219
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-12-22 06:21:49 +08:00
Lunny Xiao 7291466166 Fix typo (#217)
Reviewed-on: https://gitea.com/gitea/blog/pulls/217
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-12-20 22:47:58 +08:00
Xinyu Zhou 5129323541 Feature Preview: Gitea Actions (#216)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-on: https://gitea.com/gitea/blog/pulls/216
Reviewed-by: Jason Song <wolfogre@noreply.gitea.io>
Co-authored-by: Xinyu Zhou <i@sourcehut.net>
Co-committed-by: Xinyu Zhou <i@sourcehut.net>
2022-12-20 17:18:44 +08:00
techknowlogick 34276c3f3d some format
bold some sentence

revert bold
2022-10-30 09:40:34 -04:00
Lunny Xiao 8a3e9f0222
Post A message from Lunny on Gitea Ltd. and the Gitea project 2022-10-30 18:47:55 +08:00
techknowlogick 39aa6011bb fix markdown link 2022-10-26 12:42:40 +08:00
techknowlogick 2aba78f327 add announcement 2022-10-25 21:22:51 -04:00
techknowlogick 65c4861045 Update 'content/post/release-of-1.17.3.md' 2022-10-16 10:07:50 +08:00
John Olheiser 13571cc5d3 Blog for 1.17.3 (#214)
WIP until changelog is fully merged and security thanks are added

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-on: https://gitea.com/gitea/blog/pulls/214
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-10-16 10:07:20 +08:00
John Olheiser bbf3f3dfd0 Add breaking change to 1.17.2 (#213)
![image](https://gitea.com/attachments/22e7ba8a-838f-4d9f-9d10-86146a607b54)

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/213
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-09-07 23:30:38 +08:00
John Olheiser 255f65cc8b Blog 1.17.2 (#212)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/212
Reviewed-by: ya! <ya@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-09-07 14:21:28 +08:00
John Olheiser 065d93f2d6 Update security thanks for 1.17.1 (#203)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/203
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-08-23 09:51:45 +08:00
techknowlogick e66677978b rename primary branch 2022-08-22 23:51:32 +08:00
John Olheiser 4e89966dd6 Blog for 1.17.1 (#202)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/202
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-08-19 05:09:11 +08:00
Norwin 4447efbc57 fixes for 1.17.0 release (#200)
Reviewed-on: https://gitea.com/gitea/blog/pulls/200
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.io>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2022-07-31 22:02:23 +08:00
Norwin f3114dbd09 Blog for Gitea 1.17.0 (#199)
Reviewed-on: https://gitea.com/gitea/blog/pulls/199
Reviewed-by: delvh <delvh@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2022-07-31 20:23:44 +08:00
John Olheiser 98a845dcd2 Gitea v1.16.9 (#198)
Reviewed-on: https://gitea.com/gitea/blog/pulls/198
Reviewed-by: delvh <delvh@noreply.gitea.io>
Reviewed-by: Gusted <williamzijl7@hotmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-07-13 05:27:26 +08:00
dachary cd316f5acb A gentle introduction to the gitea doctor (#197)
Reviewed-on: https://gitea.com/gitea/blog/pulls/197
Reviewed-by: delvh <delvh@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: dachary <dachary@noreply.gitea.io>
Co-committed-by: dachary <dachary@noreply.gitea.io>
2022-06-15 17:59:24 +08:00
Lunny Xiao bbad11e129 Blog for 1.16.8 (#195)
Reviewed-on: https://gitea.com/gitea/blog/pulls/195
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-05-24 15:28:58 +08:00
techknowlogick 0c70087f02 simplify config 2022-05-17 09:03:17 +08:00
techknowlogick 8fcb39224d minor cleanup 2022-05-15 01:21:08 -04:00
John Olheiser b3c9a9f7db Blog 1.16.7 (#193)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/193
Reviewed-by: Gusted <williamzijl7@hotmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-committed-by: John Olheiser <john.olheiser@gmail.com>
2022-05-04 03:27:33 +08:00
6543 31c464fa6a Add tutorial how to render jupyter notebooks (#191)
continue work of #164

Co-authored-by: HarvsG <harvsg@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitea/blog/pulls/191
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Gusted <williamzijl7@hotmail.com>
2022-04-28 18:59:59 +08:00
6543 e4f9c64cd4 gitea v1.16.6 released (#192)
as title

Reviewed-on: https://gitea.com/gitea/blog/pulls/192
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2022-04-21 11:23:56 +08:00
techknowlogick 809d55ee6a point to gitea.com for author links 2022-04-21 04:29:57 +08:00
techknowlogick d61340f561 add blog post about running on fly.io (#190)
Reviewed-on: https://gitea.com/gitea/blog/pulls/190
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Gusted <williamzijl7@hotmail.com>
2022-04-21 02:03:50 +08:00
Andrew Thornton ddb6ae49e3 Release of v1.16.5 (#189)
Blog post for the release of v1.16.5.

Reviewed-on: https://gitea.com/gitea/blog/pulls/189
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
2022-03-27 14:35:48 +08:00
Lunny Xiao cf4004d5b6 Update the release doc of v1.16.4 (#188)
Reviewed-on: https://gitea.com/gitea/blog/pulls/188
Reviewed-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-03-24 01:06:44 +08:00
6543 6c8cf10e44 Release gitea v1.16.4 (#187)
as title

Reviewed-on: https://gitea.com/gitea/blog/pulls/187
Reviewed-by: Gusted <williamzijl7@hotmail.com>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2022-03-17 08:40:01 +08:00
techknowlogick 6cf3d60d35 Update 'content/post/release-of-1.16.2-and-1.16.3.md' 2022-03-04 00:45:09 +08:00
Lunny Xiao 27a390db54 blog for v1.16.2 & v1.16.3 (#186)
As title.

Reviewed-on: https://gitea.com/gitea/blog/pulls/186
Reviewed-by: Gusted <williamzijl7@hotmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-03-03 22:54:36 +08:00
Andrew Thornton 5aaf31433f update 1.16.1 changelog (#185)
Update the 1.16.1 changelog

Reviewed-on: https://gitea.com/gitea/blog/pulls/185
2022-02-06 20:43:12 +08:00
Andrew Thornton f04e20d404 Add Blog post for 1.16.0 and 1.16.1 (#184)
Combined blog post for 1.16.0 and 1.16.1

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/184
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
2022-02-05 21:37:49 +08:00