enso/test
James Dunkerley c5734a8fc8
Improved Google Analytics integration (#11484)
- Enhanced Google Analytics API.
- Now published as a type with static methods not a module.
- Bump version and add Admin API.
- Moved the reading logic to Java from Enso.
- Add dependency on Standard Table allowing report to be built into a Java Table directly.
- New `Google_Credential.new` method.
![image](https://github.com/user-attachments/assets/54e3ad87-045f-4e40-b609-337d827c5d02)
- Ability to list accounts for a credential (`Google_Analytics.list_accounts`).
![image](https://github.com/user-attachments/assets/296c6dcc-3b24-43fa-b909-5e74c40d77a1)
- Ability to list properties (either for an account or for all) (`Google_Analytics.list_properties`).
![image](https://github.com/user-attachments/assets/e420c824-d08e-48d0-b21c-560b4c7c4809)
- Simple object structure of `Google_Analytics_Account`, `Google_Analytics_Property` and `Google_Analytics_Field` with some helper methods.
- Widget for `account`, `property` and `credentials`.
![image](https://github.com/user-attachments/assets/221c1450-964d-4fce-af8b-2273aa8739a1)
![image](https://github.com/user-attachments/assets/e1daf1dd-2ade-4c33-875c-4e3cb1544fe6)
![image](https://github.com/user-attachments/assets/cd37b018-4fad-4771-9f48-1448f0076ef9)
- Widget for `dimensions` and `metrics` with defaults and then reading from Admin API.
![image](https://github.com/user-attachments/assets/3a4b1d42-9555-499d-90da-04d7586ab4c1)
![image](https://github.com/user-attachments/assets/16efcb11-3547-4eaf-9f28-944fa21c4aa2)
- Added widget for `start_date` and `end_date` on `Google_Analytics.read`.
- Bug fix for `parse` with auto type by reordering to allow numeric dates to be parsed.
- **ToDo**: better exception handling.
2024-11-05 10:11:42 +00:00
..
AWS_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Base_Internal_Tests Execute Base_Internal_Tests with native enso executable (#11403) 2024-10-25 17:58:35 +00:00
Base_Tests Improved Google Analytics integration (#11484) 2024-11-05 10:11:42 +00:00
Benchmarks Benchmark time it takes compile Standard.Base library (#11355) 2024-10-21 14:34:38 +00:00
Examples_Tests Fixing small bugs uncovered by type checker (#11422) 2024-10-31 12:49:50 +00:00
Exploratory_Benchmarks Final step removing the Problem_Behavior publishing. (#10461) 2024-07-05 18:41:36 +00:00
Geo_Tests Snowflake Dialect pt. 6 - Union, Distinct and other improvements (#10576) 2024-07-19 16:04:00 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Run node in a different execution environment (#11173) 2024-10-09 12:09:45 +00:00
Microsoft_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Snowflake_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Table_Tests Improved Google Analytics integration (#11484) 2024-11-05 10:11:42 +00:00
Tableau_Tests Add CI checks for aarch64 (#10881) 2024-08-30 09:16:01 +01:00
Visualization_Tests Add widget for name_filter (#11455) 2024-10-31 14:05:08 +00:00