-
Notifications
You must be signed in to change notification settings - Fork 467
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(sdk-experiments) fetch data from server and store in indexdb #27603 #27704
Merged
dsilvam
merged 18 commits into
master
from
issue-27603-sdk-experiment-fetch-store-data-2
Mar 1, 2024
Merged
feat(sdk-experiments) fetch data from server and store in indexdb #27603 #27704
dsilvam
merged 18 commits into
master
from
issue-27603-sdk-experiment-fetch-store-data-2
Mar 1, 2024
Conversation
This file contains 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
oidacra
changed the title
Issue 27603 sdk experiment fetch store data 2
feat(sdk-experiments) fetch data from server and store in indexdb
Feb 23, 2024
oidacra
force-pushed
the
issue-27603-sdk-experiment-fetch-store-data-2
branch
6 times, most recently
from
February 23, 2024 05:02
fa140e6
to
0bf9d2a
Compare
fmontes
requested review from
fmontes,
zJaaal,
rjvelazco and
KevinDavilaDotCMS
February 23, 2024 15:14
oidacra
force-pushed
the
issue-27603-sdk-experiment-fetch-store-data-2
branch
from
February 23, 2024 15:19
c1e6569
to
0d4ddf9
Compare
zJaaal
previously requested changes
Feb 23, 2024
core-web/libs/sdk/experiments/src/lib/persistence/persistence.ts
Outdated
Show resolved
Hide resolved
fmontes
previously requested changes
Feb 23, 2024
oidacra
force-pushed
the
issue-27603-sdk-experiment-fetch-store-data-2
branch
from
February 27, 2024 01:35
c97b445
to
e64261b
Compare
fmontes
requested changes
Feb 28, 2024
zJaaal
previously requested changes
Feb 28, 2024
manuelrojas
reviewed
Feb 28, 2024
core-web/libs/sdk/experiments/src/lib/persistence/persistence.ts
Outdated
Show resolved
Hide resolved
oidacra
changed the title
feat(sdk-experiments) fetch data from server and store in indexdb
feat(sdk-experiments) fetch data from server and store in indexdb #27603
Feb 28, 2024
oidacra
force-pushed
the
issue-27603-sdk-experiment-fetch-store-data-2
branch
from
February 28, 2024 17:50
1df9506
to
5c248c8
Compare
zJaaal
previously requested changes
Feb 29, 2024
core-web/libs/sdk/experiments/src/lib/persistence/index-db-database-handler.ts
Show resolved
Hide resolved
zJaaal
reviewed
Feb 29, 2024
core-web/libs/sdk/experiments/src/lib/persistence/index-db-database-handler.ts
Show resolved
Hide resolved
hmoreras
reviewed
Feb 29, 2024
core-web/libs/sdk/experiments/src/lib/persistence/index-db-database-handler.ts
Show resolved
Hide resolved
oidacra
force-pushed
the
issue-27603-sdk-experiment-fetch-store-data-2
branch
from
February 29, 2024 22:36
ccf8ee4
to
8d7aef8
Compare
Quality Gate passedIssues Measures |
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.
Proposed Changes
/api/v1/experiments/isUserIncluded
Other changes/fixes
.eslintrc.base.json
)skip:lint
andskip:test
to the project with missing migration of test/lint (now can usenx run-many -t lint --exclude='tag:skip:lint'
ornx run-many -t lint --exclude='tag:skip:test'
to check the full dotcms project. Can replacerun-many
withaffect
to only check the affected files)tag:skip:lint
)Checklist
Script loaded as IIFE
Debug mode True