aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src/secrets.rs (follow)
Commit message (Collapse)AuthorAge
* feat: add several other GitHub access token patterns (#2200)Chris Rose2024-06-25
| | | | | | | | | | - OAuth access tokens - refresh token - app installation token - PAT v2 Additionally, added support for having >1 value for testing, for cases where the pattern for a secret has alternative formats (GitHub PAT v2 does this)
* feat: Add GitLab PAT to secret patterns (#2196)David Jack Wange Olrik2024-06-25
|
* feat(history): filter out various environment variables containing potential ↵David2024-06-20
| | | | secrets (#2174)
* chore: move crates into crates/ dir (#1958)Ellie Huxtable2024-04-18
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place