index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Server
/
Migrations
/
MigrationRunner.cs
Age
Commit message (
Expand
)
Author
2020-04-16
Use dependency injection to construct migration routines
Mark Monteiro
2020-03-08
Store migration names alongside Ids in configuration in order to assist with ...
Mark Monteiro
2020-03-08
Use a Guid to uniquely identify migrations instead of a string name
Mark Monteiro
2020-03-08
Clean up migration logging messages
Mark Monteiro
2020-03-08
Throw exception on migration failure to halt application
Mark Monteiro
2020-03-07
Merge branch 'master' into logging-migration
Joshua M. Boniface
2020-03-07
Documentation and log message cleanup
Mark Monteiro
2020-03-07
do not ignore exceptions during migration execution
Mark Monteiro
2020-03-06
Rename IUpdater to IMigrationRoutine
Mark Monteiro
2020-03-06
Add migration to create "logging.user.json"
Mark Monteiro
2020-03-06
Implement review suggestion
Vasily
2020-03-06
Disable logging.json migration as it is not ready yet
Vasily
2020-03-06
More logging, mark all migrations as applied if setup wizard is not complete
Vasily
2020-03-05
Moved migration routines to their own directory
Vasily
2020-03-05
Extract "migrations" config name to a proper constant
Vasily
2020-03-05
Improve migration logic
Vasily
2020-03-05
Shuffle migrations in a more manageable structure
Vasily
[prev]