Commit Graph

58 Commits

Author SHA1 Message Date
Schahin Rouhanizadeh
3e5af3a758 infisical: 0.41.90 -> 0.43.110
Fix update script to use new Infisical/cli repository and cli_ asset prefix.

Release: https://github.com/Infisical/cli/releases/tag/v0.43.110
2026-07-20 19:04:23 +02:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
Michael Daniels
2bb3216d1c maintainers/scripts/update.nix: allow true for boolean args along w/ "true"
I intend to add a deprecation warning when a string is provided once I've
updated some downstream users.
2026-06-07 15:53:01 -04: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
R. Ryantm
e7f309c140 infisical: 0.41.88 -> 0.41.90 2025-07-21 10:35:12 +00:00
R. Ryantm
82c3c29e72 infisical: 0.41.85 -> 0.41.88 2025-07-03 14:22:21 +00:00
misilelab
4eb9461307 infisical: 0.41.7 -> 0.41.85
https://github.com/Infisical/infisical/releases/tag/infisical-cli%2Fv0.41.8
https://github.com/Infisical/infisical/releases/tag/infisical-cli%2Fv0.41.81
https://github.com/Infisical/infisical/releases/tag/infisical-cli%2Fv0.41.82
https://github.com/Infisical/infisical/releases/tag/infisical-cli%2Fv0.41.83
https://github.com/Infisical/infisical/releases/tag/infisical-cli%2Fv0.41.84
https://github.com/Infisical/infisical/releases/tag/infisical-cli%2Fv0.41.85

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-06-14 02:26:25 +09:00
R. Ryantm
539be36978 infisical: 0.41.1 -> 0.41.7 2025-06-04 04:08:48 +00:00
R. Ryantm
6d3a8fd772 infisical: 0.40.0 -> 0.41.1 2025-05-04 01:30:42 +00: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
misilelab
0301839682 infisical: 0.36.23 -> 0.40.0
https://github.com/Infisical/infisical/compare/infisical-cli/v0.36.23...infisical-cli/v0.40.0

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-04-17 13:19:49 +09:00
misilelab
6330a59d02 infisical: 0.36.22 -> 0.36.23
https://github.com/Infisical/infisical/compare/infisical-cli/v0.36.22...infisical-cli/v0.36.23

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-04-03 10:58:56 +09:00
misilelab
fa76662f51 infisical: 0.36.21 -> 0.36.22
https://github.com/Infisical/infisical/compare/infisical-cli/v0.36.21...infisical-cli/v0.36.22

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-03-28 23:48:46 +09:00
misilelab
7ad451556d infisical: 0.36.19 -> 0.36.21
https://github.com/Infisical/infisical/compare/infisical-cli/v0.36.19...infisical-cli/v0.36.21

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-03-26 20:10:55 +09:00
misilelab
9f258e196e infisical: 0.36.17 -> 0.36.19
https://github.com/Infisical/infisical/compare/infisical-cli/v0.36.17...infisical-cli/v0.36.19

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-03-20 02:09:12 +09:00
misilelab
28dd443992 infisical: 0.35.0 -> 0.36.17
https://github.com/Infisical/infisical/compare/infisical-cli/v0.35.0...infisical-cli/v0.36.17

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-03-14 19:21:30 +09:00
misilelab
19c044d8ca infisical: 0.34.2 -> 0.35.0
https://github.com/Infisical/infisical/compare/infisical-cli/v0.34.2..infisical-cli/v0.35.0
https://github.com/Infisical/infisical/releases/tag/infisical-cli%2Fv0.35.0

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-02-27 16:54:34 +09:00
misilelab
03a2d254e3 infisical: 0.34.1 -> 0.34.2
Signed-off-by: misilelab <misileminecord@gmail.com>
2025-01-30 18:00:17 +09:00
misilelab
c0fa6e43e0 infisical: 0.33.1 -> 0.34.1
Signed-off-by: misilelab <misileminecord@gmail.com>
2025-01-23 18:10:07 +09:00
R. Ryantm
d801dee8a7 infisical: 0.32.0 -> 0.33.1 2025-01-14 22:33:47 +00: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
R. Ryantm
8801ef507a infisical: 0.31.8 -> 0.32.0 2024-12-02 02:15:43 +00:00
hauskens
19713d8414 infisical: 0.31.2 -> 0.31.8 2024-11-21 17:47:58 +01:00
R. Ryantm
6aee9f2a8b infisical: 0.31.1 -> 0.31.2 2024-10-23 08:15:05 +00:00
R. Ryantm
9c62bef43c infisical: 0.31.0 -> 0.31.1 2024-10-01 06:11:28 +00:00
Markus Kowalewski
0627caf490 infisical: 0.30.0 -> 0.31.0 (#343770) 2024-09-26 22:35:45 +02:00
Peder Bergebakken Sundt
039acd3e8b infisical: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
R. Ryantm
eb75d79b27 infisical: 0.30.0 -> 0.31.0 2024-09-22 17:44:28 +00:00
R. Ryantm
b7c509164f infisical: 0.28.6 -> 0.30.0 2024-09-02 20:37:53 +00:00
R. Ryantm
b2e108df28 infisical: 0.28.5 -> 0.28.6 2024-08-27 22:19:23 +00:00
R. Ryantm
7331ccefb3 infisical: 0.28.4 -> 0.28.5 2024-08-21 21:03:55 +00:00
R. Ryantm
83d46b01b3 infisical: 0.27.0 -> 0.28.4 2024-08-14 06:39:11 +00:00
R. Ryantm
c45e7dff86 infisical: 0.26.1 -> 0.27.0 2024-08-06 10:02:04 +00:00
R. Ryantm
4ea4381e89 infisical: 0.25.0 -> 0.26.1 2024-07-25 11:53:56 +00:00
hauskens
ded35260d6 infisical: 0.23.3 -> 0.25.0 2024-07-21 09:56:58 +02:00
hauskens
7b70ad4efe infisical: 0.22.6 -> 0.23.3 and fix update.sh 2024-07-09 07:24:59 +02:00
R. Ryantm
17fdf1d5aa infisical: 0.22.3 -> 0.22.6 2024-06-14 20:11:37 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
R. Ryantm
355e250f46 infisical: 0.22.2 -> 0.22.3 2024-05-31 06:07:42 +00:00
nicoo
6c3a8bbce1 Merge #305931: set infisical.meta.maintainers to its official team 2024-05-06 09:19:14 +00:00
R. Ryantm
2050f50e64 infisical: 0.21.1 -> 0.22.2 2024-04-24 05:55:47 +00:00
Julien Goux
4e869f07b2 infisical: set infisical team members as the maintainers 2024-04-22 09:17:07 +02:00
Julien Goux
a9054ee8f6 infisical: remove jgoux from maintainers 2024-04-22 09:12:26 +02:00
R. Ryantm
5443e2d302 infisical: 0.20.1 -> 0.21.1 2024-04-18 03:42:00 +00:00
R. Ryantm
bb315af530 infisical: 0.19.1 -> 0.20.1 2024-04-07 11:59:02 +00:00
R. Ryantm
dc1b003758 infisical: 0.19.0 -> 0.19.1 2024-03-23 20:51:42 +00:00
R. Ryantm
e1bb90b0b1 infisical: 0.18.3 -> 0.19.0 2024-03-20 06:55:28 +00:00
R. Ryantm
22e6a0547b infisical: 0.18.0 -> 0.18.3 2024-03-16 22:38:50 +00:00
R. Ryantm
ff248e3916 infisical: 0.17.1 -> 0.18.0 2024-03-08 15:54:27 +00:00
R. Ryantm
5242914142 infisical: 0.16.10 -> 0.17.1 2024-03-03 23:10:30 +00:00