Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
3d95d43
don't give up permanently after a 400 error
eli-darkly Jun 28, 2018
8e2af3a
Merge pull request #77 from launchdarkly/eb/ch19705/400-error
eli-darkly Jun 28, 2018
398202a
implement evaluation with explanation
eli-darkly Jun 29, 2018
8abe79c
use case-class-like type instead of enum + optional fields
eli-darkly Jun 29, 2018
1874e20
fix tests
eli-darkly Jun 29, 2018
e694ab4
misc refactoring & tests
eli-darkly Jun 30, 2018
d692bb3
don't need array index
eli-darkly Jun 30, 2018
9eb8b34
stop using deprecated TestFeatureStore in tests
eli-darkly Jun 30, 2018
afdb396
add brief Java compatibility note to readme
eli-darkly Jul 3, 2018
7520d9e
Merge pull request #79 from launchdarkly/eb/ch19355/readme-java-version
eli-darkly Jul 3, 2018
84efc77
Merge branch 'master' into eb/ch19787/explanation
eli-darkly Jul 3, 2018
d28a57f
Merge branch 'eb/ch19787/explanation' into eb/test-cleanup
eli-darkly Jul 3, 2018
827bb36
Merge pull request #78 from launchdarkly/eb/ch19787/explanation
eli-darkly Jul 9, 2018
935c514
Merge pull request #80 from launchdarkly/eb/test-cleanup
eli-darkly Jul 9, 2018
b9e0634
avoid unnecessary retry after Redis update
eli-darkly Jul 14, 2018
cca7d78
Merge pull request #81 from launchdarkly/eb/ch20410/extra-update
eli-darkly Jul 14, 2018
e4d155c
Merge branch 'master' of github.com:launchdarkly/java-client
eli-darkly Jul 17, 2018
992408f
Merge branch 'master' of github.com:launchdarkly/java-client
eli-darkly Jul 19, 2018
742514e
fix javadoc errors
eli-darkly Jul 20, 2018
b388b63
include explanations, if requested, in full feature request events
eli-darkly Jul 20, 2018
64fe12e
add unit test for reason property in full feature event
eli-darkly Jul 20, 2018
ebfb18a
add javadoc note about reasons in events
eli-darkly Jul 20, 2018
fd1b8d9
Merge pull request #82 from launchdarkly/eb/ch19787/explanations-in-e…
eli-darkly Jul 20, 2018
4810c14
add unit test to verify that the reason object can return a non-zero …
eli-darkly Aug 13, 2018
52951a8
always include ruleIndex in toString()
eli-darkly Aug 14, 2018
fa5df96
make sure kind property gets serialized to JSON
eli-darkly Aug 14, 2018
849f085
version 4.3.0-SNAPSHOT
eli-darkly Aug 14, 2018
2bae5ab
better error logging practices
eli-darkly Aug 16, 2018
361849c
add new version of allFlags() that captures more metadata
eli-darkly Aug 16, 2018
e3cfe15
Merge pull request #84 from launchdarkly/eb/ch22265/error-logging
eli-darkly Aug 16, 2018
1889fb5
clarify comment
eli-darkly Aug 16, 2018
1bcc8a3
Merge branch 'master' into eb/ch21386/all-flags-state-without-reasons
eli-darkly Aug 16, 2018
a4a5695
remove FOSSA upload step from CI
eli-darkly Aug 16, 2018
cc42ed6
Merge pull request #86 from launchdarkly/eb/disable-fossa
eli-darkly Aug 16, 2018
e4ae9cb
add evaluation reasons to allFlagsState()
eli-darkly Aug 16, 2018
de8b9e7
Merge branch 'master' into explanation
eli-darkly Aug 16, 2018
80f7197
Merge branch 'explanation' into eb/ch21386/all-flags-state-with-reasons
eli-darkly Aug 16, 2018
7e91572
rm duplicated test
eli-darkly Aug 16, 2018
a0dcfa7
add error explanation for malformed flags
eli-darkly Aug 16, 2018
712bed4
add tests for more error conditions
eli-darkly Aug 16, 2018
564db86
change options to be more enum-like
eli-darkly Aug 17, 2018
e29c2e0
version 4.2.2 (#88)
eli-darkly Aug 17, 2018
91f9cb2
add option to select only client-side flags in allFlagsState()
eli-darkly Aug 17, 2018
b0f034e
Merge branch 'master' of github.com:launchdarkly/java-client
eli-darkly Aug 17, 2018
a060bcc
fix comment
eli-darkly Aug 17, 2018
8939c8b
serialize FeatureFlagsState to a JsonElement, not a string
eli-darkly Aug 20, 2018
78611fb
rm unused import
eli-darkly Aug 20, 2018
8200e44
edit comment
eli-darkly Aug 20, 2018
bb20933
use custom Gson serializer
eli-darkly Aug 21, 2018
b82f58b
Merge branch 'eb/ch21386/all-flags-state-without-reasons' into eb/ch1…
eli-darkly Aug 21, 2018
20b2914
Merge pull request #85 from launchdarkly/eb/ch21386/all-flags-state-w…
eli-darkly Aug 22, 2018
190cdb9
add tests for JSON serialization of evaluation reasons
eli-darkly Aug 22, 2018
e90f90b
Merge pull request #87 from launchdarkly/eb/malformed-flag-error
eli-darkly Aug 22, 2018
bc5033a
Merge pull request #89 from launchdarkly/eb/ch12124/filter-client-sid…
eli-darkly Aug 22, 2018
b8b6a5b
Merge branch 'all-flags-state' into explanation
eli-darkly Aug 22, 2018
e35d149
Merge branch 'explanation' into eb/ch21386/all-flags-state-with-reasons
eli-darkly Aug 22, 2018
38f01cc
Merge branch 'explanation' into eb/reason-json-tests
eli-darkly Aug 22, 2018
8f90c71
misc cleanup
eli-darkly Aug 23, 2018
ccaddda
don't keep evaluating prerequisites if one fails
eli-darkly Aug 23, 2018
1d20039
Merge branch 'eb/single-prereq-failure' into eb/reason-json-tests
eli-darkly Aug 23, 2018
9a00c07
avoid some inappropriate uses of Guava's ImmutableMap
eli-darkly Aug 23, 2018
d026e18
make map & set in the User immutable
eli-darkly Aug 23, 2018
18ed2d6
fix default value logic
eli-darkly Aug 24, 2018
ab503e8
Merge pull request #94 from launchdarkly/eb/default-values
eli-darkly Aug 25, 2018
1de786b
Merge pull request #93 from launchdarkly/eb/immutable-maps
eli-darkly Aug 25, 2018
e9a31d0
Merge branch 'all-flags-state' into eb/ch21386/all-flags-state-with-r…
eli-darkly Aug 25, 2018
7de5305
Merge pull request #92 from launchdarkly/eb/single-prereq-failure
eli-darkly Aug 25, 2018
001f2e3
Merge pull request #91 from launchdarkly/eb/reason-json-tests
eli-darkly Aug 25, 2018
648a2e6
Merge pull request #90 from launchdarkly/eb/ch21386/all-flags-state-w…
eli-darkly Aug 25, 2018
23613b8
prepare 4.3.0 release
eli-darkly Aug 25, 2018
ac91d56
add issue link
eli-darkly Aug 25, 2018
4b98e50
Merge branch 'master' of github.com:launchdarkly/java-client
eli-darkly Aug 27, 2018
d21466c
javadoc fix
eli-darkly Aug 27, 2018
af076e8
Merge branch 'master' into 4.3.0
eli-darkly Aug 27, 2018
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/**
* A snapshot of the state of all feature flags with regard to a specific user, generated by
* calling {@link LDClientInterface#allFlagsState(LDUser)}.
* calling {@link LDClientInterface#allFlagsState(LDUser, FlagsStateOption...)}.
* <p>
* Serializing this object to JSON using Gson will produce the appropriate data structure for
* bootstrapping the LaunchDarkly JavaScript client.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.launchdarkly.client;

/**
* Optional parameters that can be passed to {@link LDClientInterface#allFlagsState(LDUser)}.
* Optional parameters that can be passed to {@link LDClientInterface#allFlagsState(LDUser, FlagsStateOption...)}.
* @since 4.3.0
*/
public final class FlagsStateOption {
Expand Down