Actions
Feature #10633
closedUse more robust identifier for Clade build bases
Start date:
12/21/2020
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
At the moment Klever Core uses UUIDs of build bases to distinguish them. This works pretty well until we change something within meta.json (this is not encouraged but we use this to deliver some extra knowledge to all users of build bases). Ilya suggested a nice solution of this issue - to use a checksum of meta.json to additionally distinguish build bases.
Updated by Evgeny Novikov almost 4 years ago
- Assignee set to Evgeny Novikov
- Target version set to 3.1
Let's do this in Klever 3.1.
Updated by Evgeny Novikov over 3 years ago
- Status changed from New to Resolved
I implemented this feature in branch update-clade.
Updated by Evgeny Novikov over 3 years ago
- Status changed from Resolved to Closed
The branch is merged to master in b0ec6ed82. Starting from now Klever will re-index build bases if one will change meta.json.
Actions