mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-19 15:08:59 +00:00
* add migration to create slug for apps * update migration file to include default slug population * update schemafile * add capability to get app by slug * add capability to frontend to set and fetch app by slug * remove unrelated changes from lint * respond default 204 itself when success else render error * make input field to show error when slug taken * wip: show error message * Cleanup * add new route to fetch app by slug * add slug to show json jbuilder * update react components to fetch app by both id and slug * fix launch link not being set Co-authored-by: navaneeth <navaneethpk@outlook.com> |
||
|---|---|---|
| .. | ||
| 0_enable_extensions.rb | ||
| 20210331161557_create_users.rb | ||
| 20210331162009_create_organizations.rb | ||
| 20210331162442_add_role_to_users.rb | ||
| 20210401022949_add_org_id_to_users.rb | ||
| 20210401061042_create_apps.rb | ||
| 20210401070617_add_organization_to_apps.rb | ||
| 20210402100256_add_definition_to_apps.rb | ||
| 20210403052816_create_data_sources.rb | ||
| 20210403094932_create_data_queries.rb | ||
| 20210404032211_add_data_source_to_data_queries.rb | ||
| 20210404164710_allow_null_for_data_source.rb | ||
| 20210412035633_create_app_users.rb | ||
| 20210412043857_create_organization_users.rb | ||
| 20210412091048_create_app_versions.rb | ||
| 20210412102121_add_current_version_to_apps.rb | ||
| 20210415070857_create_credentials.rb | ||
| 20210418071552_create_data_source_user_oauth2s.rb | ||
| 20210423071234_add_invitationtoken_to_users.rb | ||
| 20210423085452_add_status_to_users.rb | ||
| 20210427100209_add_is_public_to_apps.rb | ||
| 20210510191558_add_user_to_apps.rb | ||
| 20210519071114_create_folders.rb | ||
| 20210519084741_create_folder_apps.rb | ||
| 20210529101316_add_cipher_text_to_credentials.rb | ||
| 20210529140113_add_cipher_text_to_data_source_user_oauth2.rb | ||
| 20210606031036_create_metadata.rb | ||
| 20210609020556_add_forgot_password_to_user.rb | ||
| 20210617031153_rename_forgot_password_token.rb | ||
| 20210619124759_add_slug_to_apps.rb | ||