Skip to content

Releases: gooddata/gooddata-ruby

v0.6.16

10 Sep 22:30
Compare
Choose a tag to compare

0.6.16

  • fixed SSL certificate validation (verify_ssl option in the GoodData.connect)
  • logging changes: separated the HTTP and application logging to different levels, added platform request ID
  • fixed the WebDav URI bootstrap to work with the EU datacenter
  • added driver parameter for Vertica based project creation

v0.6.15

10 Sep 22:30
Compare
Choose a tag to compare

0.6.15

  • Adding users now accepts more variants of providing users
  • Import users is not importing users to domain automatically. There is app in appstore that should help you with various ways of importing users
  • Speed improvements for adding users
  • Fixed listing facts/attributes on the dataset
  • Corrected fixed limit on listing users from domain. Paging is handled by different parameter
  • Replacing value in metric/attribute should be more resilient

v0.6.14

10 Sep 22:32
Compare
Choose a tag to compare

0.6.14

  • Project update from blueprint does not fail when MAQL chunks are empty.
  • You can call migrate_datasets with dry_run to obtain MAQL chunks.
  • Fix of title generation in blueprint from wire.

v0.6.8

10 Sep 22:32
Compare
Choose a tag to compare

0.6.8

  • REST Factory - See PR #224
  • Replace on report definitions allows to swap attributes, metrics and other things in report definitions
  • Fixed bug in clone so you can clone projects without data
  • Many map call on REST happen in parallel
  • Query requests (all attributes, all metrics etc) are happening in parallel and full: true is now the default
  • Computing an a report which returns no results does not fail but returns nil
  • Refactored handling of all various asynchronous resources into 2 methods
  • added ability to log in with only SST token
  • added with_connection
  • ability to deploy just one file, zipped files or directory

v0.6.7

10 Sep 22:32
Compare
Choose a tag to compare

0.6.7

  • Fixed the scaffolding templates to take advantage of new syntax (missing references in dataset refs)
  • Fixing inclusion of extensions when using CLI
  • Fixed pollers and added/fixed tests for schedules and processes
  • Added with_connection which automatically disconnects when you are done

v0.6.6

10 Sep 22:32
Compare
Choose a tag to compare

0.6.6

  • Various fixes

v0.6.5

10 Sep 22:33
Compare
Choose a tag to compare

0.6.5

  • Mixins

v0.6.4

10 Sep 22:33
Compare
Choose a tag to compare

0.6.4

  • Ability to get blueprint directly through API. This way you can work with projects that was not created using SDK
  • Added basis for GD_LINT that checks your project for typical problems

v0.6.3

10 Sep 22:33
Compare
Choose a tag to compare

0.6.3

  • Able to do save_as on metadata objects (Report, Metric, Dashboard)
  • Model is now not created through build and update if it is not passing validations
  • Added a setter for identifier on Metadata Object