-
Notifications
You must be signed in to change notification settings - Fork 205
SG-35561 export csv python changes #386
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
Merged
kuldeepgudekar
merged 26 commits into
master
from
ticket/SG-35561_export_csv_python_changes
Dec 10, 2025
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
74d324e
changes to export page from the api
kuldeepgudekar 12eea4e
uncommented other test cases
kuldeepgudekar 22ff349
doc string added in export_page function
kuldeepgudekar 98d8496
args positioning changed
kuldeepgudekar 5495d17
updated according to new export page params
kuldeepgudekar c70e644
update the doc string
kuldeepgudekar 571ca65
removed extra line added
kuldeepgudekar cbbce27
test cases updated
kuldeepgudekar 9ba11af
test case fixed
kuldeepgudekar 4de063f
test case updated
kuldeepgudekar 91abac3
update in test cases
kuldeepgudekar 11a6817
update for human_user authmode
kuldeepgudekar a334228
Merge branch 'master' into ticket/SG-35561_export_csv_python_api
kuldeepgudekar c66c5f1
update in mock test cases
kuldeepgudekar 954b0de
update in docs, and version number updated
kuldeepgudekar dbccd47
update in doc string
kuldeepgudekar 15b4373
update the documentation link
kuldeepgudekar 6baf23b
Merge branch 'master' into ticket/SG-35561_export_csv_python_api
kuldeepgudekar 629a063
removing merge conflicts with update in documentation
kuldeepgudekar 8728dd3
update the test cases
kuldeepgudekar 4be7df8
release notes updated
kuldeepgudekar e85fcac
small doc changes added
kuldeepgudekar d359d05
packaging for the v3.9.2 release
kuldeepgudekar cc64403
Revert "packaging for the v3.9.2 release"
kuldeepgudekar e2575a8
packaging for the v3.9.2 release
kuldeepgudekar b539e32
updated history for release info
kuldeepgudekar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have not exposed the ExportPage entity so that we can't create it from self.sg, we can only query it. We can create it from FPTR ui calls.