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 static/dynamic context #171

Merged
merged 34 commits into from
Jul 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
796985b
feat!: client/single-context, shutdown, and event specs
toddbaert Jan 10, 2023
9797c40
fixup: update TOC
toddbaert Jan 10, 2023
5a0b1cb
fixup: add links to context-paradigms
toddbaert Jan 10, 2023
199b87c
Update specification/glossary.md
toddbaert Jan 11, 2023
7219c58
Update specification/glossary.md
toddbaert Jan 11, 2023
91915a1
Update specification/sections/01-flag-evaluation.md
toddbaert Jan 11, 2023
4ae0914
Update specification/sections/02-providers.md
toddbaert Jan 11, 2023
a14b868
Update specification/sections/03-evaluation-context.md
toddbaert Jan 11, 2023
bdf9188
Update specification/sections/02-providers.md
toddbaert Jan 11, 2023
44d8a9c
fixup: correct examples, grammer
toddbaert Jan 11, 2023
0cd329e
fixup: update toc
toddbaert Jan 11, 2023
5cc744a
fixup: reduce number thrashing in 1.1
toddbaert Jan 16, 2023
f66e5c9
fixup: pr feedback
toddbaert Jan 24, 2023
6b8ef21
fixup: add STALE reason
toddbaert Jan 25, 2023
76c2f8e
Update specification/types.md
toddbaert Mar 9, 2023
c64a7ca
Update specification/sections/02-providers.md
toddbaert Mar 9, 2023
947b822
Update specification/glossary.md
toddbaert Mar 9, 2023
045772d
Update specification/sections/02-providers.md
toddbaert Mar 9, 2023
ad676f2
fixup: json
toddbaert May 18, 2023
29d812c
fixup: duped number
toddbaert May 18, 2023
b762b34
fixup: re-order so dynamic context is first
toddbaert May 19, 2023
b12bb96
Update specification/glossary.md
toddbaert May 26, 2023
5add151
Update specification/glossary.md
toddbaert May 26, 2023
624b765
Update specification/glossary.md
toddbaert May 26, 2023
fb8d6b0
Update specification/sections/02-providers.md
toddbaert May 26, 2023
a568c07
Update specification/glossary.md
toddbaert May 26, 2023
9b7cb59
fixup: sync json after suggestions
toddbaert May 26, 2023
3252176
fixup: on context set -> changed
toddbaert May 26, 2023
55dcfba
fixup: 261 normative text
toddbaert Jul 4, 2023
74dbeb6
fixup: json
toddbaert Jul 4, 2023
4fa2178
Update specification/sections/03-evaluation-context.md
toddbaert Jul 14, 2023
5753aa8
Update specification/sections/01-flag-evaluation.md
toddbaert Jul 14, 2023
e4a4b38
fixup: add client-side, server-side
toddbaert Jul 14, 2023
c4b8292
fixup: json
toddbaert Jul 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: sync json after suggestions
Signed-off-by: Todd Baert <[email protected]>
toddbaert committed Jul 4, 2023
commit 9b7cb59229596f11c26747cf5ee274368801d179
2 changes: 1 addition & 1 deletion specification.json
Original file line number Diff line number Diff line change
@@ -439,7 +439,7 @@
{
"id": "Requirement 2.6.1",
"machine_id": "requirement_2_6_1",
"content": "The provider MAY define an `on context changed` handler, which takes an argument for the previous context and the newly set context, and reconciles any stored state pertaining to the global evaluation context.",
"content": "The provider MAY define an `on context changed` handler, which takes an argument for the previous context and the newly set context, in order to respond to an evaluation context change.",
"RFC 2119 keyword": "MAY",
"children": []
},