mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-30 18:36:29 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
### What is in this MR
|
|
- E.g. a short explanation of what this MR does.
|
|
|
|
### How to test this MR
|
|
- E.g. a short series of steps on how to test the features/bug fixes in this MR.
|
|
|
|
### Merge Request Checklist
|
|
|
|
- [ ] A changelog entry has been added to `changelog/entries/unreleased` using `changelog/src/changelog.py`
|
|
- [ ] New/updated **Premium/Enterprise features** are separated correctly in the premium or enterprise folder
|
|
- [ ] The latest **Chrome and Firefox** have been used to test any new frontend features
|
|
- [ ] [Documentation](https://gitlab.com/baserow/baserow/-/tree/develop/docs) has been
|
|
updated
|
|
- [ ] [Quality Standards](https://gitlab.com/baserow/baserow/-/blob/develop/CONTRIBUTING.md#quality-standards)
|
|
are met
|
|
- [ ] **Performance**: tables are still fast with 100k+ rows, 100+ field tables
|
|
- [ ] The [redoc API pages](https://api.baserow.io/api/redoc/) have been updated for any
|
|
REST API changes
|
|
- [ ]
|
|
Our [custom API docs](https://gitlab.com/baserow/baserow/-/blob/develop/web-frontend/modules/database/pages/APIDocsDatabase.vue)
|
|
are updated for changes to endpoints accessed via api tokens
|
|
- [ ] The UI/UX has been updated
|
|
following [UI Style Guide](https://baserow.io/style-guide)
|
|
- [ ] Security impact of change has been considered
|