How do I view parents in the Current Iteration backlog
How do I view parents in the Current Iteration backlog? In the Stories backlog you have a show button for parents
View Articledynamic connection string for injected repository
I'm building a multi tenant (db per tenant) application. the application - .net MVC4the data layer entity framework code first repositoriesthe repositories are injected into the application via...
View ArticleHow do I hide columns by default?
I'd like to only show certain columns on load, while still having other columns available in the grid menu to be shown. For example, my data contains: name, address, phone, email. I'd like to show name...
View Articlesharing keys across owin self hosted processes
I'm trying to create a token server for a few selfhosted owin services (console applications)However, this seems like its only possible if I host in IIS:The data format used to protect the information...
View ArticleJasmine in a separate test project
Is it practical/possible to separate jasmine tests into a separate visual studio project? I am just getting started with angular, and am trying to write my tests before I start on the actual angular...
View ArticleHow do I perform joins with lithium models?
I read through lithium\data\model\query, but I didn't see any examples of joins.
View ArticleSet the develop branch as the default for a pull request
I want to make the pull request merge into develop from the feature branch by default.I'm advocating the use of git flow, so when a pull request is submitted for a feature, the pull request needs to...
View ArticleMongoDB Unknown discriminator value
I've added the code in the answer to this question: Unknown discriminator value 'MyEvent', but it didn't help.An error occurred while deserializing the Body property of class EventStore.EventMessage:...
View Articlejoliver / EventStore eventual consistency
I'm trying to figure out how my event storage and my read model are related in terms of actual nuts and bolts implementations.My limited understanding of the event store leads me to believe:Event is...
View Articlecqrs eventstore dispatching to via web service
Other than latency, is there a significant disadvantage to looping through a list of web services to post the event?Dispatcher(event) { var services = getServices(); for each service in services {...
View Articlenservicebus and eventstore
I'm wondering if anyone has encountered this before:I handle a command, and in the handler, I save an event to the eventstore (joliver).Right after dispatching, the handler for the same command is...
View ArticleCan user flows and custom policies co-exist?
I need to test out a custom policy but I'm not sure if I'll break my existing user flows if I add a custom policy. Will adding a custom policy break any existing user flows?
View ArticleAnswer by scio me nescire for How do you (quickly) count AAD B2C users?
This is a bit manual, but whenever I need a quick count, I do the following:Go to Azure Portal (for B2C Tenant)All UsersBulk operationsDownload users (This will get me an excel pretty quick)StartTakes...
View ArticleTerraform remote state chicken and egg
In order to store state remotely terraform has a config block that allows you point to a cloud resource. This article shows how to do it in Azure.In a nutshell, it instructs the reader to use some AZ...
View ArticleTerraform Azure Service Principal Client Secret expiration
Is it really not possible to set the expiration date for a client secret?I tried looking at the docs (see below), and I can't find anything other than the output of the expiration Terraform which is...
View Articleglobal object that needs to be referenced in a message handler
I have a signalr client that I want to be global.I think creating the signalr client in the Init() of the endpointconfig would be best.public class EndpointConfig : IConfigureThisEndpoint, AsA_Server,...
View ArticleAutomatically delete git branch after merge to master
We will be attempting a work flow in github where every ticket is a branch off of master.After the ticket is complete, the work is merged into staging where regression and integration tests are...
View ArticleHow do I get notifications for commits to a GitHub repository?
I'd like to know what kind of commits are being made to the Lithium framework so I can update (or rollback) when there is something major. I'm already watching the repository, but from what I've been...
View Article