steffo pushed to feature/apub-inbox at unimore/tirocinio-canali-steffo-acrate 2024-12-17 09:31:45 +00:00
77ce4e7159 IDEA: Mark acrate_astreams/tests as test source
1a9c917913 IDEA: Group runConfigurations in folders
b43c000a9e astreams: Add dependencies that will be useful later
ea9f372229 astreams: Merge core and extended into activitystreams
e47fdd9bf1 astreams: Add examples from ActivityStreams spec to tests
Compare 7 commits »
steffo commented on pull request unimore/tirocinio-canali-steffo-acrate#8 2024-12-16 10:00:43 +00:00
Create apub_astreams crate
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-16 03:26:31 +00:00
81fdba7e57 IDEA: Add Doc run config
steffo pushed to feature/apub-inbox at unimore/tirocinio-canali-steffo-acrate 2024-12-16 03:25:20 +00:00
949da91cb7 astreams: Create crate
d5064a2c14 apub_inbox: Add /inbox route
Compare 2 commits »
steffo commented on pull request unimore/tirocinio-canali-steffo-acrate#8 2024-12-16 03:04:50 +00:00
Create apub_astreams crate
steffo created pull request unimore/tirocinio-canali-steffo-acrate#8 2024-12-16 01:33:59 +00:00
WIP: Create apub_inbox crate
steffo pushed to feature/apub-inbox at unimore/tirocinio-canali-steffo-acrate 2024-12-16 01:33:18 +00:00
e72fa092fb apub_inbox: Add /.healthcheck route
f1fd63d13a docker: Rename ACRATE_WEBFINGER_BIND_ADDRESS to ACRATE_RDSERVER_BIND_ADDRESS
f0f36f1e3f docker: Add apub_inbox to the compose.yml file
0ee664f6d0 docker: Add caddy configuration for apub_inbox
59162c8c13 docker: Add mergeable config exposing ports for debugging
Compare 7 commits »
steffo created branch feature/apub-inbox in unimore/tirocinio-canali-steffo-acrate 2024-12-16 01:04:38 +00:00
steffo pushed to feature/apub-inbox at unimore/tirocinio-canali-steffo-acrate 2024-12-16 01:04:38 +00:00
5a746dd7b2 apub_inbox: Create basic structure
8ef530658f rdserver: Rename variable to ACRATE_RDSERVER_BIND_ADDRESS
c0fb191581 rdserver: Mention what server is being started in logs
0523e6c647 Add apub_inbox to the README
bdaa68e73f apub_inbox: Create crate
Compare 5 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-16 01:03:00 +00:00
b0bb31bba0 rd: Don't downgrade to HTTP' (#7)
48c3b9911b nodeinfo: Fix typo in test
4bc776c3fd nodeinfo: Rename test! macro to test_version!
ded9fe564e Tests: Replace ice.frieren.quest with meow.company
69f5232ab9 rd: Only get resource descriptors via the specified protocol, without downgrading to HTTP
Compare 7 commits »
steffo deleted branch feature/rd-no-downgrade from unimore/tirocinio-canali-steffo-acrate 2024-12-16 01:03:00 +00:00
steffo merged pull request unimore/tirocinio-canali-steffo-acrate#7 2024-12-16 01:02:59 +00:00
`rd`: Don't downgrade to HTTP
steffo created pull request unimore/tirocinio-canali-steffo-acrate#7 2024-12-16 01:02:46 +00:00
rd: Don't downgrade to HTTP
48c3b9911b nodeinfo: Fix typo in test
4bc776c3fd nodeinfo: Rename test! macro to test_version!
ded9fe564e Tests: Replace ice.frieren.quest with meow.company
69f5232ab9 rd: Only get resource descriptors via the specified protocol, without downgrading to HTTP
64c3557327 rd: Remove host-meta mention
Compare 5 commits »
steffo created branch feature/rd-no-downgrade in unimore/tirocinio-canali-steffo-acrate 2024-12-13 04:26:39 +00:00
67433b43be rd: Split GetFetchFailures into single-protocol and multi-prtocol variants
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-13 03:51:11 +00:00
fa699ed380 docker: Update envvar names
steffo deleted branch feature/detach-parse from unimore/tirocinio-canali-steffo-acrate 2024-12-13 03:18:40 +00:00
steffo deleted branch feature/jrd-ser from unimore/tirocinio-canali-steffo-acrate 2024-12-13 03:18:28 +00:00
steffo deleted branch feature/inbox from unimore/tirocinio-canali-steffo-acrate 2024-12-13 03:18:27 +00:00
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-13 03:15:00 +00:00
04b6904400 Update readme
b43cc8aa3e acrate_database: Add connect tests
7e62707e1e IDEA: Add clippy runConfig
Compare 3 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-13 02:12:07 +00:00
9cc0a965cb rdserver: Allow complex types in Clippy lints
69ad3351a8 Fix other clippy lints
def32c87ad Fix various clippy lints
94450f5a88 rdserver: Make use of the connect feature
7b6af31ed5 database: Create connect feature
Compare 5 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-12 03:39:42 +00:00
afdba0f672 Create docker crate' (#6)
6cd7e2d425 IDEA: Add cargo check run configuration
aaae52df8e IDEA: Add docker data source
ef9671562d docker: Expose database port to the host system
257ed5475c rdserver: Slightly improve logging
Compare 9 commits »
steffo deleted branch feature/docker from unimore/tirocinio-canali-steffo-acrate 2024-12-12 03:39:42 +00:00
steffo merged pull request unimore/tirocinio-canali-steffo-acrate#6 2024-12-12 03:39:42 +00:00
Create `docker` crate
steffo created pull request unimore/tirocinio-canali-steffo-acrate#6 2024-12-12 03:35:34 +00:00
Create docker crate
steffo pushed to feature/docker at unimore/tirocinio-canali-steffo-acrate 2024-12-12 03:33:17 +00:00
6cd7e2d425 IDEA: Add cargo check run configuration
aaae52df8e IDEA: Add docker data source
ef9671562d docker: Expose database port to the host system
Compare 3 commits »
steffo created branch feature/docker in unimore/tirocinio-canali-steffo-acrate 2024-12-12 03:15:04 +00:00
steffo pushed to feature/docker at unimore/tirocinio-canali-steffo-acrate 2024-12-12 03:15:04 +00:00
257ed5475c rdserver: Slightly improve logging
9622d3e188 docker: Set up docker staging environment
79fa482b5b rdserver: Upgrade "starting server" log to info
b9bd59dc13 Configure log crate features
0ac7a04477 rdserver: Add .healthcheck route for monitoring purposes
Compare 5 commits »
steffo pushed to main at steffo/shinycode 2024-12-11 11:07:29 +00:00
6f54a2fffc Add MIT license
4e7512dced Add repository metadata
705669811b Commit the base material theme
be9091c60c Split enum uses, members and declarations
799a1578bc Split constants, values, and delimiters
Compare 10 commits »
steffo created branch main in steffo/shinycode 2024-12-11 11:07:28 +00:00
steffo created repository steffo/shinycode 2024-12-11 11:07:04 +00:00
steffo synced commits to refs/pull/4/merge at steffo/todocolors from mirror 2024-12-11 09:24:23 +00:00
998b000089 Alter icon fill
873794eee5 Display AXUM_HOST in logs when starting server
a266d3e6f0 Fix IntelliJ project structure
492acaae12 Remove self-hostable from manifest
Compare 28 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-10 18:10:50 +00:00
d3126f8e2e Remove accidentaly committed file
cd1fc811ff database: Change syntax of impl_to_insert!
Compare 2 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-10 06:15:08 +00:00
16e6d6b97a database: Abstract insert functions with impl_to_insert! macro
steffo synced commits to refs/pull/39/merge at steffo/emblematic from mirror 2024-12-09 13:54:21 +00:00
6d782e8dc3 Bump version to 3.0.1
da1539fce9 Properly end line when image is done
Compare 3 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-12-07 02:47:53 +00:00
d11934952f database: Add insert functions to all Insert structs
steffo pushed to main at starshard/holycow 2024-12-07 01:43:48 +00:00
c5e5d11572 Update project metadata
steffo synced commits to refs/pull/119/merge at steffo/sophon from mirror 2024-12-01 04:24:29 +00:00
3cde4627e0 Update README.md
e3e82264ec Update README.md
6670563fa2 Update README.md
9d21c659f1 Add icon
Compare 7 commits »
steffo synced commits to refs/pull/120/merge at steffo/sophon from mirror 2024-12-01 04:24:29 +00:00
3cde4627e0 Update README.md
e3e82264ec Update README.md
6670563fa2 Update README.md
9d21c659f1 Add icon
Compare 7 commits »
steffo synced commits to refs/pull/123/merge at steffo/sophon from mirror 2024-12-01 04:24:29 +00:00
3cde4627e0 Update README.md
e3e82264ec Update README.md
6670563fa2 Update README.md
9d21c659f1 Add icon
Compare 6 commits »
steffo synced commits to refs/pull/121/merge at steffo/sophon from mirror 2024-12-01 04:24:29 +00:00
3cde4627e0 Update README.md
e3e82264ec Update README.md
6670563fa2 Update README.md
9d21c659f1 Add icon
Compare 7 commits »
steffo synced commits to refs/pull/125/merge at steffo/sophon from mirror 2024-12-01 04:24:29 +00:00
3cde4627e0 Update README.md
e3e82264ec Update README.md
6670563fa2 Update README.md
9d21c659f1 Add icon
Compare 6 commits »
steffo synced commits to refs/pull/122/merge at steffo/sophon from mirror 2024-12-01 04:24:29 +00:00
3cde4627e0 Update README.md
e3e82264ec Update README.md
6670563fa2 Update README.md
9d21c659f1 Add icon
Compare 6 commits »
steffo pushed to main at starshard/holycow 2024-11-30 23:22:14 +00:00
a9cb7c7f74 WHATT
steffo pushed to main at starshard/holycow 2024-11-30 23:15:17 +00:00
4e2ca122c2 WHAT
steffo pushed to main at starshard/holycow 2024-11-30 22:34:39 +00:00
57859b514f Deployment stuff
steffo pushed to main at starshard/holycow 2024-11-30 22:27:20 +00:00
a9468c6970 Improve Cargo.toml
2ce05d4f36 Fix unused dependency inspection
1852467535 Update README
9d3e07aa42 licens
2e35b8cfc6 gjdfioghsdfuighjdfsg
Compare 10 commits »
steffo created branch main in starshard/holycow 2024-11-30 22:27:20 +00:00
steffo created repository starshard/holycow 2024-11-30 22:27:06 +00:00