0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/tableau/TabMigrate More... over 3 years ago
Code cleanup and small additions More... over 3 years ago
Merge pull request #55 from tableau/token-auth More... over 3 years ago
Fix typo in toSiteUseAccessToken cmd parameter More... over 3 years ago
Add access token authentication functionality and UI More... over 3 years ago
Fixed resource leakage problem (Web Responses were not being explicitly Disposed()) More... over 3 years ago
Removing OBJ folder More... over 3 years ago
Automated project updates for new .NET Framework and setup build More... almost 5 years ago
Updated to use .NET 4.8, and fix TLS security problem connecting to Tableau Online More... almost 5 years ago
update support and badge More... over 6 years ago
Improvements to resulting site inventory report More... almost 7 years ago
Added richer data fields to Scheduled Tasks in site inventory More... almost 7 years ago
Adding support for taking an inventory of extract refresh tasks More... almost 7 years ago
Adding support for getting inventory of server schedules More... almost 7 years ago
1. Fixed bug that required # in URL... (we can now parse a server URL without a path) 2. Added error "logging and continue" behavior to dictionary (to detect cases where item IDs are repeated, and robustly log the error condition) More... almost 7 years ago
Updated Tableau Server version numbers in readme More... almost 7 years ago
1. Significant improvements to Subscriptions data inventory. 2. Downloading Views inventory More... almost 7 years ago
Needed to make changes to the Site Inventory workbook generation code to account for new Tableau Workbook XML format changes. Data Source XML definitions are now all 'federated' data sources. This results in the need for more complex code to find/replace the template XML. More... almost 7 years ago
Adding support for downloading subscriptions information with site inventory. More... almost 7 years ago
Application now supports Downloading and Upload/Assigning ownership of Workbooks and Data Sources. You can now download content X,Y,Z from SiteA, and upload it to SiteB, and have ownership of the Workbooks/Datasources correctly assigned to the right users. More... over 7 years ago
Support added for storing "showTabs" information for Workbooks when they are downloaded, and using this information during uploads. The extra workbook metadata is stored in XML files along side the downloaded Workbooks. More... over 7 years ago
Changed ContentType of HTTP POST requests. This fixes a subtle parsing problem for requests sent to server. More... almost 8 years ago
Fixed sign in problem (was not encoding '&' properly in passwords). Added support for a "keep alive" request that fires every 2 minutes (when the option is selected in Download from site) More... almost 8 years ago
Fixing spelling mistakes in a comment More... almost 8 years ago
Adding code to correctly deal with Tableau Server Project, Workbook, and Datasource names that contain characters that are not allowed in the Windows file system (e.g. ‘/’, ‘\’, ‘?’, double-quote). These characters are not escaped (turned into “{{!xHH}}”, where HH is the Hexadecimal value of the ASCII character being replaces). This will allow users who use “/” in their Workbook or DataSource names to use this tool on that content (came up as a feature request) More... almost 8 years ago
clarifying that setup.exe is in a .zip file More... almost 8 years ago
added link to video intro More... about 8 years ago
CSV generation - more fault tolerant to missing user name/id. -- This should be a very rare condition (a race condition for creating/deleting users while the inventory is running), but if it occurs there is no reason to fail out of the CSV generation. Log the error condition and motor on. More... over 8 years ago
Adding support to look up User Names and place them in-line in the CSV data for Workbooks and Datasources. This proves useful for constructing useful Tableau Workbooks showing content owner name (rather than needing to perform complicated self-JOINs on the CSV data) More... over 8 years ago
Fixed bug in CSV generator. CSV values containing inner quote (") need to not only be double quoted (""), but also need quotes around the whole value. --- Also added SimpleLatch object to replace less robust by-ref boolean value More... over 8 years ago