aaronburtle

Results 9 comments of aaronburtle
trafficstars

Modified this issue to cove hot reloading of the configuration file. This will clear duplicate issues, which will all be tracked here.

Would be great to have a switch on the CLI, something like --watch that will automatically reload the configuration file (and thus re-generate the in-memory schema) whenever the file is...

In order to set the LogLevel based on the mode in the runtimeconfig we need to use a configuration provider that can reload the configuration after updating the Loglevel. More...

Moved to April, waiting on new configuration resolver.

I have created a number of sub-tasks to help track the progress on Hot Reload. Currently, we are refreshing the `RuntimeConfig` to match any updates that we see in the...

Setting to November Milestone to prioritize less niche bugfixes first.

Question with respect to breaking the command up `1. dab configure --data-source.database-type cosmosdb_nosql` `2. dab configure --data-source.options.database testdbname --data-source.options.schema testschema.gql` what happens if we put another command in between these...

> And then another case. If the 2nd command also included the database-type command > > `1. dab configure --data-source.database-type cosmosdb_nosql` > `2.dab configure --data-source.database-type mssql --data-source.options.database testdbname --data-source.options.schema testschema.gql`...

> @aaronburtle the design doc is not publicly accessible. Doesn't need to be referenced here unless you end up created a markdown file to include in this repo thanks for...