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

[AD-509] Documentation update - formatting fixes + remove Wix Toolset v4 #10

Merged
merged 2 commits into from
Jan 18, 2022

Conversation

andiemontoyeah
Copy link
Contributor

Summary

Transfer from internal repository - already reviewed.

Additional Reviewers

@affonsoBQ
@alexey-temnikov
@andiem-bq
@birschick-bq
@garya-bitquill

change the install options for OpenSSL, since vcpkg is a preferred option
remove the WiX Toolset v4 requirement
@andiemontoyeah andiemontoyeah merged commit 9861f08 into develop Jan 18, 2022
@andiemontoyeah andiemontoyeah deleted the alinaliBQ-patch-1 branch January 20, 2022 18:56
affonsov pushed a commit that referenced this pull request Nov 16, 2022
* pagination\

* pagination

* added back cursor initialization

* cleaner next token logic

* rename cursor to next_token, remove debug comments

* rename server_cursor_id to next_token, remove unused AwsHttpResponseToString() function

Co-authored-by: Jerry Leung <[email protected]>
affonsov added a commit that referenced this pull request Nov 16, 2022
* [AD-451] Replace AWS ColumnInfo and Row Type with User Types
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Replace AWS ColumnInfo and Row Type with User Types
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Correct pedantic syntax
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Correct pedantic syntax
https:/bitquill.atlassian.net/browse/AD-451

* remove datum and timeseries datatype parser

* removing extra include

* Remove 'TimestreamQuery_EXPORTS.h'.

* Remove timeseries related data members and methods.

* Add new file QueryStatus.(h,cpp).

* Add new file Endpoint.(h,cpp).

* Add new file DescribeEndpointsResult.(h,cpp).

* Add new file DescribeEndpointsResult.(h,cpp).

* Add QueryRequest files.

* Add new file DatabaseQueryErrors.(c,cpp).

* Add new file DatabaseQueryErrorMarshaller.(h,cpp)

* Add new file DatabaseQueryEndpoint.(h,cpp).

* Add new file QueryResult.(h,cpp).

* Add new file DescribeEndpointsRequest.(h,cpp).

* Add new files CancelQueryResult.(h,cpp) and DatabaseQueryClient.(h,cpp).

* Fix namespace bug.

* Fix error with Endpoint class.

* Fix comments in CancelQueryRequest.h.

* Fix comments in CancelQueryResult.h.

* Remove dependency on aws/timestream-query/... and replace user-defined classes.

* Remove word 'Amazon Timestream', add 'TODO' comments.

* Remove word 'timestream', add 'TODO' comments.

* Remove region authentication field.

* Replace 'TSCommunication' with 'DBCommunication'.

* Revert "Replace 'TSCommunication' with 'DBCommunication'."

This reverts commit 0cc632469fd3da69b9538ad0df10d9903a5dd30f.

* Revert "Remove region authentication field."

This reverts commit 701e5876af7fb8746742de0519d1a83949f61cce.

* Revert "Remove word 'timestream', add 'TODO' comments."

This reverts commit 10fb0206b48f39a57c64cb69398b21e97ed1e75e.

* Revert "Remove word 'Amazon Timestream', add 'TODO' comments."

This reverts commit eb300dfb810bd62ebc1f18d12da9b1a2c9e98072.

* Remove IT_REGION.

* Replace 'TSCommunication' with 'DBCommunication'.

* Change 'Timestream_' to 'Database_'.

Co-authored-by: Bruce Irschick <[email protected]>
Co-authored-by: affonsov <[email protected]>
affonsov pushed a commit that referenced this pull request Nov 16, 2022
… v4 (#10)

* Update README.md

change the install options for OpenSSL, since vcpkg is a preferred option

* Update README.md

remove the WiX Toolset v4 requirement

Co-authored-by: Alina (Xi) Li <[email protected]>
affonsov pushed a commit that referenced this pull request Nov 17, 2022
* pagination\

* pagination

* added back cursor initialization

* cleaner next token logic

* rename cursor to next_token, remove debug comments

* rename server_cursor_id to next_token, remove unused AwsHttpResponseToString() function

Co-authored-by: Jerry Leung <[email protected]>
affonsov added a commit that referenced this pull request Nov 17, 2022
* [AD-451] Replace AWS ColumnInfo and Row Type with User Types
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Replace AWS ColumnInfo and Row Type with User Types
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Correct pedantic syntax
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Correct pedantic syntax
https:/bitquill.atlassian.net/browse/AD-451

* remove datum and timeseries datatype parser

* removing extra include

* Remove 'TimestreamQuery_EXPORTS.h'.

* Remove timeseries related data members and methods.

* Add new file QueryStatus.(h,cpp).

* Add new file Endpoint.(h,cpp).

* Add new file DescribeEndpointsResult.(h,cpp).

* Add new file DescribeEndpointsResult.(h,cpp).

* Add QueryRequest files.

* Add new file DatabaseQueryErrors.(c,cpp).

* Add new file DatabaseQueryErrorMarshaller.(h,cpp)

* Add new file DatabaseQueryEndpoint.(h,cpp).

* Add new file QueryResult.(h,cpp).

* Add new file DescribeEndpointsRequest.(h,cpp).

* Add new files CancelQueryResult.(h,cpp) and DatabaseQueryClient.(h,cpp).

* Fix namespace bug.

* Fix error with Endpoint class.

* Fix comments in CancelQueryRequest.h.

* Fix comments in CancelQueryResult.h.

* Remove dependency on aws/timestream-query/... and replace user-defined classes.

* Remove word 'Amazon Timestream', add 'TODO' comments.

* Remove word 'timestream', add 'TODO' comments.

* Remove region authentication field.

* Replace 'TSCommunication' with 'DBCommunication'.

* Revert "Replace 'TSCommunication' with 'DBCommunication'."

This reverts commit 0cc632469fd3da69b9538ad0df10d9903a5dd30f.

* Revert "Remove region authentication field."

This reverts commit 701e5876af7fb8746742de0519d1a83949f61cce.

* Revert "Remove word 'timestream', add 'TODO' comments."

This reverts commit 10fb0206b48f39a57c64cb69398b21e97ed1e75e.

* Revert "Remove word 'Amazon Timestream', add 'TODO' comments."

This reverts commit eb300dfb810bd62ebc1f18d12da9b1a2c9e98072.

* Remove IT_REGION.

* Replace 'TSCommunication' with 'DBCommunication'.

* Change 'Timestream_' to 'Database_'.

Co-authored-by: Bruce Irschick <[email protected]>
Co-authored-by: affonsov <[email protected]>
affonsov pushed a commit that referenced this pull request Nov 17, 2022
… v4 (#10)

* Update README.md

change the install options for OpenSSL, since vcpkg is a preferred option

* Update README.md

remove the WiX Toolset v4 requirement

Co-authored-by: Alina (Xi) Li <[email protected]>
alexey-temnikov pushed a commit that referenced this pull request Jan 14, 2023
* pagination\

* pagination

* added back cursor initialization

* cleaner next token logic

* rename cursor to next_token, remove debug comments

* rename server_cursor_id to next_token, remove unused AwsHttpResponseToString() function

Co-authored-by: Jerry Leung <[email protected]>
alexey-temnikov pushed a commit that referenced this pull request Jan 14, 2023
* [AD-451] Replace AWS ColumnInfo and Row Type with User Types
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Replace AWS ColumnInfo and Row Type with User Types
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Correct pedantic syntax
https:/bitquill.atlassian.net/browse/AD-451

* [AD-451] Correct pedantic syntax
https:/bitquill.atlassian.net/browse/AD-451

* remove datum and timeseries datatype parser

* removing extra include

* Remove 'TimestreamQuery_EXPORTS.h'.

* Remove timeseries related data members and methods.

* Add new file QueryStatus.(h,cpp).

* Add new file Endpoint.(h,cpp).

* Add new file DescribeEndpointsResult.(h,cpp).

* Add new file DescribeEndpointsResult.(h,cpp).

* Add QueryRequest files.

* Add new file DatabaseQueryErrors.(c,cpp).

* Add new file DatabaseQueryErrorMarshaller.(h,cpp)

* Add new file DatabaseQueryEndpoint.(h,cpp).

* Add new file QueryResult.(h,cpp).

* Add new file DescribeEndpointsRequest.(h,cpp).

* Add new files CancelQueryResult.(h,cpp) and DatabaseQueryClient.(h,cpp).

* Fix namespace bug.

* Fix error with Endpoint class.

* Fix comments in CancelQueryRequest.h.

* Fix comments in CancelQueryResult.h.

* Remove dependency on aws/timestream-query/... and replace user-defined classes.

* Remove word 'Amazon Timestream', add 'TODO' comments.

* Remove word 'timestream', add 'TODO' comments.

* Remove region authentication field.

* Replace 'TSCommunication' with 'DBCommunication'.

* Revert "Replace 'TSCommunication' with 'DBCommunication'."

This reverts commit 0cc632469fd3da69b9538ad0df10d9903a5dd30f.

* Revert "Remove region authentication field."

This reverts commit 701e5876af7fb8746742de0519d1a83949f61cce.

* Revert "Remove word 'timestream', add 'TODO' comments."

This reverts commit 10fb0206b48f39a57c64cb69398b21e97ed1e75e.

* Revert "Remove word 'Amazon Timestream', add 'TODO' comments."

This reverts commit eb300dfb810bd62ebc1f18d12da9b1a2c9e98072.

* Remove IT_REGION.

* Replace 'TSCommunication' with 'DBCommunication'.

* Change 'Timestream_' to 'Database_'.

Co-authored-by: Bruce Irschick <[email protected]>
Co-authored-by: affonsov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants