Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
94d46a4
feat(sapsuccessfactors): add sap successfactors plugin
Aral-549 Aug 26, 2026
b030041
fix(sapsuccessfactors): enforce runtime schemas and sanitize paths
Aral-549 Aug 26, 2026
a6414ce
test(sapsuccessfactors): add negative schema validation tests
Aral-549 Aug 26, 2026
2f3a765
feat(sapsuccessfactors): add database entities and odata query mappings
Aral-549 Aug 26, 2026
ec76b4b
test(sapsuccessfactors): eliminate event logging test warnings
Aral-549 Aug 26, 2026
41f6deb
docs(sapsuccessfactors): document REST/OData scope in webhooks
Aral-549 Aug 26, 2026
d25a15b
feat(sapsuccessfactors): support sandbox api key and flexible odata s…
Aral-549 Aug 26, 2026
3f3fc70
feat(sapsuccessfactors): robust sandbox and production url normalization
Aral-549 Aug 26, 2026
2ad4f90
fix(sapsuccessfactors): strip whitespace and newlines from apiBaseUrl
Aral-549 Aug 26, 2026
64fbc36
fix(sapsuccessfactors): resolve CodeQL incomplete URL sanitization
Aral-549 Aug 27, 2026
6f85697
fix(sapsuccessfactors): enforce schemas, auth, and official OData paths
Dhirenderchoudhary Sep 2, 2026
d391ac7
Merge remote-tracking branch 'upstream/main' into feat/sap_successfac…
Dhirenderchoudhary Sep 2, 2026
fedd6ac
fix(sapsuccessfactors): restore registration after main merge
Dhirenderchoudhary Sep 2, 2026
25ebb5e
Update packages/sapsuccessfactors/endpoints/types.ts
Dhirenderchoudhary Sep 2, 2026
dd1ff2e
fix: drop leftover docs from unrelated-history merge
Dhirenderchoudhary Sep 2, 2026
7e11613
Merge remote-tracking branch 'aral549/feat/sap_successfactors-plugin'…
Dhirenderchoudhary Sep 2, 2026
0730304
fix(sapsuccessfactors): satisfy RequiredPluginEndpointMeta
Dhirenderchoudhary Sep 2, 2026
d186877
fix(sapsuccessfactors): enforce OData collection vs entity outputs
Dhirenderchoudhary Sep 2, 2026
7b394ef
fix(sapsuccessfactors): accept 204 empty bodies on writes
Dhirenderchoudhary Sep 2, 2026
421be65
fix(sapsuccessfactors): per-operation OData output shapes
Dhirenderchoudhary Sep 2, 2026
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
3 changes: 3 additions & 0 deletions packages/corsair/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export const BaseProviders = [
'resend',
'retailed',
'salesforce',
'sapsuccessfactors',
'securitytrails',
'sentry',
'serpapi',
Expand Down Expand Up @@ -361,6 +362,7 @@ export const ProviderDisplayNames = {
resend: 'Resend',
retailed: 'Retailed',
salesforce: 'Salesforce',
sapsuccessfactors: 'SapSuccessfactors',
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
securitytrails: 'SecurityTrails',
sentry: 'Sentry',
serpapi: 'Serpapi',
Expand Down Expand Up @@ -563,6 +565,7 @@ export type AllProviders =
| 'resend'
| 'retailed'
| 'salesforce'
| 'sapsuccessfactors'
| 'securitytrails'
| 'sentry'
| 'serpapi'
Expand Down
Loading
Loading