1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-28 00:38:53 +02:00

Commit graph

  • 6800e5fd18
    build book in ci, deploy it to gitlab pages Charles Hall 2024-03-14 20:27:44 -0700
  • 4f8d3953b3
    add nix output for the book Charles Hall 2024-03-14 20:19:02 -0700
  • 425660472c
    docs: build docs using mdBook Samuel Meenzen 2024-03-13 18:01:41 +0100
  • 41a6bb5ca5 Merge branch 'next' into 'morg-notary' Val Lorentz 2024-03-13 06:25:40 +0000
  • ab98b52b21 Merge branch 'remove-log-modification' into 'next' Charles Hall 2024-03-12 22:06:32 +0000
  • ac22b1bed1
    allow including extra info in --version output Charles Hall 2024-03-11 20:11:59 -0700
  • 741ca63e94 Merge branch 'argparse' into 'next' Charles Hall 2024-03-11 18:03:39 +0000
  • 9a81a49c6a
    Add argument parser for the conduit executable Max Cohen 2022-09-25 10:59:19 +0200
  • c42aeb506f Merge branch 'ci/avoid-duplicate-pipelines' into 'next' Charles Hall 2024-03-11 14:34:09 +0000
  • 4af691d737
    fix(ci): avoid duplicate pipelines Samuel Meenzen 2024-03-11 11:43:05 +0100
  • 88fbd5b294 Merge branch 'rename-rocksdb-crate' into 'next' Charles Hall 2024-03-11 07:03:53 +0000
  • d1bc7fcfd2
    rename the rust-rocksdb crate to just rocksdb Charles Hall 2024-03-10 23:39:02 -0700
  • dc89fbed3a
    document log config syntax, don't give example Charles Hall 2024-03-10 22:38:02 -0700
  • 516876f8ef
    remove final reference to sled in log config Charles Hall 2024-03-10 22:37:22 -0700
  • ed5bd23255
    remove explicit references to log config Charles Hall 2024-03-10 22:36:48 -0700
  • 5f053a9357
    link to example config instead of copying it Charles Hall 2024-03-10 22:34:25 -0700
  • 9ff9e85ebe
    add newline to end of file Charles Hall 2024-03-10 22:33:54 -0700
  • daed4cdddf
    Remove log config modification tezlm 2023-10-14 06:20:29 -0700
  • 086c4daa38 Merge branch 'update-rocksdb' into 'next' Charles Hall 2024-03-11 04:51:40 +0000
  • 10f3f9da49
    switch/update rocksdb crate Charles Hall 2024-01-28 15:47:37 -0800
  • fa930182ae
    fix(appservices): don't panic on empty registration url Matthias Ahouansou 2023-12-27 13:22:21 +0000
  • a095e02d04 Merge branch 'ci/optional-artifacts' into 'next' Charles Hall 2024-03-07 18:33:14 +0000
  • 0d2f1348da
    feat: run ci on demand to prevent unnecessary job executions Samuel Meenzen 2024-03-06 11:47:15 +0100
  • 20bb214d7e Merge branch 'ci-efficiency' into 'next' Charles Hall 2024-03-06 00:17:39 +0000
  • ae69da635b
    allow overriding the attic endpoint Charles Hall 2024-03-04 23:47:46 -0800
  • d411e9037c
    upload all devshell inputs to the cache Charles Hall 2024-03-05 12:05:50 -0800
  • d5a9c6ac32
    use nix-built binary to produce debian package Charles Hall 2024-03-04 23:12:17 -0800
  • 4e09c9e58a
    build all nix-based artifacts in a single job Charles Hall 2024-03-04 20:38:57 -0800
  • 6281c64c33
    upgrade nixos/nix image Charles Hall 2024-03-04 20:44:15 -0800
  • 4f352a711a
    add trailing newline to file Charles Hall 2024-03-04 20:42:58 -0800
  • 10b7b174b6
    fix documented target triple Charles Hall 2024-03-04 20:49:41 -0800
  • e70f33741c
    update flake.lock Charles Hall 2024-03-04 22:40:47 -0800
  • 161ad8f9a4
    update to latest crane before a regression Charles Hall 2024-03-04 22:37:23 -0800
  • 732d331847 Merge branch 'async-mutex-guards' into 'next' Timo Kösters 2024-03-05 22:19:27 +0000
  • ee7efdd403
    typo: as -> has Matthias Ahouansou 2024-03-05 20:31:40 +0000
  • 07bb369c5c
    perf: remove unnecessary async Matthias Ahouansou 2024-03-05 20:20:19 +0000
  • 17dd8cb918
    style: rename Sync(Mutex|RwLock) to Std(Mutex|RwLock) Matthias Ahouansou 2024-03-05 20:15:11 +0000
  • e33d8430d3
    typo: colsures -> closures Matthias Ahouansou 2024-03-05 20:00:22 +0000
  • c58af8485d
    revert: remove dependency on async_recursion Matthias Ahouansou 2024-03-05 19:58:39 +0000
  • becaad677f
    refactor: use async-aware RwLocks and Mutexes where possible Matthias Ahouansou 2024-03-05 14:22:54 +0000
  • 57575b7c6f Merge branch 'dont-give-guests-admin' into 'next' Timo Kösters 2024-03-04 17:00:14 +0000
  • a0e6dc7858 Update file DEPLOY.md Soren van den Berg 2024-03-04 14:58:27 +0000
  • 4934020ee7
    style: remove unnecessary else block Matthias Ahouansou 2024-03-04 09:32:21 +0000
  • 7bb480ceb8 Merge branch 'readme' into 'next' Timo Kösters 2024-03-03 23:13:47 +0000
  • da5975d727 fix: avoid panics when admin room is not available Matthias Ahouansou 2024-03-03 22:42:24 +0000
  • 56a57d5489 docs: small fixes for the README Timo Kösters 2024-03-03 15:55:34 +0100
  • e06e15d4ec
    fix(accounts): don't give guests admin Matthias Ahouansou 2024-03-03 11:26:18 +0000
  • 18e684b92e Merge branch 'performance' into 'next' Timo Kösters 2024-03-02 15:20:21 +0000
  • a159fff08a
    improvement: deactivate old presence code because it slows down sync Timo Kösters 2024-02-29 10:28:38 +0100
  • 62dda7a43f
    improvement: delete old rocksdb LOG files Timo Kösters 2024-02-29 10:28:06 +0100
  • 99ab234f40
    Merge branch 'fixes' into 'next' Timo Kösters 2024-02-28 16:19:48 +0000
  • e83416bb5a
    Merge branch 'fixnginx' into 'next' Timo Kösters 2024-02-28 16:09:55 +0000
  • 726b6f0fa6
    Fixed nginx proxy_pass directive olly1240 2023-10-24 11:56:49 +0000
  • d7fd89df49
    fix: avoid panic when client is confused about rooms Timo Kösters 2024-02-28 16:24:26 +0100
  • f4e57fdb22
    Avoid federation when it is not necessary Timo Kösters 2024-02-01 12:05:59 +0100
  • 4f096adcfa Merge branch 'bump-ruma' into 'next' Timo Kösters 2024-02-25 19:35:54 +0000
  • 21a5fa3ef0 refactor: use re-exported JsOption from ruma rather than directly adding it as a dependency Matthias Ahouansou 2024-02-25 10:30:30 +0000
  • b27e9ea95c chore: bump ruma to latest commit (as of 2024-02-25) Matthias Ahouansou 2024-02-25 08:49:20 +0000
  • 8aa915acb9 bump ruma, support deprecated user login field Matthias Ahouansou 2024-02-23 20:29:17 +0000
  • ace9637bc2 replace unwraps with expects Matthias Ahouansou 2024-02-23 19:39:30 +0000
  • be1e2e9307 Merge branch 'ci/push-dockerhub' into 'next' Charles Hall 2024-02-18 01:36:50 +0000
  • 1c6a4b1b24 feat(ci): push oci-image to docker hub Samuel Meenzen 2024-02-18 01:36:50 +0000
  • 976a73a0e5 style: appease rustfmt Matthias Ahouansou 2024-02-16 21:19:40 +0000
  • 4c06f329c4 refactor: appease clippy Matthias Ahouansou 2024-02-16 21:13:59 +0000
  • d841b81c56 chore: update Cargo.lock Matthias Ahouansou 2024-02-16 20:52:19 +0000
  • e707084345 chore: bump ruma to latest commit (as of 2024-02-16) Matthias Ahouansou 2024-02-16 20:52:07 +0000
  • 6dcc8b6cf1 bump ruma to latest commit (syncv3 JsOption and push optional power levels) strawberry 2024-01-07 21:21:13 -0500
  • a2ac491c54 bump ruma, add wrong room keys error code, tiny logging change strawberry 2023-11-25 12:42:05 -0500
  • 72a13d8353 Merge branch 'flake-compat' into 'next' Charles Hall 2024-02-02 03:32:41 +0000
  • 3a63f9dfb6
    feat: support non-flake users Raito Bezarius 2024-02-02 03:50:49 +0100
  • f4f2d05b5b Merge branch 'update-ring' into 'next' Timo Kösters 2024-02-01 10:45:28 +0000
  • c3c7bcb2ed Merge branch 'publish-oci-image' into 'next' Charles Hall 2024-01-30 17:04:48 +0000
  • d6c57f9b2e Publish oci image to the gitlab registry Samuel Meenzen 2024-01-30 17:04:47 +0000
  • 7fb9e99649
    update ring and jsonwebtoken to remove ring ^0.16 Charles Hall 2024-01-29 16:08:29 -0800
  • 1274b48ebb
    run cargo update Charles Hall 2024-01-29 15:54:31 -0800
  • 0a281e81a5 Merge branch 'fix-oci-image-cross' into 'next' Charles Hall 2024-01-29 23:50:56 +0000
  • a43bde69fa
    pass pkgsCrossStatic to mkOciImage, not pkgsHost Charles Hall 2024-01-29 15:34:16 -0800
  • 986343877c Merge branch 'artifact-links' into 'next' Charles Hall 2024-01-29 23:04:24 +0000
  • 2d47710b55
    update DEPLOY.md with new build links Charles Hall 2024-01-29 14:50:30 -0800
  • 10542a1d70 Merge branch 'use-upstream-crane' into 'next' Charles Hall 2024-01-28 21:54:38 +0000
  • c167f7a6ad
    switch crane input back to upstream Charles Hall 2024-01-28 13:31:03 -0800
  • 5787a70bab Merge branch 'fix-complement' into 'next' Charles Hall 2024-01-28 03:21:04 +0000
  • cf8f1f2546
    make a bunch of changes so complement works again Charles Hall 2023-12-24 00:51:26 -0800
  • 3c2fc4a4c6 Merge branch 'oci-image-ca-certs' into 'next' Charles Hall 2024-01-27 20:37:21 +0000
  • dffd771e7c
    add ca certificates to the OCI image Charles Hall 2024-01-27 12:23:57 -0800
  • 4da8c7e282 Merge branch 'docker-tag' into 'next' Charles Hall 2024-01-27 05:55:08 +0000
  • 0df5d18fd6
    change docker tag back to next Charles Hall 2024-01-26 21:38:13 -0800
  • 825ceac1c3 Merge branch 'update-rust' into 'next' Charles Hall 2024-01-26 18:27:47 +0000
  • 3e389256f5
    switch lint config to manifest-lint feature Charles Hall 2024-01-26 00:11:14 -0800
  • a7892a28ec
    refer directly to stdenv since it's in scope Charles Hall 2024-01-25 22:00:32 -0800
  • 9453dbc740
    update rust toolchain Charles Hall 2024-01-25 20:33:15 -0800
  • bf48c10d28 Merge branch 'cross' into 'next' Charles Hall 2024-01-26 04:12:15 +0000
  • 7c1a3e41d9
    add package to build an aarch64 oci image Charles Hall 2024-01-25 19:38:25 -0800
  • 2a04a361e0
    break oci image builder into a function Charles Hall 2024-01-25 19:36:17 -0800
  • 0e8e4f1083
    add static cross to aarch64-unknown-linux-musl Charles Hall 2024-01-23 11:49:52 -0800
  • 81ae579b25
    add static cross to x86_64-unknown-linux-musl Charles Hall 2024-01-23 11:22:18 -0800
  • 3a3cafe912
    preempt cross problems by using my crane fork Charles Hall 2024-01-23 21:29:03 -0800
  • d29591d47d
    group packages in attrset literal Charles Hall 2024-01-22 23:07:30 -0800
  • 67d280dd2e
    factor package expression into a function Charles Hall 2024-01-22 22:56:00 -0800
  • 3ac9be5a78
    add x86_64-unknown-linux-gnu Charles Hall 2024-01-23 11:10:23 -0800