docs: update release-checklist
The 1.10.4 release taught us a few new things. They are documented now. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
committed by
Erik Michelson
parent
0a5f4ccefd
commit
f51e402a48
@@ -110,7 +110,7 @@ and put this into your config:
|
||||
"password": "hd1db",
|
||||
"database": "hd1db",
|
||||
"host": "localhost",
|
||||
"port": "5432",
|
||||
"port": "3306",
|
||||
"dialect": "mariadb"
|
||||
},
|
||||
```
|
||||
@@ -145,6 +145,26 @@ Click in them an try to play around with them. Don't just check they exist and s
|
||||
|
||||
- [ ] Testing each option if it works
|
||||
|
||||
```
|
||||
---
|
||||
title: yaml metadata testing
|
||||
description: This is a test description
|
||||
tags: features, cool, updated
|
||||
robots: noindex, nofollow
|
||||
lang: en-US
|
||||
dir: rtl
|
||||
breaks: false
|
||||
type: slide
|
||||
slideOptions:
|
||||
transition: fade
|
||||
theme: white
|
||||
opengraph:
|
||||
title: Special title for OpenGraph protocol
|
||||
image: https://dummyimage.com/600x600/000/fff
|
||||
image:type: image/png
|
||||
---
|
||||
```
|
||||
|
||||
### GDPR features
|
||||
|
||||
- [ ] Delete account works
|
||||
@@ -195,11 +215,13 @@ Click in them an try to play around with them. Don't just check they exist and s
|
||||
"scope": "openid profile user",
|
||||
"userProfileUsernameAttr": "preferred_username",
|
||||
"userProfileEmailAttr": "email",
|
||||
"userProfileDisplayNameAttr": "name"
|
||||
"userProfileDisplayNameAttr": "name",
|
||||
"pkce": true
|
||||
}
|
||||
```
|
||||
- [ ] GitHub
|
||||
- [ ] Rate-limiting for basic user/password
|
||||
- [ ] Rate-limiting for basic user/password (try to login with e.g. test@example.com and invalid password about 10 to 15 times in a row -> you should receive a message "Too many requests" at some point)
|
||||
|
||||
|
||||
## Release:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user