summaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases
Commit message (Expand)AuthorAgeFilesLines
* Add integration test suite for `hsc ctor-migrate` subcommandhjrgrn2026-02-0213-0/+35
* Add `hsc key ctor-migrate` subcommandhjrgrn2025-11-2417-4/+23
* arti: test: Add integration test for `hss ctor-migrate`hjrgrn2025-09-1017-0/+103
* arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-045-4/+44
* arti: test: Fix `keys` integration testhjrgrn2025-08-281-0/+0
* arti: test: Add integration test suite for `arti keys`hjrgrn2025-08-259-1/+11
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-316-0/+50
* arti: raw: Rename `arti keys-raw remove-by-path`hjrgrn2025-07-152-4/+4
* arti: keys: Add arti keys-rawhjrgrn2025-07-146-7/+46
* arti: keys: Fix arti keys help messagehjrgrn2025-06-231-1/+1
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-1214-0/+94
* Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-141-1/+1
* test: Fix get-key-error testcase for hschjrgrn2025-03-192-3/+3
* test: Fix get-key-error testcase for hschjrgrn2025-03-182-2/+3
* test: Update testcase get-key-error for hschjrgrn2025-03-141-2/+2
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-124-11/+11
* arti: Remove incorrect deprecation warning in hschjrgrn2025-03-101-1/+1
* arti: Add a test for the "hsc key" subcommand help output.Gabriela Moldovan2024-09-193-0/+19
* arti: Add hsc key subcommand, deprecate hsc get-key.Gabriela Moldovan2024-09-182-2/+3
* arti: Remove hss get-key from the tests.Gabriela Moldovan2024-09-172-24/+2
* arti: Add a test and some docs for the hss get-key subcommand.Gabriela Moldovan2024-09-171-0/+30
* arti: Add CLI for generating an onion service hsid.Gabriela Moldovan2024-09-171-1/+2
* arti: Add an enum for the hss subcommand.Gabriela Moldovan2024-09-171-1/+1
* arti: Test hss onion-name behavior when the hsid is missing.Gabriela Moldovan2024-09-172-0/+17
* arti: Set the COLUMNS env var in the CLI tests.Gabriela Moldovan2024-08-282-10/+5
* arti: Elide some text in the expected hsc test output.Gabriela Moldovan2024-08-281-2/+1
* arti: Implement the hsc subcommand using an inert tor client.Gabriela Moldovan2024-08-281-1/+1
* doc: Add arti hsc subcommand docs to doc/hsc.md.Gabriela Moldovan2024-08-051-28/+1
* arti: Update the hsc markdown test.Gabriela Moldovan2024-08-051-3/+19
* arti: Elide the -c help in the expected output of the CLI tests.Gabriela Moldovan2024-08-051-2/+1
* Have `arti hss onion-name` error if it doesn't print the onion nameKunal Mehta2024-08-011-1/+2
* arti: Add tests for the arti hsc subcommand.Gabriela Moldovan2024-07-3019-0/+131
* arti: Add tests for the arti hss subcommand.Gabriela Moldovan2024-07-309-0/+90