floatingghost
floatingghost created pull request AkkomaGang/akkoma#796 2024-06-09 17:47:51 +00:00
WIP: pool timeouts/rich media cherry-picks
floatingghost created branch pool-timeouts in AkkomaGang/akkoma 2024-06-09 17:45:53 +00:00
floatingghost pushed to pool-timeouts at AkkomaGang/akkoma 2024-06-09 17:45:53 +00:00
c65379afea attempt to fix some tests
16bed0562d Fix tests
a801dd7b07 Fix module struct matching
1e86da43f5 Credo
411831458c Credo
Compare 10 commits »
floatingghost merged pull request AkkomaGang/akkoma#786 2024-06-07 16:53:23 +00:00
Raise minimum PostgreSQL version to 12
floatingghost pushed to develop at AkkomaGang/akkoma 2024-06-07 16:53:23 +00:00
d1c4b97613 Merge pull request 'Raise minimum PostgreSQL version to 12' (#786) from Oneric/akkoma:psql-min-ver into develop
2180d068ae Raise log level for start failures
a3840e7d1f Raise minimum PostgreSQL version to 12
b17d3dc6d8 Fix changelog
Compare 4 commits »
floatingghost deleted branch psql-min-ver from Oneric/akkoma 2024-06-07 16:53:23 +00:00
floatingghost commented on pull request AkkomaGang/akkoma#786 2024-06-07 16:53:18 +00:00
Raise minimum PostgreSQL version to 12

thankies~

floatingghost commented on pull request AkkomaGang/akkoma#786 2024-06-07 13:00:08 +00:00
Raise minimum PostgreSQL version to 12

heh ok merge conflicto, hooray

floatingghost commented on issue AkkomaGang/akkoma#790 2024-06-07 12:59:39 +00:00
[bug] Rich media parser crashes, resulting in 504 and no posts being shown

thanks for the information ^

i will take a look at it and see how it works

floatingghost pushed to develop at AkkomaGang/akkoma 2024-06-07 12:59:02 +00:00
f8f364d36d Merge pull request 'Handle errors from HTTP requests gracefully' (#791) from wp-embeds into develop
0f65dd3ebe remove pointless logger
38d09cb0ce remove now-pointless clause
c9a03af7c1 Move rescue to the HTTP request itself
0f7ae0fa21 am i baka
Compare 6 commits »
floatingghost deleted branch wp-embeds from AkkomaGang/akkoma 2024-06-07 12:59:02 +00:00
floatingghost closed issue AkkomaGang/akkoma#790 2024-06-07 12:58:58 +00:00
[bug] Rich media parser crashes, resulting in 504 and no posts being shown
floatingghost merged pull request AkkomaGang/akkoma#791 2024-06-07 12:58:58 +00:00
Handle errors from HTTP requests gracefully
floatingghost commented on pull request AkkomaGang/akkoma#791 2024-06-07 12:58:54 +00:00
Handle errors from HTTP requests gracefully

whilst this doesn't perhaps fix the core issues of rich media being on-demand, this will never not be a good idea to have as an emergency catch

future development may include things mentioned…

floatingghost pushed to develop at AkkomaGang/akkoma 2024-06-07 12:57:02 +00:00
329d8fcba8 Merge pull request 'Update PGTune recommendations' (#795) from norm/akkoma:pgtune into develop
e2860e5292 Update PGTune recommendations
Compare 2 commits »
floatingghost deleted branch pgtune from norm/akkoma 2024-06-07 12:57:02 +00:00
floatingghost merged pull request AkkomaGang/akkoma#795 2024-06-07 12:57:01 +00:00
Update PGTune recommendations
floatingghost commented on pull request AkkomaGang/akkoma#795 2024-06-07 12:56:57 +00:00
Update PGTune recommendations

sounds sensible, thanks

floatingghost closed issue AkkomaGang/akkoma#794 2024-06-05 19:57:31 +00:00
[bug] offset parameter doesn't work
floatingghost commented on issue AkkomaGang/akkoma#794 2024-06-05 19:57:30 +00:00
[bug] offset parameter doesn't work

offset is not a valid parameter for this endpoint, due to it being a moving timeline - unsure where you found it documented as being valid

min and max id should be used

we are compatible…