forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong linux package name and remove unneeded files (#2)
* code uploading * fix cppcheck failure (#1) * fix cppcheck failure * fix build script not running and credentials could not be fetched * restore configure-aws-credentials to v2 * add execute permission for shell scripts * remove bash for mac build scripts * trigger all tests * verify signer works fine * fix singer could not find the installer package * change signed installer name * fix linux package wrong name issue * restore signer flag * add .gitignore * remove unneeded files * remove unneeded files * address comments * add version to installer name * remove not needed file
- Loading branch information
1 parent
506d637
commit a975b47
Showing
214 changed files
with
73 additions
and
14,770 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
*.aps | ||
*.obj | ||
*.iobj | ||
*.ipdb | ||
*.pdb | ||
*.exp | ||
*.lib | ||
*.res | ||
*.idb | ||
*.res | ||
*.db | ||
*.opendb | ||
*.suo | ||
*.ipch | ||
*.cache | ||
*.log | ||
*.mez | ||
*.xml | ||
/vcpkg/ | ||
# Visual Studio | ||
.vs/* | ||
src/.vs/* | ||
# Visual Studio Code | ||
.vscode/* | ||
LICENSE.txt | ||
/performance/**/CMakeFiles/ | ||
/performance/**/Makefile | ||
/performance/**/*.so | ||
/performance/**/performance_results | ||
/performance/**/performance_execution | ||
/performance/**/googletest/ | ||
/performance/**/*.a | ||
/performance/**/*.vcxproj* | ||
/performance/**/*.dll | ||
/performance/**/*.stamp* | ||
/performance/**/*.pdb | ||
/performance/**/*.lib | ||
/performance/**/CMakeCache | ||
/performance/**/*.un | ||
/performance/**/*.sln | ||
/performance/**/*.exe | ||
/performance/build/ | ||
/performance/lib/ | ||
/performance/bin/ | ||
**/performance_results_report.csv | ||
*.filters | ||
*.vcxproj | ||
*.sln | ||
cmake_install.cmake | ||
CMakeCache.txt | ||
/build/ | ||
/cmake-build32/ | ||
/cmake-build64/ | ||
/src/PowerBIConnector/AmazonTimestreamConnector/bin/Debug/ | ||
/src/PowerBIConnector/AmazonTimestreamConnector/obj/ | ||
/src/PowerBIConnector/AmazonTimestreamConnector/.vs/ | ||
/src/PowerBIConnector/AmazonTimestreamAADConnector/bin/Debug/ | ||
/src/PowerBIConnector/AmazonTimestreamAADConnector/obj/ | ||
/src/PowerBIConnector/AmazonTimestreamAADConnector/.vs/ | ||
src/aws-sdk-cpp/ | ||
src/tests/input/credentials | ||
scripts/postinst_unix32.sh | ||
scripts/postinst_unix64.sh |
This file contains 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
192 changes: 0 additions & 192 deletions
192
amazon-timestream-odbc-driver/performance/ALL_BUILD.vcxproj
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
amazon-timestream-odbc-driver/performance/ALL_BUILD.vcxproj.filters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.