summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv/sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: hashserv: Re-enable connection pooling with psycopg 3 driverTobias Hagelborn2024-02-231-1/+5
* bitbake: bitbake: hashserv: Postgres adaptations for ignoring duplicate insertsTobias Hagelborn2024-02-191-15/+38
* bitbake: hashserv: Add unihash-exists APIJoshua Watt2024-02-191-0/+11
* bitbake: hashserv: sqlalchemy: Use _execute() helperJoshua Watt2024-02-191-157/+140
* bitbake: hashserv: Add Unihash Garbage CollectionJoshua Watt2024-02-191-38/+188
* bitbake: hashserv: Add database column query APIJoshua Watt2023-11-091-0/+10
* bitbake: hashserv: Add db-usage APIJoshua Watt2023-11-091-0/+14
* bitbake: hashserv: Add user permissionsJoshua Watt2023-11-091-6/+105
* bitbake: hashserv: Add SQLalchemy backendJoshua Watt2023-11-091-0/+304