fix typo in content-type header#58
Merged
toddboom merged 1 commit intoinfluxdata:masterfrom Nov 15, 2013
Merged
Conversation
Contributor
|
If you say 'plaing' with an accent, it almost sounds right. Good catch! |
toddboom
added a commit
that referenced
this pull request
Nov 15, 2013
fix typo in content-type header
jvshahid
added a commit
that referenced
this pull request
Nov 15, 2013
mgattozzi
added a commit
that referenced
this pull request
Feb 10, 2025
This commit does two things: 1. It will load or create a license in the object store to be checked for validity. 2. It will validate that said license is not being used past the expiry date and spawn a task to continue validating that said license is valid 3. Disable querying endpoints so long as the license is expired Note that: 1. This does work from local testing, but does not contain tests. This is due to the fact that mocking it is hard to do without a valid JWT token. For testing we will want to create a JWT for when a license is expired or valid in the future. 2. This code will not work when run now unless you have a valid license, create one locally with the license service, or you compile the code with the `no-license` feature flag. Closes #57 Closes #58 Closes #61
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small typo in the Content-Type header.