Commit graph

202 commits

Author SHA1 Message Date
c972fbff31
apub_inbox: Use web_server! macro 2024-12-18 16:57:24 +01:00
5b62ff6ff7
utils: Reduce logging 2024-12-18 16:24:44 +01:00
e2687011eb
utils: Allow zero templates and routes 2024-12-18 16:23:18 +01:00
72f12b6de7
Merge branch 'main' into feature/apub-inbox
# Conflicts:
#	.idea/acrate.iml
#	Cargo.toml
#	acrate_rdserver/src/config.rs
#	acrate_rdserver/src/main.rs
2024-12-18 16:05:32 +01:00
da7ec46cbe
utils: Create and use crate (#9)
Reviewed-on: #9
2024-12-18 15:03:13 +00:00
bdd7cfc84e
rdserver: Use web_server! macro 2024-12-18 15:59:42 +01:00
6cc87e896d
utils: Create and use web_server! macro 2024-12-18 15:59:32 +01:00
f9daa6afee
utils: Create crate 2024-12-18 13:25:49 +01:00
74e36f7a85
astreams: Make macro to test examples 2024-12-17 12:44:39 +01:00
77ce4e7159
IDEA: Mark acrate_astreams/tests as test source 2024-12-17 10:31:36 +01:00
1a9c917913
IDEA: Group runConfigurations in folders 2024-12-17 10:31:19 +01:00
b43c000a9e
astreams: Add dependencies that will be useful later 2024-12-17 10:30:56 +01:00
ea9f372229
astreams: Merge core and extended into activitystreams 2024-12-17 10:30:39 +01:00
e47fdd9bf1
astreams: Add examples from ActivityStreams spec to tests 2024-12-17 10:30:12 +01:00
a50f967fdf
database: Rename test file to integration_tests for consistency 2024-12-17 09:02:19 +01:00
f4ed66b42f
astreams: Update structure 2024-12-17 08:39:12 +01:00
81fdba7e57
IDEA: Add Doc run config 2024-12-16 04:26:18 +01:00
949da91cb7
astreams: Create crate 2024-12-16 04:25:12 +01:00
d5064a2c14
apub_inbox: Add /inbox route 2024-12-16 02:56:44 +01:00
e72fa092fb
apub_inbox: Add /.healthcheck route 2024-12-16 02:32:19 +01:00
f1fd63d13a
docker: Rename ACRATE_WEBFINGER_BIND_ADDRESS to ACRATE_RDSERVER_BIND_ADDRESS 2024-12-16 02:31:03 +01:00
f0f36f1e3f
docker: Add apub_inbox to the compose.yml file 2024-12-16 02:29:52 +01:00
0ee664f6d0
docker: Add caddy configuration for apub_inbox 2024-12-16 02:29:39 +01:00
59162c8c13
docker: Add mergeable config exposing ports for debugging 2024-12-16 02:29:05 +01:00
c3309d737f
docker: Remove localhost exposed ports from the default config 2024-12-16 02:28:48 +01:00
0b210c0d1f
docker: Add apub_inbox target 2024-12-16 02:28:12 +01:00
5a746dd7b2
apub_inbox: Create basic structure 2024-12-16 02:04:25 +01:00
8ef530658f
rdserver: Rename variable to ACRATE_RDSERVER_BIND_ADDRESS 2024-12-16 02:04:25 +01:00
c0fb191581
rdserver: Mention what server is being started in logs 2024-12-16 02:04:25 +01:00
0523e6c647
Add apub_inbox to the README 2024-12-16 02:04:25 +01:00
bdaa68e73f
apub_inbox: Create crate 2024-12-16 02:04:25 +01:00
b0bb31bba0
rd: Don't downgrade to HTTP' (#7)
Reviewed-on: #7
2024-12-16 01:02:58 +00:00
48c3b9911b
nodeinfo: Fix typo in test 2024-12-16 01:59:59 +01:00
4bc776c3fd
nodeinfo: Rename test! macro to test_version! 2024-12-16 01:58:22 +01:00
ded9fe564e
Tests: Replace ice.frieren.quest with meow.company 2024-12-16 01:57:58 +01:00
69f5232ab9
rd: Only get resource descriptors via the specified protocol, without downgrading to HTTP 2024-12-16 01:56:18 +01:00
64c3557327
rd: Remove host-meta mention 2024-12-16 01:36:15 +01:00
67433b43be
rd: Split GetFetchFailures into single-protocol and multi-prtocol variants 2024-12-13 05:26:26 +01:00
fa699ed380
docker: Update envvar names 2024-12-13 04:48:42 +01:00
04b6904400
Update readme 2024-12-13 04:14:44 +01:00
b43cc8aa3e
acrate_database: Add connect tests 2024-12-13 04:06:26 +01:00
7e62707e1e
IDEA: Add clippy runConfig 2024-12-13 03:41:08 +01:00
9cc0a965cb
rdserver: Allow complex types in Clippy lints 2024-12-13 03:07:54 +01:00
69ad3351a8
Fix other clippy lints 2024-12-13 03:07:36 +01:00
def32c87ad
Fix various clippy lints 2024-12-13 03:03:30 +01:00
94450f5a88
rdserver: Make use of the connect feature 2024-12-13 02:59:05 +01:00
7b6af31ed5
database: Create connect feature 2024-12-13 02:43:06 +01:00
afdba0f672
Create docker crate' (#6)
Reviewed-on: #6
2024-12-12 03:39:41 +00:00
6cd7e2d425
IDEA: Add cargo check run configuration 2024-12-12 04:33:11 +01:00
aaae52df8e
IDEA: Add docker data source 2024-12-12 04:32:54 +01:00