Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.79k stars 1.58k forks source link

Flag ai correctly for premium #14959

Closed shogunpurple closed 3 weeks ago

shogunpurple commented 3 weeks ago

Description

Fixing an issue described in https://github.com/Budibase/budibase/issues/14958#issuecomment-2455778091 which causes AI columns to be rolled out for premium self host users - updated the areas of the code so it respects the overall feature flag ahead of the AI launch

qa-wolf[bot] commented 3 weeks ago

QA Wolf here! As you write new code it's important that your test coverage is keeping up. Click here to request test coverage for this PR!

shogunpurple commented 3 weeks ago

@adrinr I considered this but the overall feature flag will be removed after the release, so I'll do another PR to remove it. This is the first paid feature that we have feature flagged, so it requires both checks unfortunately - the overall one and in the license

adrinr commented 3 weeks ago

@adrinr I considered this but the overall feature flag will be removed after the release, so I'll do another PR to remove it. This is the first paid feature that we have feature flagged, so it requires both checks unfortunately - the overall one and in the license

Ok, it makes sense if it's a hard one to tackle