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/CS-41971 - Using teams api call to export all the teams data into csv format #1108

Merged
merged 29 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
791a1e8
Added function to get all the teams
cs-raj Oct 17, 2023
2be572b
added pagination to get only 100 teams as the limit on get API call w…
cs-raj Oct 17, 2023
3c8f049
Getting the teams from api calls to
cs-raj Oct 17, 2023
0993759
added api-version to header and includeUserDetails so that a single a…
cs-raj Oct 18, 2023
e1a79cc
Exporting all the teams into csv
cs-raj Oct 18, 2023
d920578
Merge branch 'development' into feat/CS-41971
cs-raj Oct 18, 2023
b212d65
Refactoring
cs-raj Oct 18, 2023
b53f88f
Used loadash deep clone, added catch block in sdk call added team-uid…
cs-raj Oct 19, 2023
cb76049
refactoring
cs-raj Oct 19, 2023
0d9d04b
change api response handler
cs-raj Oct 19, 2023
622e24c
Merge branch 'development' into feat/CS-41971
cs-raj Oct 19, 2023
a0a2d66
Merge branch 'feat/CS-40615-teams' into feat/CS-41971
cs-raj Oct 20, 2023
ac08fb2
Exporting Teams stack role
cs-raj Oct 23, 2023
411bb4a
PR changes
cs-raj Oct 23, 2023
9a01f39
PR changes
cs-raj Oct 23, 2023
28ce263
PR changes
cs-raj Oct 23, 2023
79b97f4
added examples
cs-raj Oct 23, 2023
c5a3f9e
Modified the handle error message. Added common auth check and remove…
cs-raj Oct 23, 2023
d58616a
Merge branch 'feat/CS-41971' into feat/CS-41983
cs-raj Oct 24, 2023
39bb23e
added optional chaining and comments
cs-raj Oct 24, 2023
bc06695
added text message before exporting the teams
cs-raj Oct 25, 2023
ab58e73
used map in exporting the role mapping, changed the color of message …
cs-raj Oct 25, 2023
0b23fad
corrected the error message
cs-raj Oct 25, 2023
88c98f8
used loadash find method and handled iteration over empty array
cs-raj Oct 25, 2023
d4d64d3
used Nullish coalescing operator
cs-raj Oct 25, 2023
b295e85
Replaced getStack SDK call with getRole SDK call
cs-raj Oct 26, 2023
33fc0a4
added prompt
cs-raj Oct 26, 2023
16440ae
pr changes
cs-raj Oct 26, 2023
3b21cba
Merge pull request #1121 from contentstack/feat/CS-41983
cs-raj Oct 26, 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
Loading