ejsmith on strip-large-data
Strip large data values out of … (compare)
niemyjski on elastic7
Decrease batch size (compare)
niemyjski on elastic7
Reset the alias cache before ru… (compare)
ejsmith on mappings-refactor
ejsmith on elastic7
Change a bunch of index field s… Updated dependencies. Revert to 2201-pre and 6 more (compare)
niemyjski on mappings-refactor
Updated to latest foundatio (compare)
niemyjski on mappings-refactor
Tweaked the event index mapping… (compare)
ejsmith on mappings-refactor
Update cache client list method… (compare)
ejsmith on mappings-refactor
More index work (compare)
private ICollection<IMigration> GetAllMigrations() {
var migrationTypes = TypeHelper.GetDerivedTypes<IMigration>(new[] { typeof(IMigration).Assembly });
return migrationTypes
.Select(migrationType => (IMigration)_container.GetService(migrationType))
.OrderBy(m => m.Version)
.ToList();
}
.Subscribe(item => { ProcessAsync(item).GetAwaiter().Result(); })