| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
We got some weird indentations
because some code editors normalise whitespace
and do so to different levels.
This also took the opportunity to re-justify the text too.
|
| |
|
|
|
|
|
|
|
| |
This was disabled because when accessing Gitano over HTTP
there is no current key to display or prevent you from deleting.
By splitting it out we can add an ASSUMING to conditionally activate it.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This does not test that we can't delete our own key
since that functionality was never implemented.
|
|
In order that we can test every command individually, we want a yarn for each
command. These tests should be run before any of the more complex scenarios.
As such, we group them all under 02-commands.
For now, these yarn files are empty. As time goes by we will add tests for
everything these commands can do.
|