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

fix: set identitytype value case insensitive #247

Merged
merged 33 commits into from
Jan 23, 2023
Merged
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
37ab522
fix: discard undefined security provider
y-lakhdar Dec 14, 2022
854d854
create permissionSetBuilder
y-lakhdar Dec 14, 2022
383306d
update comments
y-lakhdar Dec 14, 2022
1ff4898
add additional method to KnwonKey class
y-lakhdar Dec 14, 2022
fb95925
use `PermissionSetBuilder` class
y-lakhdar Dec 14, 2022
57dd8c1
unit tests
y-lakhdar Dec 14, 2022
d9a121e
lint
y-lakhdar Dec 14, 2022
7191904
make allowed and denied keys optional
y-lakhdar Dec 14, 2022
3945eee
use existing interfaces from platform-client
y-lakhdar Dec 16, 2022
97a1a19
parse permissions
y-lakhdar Dec 16, 2022
e1fabe6
support interface as records
y-lakhdar Dec 16, 2022
5369881
move parsePermission.spec.ts to future PR
y-lakhdar Dec 16, 2022
5729a06
fix UTs
y-lakhdar Dec 16, 2022
c010a6b
Merge branch 'CDX-1278' of github.com:coveo/push-api-client.js into C…
y-lakhdar Dec 16, 2022
746770e
test: update snapshots
y-lakhdar Dec 16, 2022
3718e75
Merge branch 'CDX-1278' of github.com:coveo/push-api-client.js into C…
y-lakhdar Dec 16, 2022
255ac7a
test: test permission parser
y-lakhdar Dec 16, 2022
ec3ee06
fix: prevent pushing empty permission array
y-lakhdar Dec 16, 2022
46dda23
lint
y-lakhdar Dec 16, 2022
ee433ef
Merge branch 'CDX-1280' of github.com:coveo/push-api-client.js into C…
y-lakhdar Dec 16, 2022
90826ec
remove comments
y-lakhdar Dec 16, 2022
b6c72df
BREAKING CHANGE: remove deprecated methods
y-lakhdar Dec 16, 2022
bf3efa2
lint
y-lakhdar Dec 16, 2022
60848c3
chore: remove unused imports
y-lakhdar Dec 16, 2022
0116ab6
set identitytype value case insensitive
y-lakhdar Dec 19, 2022
c39cb9f
test: update unit tests
y-lakhdar Dec 20, 2022
94cef6c
Merge branch 'main' of github.com:coveo/push-api-client.js into CDX-1278
y-lakhdar Jan 20, 2023
0aad0ac
lock
y-lakhdar Jan 20, 2023
06c7980
Merge branch 'CDX-1278' into CDX-1280
y-lakhdar Jan 20, 2023
1f42c80
Merge branch 'CDX-1280' of github.com:coveo/push-api-client.js into C…
y-lakhdar Jan 20, 2023
df92f68
Merge branch 'CDX-1282' into CDX-1283
y-lakhdar Jan 20, 2023
ec36263
Merge branch 'main' of github.com:coveo/push-api-client.js into CDX-1283
y-lakhdar Jan 23, 2023
81f0d56
Merge branch 'CDX-1283' of github.com:coveo/push-api-client.js into C…
y-lakhdar Jan 23, 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
2 changes: 1 addition & 1 deletion src/__stub__/jsondocuments/limitedPermissionSet.json
Original file line number Diff line number Diff line change
@@ -23,4 +23,4 @@
]
}
]
}
}