Matteo Settenvini matteo
matteo pushed to main at matteo/serves3 2024-09-28 03:08:58 +02:00
373b141346 chore: update dependencies to latest versions
matteo pushed to main at matteo/work-it-out 2024-09-02 13:32:15 +02:00
74ed1f9d09 story: add intro
matteo pushed to main at matteo/work-it-out 2024-09-01 23:42:38 +02:00
5bc5faa6ef Prepare to handle discussions in story
matteo pushed to main at matteo/work-it-out 2024-09-01 14:29:07 +02:00
7eec6ce4da Add story basic framework
matteo pushed to main at matteo/work-it-out 2024-08-31 22:00:27 +02:00
7701e7119f Minor refactoring
matteo pushed to main at matteo/work-it-out 2024-08-31 16:51:57 +02:00
cb5edfe635 Initial skeleton
matteo created branch main in matteo/work-it-out 2024-08-31 16:51:57 +02:00
matteo created repository matteo/work-it-out 2024-08-31 16:51:42 +02:00
matteo pushed to main at matteo/serves3 2024-06-22 16:50:15 +02:00
e3aca4fe72 Improve README and install some extra files via CMake
matteo pushed to main at matteo/serves3 2024-06-13 05:53:45 +02:00
804ab6ef36 cargo deny: modernize config, bump deps
matteo deleted branch hackathon_slash_fix_erik_and_eren from eay/serves3 2024-06-12 12:05:39 +02:00
matteo pushed to main at matteo/serves3 2024-06-12 12:05:39 +02:00
59c0543fd2 Merge pull request 'Fix listing of S3 prefixes not terminated by a slash' (#3) from eay/serves3:hackathon_slash_fix_erik_and_eren into main
cf98738a0d Fixed redirection to paths not ending with a slash
dcd3c10bdd Refactor size helper function in its own module
4defbcec1f Reimplement config parsing, add integration tests
ed3a1fbfe9 Fixes for requested changes and url rewrite logic now handled by JS since trailing slash is more related to HTML rendering
Compare 6 commits »
matteo merged pull request matteo/serves3#3 2024-06-12 12:05:38 +02:00
Fix listing of S3 prefixes not terminated by a slash
matteo closed issue matteo/serves3#2 2024-06-12 12:05:38 +02:00
URLs to directories not ending with a slash are not redirected properly
matteo pushed to hackathon_slash_fix_erik_and_eren at eay/serves3 2024-06-02 16:55:29 +02:00
dcd3c10bdd Refactor size helper function in its own module
matteo commented on pull request matteo/serves3#3 2024-06-02 16:52:02 +02:00
Fix listing of S3 prefixes not terminated by a slash

@eay I refactored the code to add integration tests and a more sane structure.

However, I don't seem to be able to reproduce the original problem anymore with my tests.

Could you try on your…

matteo pushed to hackathon_slash_fix_erik_and_eren at eay/serves3 2024-06-02 16:47:55 +02:00
4defbcec1f Reimplement config parsing, add integration tests
matteo pushed to hackathon_slash_fix_erik_and_eren at eay/serves3 2024-06-02 16:44:14 +02:00
73da6a8f5f Reimplement config parsing, add integration tests
matteo pushed to main at matteo/_cargo-index 2024-06-02 00:45:50 +02:00
5b96136983 Initialize Cargo Config
matteo commented on pull request matteo/serves3#3 2024-04-19 09:49:28 +02:00
Fix listing of S3 prefixes not terminated by a slash

Remove comment