Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise flow to what was described in 03e44f9 | Kasper Timm Hansen | 2019-08-04 | 1 | -16/+27 |
| | |||||
* | Revise credentials diffing flow to use a separate diff command | Kasper Timm Hansen | 2019-08-04 | 1 | -30/+13 |
| | | | | | | | | | | | | | | Didn't like the complicated stuff that happened on credentials:edit. It would append to .gitattributes multiple times. Though I see why it was written that way. I'm cutting off for now, but since this new flow would require each developer to run --enable perhaps this should really be: 1. Developer enrolls Rails app by running `credentials:diff --enable` 2. credentials:edit checks .gitattributes for `diff=rails_credentials` and if the current file is covered by that. 3. If so, set up the "rails_credentials" driver automatically. | ||||
* | Extract diffing to separate credentials:diff command | Kasper Timm Hansen | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Commands already make fileutils available. | Kasper Timm Hansen | 2019-08-03 | 1 | -2/+0 |
| | |||||
* | Rename to Diffing and move module into credentials command | Kasper Timm Hansen | 2019-08-03 | 1 | -0/+49 |
Helpers is more for sharing between commands. Since `Diffing` is only for credentials we should just keep it only for credentials. Replaces "pretty" with diffing since the former is ambiguous, while diffing captures what it does. `opt_in` seemed clunky so it's swapped for the one-word enable. |