vjekob / al-objid

Manage object IDs in multi-user environments with mind-boggling simplicity.
MIT License
29 stars 17 forks source link

Enhancement: Add Ids (in stead of syncing) #4

Closed waldo1001 closed 3 years ago

waldo1001 commented 3 years ago

Problem

To be able to go live with this tool, I can imagine in project with ongoing development, multiple branches might already have reserved id's on top of the main branch

Solution

new function "Add Id" that's similar to sync, but doesn't remove any ids, just adds missing ones.

Even better

Cycle through all branches. Like:

vjekob commented 3 years ago

This is a cool feature request! Especially looping through branches. This is coming next week.

vjekob commented 3 years ago

Back end now supports PATCH requests which will update existing object ID consumption, rather than replacing it.

This will be released as v1.1.0 later today

vjekob commented 3 years ago

Version 1.1.0 contains this feature. You can now run either merge or replace synchronization. Check https://vjeko.com/2021/09/13/al-object-id-ninja-v1-1-0-released/