|
1 | | -## Features added |
2 | | - |
3 | | -- feat(logging): log errors only if env var PRINT_ERRORS is set [544f51a] |
4 | | - - run `PRINT_ERRORS=true dabbu-cli` to enable verbose error logging |
5 | | -- feat(list method/`ls`): folders are returned first (though this might not be seen when the result is more than 50 items long) |
6 | | -- feat(list api): implement pagination [d641cfc] |
7 | | - - results are requested in batches of 50 |
8 | | - - as the results come in, they are printed |
9 | | - - only exception is the hard drive provider, as it does not support pagination |
10 | | - |
11 | 1 | ## Bug fixes |
| 2 | +- fix(read): folder path is always null [fbbd944] |
| 3 | + - typo in code, did not specify .length in slice() function call |
| 4 | +- fix(utils): remove unnecessary \n while printing token expiry [99ec1bf] |
| 5 | +- fix(list): don't print no of files/folders in dir twice [9997c23] |
12 | 6 |
|
13 | | -- fix(spinner): use only one spinner throughout the CLI [4615dcc, 59daa55] |
14 | | -- fix(oauth): 400 error while refreshing access token [cca941e] |
15 | | - - send auth metadata in query param or request body based on send-auth-metadata-in variable in provider-fields.json |
16 | | -- fix(setup): init method had names with _ [9e90719] |
17 | | - - changed them to - |
18 | | - |
19 | | -## Changes to install script |
| 7 | +- fix(list): show number of files listed at the end if no of files > 50 [6eb8290] |
| 8 | + - also show headers when listing files, they were not shown since last release due to a bug |
| 9 | +- fix(spinner): hide spinner while printing access token expiry time [973cd34] |
| 10 | +- fix(prompt): show / in prompt if in root dir [59edb12] |
20 | 11 |
|
21 | | -- feat(install scipt): add comments, rename -f to -d (for dry run) and remove -o in install script [3054fed] |
22 | | -- fix(bump version script): don't push tags, else ci doesn't release assets [15257a9] |
| 12 | +## Documentation |
| 13 | +- docs: add code of conduct [9bf14ba] |
| 14 | +- fix(contributing): update instructions regarding linter [035d18e] |
| 15 | +- docs(readme): copy website intro, install and getting started parts to readme [8fc2929] |
23 | 16 |
|
24 | | -## Builds/CI |
| 17 | +## Legal stuff |
| 18 | +- docs: change copyright headers to Dabbu Knowledge Platform [6467227] |
25 | 19 |
|
26 | | -- ci: test and build for all branches, release only for main [aa02a8f] |
27 | | -- ci: release builds only from main branch [2a273f9] |
| 20 | +## Build/CI |
| 21 | +- fix(version script): fetch tags before generating release notes [87ab616] |
0 commit comments