1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/src/lib
David Leek 534e1f1378
chore: add another migration that remigrates the proper way (#3719)
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

Adds a migration that renames `token_name` back to `username`, then adds
a new optional column named `token_name`

## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

I've added fallbacks for resolving username/tokenname on insert and on
making rows from results.
But this adds another column renaming, which is worth discussing
properly
2023-05-11 15:33:04 +02:00
..
__snapshots__ fix: Removed CR on variants flag (it's GA) (#3738) 2023-05-10 13:46:41 +00:00
addons
db chore: add another migration that remigrates the proper way (#3719) 2023-05-11 15:33:04 +02:00
domain/project-health
error Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
features Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
middleware Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
openapi docs: openapi schema for PATs (#3605) 2023-05-11 09:11:17 +02:00
proxy
routes Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
schema chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
segments
services Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
types Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
util Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
app.test.ts
app.ts Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
create-config.test.ts chore: remove optimal 304 flag (#3665) 2023-05-05 09:18:04 +02:00
create-config.ts chore: remove optimal 304 flag (#3665) 2023-05-05 09:18:04 +02:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts
metrics.ts
server-impl.test.ts
server-impl.ts Feat: project default strategy (#3644) 2023-04-28 14:59:04 +03:00