1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00
Commit graph

3345 commits

Author SHA1 Message Date
mike12345567 b0ef15684b Adding query save, fixing routing to handle existing rest queries, adding in full saving of enabled headers functionality, fixing various issues discovered while testing. 2021-12-07 18:24:10 +00:00
mike12345567 6df90803ad Adding in raw functionality. 2021-12-06 18:35:44 +00:00
mike12345567 a48d7966a6 Adding stats, code, timings and size of request. 2021-12-06 18:23:18 +00:00
mike12345567 65d6ca9249 Adding in last components of UI that were missing. 2021-12-03 18:39:05 +00:00
mike12345567 0b9548260c Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign 2021-12-03 13:27:54 +00:00
Budibase Release Bot 3212d2f447 v1.0.7 2021-12-03 13:24:14 +00:00
Michael Drury a7731930bd
Merge pull request #3648 from Budibase/fix/3641
CSV export/import fix
2021-12-03 13:17:08 +00:00
mike12345567 c949f7fd09 Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign 2021-12-03 12:45:32 +00:00
Budibase Release Bot a6f684b996 v1.0.6 2021-12-03 11:22:44 +00:00
Budibase Staging Release Bot 940a30fe72 v1.0.6-alpha.1 2021-12-03 11:20:24 +00:00
Rory Powell 4af0641fe4 Fix oracle password config 2021-12-03 10:52:03 +00:00
Rory Powell bd3bf6a9ad Fix oracle password config 2021-12-03 10:48:47 +00:00
mike12345567 71e93a20a1 Refactor. 2021-12-03 10:31:09 +00:00
mike12345567 5bd2831bb6 Adding radio group of body types. 2021-12-02 17:53:14 +00:00
mike12345567 560a96b503 Exporting date and auto id field, but not importing autocolumns when table is created. 2021-12-02 16:17:10 +00:00
mike12345567 baf61e37e4 Removing auto columns from export - the new table will provide these if required. 2021-12-02 16:04:44 +00:00
Budibase Staging Release Bot e18545441e v1.0.6-alpha.0 2021-12-02 15:08:26 +00:00
mike12345567 a5e4d0bc95 Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign 2021-12-02 14:35:17 +00:00
Budibase Staging Release Bot 6f1338810c v1.0.5-alpha.1 2021-12-02 13:47:17 +00:00
Budibase Release Bot efd95a26f3 v1.0.5 2021-12-02 13:31:45 +00:00
Budibase Staging Release Bot 050dad3eca v1.0.5-alpha.0 2021-12-01 14:28:00 +00:00
Budibase Release Bot 7fd9a28fe6 v1.0.4 2021-12-01 13:49:09 +00:00
mike12345567 1e39f81fe6 Adding the ability to set a display name for any datasource/query parameter. 2021-12-01 13:11:35 +00:00
Budibase Release Bot beb60414ab v1.0.3 2021-12-01 10:57:38 +00:00
Rory Powell 04a7382392 Add fix for user metadata sync when deleting 2021-12-01 09:54:23 +00:00
mike12345567 7c5e2289ca Some UI tweaks. 2021-11-30 18:11:29 +00:00
mike12345567 9aba344a45 Disabling save button when no changes made. 2021-11-30 17:56:15 +00:00
mike12345567 655c6034c2 Updating REST creation, removing the modal step, updating the config page to move things around as per designs. 2021-11-30 16:21:16 +00:00
Budibase Release Bot acdc68efad v1.0.2 2021-11-30 15:59:32 +00:00
Budibase Release Bot b349e1c27f v1.0.1 2021-11-30 15:44:46 +00:00
Martin McKeaveney da9eff017d v1.0.0 2021-11-30 16:34:33 +01:00
Budibase Release Bot 2ddff731e9 v0.9.190 2021-11-30 13:36:54 +00:00
Budibase Staging Release Bot 4e607feda0 v0.9.190-alpha.12 2021-11-30 10:14:02 +00:00
Budibase Staging Release Bot 68978c5ed1 v0.9.190-alpha.11 2021-11-29 13:58:47 +00:00
Budibase Staging Release Bot ac1660540c v0.9.190-alpha.10 2021-11-26 19:01:35 +00:00
Rory Powell 4799ad32b2
Merge pull request #3555 from Budibase/oracle/returning
Improve returning logic for oracle
2021-11-26 18:54:19 +00:00
Budibase Staging Release Bot 82beeeeb02 v0.9.190-alpha.9 2021-11-26 17:52:27 +00:00
mike12345567 3bb034939b Fixing issue found with enriching rows in SQL - the system was assuming the array of entries contained a row ID that needed to be broken down. 2021-11-26 17:08:56 +00:00
Rory Powell 5aa9d95c46 Deletion support for returning rows 2021-11-26 16:50:15 +00:00
Budibase Staging Release Bot 56d60bc968 v0.9.190-alpha.8 2021-11-26 15:29:05 +00:00
Michael Drury e8c0684f3c
Merge pull request #3554 from Budibase/labday/docs
API Docs, generation, tables and rows and Swagger definitions
2021-11-26 15:20:23 +00:00
Rory Powell eaed8642f9 Improve returning logic for oracle 2021-11-26 15:02:03 +00:00
Budibase Staging Release Bot c5c9206ab2 v0.9.190-alpha.7 2021-11-26 14:35:06 +00:00
mike12345567 4d73903019 Fixing a few issues that became obvious when I was looking at examples of what gets sent to the API for table saving. 2021-11-26 14:14:53 +00:00
mike12345567 4d3f234807 Updating docs for tables, adding a swagger generation tool and a README describing how to use it. 2021-11-26 14:13:53 +00:00
Budibase Staging Release Bot 3b35b7d86b v0.9.190-alpha.6 2021-11-26 11:36:30 +00:00
Andrew Kingston 456760f479
Merge pull request #3542 from Budibase/ak-fixes
Query schema fixes + card fixes
2021-11-26 11:27:28 +00:00
Budibase Staging Release Bot 83a716c58b v0.9.190-alpha.5 2021-11-26 11:08:02 +00:00
Budibase Staging Release Bot 42baefdd14 v0.9.190-alpha.4 2021-11-25 22:21:36 +00:00
Peter Clement 5c3e05c2d4
Merge pull request #3544 from Budibase/feature/auto-screen-ui
Remove initial screen defintion so user can see the new screen creation button
2021-11-25 22:13:07 +00:00