Skip to content

Commit

Permalink
Update config.yml.example (#29)
Browse files Browse the repository at this point in the history
* Display URL of card if it's updated

* Sync main and master  (#17)

* Refactor and bump cards

* Take in account matomo cards

* Detect local database dynamically

* Update config yml example

* Add specs for main lib

* Fix rubocop offenses

* Define module variables

* Add configs fixture in specs

* Add specs for 'main.find_db_for'

* Refactor and add documentation (#18)

* Add .env.example

* Add ruby platform to Gemfile.lock

* Add error for config file not found

* Fix rubocop offenses

* Update git ignore

* Add specs for main

* Fix rubocop offenses

* Remove failing spec

* Light fix in cards

* Add documentation

* [Refactor] - Cleanup of main program and libraries (#19)

* Refactor metabase_url

* Move query_interpreter

* Create Config class

* Define Config class

* Move ConfigNotFound to Config file

* Add config class

* Refactor config and main lib

* Optimizing main creation

* refactor main script

* Fix rubocop offenses

* Update rubocop rules and fix offenses

* Fix specs

* Add specs

* Update specs

* add specs for interpreter

* Fix api collection specs

* Fix api database specs

* Fix api session specs

* Fix api spec collection

* Remove unnecessary libraries

* Fix rubocop offenses

* Add URL for accessing created questions (#22)

* [Feature] - Meta column translator (#20)

* Add warnings for undefined database

* Free memory when fetching metabase cards

* Light optimization for metabase collection

* Move metabase card fetch in function context for memory

* Enable columns translation

* Remove byebug requirement

* Feature/add description (#24)

* Add description renaming

* Rename 'meta' to columns in mapping

* Fix Rubocop offenses

* Refactor fs card column translation

* Update cards subrepositories

* Harmonize error output on STDOUT

* Fix fs card translation

* Remove unnecessary rubocop rule

Co-authored-by: Quentinchampenois <[email protected]>

* Update submodules

* Ignore all .env files

* Add description to model creation

* Adapt specs

* Modify main.rb to precise config file directly as sys arg

* Update submodules

* Update README

* Verbosify input of filename

* Update README

* Update config.yml.example

---------

Co-authored-by: Quentin Champenois <[email protected]>
  • Loading branch information
Dynnammo and Quentinchampenois authored Nov 22, 2023
1 parent 833543e commit 674e12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ database:
name: <EXISTING METABASE DATABASE>
collection_name: <NEW OR EXISTING METABASE COLLECTION>
language: fr # en
group_cards:
host: <HOST>

0 comments on commit 674e12b

Please sign in to comment.