yamashu

Results 7 issues of yamashu

The SQLs to select records from the revision table is a sequential scan. These SQLs use note id as a search key, but there is no index on the note...

### Component/Part Backend realtime note ### Description This PR adds a timer before `RealtimeNote` gets deleted. - adds 3 seconds lifetime to `RealtimeNote` without clients - prevents from creating revision...

### Component/Part editor-page sidebar aliases-modal ### Description This PR improves button's visibility and operability on the aliases modal. Please see [here](https://github.com/hedgedoc/hedgedoc/issues/5087#issuecomment-1888830319) for detailed discussion. - ➕ Add alias button -...

type: feature enhancement
scope: frontend

### Component/Part backend revision ### Description This PR adds note revisions clean-up job. > A new config option HD_REVISION_RETENTION_DAYS that sets the number of days a revision should be kept....

type: feature

### Component/Part backend history ### Description This PR completes the remaining test TODO on HistoryService. ### Steps - [x] Added / updated tests - [x] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/develop/CONTRIBUTING.md)...

- ç”łè«‹ç”æžœé€šçŸ„ăƒĄăƒŒăƒ«ă‚ąăƒ‰ăƒŹă‚čに `[email protected]` ăźă‚ˆă†ă«ă‚šă‚€ăƒȘケă‚čに ID を搫める - そぼăȘいようを zapier ă«ăƒĄăƒŒăƒ«è»ąé€ă™ă‚‹

### Component/Part backend revision ### Description This PR fixes the following feature's bug. ```javascript /** * @async * Purge revision history of a note. * @param {Note} note - the...