Commit Graph

65 Commits

Author SHA1 Message Date
Nikolay Korotkiy
3d2d89f9ce
azpainter: add darwin bundle 2024-10-15 18:46:24 +04:00
Nikolay Korotkiy
f671edcf3e
azpainter: format with nixfmt-rfc-style 2024-10-15 18:28:29 +04:00
Nikolay Korotkiy
2af1a24967
azpainter: migrate to by-name 2024-10-15 18:25:44 +04:00
Fabian Affolter
b364b9fdcf azure-cli: override azure-mgmt-billing 2024-10-12 08:47:45 +02:00
miampf
c07681d357
azure-cli-extensions.confcom: init at 1.0.0 2024-10-10 15:44:12 +02:00
Paul Meyer
2f1df7b7f9
azure-cli-extensions.azure-iot: init at 0.25.0 (#346752) 2024-10-09 15:53:01 +02:00
Mikut
e445306c08
azure-cli-extensions.azure-iot: init at 0.25.0 2024-10-09 10:18:31 +02:00
Maxime Brunet
7e06c84f7d
azure-cli: install completions for all shells 2024-10-05 15:44:36 -07:00
Tomo
f5f7927808
azuki: init at 0-unstable-2021-07-02 (#325611) 2024-10-04 16:43:44 -07:00
Paul Meyer
717817b4a6 azure-cli: only alias removed extensions if allowed
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-10-01 14:11:53 +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
Paul Meyer
2b552aa797 azure-cli-extensions.containerapp: 0.3.53 -> 1.0.0b1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 08:15:39 +02:00
Paul Meyer
1359ba23df azure-cli-extensions.baremetal-infrastructure: 2.0.1 -> 3.0.0b1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 08:11:08 +02:00
Paul Meyer
3ad1a60a2e azure-cli-extensions.azurelargeinstance: 1.0.0b2 -> 1.0.0b3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 08:11:07 +02:00
Paul Meyer
3dad0ddf62 azure-cli-extensions.amg: 2.1.0 -> 2.2.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 08:11:07 +02:00
Paul Meyer
77ce373bae azure-cli-extensions.aks-preview: 7.0.0b6 -> 8.0.0b1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 08:11:07 +02:00
Paul Meyer
68d645484e azure-cli-extensions.k8s-runtime: init at 1.0.3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 08:11:02 +02:00
Paul Meyer
5617035557 azure-cli: 2.63.0 -> 2.64.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 08:08:59 +02:00
superherointj
46ac3ad602
Merge pull request #336288 from katexochen/azure-cli/socks
azure-cli: add missing socks dependency
2024-08-21 09:58:51 -03:00
Paul Meyer
ed12d2a631 azure-cli: add missing socks dependency
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 10:24:27 +02:00
Paul Meyer
4487987df7 azure-cli-extensions.managednetworkfabric: 6.2.0 -> 6.4.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:56:00 +02:00
Paul Meyer
9484898171 azure-cli-extensions.fleet: 1.2.0 -> 1.2.1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:56:00 +02:00
Paul Meyer
f22aa9845e azure-cli-extensions.dataprotection: 1.5.2 -> 1.5.3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:55:59 +02:00
Paul Meyer
ebffb6bae7 azure-cli-extensions.bastion: 1.0.2 -> 1.1.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:55:59 +02:00
Paul Meyer
6c43bf6068 azure-cli-extensions.azure-firewall: 1.1.0 -> 1.2.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:55:59 +02:00
Paul Meyer
ba216cfe88 azure-cli-extensions.amg: 1.3.6 -> 2.1.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:55:59 +02:00
Paul Meyer
edfcf912d3 azure-cli-extensions.aks-preview: 7.0.0b3 -> 7.0.0b6
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:55:58 +02:00
Paul Meyer
595f30f824 azure-cli: minor improvements
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-21 07:55:40 +02:00
Gordon-BP
8ce923e5c2 azure-cli-extensions.ssh: init at 2.0.5 2024-08-20 17:06:59 +08:00
Paul Meyer
44f802c761 azure-cli-extensions.storage-preview: init at 1.0.0b2
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-19 10:38:28 +02:00
Peder Bergebakken Sundt
7020a1d893 treewide: default.nix -> package.nix in pkgs/by-name
We need to remember to go over all the update scripts once the mass-by-name migration has happened
2024-08-18 18:09:17 +02:00
nyadiia
4e59adccb6
azuki: init at 0-unstable-2021-07-02 2024-08-06 17:47:37 -05:00
Paul Meyer
3761217491 azure-cli-extensions.vmware: 6.0.1 -> 7.0.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:44 +02:00
Paul Meyer
90527b2c98 azure-cli-extensions.stack-hci-vm: 1.1.16 -> 1.1.20
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:43 +02:00
Paul Meyer
7c2afac7ad azure-cli-extensions.scvmm: 1.0.0 -> 1.1.1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:43 +02:00
Paul Meyer
e1454b7512 azure-cli-extensions.hdinsightonaks: 1.0.0b2 -> 1.0.0b3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:43 +02:00
Paul Meyer
d8519bbb79 azure-cli-extensions.connectedmachine: 1.0.0b1 -> 1.0.0b2
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:43 +02:00
Paul Meyer
bea7f35096 azure-cli-extensions.aks-preview: 7.0.0b2 -> 7.0.0b3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:43 +02:00
Paul Meyer
0a0d962db0 azure-cli-extensions.vm-repair: remove
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:43 +02:00
Paul Meyer
92ceff55c9 azure-cli: 2.62.0 -> 2.63.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-06 09:17:43 +02:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
superherointj
be7717e777 azure-cli-extensions.oracle-database: init at 1.0.0b1 2024-07-29 11:22:55 -03:00
superherointj
29a15dd797 azure-cli-extensions.dataprotection: 1.5.1 -> 1.5.2 2024-07-29 10:34:14 -03:00
superherointj
e603eb2768 azure-cli-extensions.azure-firewall: 1.0.1 -> 1.1.0 2024-07-29 10:34:14 -03:00
superherointj
f447d7fc8e azure-cli-extensions.amg: 1.3.5 -> 1.3.6 2024-07-29 10:34:14 -03:00
superherointj
c928625c6d azure-cli-extensions.aks-preview: 6.0.0b1 -> 7.0.0b2 2024-07-29 10:34:13 -03:00
Paul Meyer
3c70975ffc azure-cli-extensions.vm-repair: 1.0.6 -> 1.0.7
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-17 18:14:16 +02:00
Paul Meyer
d272e3e524 azure-cli-extensions.redisenterprise: 0.1.4 -> 1.0.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-17 18:14:16 +02:00
Paul Meyer
638c5aa86c azure-cli-extensions.monitor-control-service: 1.1.0 -> 1.2.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-17 18:14:16 +02:00
Paul Meyer
aec6996d82 azure-cli-extensions.bastion: 1.0.1 -> 1.0.2
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-17 18:14:15 +02:00