Commit graph

5 commits

Author SHA1 Message Date
R. Aidan Campbell
62a891e7f6
setting log level for tests now uses logrus' exported type instead of the string value, to guarantee error isn't possible 2021-10-10 17:20:53 -07:00
R. Aidan Campbell
9ab16632de
test suites should also directly use the global logrus logger 2021-10-10 15:10:02 -07:00
R. Aidan Campbell
1f7049a7c3
reference logrus' global logger instead of passing and storing a logger reference everywhere 2021-10-10 07:49:50 -07:00
tobi
add6eb6e2b
Gin logging (#165)
* start messing around with logger

* more messing about

* fix error with instance not created on startup (#156)

* set logger

* log user agent

* finalize logging

* go fmt

* start messing around with logger

* more messing about

* set logger

* log user agent

* finalize logging

* go fmt
2021-08-27 13:26:45 +02:00
Tobi Smethurst
32c5fd987a
Api/v1/statuses (#11)
This PR adds:
Statuses

    New status creation.
    View existing status
    Delete a status
    Fave a status
    Unfave a status
    See who's faved a status

Media

    Upload media attachment and store/retrieve it
    Upload custom emoji and store/retrieve it

Fileserver

    Serve files from storage

Testing

    Test models, testrig -- run a GTS test instance and play around with it.
2021-04-19 19:42:19 +02:00