conda-store icon indicating copy to clipboard operation
conda-store copied to clipboard

Change build id from integer to uuid representation

Open costrouc opened this issue 2 years ago • 2 comments

Several reasons for this PR:

  • build id as an integer gives non-user friendly ids
  • wanting to follow a model similar to uploading docker images/tags to docker hub this should allow making it easier to mirror
  • correlating task ids to celery tasks to monitor progress if lost

Merge after #314 and use alembic for the migration changing the build_id type.

costrouc avatar Jun 02 '22 01:06 costrouc

This PR would break existing client's assumptions that the build id is an integer. Additionally this is why the tests are failing.

costrouc avatar Jun 02 '22 02:06 costrouc

Related to issue https://github.com/Quansight/conda-store/issues/311. This PR should likely address this issue as well.

costrouc avatar Jun 02 '22 02:06 costrouc

I'd like to close this issue for the time being. Certainly something that would be nice to have as we imagine conda-store to evolve into a docker hub like service.

costrouc avatar Apr 12 '23 15:04 costrouc