Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for historical configuration settings #48

Merged
merged 5 commits into from
Jan 14, 2024
Merged

Conversation

tnc1997
Copy link
Owner

@tnc1997 tnc1997 commented Jan 14, 2024

Closes #42

# Conflicts:
#	src/AzureAppConfigurationEmulator/Entities/ConfigurationSetting.cs
#	src/AzureAppConfigurationEmulator/Entities/ConfigurationSettingRevision.cs
#	src/AzureAppConfigurationEmulator/Handlers/KeyHandler.cs
#	src/AzureAppConfigurationEmulator/Handlers/KeyValueHandler.cs
#	src/AzureAppConfigurationEmulator/Handlers/LabelHandler.cs
#	src/AzureAppConfigurationEmulator/Migrations/20231001000000_InitialCreate.Designer.cs
#	src/AzureAppConfigurationEmulator/Migrations/20231001000000_InitialCreate.cs
#	src/AzureAppConfigurationEmulator/Migrations/ApplicationDbContextModelSnapshot.cs
#	src/AzureAppConfigurationEmulator/Repositories/ConfigurationSettingRepository.cs
#	src/AzureAppConfigurationEmulator/Repositories/IConfigurationSettingRepository.cs
#	src/AzureAppConfigurationEmulator/Results/KeySetResult.cs
#	src/AzureAppConfigurationEmulator/Results/KeyValueResult.cs
#	src/AzureAppConfigurationEmulator/Results/KeyValueSetResult.cs
#	src/AzureAppConfigurationEmulator/Results/LabelSetResult.cs
#	tests/AzureAppConfigurationEmulator.Tests/Handlers/KeyValueHandlerTests.cs
#	tests/AzureAppConfigurationEmulator.Tests/Handlers/LockHandlerTests.cs
@tnc1997 tnc1997 self-assigned this Jan 14, 2024
@tnc1997 tnc1997 merged commit 405db20 into main Jan 14, 2024
2 checks passed
@tnc1997 tnc1997 deleted the feat/42 branch January 14, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for getting historical configuration settings
1 participant