Commit graph

108 commits

Author SHA1 Message Date
Mrinal Purohit 514d0f3407 google-cloud-sdk: 367.0.0 -> 370.0.0 2022-01-26 14:33:55 +05:30
Mrinal Purohit 7c477094ef google-cloud-sdk: 365.0.1 -> 367.0.0 2021-12-15 11:20:43 +05:30
Mrinal Purohit b0cf6d2d04 google-cloud-sdk: 365.0.0 -> 365.0.1 2021-11-25 09:34:46 +05:30
Sandro 5673db20c4
Merge pull request #145346 from iAmMrinal0/update/google-cloud-sdk 2021-11-24 23:50:22 +01:00
Mrinal Purohit 62b0f43687 google-cloud-sdk: 364.0.0 -> 365.0.0 2021-11-22 20:42:32 +05:30
Mrinal Purohit 9c8008113a google-cloud-sdk: add update script 2021-11-22 20:42:32 +05:30
Artturin 015a305ab6 google-cloud-sdk: fix completion loading 2021-11-17 20:15:45 +02:00
Jim Anders e43b7582a1
google-cloud-sdk: Add zsh completions
Link the google-cloud-sdk zsh completion functions to the proper
location.
2021-11-10 15:41:44 -05:00
Mrinal Purohit 30027eb71f google-cloud-sdk: 362.0.0 -> 364.0.0 2021-11-10 12:43:26 +05:30
Patrick Hilhorst 4f8999daba
Update pkgs/tools/admin/google-cloud-sdk/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-29 17:38:42 +02:00
Sandro b9cb71c48b
Update pkgs/tools/admin/google-cloud-sdk/default.nix 2021-10-29 17:37:21 +02:00
Patrick Hilhorst 88cff9d704
google-cloud-sdk: move nixos test to installCheck 2021-10-28 14:44:26 +02:00
Mrinal Purohit 6bc1c21149 nixos/tests: add google-cloud-sdk 2021-10-27 11:15:08 +05:30
Mrinal Purohit 4508ffac3a google-cloud-sdk: 361.0.0 -> 362.0.0 2021-10-27 09:49:18 +05:30
Mrinal Purohit 3717222ada google-cloud-sdk: 360.0.0 -> 361.0.0 2021-10-20 09:45:52 -07:00
Lisa Ugray 8b535fb1f3
google_cloud_sdk: 351.0.0 -> 360.0.0 (#141773)
Co-authored-by: Mrinal <mrinal1892005@gmail.com>
2021-10-18 21:59:37 +02:00
Kira Bruneau 51c4e675e2
google-cloud-sdk: add meta.mainProgram (#136713) 2021-09-05 12:11:28 +00:00
polynomialspace c7b2a9d1ba google-cloud-sdk: bump 351.0.0, add i686- and aarch64-linux systems
i dident test thsi : )
2021-08-04 23:59:44 -06:00
Mrinal Purohit a5e8f4817f google-cloud-sdk: 348.0.0 -> 350.0.0 2021-07-28 05:22:12 +05:30
Mrinal Purohit 5206a608e6 google-cloud-sdk: 347.0.0 -> 348.0.0 2021-07-17 17:21:31 +05:30
Peter Woodman b9ff6b1f33
google-cloud-sdk: add aarch64-darwin 2021-07-06 19:29:14 -04:00
Mrinal 289d84a58e
google-cloud-sdk: 345.0.0 -> 347.0.0 (#128719) 2021-06-30 20:51:33 +00:00
Mrinal Purohit debcb41787 google-cloud-sdk: 344.0.0 -> 345.0.0 2021-06-21 19:56:04 +05:30
Mrinal Purohit 529db88e93 google-cloud-sdk: 343.0.0 -> 344.0.0 2021-06-12 02:17:46 +05:30
Mrinal Purohit 1a5bd5f911 google-cloud-sdk: 342.0.0 -> 343.0.0 2021-06-04 10:12:31 +05:30
Mrinal Purohit a3132b2686 google-cloud-sdk: 340.0.0 -> 342.0.0 2021-06-01 01:44:44 +05:30
Mrinal Purohit ac77e708e0 google-cloud-sdk: 339.0.0 -> 340.0.0 2021-05-13 16:43:58 +05:30
Mrinal Purohit 9af1ed8888 google-cloud-sdk: 336.0.0 -> 339.0.0 2021-05-07 22:11:59 +05:30
Mrinal Purohit 489433ba48 google-cloud-sdk: 334.0.0 -> 336.0.0 2021-04-14 00:33:39 +05:30
Mrinal Purohit e5a2813149 google-cloud-sdk: 332.0.0 -> 334.0.0 2021-04-01 10:22:22 +05:30
Sandro 1c762e1915
Merge pull request #116772 from benley/gcloud-completion
google-cloud-sdk: Fix bash completion for gcloud, gsutil
2021-03-18 23:59:30 +01:00
Benjamin Staffin ef2083cb7a google-cloud-sdk: Fix bash completion for gcloud, gsutil
bash-completion expects the files in
share/bash-completion/completions/ to be named identically to the
applicable commands (I think. This does make it work at least.)
2021-03-18 15:06:08 -04:00
Mrinal Purohit 3f7a86cf65 google-cloud-sdk: 328.0.0 -> 332.0.0 2021-03-18 11:01:37 +05:30
Pavel Borzenkov d6876bc879
google-cloud-sdk: fix searching for cloud_sql_proxy on the PATH (#114488)
'gcloud sql connect' command allows to connect to a CloudSQL instance
from a local machine. In order to do so, it starts local
'cloud_sdk_proxy' instance. google-cloud-sdk expects to find one in SDK
root (installed by 'gcloud components') or on the PATH, if SDK is not
correctly installed ('.install' directory is missing).

Since google-cloud-sdk on NixOS is properly installed 'gcloud sql
connect' never looks for 'cloud_sql_proxy' on the PATH and simply
doesn't work at all.

The patch slightly modifies the check by looking not only for
'.install' directory, but for actual 'cloud_sql_proxy' binary before
falling back to the search on the PATH.

With this patch it's now possible to use 'gcloud sql connect' on NixOS,
provided that 'cloud_sql_proxy' is available either in user or system
enviroment (available in nixpkgs).
2021-02-28 12:05:26 +00:00
Bernardo Meurer cc1ddfb124
google-cloud-sdk: 327.0.0 -> 328.0.0 2021-02-16 21:37:27 -08:00
Mrinal Purohit 7b5cacd823 google-cloud-sdk: 325.0.0 -> 327.0.0 2021-02-15 18:53:06 +05:30
Mrinal Purohit 16c29bb53e google-cloud-sdk: 323.0.0 -> 325.0.0 2021-02-02 11:19:49 +05:30
Mrinal Purohit 7370d2346b google-cloud-sdk: 322.0.0 -> 323.0.0 2021-01-15 19:21:14 +05:30
Sandro 98ac3af455
Merge pull request #108774 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 321.0.0 -> 322.0.0
2021-01-11 18:43:15 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mrinal Purohit 64d09c76d5 google-cloud-sdk: 321.0.0 -> 322.0.0 2021-01-08 20:27:57 +05:30
Mrinal Purohit 86a0c7c91a google-cloud-sdk: add iammrinal0 as maintainer 2020-12-30 19:53:26 +05:30
Mrinal Purohit b3bb7e5bf0 google-cloud-sdk: 319.0.0 -> 321.0.0 2020-12-30 19:42:19 +05:30
Mrinal f9b2e8f579
google-cloud-sdk: 315.0.0 -> 319.0.0 (#104886) 2020-11-25 18:19:56 +01:00
Jonas Chevalier a7cb88c3de
tree-wide: unify Bash completions outputs (#103421)
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Mrinal bdf372bc6c
google-cloud-sdk: 314.0.0 -> 315.0.0 (#101236) 2020-10-21 12:56:18 +02:00
Mrinal c4dc5dec60
google-cloud-sdk: 313.0.1 -> 314.0.0 (#100570) 2020-10-15 13:18:30 +00:00
Mrinal b1a2b39740
google-cloud-sdk: 312.0.0 -> 313.0.1 (#100379) 2020-10-13 09:34:55 +02:00
Mrinal 1cf738a993
google-cloud-sdk: 306.0.0 -> 312.0.0 (#99262) 2020-10-01 18:12:42 +02:00
Mrinal a778e66ebb
google-cloud-sdk: 301.0.0 -> 306.0.0 (#95921) 2020-08-22 11:42:15 +00:00