Commit Graph

23 Commits

Author SHA1 Message Date
asymmetric
9e9389bd8f
gotosocial: build with kvformat tag (#345175) 2024-09-29 08:05:24 +00:00
Lorenzo Manacorda
7249b5cc22 gotosocial: build with kvformat tag
As done by upstream: https://github.com/superseriousbusiness/gotosocial/blob/main/scripts/build.sh#L9

This prints values better, as well as having a tiny performance benefit.
2024-09-28 22:02:41 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
j.r
0663ce95fd
gotosocial: 0.15.0 -> 0.16.0
See https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.16.0
2024-06-16 15:44:45 +02:00
Weijia Wang
c0e50ded28
Merge pull request #306046 from misuzu/maintainers
{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers
2024-04-27 05:23:55 +02:00
misuzu
4146e6ea38 gotosocial: remove misuzu from maintainers 2024-04-22 19:19:01 +03:00
j.r
f92bbde73f
gotosocial: do not run test for now
Tests seem to be very unstable currently, so we should do them manually
for now, see:
https://github.com/NixOS/nixpkgs/pull/303321#issuecomment-2054023417
2024-04-20 14:12:57 +02:00
j.r
d244dc962d
gotosocial: do not skip TestValidateEmail
It was fixed by https://github.com/superseriousbusiness/gotosocial/pull/2760
2024-04-20 14:11:40 +02:00
j.r
cb0ecfc025
gotosocial: 0.14.2 -> 0.15.0 2024-04-20 14:11:37 +02:00
Blake Smith
e5b3215afd gotosocial: skip more flakey tests
golang 1.21.8 introduced some minor test suite breakages in gotosocial. Skip
these tests for now. See: https://github.com/superseriousbusiness/gotosocial/pull/2760
2024-03-18 11:20:47 +01:00
Blake Smith
d19db11340 gotosocial 0.14.1 -> 0.14.2 2024-03-12 21:11:56 -05:00
Blake Smith
e590114712 gotosocial: 0.13.3 -> 0.14.1 2024-03-09 15:15:01 -06:00
misuzu
88188439fb gotosocial: skip flaky test 2024-02-17 17:16:52 +02:00
Blake Smith
3d78cda04a gotosocial: 0.13.2 -> 0.13.3
Fixes security issues: https://gts.superseriousbusiness.org/@gotosocial/statuses/01HPPFP5RF22STPTAGECQC884H
2024-02-17 21:01:12 +11:00
j.r
4907af4986
gotosocial: 0.13.0 -> 0.13.2
Version 0.13.2 fixes some less severe security issues (see [1]) so this
should be backported.

Replaces #281831
Closes #281659

[1] https://gts.superseriousbusiness.org/@gotosocial/statuses/01HNZ5GF2EM5M899B7RKXYNMH9
2024-02-06 14:19:15 +01:00
Blake Smith
95a91f5afc gotosocial: 0.12.2 -> 0.13.0 2023-12-16 23:40:51 -06:00
nyanotech
572321b4e7
gotosocial: 0.11.1 -> 0.12.2 2023-11-15 06:06:33 -08:00
misuzu
ccb07f39c3 gotosocial: 0.11.0 -> 0.11.1
Diff: https://github.com/superseriousbusiness/gotosocial/compare/refs/tags/v0.11.0...v0.11.1

Changelog: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.11.1
2023-09-27 20:36:27 +03:00
Sam Willcocks
72b3452d94 gotosocial: 0.10.0 -> 0.11.0 2023-08-19 18:50:40 +02:00
misuzu
a1fc813a38 gotosocial: 0.9.0 -> 0.10.0
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.10.0
https://github.com/superseriousbusiness/gotosocial/compare/v0.9.0...v0.10.0
2023-07-21 21:49:04 +03:00
misuzu
45ffb33514 nixos/gotosocial: init
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2023-06-05 09:07:34 +03:00
misuzu
f0fb246118 gotosocial: init at 0.9.0
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2023-06-05 09:06:36 +03:00