7 Commits (2340a0239e45a11e7f3c0ec46fa2260eaf057a7d)

Author SHA1 Message Date
Sayan Nandan 1deac63fb9
Use typed non-null array for `whereami` 3 years ago
Sayan 76f493753b
Add the `whereami` action (#232)
* Move macros into module

* Add the `whereami` action to identify the current entity

* Show entity group in the skysh prompt

* Add tests and actiondoc for `whereami`

* Add changelog entry

* Upgrade deps
3 years ago
Sayan 33408cac96
Add subactions for lists to actiondoc (#225)
* Restructure actiondoc to support subactions [skip ci]

* Fix YAML indentation [skip ci]

* Add all `LGET` subactions [skip ci]

* Add `LSET` and `LMOD` subactions [skip ci]

* Fix newlines [skip ci]
3 years ago
Sayan Nandan 0e0dd5fcce Update actiondoc and contributing docs [skip ci]
See skytable/docs#20 and skytable/docs#19 for more info.
3 years ago
Sayan Nandan 76e0cf607c Switch `MPOP` to returning a `Typed Array`
This makes its behavior similar to that of the other mutating actions.
3 years ago
Sayan Nandan d744eaa2f6 Fix `HEYA` impl and add `HEYA` actiondoc
Also added heya echo test
3 years ago
Sayan Nandan 18e8f74f0a Add new actiondoc
Also moved actiondoc rebuild to separate workflow
3 years ago