summaryrefslogtreecommitdiff
path: root/glance/db
Commit message (Expand)AuthorAgeFilesLines
* Fix set_property_atomic() boolean type castingDan Smith2022-05-171-5/+5
* Add a member field to Image when appropriateDan Smith2021-08-041-0/+13
* Remove dead 403->404 codeDan Smith2021-07-272-12/+8
* Merge "db: Remove "support" for configurable migration backends"Zuul2021-07-221-17/+0
|\
| * db: Remove "support" for configurable migration backendsStephen Finucane2021-07-131-17/+0
* | Merge "DB layer suppress Forbidden to NotFound error"Zuul2021-07-221-6/+2
|\ \
| * | DB layer suppress Forbidden to NotFound errorAbhishek Kekane2021-07-221-6/+2
* | | Merge "db: Remove old sqlalchemy-migrate migrations"Zuul2021-07-2257-4240/+0
|\ \ \ | | |/ | |/|
| * | db: Remove old sqlalchemy-migrate migrationsStephen Finucane2021-07-1357-4240/+0
* | | Merge "db: Stop checking for DB under sqlalchemy-migrate control"Zuul2021-07-222-69/+0
|\ \ \ | |/ /
| * | db: Stop checking for DB under sqlalchemy-migrate controlStephen Finucane2021-07-132-69/+0
* | | Merge "db: Replace sqlalchemy-migrate call with alembic equivalent"Zuul2021-07-221-3/+6
|\ \ \ | |/ / | | / | |/ |/|
| * db: Replace sqlalchemy-migrate call with alembic equivalentStephen Finucane2021-07-131-3/+6
* | Merge "Ignore stale image property removal"Zuul2021-07-221-2/+10
|\ \
| * | Ignore stale image property removalDan Smith2021-04-081-2/+10
* | | Merge "db: Move 'schema' module up a level"Zuul2021-07-2224-25/+24
|\ \ \ | | |/ | |/|
| * | db: Move 'schema' module up a levelStephen Finucane2021-07-1324-25/+24
* | | Change database migration version to xenaAbhishek Kekane2021-07-151-1/+1
|/ /
* | Add user_get_uploading_count() to DB APIDan Smith2021-07-021-0/+32
* | Add user_get_image_count() to DB APIDan Smith2021-06-291-0/+12
* | Add user_get_staging_usage() to DB APIDan Smith2021-06-291-0/+40
* | Allow member creation when using db.simple apiTimothy Symanczyk2021-05-041-1/+1
* | Fix image/tasks API for in-progress tasksDan Smith2021-04-071-1/+2
|/
* New API /v2/images/{id}/tasksAbhishek Kekane2021-02-242-4/+53
* Utilize newly added tasks database fieldsAbhishek Kekane2021-02-243-2/+18
* Expand tasks database table to add more columnsAbhishek Kekane2021-02-245-1/+94
* Change database migration version to wallabyAbhishek Kekane2021-01-251-1/+1
* Handle atomic image properties separatelyDan Smith2020-08-243-11/+42
* Add image_delete_property_atomic() helperDan Smith2020-08-073-0/+47
* Change database migration version to victoriaAbhishek Kekane2020-07-301-2/+2
* Add image_set_property_atomic() helperDan Smith2020-07-163-0/+73
* Merge "Stop to use the __future__ module."Zuul2020-07-161-2/+0
|\
| * Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* | Cleanup remove api v1 and registry codeErno Kuvaja2020-07-142-546/+0
* | Deprecation cleanout Registry and relatedErno Kuvaja2020-06-302-16/+6
|/
* Raise hacking to latest 2.0.0 releaseDirk Mueller2020-03-2712-23/+36
* Fix string interpolation to delay by loggingweiweigu2020-01-091-1/+1
* Change database migration version to ussuriAbhishek Kekane2020-01-034-2/+83
* Fix INSTR not supported for postgresqlAbhishek Kekane2019-08-211-0/+13
* Add migration script to change backend to storeAbhishek Kekane2019-08-064-2/+99
* Replace git.openstack.org URLs with opendev.org URLsZhongShengping2019-04-281-1/+1
* Quiece 'invalid escape sequence' deprecation msgThierry Carrez2019-04-031-1/+1
* Add new 'all' visibility filter for listing imagesSam Morrison2019-02-251-2/+3
* Open Stein for data migrationsBrian Rosmaita2019-01-211-1/+1
* Fix for FK constraint violationLiang Fang2018-12-071-0/+29
* Support RFC1738 quoted chars in passwordsIan Wienand2018-08-131-1/+9
* Multihash implementation for GlanceBrian Rosmaita2018-07-317-2/+99
* Hide old imagesAbhishek Kekane2018-07-257-3/+103
* Mitigate OSSN-0075Abhishek Kekane2018-07-051-0/+49
* Pending-delete rollback abilitywangxiyuan2018-04-192-0/+26