Feature #4479
.kamaki.history recommendations
Status: | Resolved | Start date: | 10/16/2013 | |
---|---|---|---|---|
Priority: | High | Due date: | 11/01/2013 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | 18.00 hours | |
Target version: | v0.12 | Estimated time: | 6.00 hours |
Description
There should be a setting for the maximum allowed file size of .kamaki.history. Like .bash_history, it could be configured to store 100 lines by default and be able to change on demand.
Moreover, 'kamaki config set cloud.cloudname.token <t0k3n>' shouldn't be recorded in .kamaki.history for security reasons. A user could easily give away his history file for debugging reasons, the file by default has read permissions by all users, etc.
Associated revisions
Remove token from history
Refs: #4479
Simplify history _match and get
Refs: #4479
Use slice notation in history show
Refs: #4479
Remove history run
Refs: #4479
Add a limit in number of history lines
Refs: #4479
Only two cmds in history, use history_limit
Refs: #4479
Do not record config set commands in history
Refs: #4479
History
#1 Updated by Stavros Sachtouris over 9 years ago
- Due date set to 11/01/2013
- Priority changed from Medium to High
- Estimated time set to 6.00
#2 Updated by Stavros Sachtouris over 9 years ago
- Status changed from New to Resolved
#3 Updated by Stavros Sachtouris over 9 years ago
- % Done changed from 0 to 100