Commit Graph

6 Commits (a34e0d477eb8bcc9acc5b3df44f843bf636b173a)

Author SHA1 Message Date
Nutomic afac3ee7ff
Skip fragile API tests (#3723)
* Skip fragile API tests

These tests fail very often for no reason, eg in #3712 and #3696.
Better to disable them until they can be fixed.

* killall -s1
1 year ago
phiresky b35757b429
Improve api response times by doing send_activity asynchronously (#3493)
* do send_activity after http response

* move to util function

* format

* fix prometheus

* make synchronous federation configurable

* cargo fmt

* empty

* empty

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
Charles Hall 4e5798852f
make shebangs posix compliant (#2974)
Previously, these scripts wouldn't work on exotic systems such as NixOS.

```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```
1 year ago
Felix Ableitner 66946117e1 Upgrade Rust version 4 years ago
Dessalines 179709cc09 Fixing drone tests. 4 years ago
Felix Ableitner e492cce206 Allow running docker-less federation tests locally 4 years ago