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

URI parameters deserializer #64

Merged
merged 31 commits into from
Jul 26, 2023
Merged

URI parameters deserializer #64

merged 31 commits into from
Jul 26, 2023

Conversation

surol
Copy link
Member

@surol surol commented Jul 26, 2023

  • Move lexers to dedicated dir
  • Implement scanUcTokens() function
  • Implement ChURIParamsLexer
  • Decode + as space within parameters
  • AddIntroduce schema instance presentations
  • Refine inset compiler option
  • Rename lexers
  • Require lib for each UcrxClass instance
  • Enable insets override
  • Combine schema presentations
  • Implement raw plain text lexer
  • Use params charge lexer in test
  • Rename .forParams() to .plusAsSpace()
  • URI-encoded text lexer
  • Refine UcdModels
  • Inset format identifiers
  • URI-param inset identifier
  • Rename uriParam presentation
  • Configure per-presentation features
  • Refine UcrxInsetMod interface
  • Process all presentations by default
  • Refine ucInsetPlainText() signature
  • Rename test methods
  • Implement ucInsetURIEncoded
  • Refine ucInsetPlainText() signature
  • Implement ucInsetURIParams()
  • Implement ucInsetCharge()
  • Mode inset option to UcdModels.Entry
  • Split UcdModels.Entry types
  • Deserialization format option support
  • Add missing by-tokens deserializer config

@surol surol linked an issue Jul 26, 2023 that may be closed by this pull request
@surol surol merged commit 8876371 into master Jul 26, 2023
@surol surol deleted the form-deserializer branch July 26, 2023 04:56
@codacy-production
Copy link

Coverage summary from Codacy

Merging #64 (61919fd) into master (21d58e5) - See PR on Codacy

Coverage variation Diff coverage
+0.00% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (21d58e5) 2959 2959 100.00%
Head commit (61919fd) 3120 (+161) 3120 (+161) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#64) 356 356 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

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.

application/x-www-form-urlencoded deserializer
1 participant