Commit Graph

40 Commits

Author SHA1 Message Date
Maximilian Bosch
1b4d03e767 treewide: Drop a lot of dasj maintainership (#551903) 2026-08-15 14:42:25 +00:00
R. Ryantm
d84b7fe5a9 nextcloud-notify_push: 1.3.5 -> 1.4.0 2026-08-13 15:22:27 +02:00
Janne Heß
5a6d0ee976 treewide: Drop a lot of my maintainership
I do not have the time or energy to handle all of this. Let alone my
GitHub notifications. This PR is in good faith and does not refer to
anything community-related. I will keep on doing nixpkgs work but the
pile of shame (let's call it that) needs to be cleaned. Thanks to
@mweinelt which whom I had a discussion and who made me aware of this
issue.
2026-08-12 16:24:54 +02:00
R. Ryantm
69e2a2df53 nextcloud-notify_push: 1.3.3 -> 1.3.5 2026-07-25 03:51:48 +02:00
Sandro Jäckel
9b24328fda nextcloud-notify_push: 1.3.1 -> 1.3.3
Diff: https://github.com/nextcloud/notify_push/compare/v1.3.1...v1.3.3

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v1.3.3
2026-05-19 20:44:54 +02:00
R. Ryantm
7ce33b8a14 nextcloud-notify_push: 1.3.0 -> 1.3.1 2026-03-18 18:13:21 +01:00
Wolfgang Walther
550ed29363 teams/helsinki-systems: drop 2026-01-14 09:46:22 +01:00
Sandro Jäckel
a690c00dfd nextcloud-notify_push: 1.2.1 -> 1.3.0
Diff: https://github.com/nextcloud/notify_push/compare/v1.2.1...v1.3.0

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v1.3.0
2026-01-10 23:19:54 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
provokateurin
5b2d9e359d nextcloud-notify_push: 1.2.0 -> 1.2.1 2025-11-03 14:52:24 +01:00
R. Ryantm
f9a47201ed nextcloud-notify_push: 1.1.0 -> 1.2.0 2025-08-20 17:54:33 +02:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
R. Ryantm
d4531c1d79 nextcloud-notify_push: 1.0.0 -> 1.1.0 2025-05-08 18:28:51 +02:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Maximilian Bosch
b8eb9480dc nextcloud-notify_push.app: move out of automatically generated set
`pkgs.nextcloud-notify_push` and the app
(`nextcloudPackages.apps.notify_push`) must always have the same
version. However, the latter is updated automatically. Most recently
this happened in #374902.

With this change, the app isn't updated automatically anymore, but is
part of the server-side package (and uses the same version).
2025-02-06 18:08:15 +01:00
Alyssa Ross
b0cc9f5a8b nextcloud-notify_push.test_client: useFetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
2025-01-28 11:45:15 +01:00
Alyssa Ross
2752c62485 nextcloud-notify_push: useFetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
2025-01-26 20:38:18 +01:00
Robert Schütz
459806aea2 nextcloud-notify_push: 0.7.0 -> 1.0.0
Diff: https://github.com/nextcloud/notify_push/compare/v0.7.0...v1.0.0

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.7.0
2025-01-19 20:50:13 -08:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Robert Schütz
5c812046c3 nextcloud-notify_push: 0.6.12 -> 0.7.0
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.12...v0.7.0

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.7.0
2024-08-01 04:13:26 -07:00
Maximilian Bosch
b84aa6dd93 nextcloud-notify_push: filterAttrs for passthru.tests
The `with-postgresql-and-redis` tests also test notify push. Derive the
attributes with filterAttrs instead of listing those
explicitly. That way one doesn't have to remember touching this
expression when adding/removing new Nextcloud majors.

Follows up on #325111
2024-07-06 23:46:29 +02:00
Sergei Trofimovich
588f9751c5 nextcloud-notify_push.tests: fix the eval
Without the change eval fails as:

     $ nix build --no-link -f. nextcloud-notify_push.tests
     error: attribute 'with-postgresql-and-redis27' missing
            at pkgs/servers/nextcloud/notify_push.nix:35:9:
                34|       inherit (nixosTests.nextcloud)
                35|         with-postgresql-and-redis27
                  |         ^
                36|         with-postgresql-and-redis28
            Did you mean one of with-postgresql-and-redis28 or with-postgresql-and-redis29?
2024-07-06 20:47:00 +01:00
Robert Schütz
3039b5ddef nextcloud-notify_push: 0.6.11 -> 0.6.12
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.11...v0.6.12

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.12
2024-06-01 20:01:53 -07:00
Robert Schütz
dd7a48b54f nextcloud-notify_push: 0.6.10 -> 0.6.11
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.10...v0.6.11

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.11
2024-05-23 14:02:23 -07:00
R. Ryantm
103d4f8a49 nextcloud-notify_push: 0.6.9 -> 0.6.10 2024-03-27 10:53:50 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Robert Schütz
16e379fa03 nextcloud-notify_push.test_client: add meta 2024-02-21 15:12:58 -08:00
Robert Schütz
4c5647e976 Merge pull request #284685 from dotlambda/nextcloudPackages-update
nextcloudPackages: update
2024-02-04 09:09:34 +00:00
Robert Schütz
15dce9735a nextcloud-notify_push: 0.6.7 -> 0.6.9
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.7...v0.6.9
2024-02-02 08:08:26 -08:00
teutat3s
0ae5f8f348 nextcloud-notify_push: set platforms to linux, add
changelog
2024-01-26 17:37:42 +01:00
Sandro Jäckel
4a1ef0af5b nextcloud-notify_push: 0.6.6 -> 0.6.7
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.6...v0.6.7
2024-01-18 00:13:10 +01:00
Robin Gloster
b5556f2c37 Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
Robert Schütz
c573da08a4 nextcloud-notify_push: 0.6.5 -> 0.6.6
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.5...v0.6.6
2023-12-15 09:24:04 -08:00
ajs124
7b6580dba4 maintainers/teams: init and add helsinki-systems 2023-11-30 19:11:08 +01:00
Sandro Jäckel
1a6f28cbd8 nextcloud-notify_push: 0.6.3 -> 0.6.5
Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.4
Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.5
2023-11-24 00:31:02 +01:00
Robert Schütz
3caff70464 nextcloud-notify_push: 0.6.2 -> 0.6.3
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.2...v0.6.3
2023-05-18 01:29:50 -07:00
Robert Schütz
9e87f7dbde nextcloud-notify_push: 0.6.1 -> 0.6.2
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.1...v0.6.2
2023-03-29 15:50:11 -07:00
Sandro Jäckel
282d3a0335 nextcloud-notify_push: 0.6.0 -> 0.6.1
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.0...v0.6.1
2023-03-28 15:13:21 +02:00
Sandro Jäckel
7d530fdb99 nextcloud-notify_push: 0.5.0 -> 0.6.0
Diff: https://github.com/nextcloud/notify_push/compare/v0.5.0...v0.6.0
2023-02-25 20:34:20 +01:00
ajs124
80df9ff90d nextcloud-notify-push: init at 0.5.0 2023-02-21 15:05:16 +01:00