summaryrefslogtreecommitdiffstats
path: root/src/modules/aws.rs
AgeCommit message (Expand)Author
2024-03-20chore: fix upcoming rust 1.77 clippy issues and chrono deprecations (#5850)David Knaack
2024-01-06test(aws): fix flaky tests `expiration_date_set` `expiration_date_set_from_fi...Xiaohan Ni
2023-12-17feat(aws): Adding the AWS SSO CLI env variable to profile list (#5640)Stefan Richter
2023-11-11refactor(modules): use whoami crate to get usernamebestgopher
2023-05-09feat(aws): support aws sso with automatic authentication refresh (#5170)kensasongko
2023-04-02feat(aws): add support for source_profile (#4859)Cosimo Matteini
2023-03-20feat(aws): Adds support for AWS_CREDENTIAL_EXPIRATION environment variable (#...Harry Hodge
2023-01-11chore(aws): fix unintended test failure of `aws::missing_any_credentials` (#4...かわえもん
2022-12-17chore: fix clippy warnings for rust 1.66 (#4715)David Knaack
2022-11-27fix(aws): enable when using .aws/credentials (#4604)Chris Rose
2022-11-13build(deps): update rust crate chrono to 0.4.23 (#4599)David Knaack
2022-11-05chore: fix new clippy lints (#4557)David Knaack
2022-10-15feat(aws): add a fallback for `expiration` key (#4455)Liang Yun Gong
2022-09-04refactor: replace `ansi_term` with `nu_ansi_term` (#4339)David Knaack
2022-08-11fix(aws): support official `AWS_SHARED_CREDENTIALS_FILE` variable (#4242)David Knaack
2022-05-23chore(clippy): fix new lints (#4002)David Knaack
2022-04-21chore(aws): adds space to the duration variable (#3872)Fábio Antunes
2022-04-08refactor(aws): improve parsing of config files (#3842)David Knaack
2022-03-26refactor: replace module_config_derive with serde (#3786)David Knaack
2022-03-25feat(aws): add option to force AWS display (#3720)Alex Douze
2022-03-16fix(aws): accept sso credentials (#3718)David Knaack
2022-03-14fix(aws): Make AWS_REGION orverrides AWS_DEFAULT_REGION (#3619) (#3733)kuno
2022-03-12feat(aws): Add profile aliases (#3699)Anders Eurenius Runvald
2022-02-16fix(aws): Only display AWS if there are credentials configured (#3504)Allan Lago
2022-01-22ci: Fix aws::expiration_date_set_from_file race (#3484)Kevin Song
2021-12-20fix(aws): prevent endless loop when AWS config file is a directory (#3335)Denis Cornehl
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-07-29fix(clippy): fix new clippy lints (#2939)David Knaack
2021-05-12feat(aws): add temporary credentials countdown (#2464)Carl-Louis Van Brandt
2021-04-20feat(aws): Add support for profile from awsume (#2609)Andrew McClenaghan
2021-03-13feat(aws): add support for getting profile from awsu (#2451)nils måsén
2021-03-06style(aws): Add spacing between profile and region (#2417)Eric Nielsen
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2021-01-19test: avoid setting $HOME (#2155)David Knaack
2020-10-14test(aws): Ignore tests that check .aws files (#1775)Thomas O'Donnell
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-06-20Replace `dirs` with `dirs-next` dependency (#1361)Julian Gehring
2020-04-06feat(aws): Use AWS_VAULT as the profile if set (#984)Kevin Pullin
2019-12-20perf: Dereference before to_string in aws moduleMatan Kushner
2019-12-20feat: Implement AWS region aliases (#646)Mike Sampson
2019-11-02feat: Add configuration to set how much AWS profile info is shown (#556)Cédric Da Fonseca
2019-10-15feat: Show AWS region in `aws` module (#482)Thomas Lee
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-25feat: Add AWS module (#419)Thomas O'Donnell