aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/peertube.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove low timeoutsChocobozzz2023-05-221-4/+0
| | | | Default timeout is 30s
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-1/+1
|
* Add ability to install alpha/beta/rc pluginChocobozzz2022-11-141-1/+20
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Add ability to filter my imports by target URLChocobozzz2022-01-191-1/+18
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-5/+3
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* CLI: plugins install command accept a --plugin-version parameter. (#4599)John Livingston2021-12-031-0/+19
| | | | | | | | | | | * CLI: plugins install command accept a --plugin-version parameter. * Unit tests for plugins install --plugin-version. * Fix linting. * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Centralize test URLsChocobozzz2021-07-201-4/+4
|
* Use an object to represent a serverChocobozzz2021-07-201-7/+7
|
* Shorter server command namesChocobozzz2021-07-201-14/+14
|
* Introduce videos commandChocobozzz2021-07-201-27/+14
|
* Introduce user commandChocobozzz2021-07-201-5/+3
|
* Introduce login commandChocobozzz2021-07-201-2/+1
|
* Fix CLI toolsChocobozzz2021-07-201-0/+9
|
* Introduce channels commandChocobozzz2021-07-201-3/+2
|
* Introduce import commandChocobozzz2021-07-201-3/+4
|
* Introduce CLI commandChocobozzz2021-07-201-56/+26
|
* (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters.Theodore R. Smith2020-12-271-0/+12
| | | | | | | | | | | | | | | | **The Solution:** I have hardened `auth add` by stripping out everything from the third '/' to the end of the instance URL. **The Problem:** When adding an authorization for the peertube-cli, before this commit you could not have anything after the domain_name:port. For instance, if there was a trailing / in your instance URL, before this commit it will always fail with expected 200 "OK", got 404 "Not Found". It took me over 20 minutes to figure out that this was the problem. See Issue #3091.
* Add registered setting CLI plugin install testChocobozzz2020-11-271-0/+5
|
* Disable HTTP import in push actionsChocobozzz2020-11-171-1/+8
|
* Move to eslintcontainChocobozzz2020-02-031-8/+11
|
* Add redundancy CLI docChocobozzz2020-01-281-0/+6
|
* Add redundancy CLIChocobozzz2020-01-281-3/+72
|
* Add CLI plugins testsChocobozzz2019-07-241-82/+120
|
* Fix CLI default boolean valuesChocobozzz2019-06-171-0/+1
|
* Add ability to override CLI import attributesChocobozzz2019-06-131-13/+51
|
* Add more CLI testsChocobozzz2019-06-131-13/+103
|
* Use test wrapper exit functionChocobozzz2019-04-241-2/+2
|
* Cleanup testsChocobozzz2019-04-241-4/+2
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Merge from upstreambuoyantair2018-11-161-0/+2
|\
| * Clean up peertube authChocobozzz2018-11-141-0/+2
| |
* | Move utils to /sharedbuoyantair2018-10-291-1/+1
|/ | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Fix peertube scriptChocobozzz2018-09-201-1/+1
|
* one cli to unite them allRigel Kent2018-09-141-0/+51
Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli