Ferdinand Oeinck
Ferdinand Oeinck
If a file is in more than one branch, then it should not be deleted when it is the only version in one branch.. This is the default behaviour of...
I tested issue/4. But it works not right at the moment. The file to delete is removed from the commit where the file was added originally to the repo. But...
In the code you use Refs.ReadAll() to fill commitsToSkip. These are not the right commits to skip. The right commit to skip are those after the 'file to delete' was...
Sorry for the confusion. After I read the documentation of bfg, you are right. bfg only removes a file when it is not referenced in the latest commit on the...
> On the other hand you want to delete the file except the last change, which would be much harder to implement as the trees have to be processed twice....
The official application is not a solution but a huge problem. This technology is used to violate the fundamental rights of people. In article 1 of the Dutch 'grondwet' is...
I use the same commands to toggle PEL, and those work ok. Specify power after limit_value_W I use as json: > { "dynamic_pel_settings": { "enable": true, "export_limit": false, "limit_value_W": 3500.0,...
Did you use your token? What is the firmware version of your envoy (you need 8.x.y.z)
I use: `curl -k -H "Accept: application/json" -H "Authorization: Bearer **TOKEN**" -X POST "https://192.168.1.XXX/ivp/ss/dpel" --data @json.txt` with json.txt: ``` { "dynamic_pel_settings": { "enable": true, "export_limit": true, "limit_value_W": 250.0, "slew_rate": 50.0,...
Do you have a Metered envoy with CT's installer?