Rory Powell
|
81cb05b9ef
|
Add explicit pro dependency to worker and server
|
2022-04-21 15:08:14 +01:00 |
mike12345567
|
345bbf603c
|
Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it.
|
2022-04-21 14:56:14 +01:00 |
Dean
|
bfce5ccf3f
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-21 14:46:17 +01:00 |
Budibase Staging Release Bot
|
851c62d71a
|
v1.0.105-alpha.25
|
2022-04-21 13:36:43 +00:00 |
Dean
|
c904bc6273
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-21 14:32:49 +01:00 |
Martin McKeaveney
|
701cc93866
|
Merge pull request #5290 from Upgreydd/Do_not_validate_if_multi-select_options_length_is_0
Do not validate if multi-select options length is 0
|
2022-04-21 14:29:44 +01:00 |
Dean
|
61150c82cf
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-21 14:10:58 +01:00 |
Budibase Staging Release Bot
|
389221a58e
|
v1.0.105-alpha.24
|
2022-04-21 11:52:07 +00:00 |
mike12345567
|
151ed604f8
|
Fixing some issues detected by the test cases, making the in-use mechanism for context more clear to complete avoid stack up of contexts (leading to loss of knowledge around previous databases.
|
2022-04-20 23:10:39 +01:00 |
mike12345567
|
9899781fc5
|
Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes.
|
2022-04-20 17:33:42 +01:00 |
Rory Powell
|
d2a4e0a934
|
Merge branch 'develop' into feature/licensing
|
2022-04-20 14:59:36 +01:00 |
Dean
|
0305719fe3
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-20 12:54:58 +01:00 |
Budibase Staging Release Bot
|
282d2b73cc
|
v1.0.105-alpha.23
|
2022-04-20 11:45:43 +00:00 |
Mel O'Hagan
|
611b170874
|
RevId should be optional for automation delete
|
2022-04-20 12:11:36 +01:00 |
Mel O'Hagan
|
9b5ad2dacc
|
Get latest RevId if not provided
|
2022-04-20 11:51:01 +01:00 |
Vinoth Kirubakaran
|
ad87bc2bcf
|
feat: made changes to worker and server packages to use global-agent to setup proxy from env variables
|
2022-04-20 16:00:03 +05:30 |
Dean
|
1eff790fe8
|
Added events for viewing a production application and unpublishing
|
2022-04-20 11:08:06 +01:00 |
Mel O'Hagan
|
c9523d2913
|
Prettier comma fix
|
2022-04-20 11:02:27 +01:00 |
Mel O'Hagan
|
8494f872af
|
Remove Row Rev from UI
|
2022-04-20 11:00:58 +01:00 |
Dean
|
b2b5fde7ba
|
Cypress test fixes and refactoring. Removed debugging elements
|
2022-04-20 09:17:01 +01:00 |
Dean
|
04b4ee7a51
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-20 09:10:09 +01:00 |
Budibase Staging Release Bot
|
b18c47a586
|
v1.0.105-alpha.22
|
2022-04-20 07:47:53 +00:00 |
mike12345567
|
192fb1307e
|
Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them.
|
2022-04-19 19:42:52 +01:00 |
Rory Powell
|
41144db055
|
Remove remaining direct usage of CouchDB. Add common pouch config to backend-core
|
2022-04-19 16:45:27 +01:00 |
Dean
|
f78aaa640f
|
Code style check
|
2022-04-19 14:56:56 +01:00 |
Dean
|
c7b6453862
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-19 14:45:46 +01:00 |
Dean
|
26c19891bb
|
Unpublish refactored to stop development applications being mistakenly deleted. Minor updates to the modal content component to allow the replacement of the header. Further work to implement the publishing workflow changes
|
2022-04-19 14:38:09 +01:00 |
Budibase Staging Release Bot
|
c8d3c9ded4
|
v1.0.105-alpha.21
|
2022-04-19 12:05:43 +00:00 |
Peter Clement
|
b91a37675f
|
Merge pull request #5145 from Budibase/feature/foreach-block
Foreach Automation Block
|
2022-04-19 12:58:00 +01:00 |
Peter Clement
|
d997ab76da
|
update required string
|
2022-04-19 10:45:40 +01:00 |
Budibase Staging Release Bot
|
d1c6aaa245
|
v1.0.105-alpha.20
|
2022-04-19 08:48:18 +00:00 |
Peter Clement
|
97c49b11d2
|
Merge remote-tracking branch 'origin/develop' into feature/foreach-block
|
2022-04-18 10:05:43 +01:00 |
Peter Clement
|
1000ef35e1
|
Improve handling of loop handlebars string replacement
|
2022-04-18 09:22:23 +01:00 |
Budibase Staging Release Bot
|
c53c350879
|
v1.0.105-alpha.19
|
2022-04-14 19:50:11 +00:00 |
Budibase Staging Release Bot
|
8c613db188
|
v1.0.105-alpha.18
|
2022-04-14 16:55:46 +00:00 |
mike12345567
|
80a41235dd
|
Fixing REST UI query error notification and adding better error for query timeout.
|
2022-04-14 17:28:14 +01:00 |
mike12345567
|
5180603374
|
Fix for #5411 - trimming the various binding components for SQL in queries. Also moving SQL interpolation out into a Typescript - prep for further unit testing/improvements.
|
2022-04-14 13:06:22 +01:00 |
Budibase Staging Release Bot
|
3b7a03c7a9
|
v1.0.105-alpha.17
|
2022-04-14 12:05:50 +00:00 |
Andrew Kingston
|
f6eef900ad
|
Merge pull request #5272 from Budibase/cheeks-lab-day-devtools
DevTools
|
2022-04-14 12:57:01 +01:00 |
Budibase Staging Release Bot
|
b37dd1c229
|
v1.0.105-alpha.16
|
2022-04-14 09:14:11 +00:00 |
Budibase Staging Release Bot
|
5044094fb0
|
v1.0.105-alpha.15
|
2022-04-14 07:49:18 +00:00 |
Rory Powell
|
fa1f9ad6cc
|
Merge branch 'develop' into feature/licensing
|
2022-04-13 21:24:07 +01:00 |
Rory Powell
|
d87714107d
|
Add checkout pro step to budibase-ci
|
2022-04-13 21:13:01 +01:00 |
Budibase Staging Release Bot
|
06f22413cb
|
v1.0.105-alpha.14
|
2022-04-13 13:20:56 +00:00 |
Budibase Release Bot
|
f2abbc8377
|
v1.0.113
|
2022-04-13 12:21:10 +00:00 |
Budibase Staging Release Bot
|
0197b96be4
|
v1.0.105-alpha.13
|
2022-04-13 11:22:17 +00:00 |
Michael Drury
|
420f40d4a5
|
Merge pull request #5343 from daawaan/fix/win10-dev
Support Windows 10 development
|
2022-04-13 12:12:02 +01:00 |
Budibase Staging Release Bot
|
69904fd870
|
v1.0.105-alpha.12
|
2022-04-13 10:40:51 +00:00 |
melohagan
|
54b975cb9f
|
Merge pull request #5304 from Budibase/bug/sev3/empty_static_formula_column
Fix for empty static formula column creation error
|
2022-04-13 11:33:20 +01:00 |
Peter Clement
|
43b4dd8737
|
add environment variable
|
2022-04-13 10:23:40 +01:00 |
Budibase Staging Release Bot
|
b8042b60fe
|
v1.0.105-alpha.11
|
2022-04-13 09:19:50 +00:00 |
dependabot[bot]
|
6264bbb48f
|
Bump urijs from 1.19.8 to 1.19.11 in /packages/server
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.8 to 1.19.11.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.8...v1.19.11)
---
updated-dependencies:
- dependency-name: urijs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-13 00:14:16 +00:00 |
mike12345567
|
94720c10aa
|
Fixing issue #5322 - when endpoint is specified for DynamoDB and not in a the region that the whole instance expects it will throw an odd credentials error - making sure connection is commenced everywhere other than localhost.
|
2022-04-12 18:49:46 +01:00 |
Rory Powell
|
03ba6d914f
|
Merge branch 'develop' into feature/licensing
|
2022-04-12 16:18:41 +01:00 |
Budibase Release Bot
|
c717273996
|
v1.0.112
|
2022-04-12 11:03:43 +00:00 |
Martin McKeaveney
|
dc0eda29f3
|
Merge pull request #5316 from Upgreydd/Fix_for_parsing_environment_variable_as_an_integer
QUERY_THREAD_TIMEOUT is string instead of int
|
2022-04-12 11:56:36 +01:00 |
Budibase Staging Release Bot
|
4340a46fe7
|
v1.0.105-alpha.10
|
2022-04-12 09:14:08 +00:00 |
Peter Clement
|
2d75e68717
|
add max iterations env variable
|
2022-04-12 09:13:01 +01:00 |
Peter Clement
|
47480450d8
|
fix failure condition
|
2022-04-11 23:10:29 +01:00 |
Peter Clement
|
999199dcf6
|
Add handling for failure conditions
|
2022-04-11 10:26:59 +01:00 |
Peter Clement
|
d4ff168ae4
|
Merge remote-tracking branch 'origin/develop' into feature/foreach-block
|
2022-04-11 10:21:08 +01:00 |
Budibase Release Bot
|
37d723fa07
|
v1.0.111
|
2022-04-11 08:38:36 +00:00 |
Michael Drury
|
708b46c82c
|
Merge pull request #5288 from Budibase/fix/5187-number
Fix for MySQL number parsing issue
|
2022-04-11 09:32:08 +01:00 |
Budibase Staging Release Bot
|
6fce5fce89
|
v1.0.105-alpha.9
|
2022-04-11 08:16:09 +00:00 |
Theone Eclarin
|
8479d69a86
|
initial commit
|
2022-04-11 10:02:40 +08:00 |
Kacper
|
9eb2ab1687
|
Move out QUERY_THREAD_TIMEOUT from `to remove` section
|
2022-04-08 16:20:55 +02:00 |
Kacper
|
5c5debff48
|
added parseIntSafe function.
|
2022-04-08 16:17:19 +02:00 |
Kacper
|
c89b311e81
|
QUERY_THREAD_TIMEOUT is string instead of int fix
|
2022-04-08 13:23:44 +02:00 |
Budibase Release Bot
|
7eb13151f3
|
v1.0.110
|
2022-04-08 09:34:45 +00:00 |
Peter Clement
|
b439e59137
|
Merge remote-tracking branch 'origin/develop' into feature/foreach-block
|
2022-04-07 22:32:44 +01:00 |
Mel O'Hagan
|
6b5be828e7
|
passing non-null required for doesContainStrings
|
2022-04-07 17:13:08 +01:00 |
Budibase Staging Release Bot
|
404ec5cec1
|
v1.0.105-alpha.8
|
2022-04-07 13:27:06 +00:00 |
Kacper
|
85ff73cb26
|
Do not validate if multi-select options length is 0
|
2022-04-07 12:01:05 +02:00 |
mike12345567
|
2accebec7f
|
Fix for issue discovered in #5187 - expanding regex to cover all sorts of number coercion.
|
2022-04-07 10:26:39 +01:00 |
Budibase Staging Release Bot
|
50729710c5
|
v1.0.105-alpha.7
|
2022-04-06 21:25:19 +00:00 |
Budibase Staging Release Bot
|
bb7c4e1d41
|
v1.0.105-alpha.6
|
2022-04-06 20:15:30 +00:00 |
Budibase Release Bot
|
d0773466d3
|
v1.0.109
|
2022-04-06 14:17:15 +00:00 |
Andrew Kingston
|
7546c1a8d5
|
Fix for tests when headers are undefined
|
2022-04-06 14:11:05 +01:00 |
Budibase Staging Release Bot
|
9746ac3ac6
|
v1.0.105-alpha.5
|
2022-04-06 13:05:51 +00:00 |
Andrew Kingston
|
34a0c77d73
|
Tidy up
|
2022-04-06 13:40:07 +01:00 |
Andrew Kingston
|
c2d61d8ebc
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-04-06 11:50:43 +01:00 |
Budibase Staging Release Bot
|
57f5f5731a
|
v1.0.105-alpha.4
|
2022-04-06 10:38:23 +00:00 |
Budibase Release Bot
|
496b582538
|
v1.0.108
|
2022-04-06 10:32:58 +00:00 |
Martin McKeaveney
|
89131fd7d9
|
Merge pull request #5267 from Budibase/fix/bash-step-timeout
configure bash step to use automation query timeout
|
2022-04-06 11:26:20 +01:00 |
Budibase Release Bot
|
d1ea717bdd
|
v1.0.107
|
2022-04-06 09:48:21 +00:00 |
Martin McKeaveney
|
dbb81d9c1a
|
configure bash step to use automation query timeout
|
2022-04-06 10:43:08 +01:00 |
Budibase Staging Release Bot
|
1660c3372a
|
v1.0.105-alpha.3
|
2022-04-06 08:58:34 +00:00 |
Budibase Release Bot
|
b9bf678770
|
v1.0.106
|
2022-04-05 13:38:48 +00:00 |
Michael Drury
|
d1a08f6530
|
Merge pull request #5240 from Budibase/fix/4978
Fix for IN SQL query parsing - handling parentheses and string interpolation
|
2022-04-05 14:32:16 +01:00 |
Budibase Staging Release Bot
|
43b6714a98
|
v1.0.105-alpha.2
|
2022-04-05 11:56:35 +00:00 |
Budibase Staging Release Bot
|
3725fa4ca5
|
v1.0.105-alpha.1
|
2022-04-05 11:22:24 +00:00 |
Budibase Release Bot
|
6840d8d166
|
v1.0.105
|
2022-04-05 11:16:17 +00:00 |
Michael Drury
|
130a02889a
|
Merge pull request #5209 from Budibase/labday/single-docker
Single docker file lab-day
|
2022-04-05 12:16:09 +01:00 |
Martin McKeaveney
|
deeaf88f45
|
Merge branch 'develop' into labday/integrations
|
2022-04-05 11:59:39 +01:00 |
Budibase Staging Release Bot
|
476386f35a
|
v1.0.105-alpha.0
|
2022-04-05 10:46:38 +00:00 |
mike12345567
|
1f982428e2
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/single-docker
|
2022-04-05 11:31:02 +01:00 |
mike12345567
|
4d084383f3
|
Fix for #5242 - string interpolation in SQL queries was too wide, it was combining parts of multiple strings, rather than searching for bindings within distinct strings.
|
2022-04-04 19:08:56 +01:00 |
mike12345567
|
035cda1177
|
Extension of fix for 4978 - fixing an issue where parentheses are added to the IN query, causing the query system to not recognise the need to switch out the binding.
|
2022-04-04 15:39:38 +01:00 |
Budibase Staging Release Bot
|
d82e15463d
|
v1.0.104-alpha.1
|
2022-04-04 11:01:50 +00:00 |
Budibase Release Bot
|
defd0a29a7
|
v1.0.104
|
2022-04-04 09:54:00 +00:00 |
mike12345567
|
39182cfbc0
|
Fixing issue #5817 - making sure that date strings are correctly parsed into the bindings.
|
2022-04-01 17:13:28 +01:00 |
mike12345567
|
05af8cafc2
|
Fixing test case.
|
2022-04-01 13:47:38 +01:00 |
Martin McKeaveney
|
5cd3a1b893
|
tidy up
|
2022-04-01 10:48:17 +01:00 |
mike12345567
|
4b7ffbbce7
|
Single docker container configuration.
|
2022-04-01 01:00:52 +01:00 |
Martin McKeaveney
|
417ba977fa
|
redis integration complete
|
2022-03-31 15:44:06 +01:00 |
Martin McKeaveney
|
6e5bcb224c
|
redis integration
|
2022-03-31 10:56:16 +01:00 |
Budibase Staging Release Bot
|
459c285d23
|
v1.0.104-alpha.0
|
2022-03-31 09:35:49 +00:00 |
Budibase Release Bot
|
db768fa6f6
|
v1.0.103
|
2022-03-31 09:27:58 +00:00 |
Budibase Release Bot
|
b94a48eac3
|
v1.0.102
|
2022-03-31 08:47:33 +00:00 |
Martin McKeaveney
|
6c878e71f3
|
Update index.ts
|
2022-03-31 09:40:41 +01:00 |
Budibase Release Bot
|
42c82f30fe
|
v1.0.101
|
2022-03-30 16:29:43 +00:00 |
Martin McKeaveney
|
cd8188a800
|
bump versions
|
2022-03-30 17:19:41 +01:00 |
Budibase Staging Release Bot
|
733b20c0b4
|
v1.0.98-alpha.9
|
2022-03-30 15:25:14 +00:00 |
Martin McKeaveney
|
034408b3c2
|
merge with master
|
2022-03-30 15:44:22 +01:00 |
Budibase Release Bot
|
f5e10d7a96
|
v1.0.100
|
2022-03-30 14:30:40 +00:00 |
Michael Drury
|
5bc426bb33
|
Merge pull request #5179 from Budibase/fix/5153
Fix for MySQL Limits and offsets (numbers in bindings)
|
2022-03-30 15:23:31 +01:00 |
mike12345567
|
258434b3ed
|
Fix for #5153 - doing it at the mysql level as it seems to be affected by incorrect types in a way that other SQL databases aren't - limits the possible damage this can do.
|
2022-03-30 14:45:13 +01:00 |
Rory Powell
|
b69445264d
|
Add additional logging to automations
|
2022-03-30 14:26:51 +01:00 |
Budibase Staging Release Bot
|
96ed7abf85
|
v1.0.98-alpha.8
|
2022-03-30 12:21:32 +00:00 |
Budibase Staging Release Bot
|
be20424695
|
v1.0.98-alpha.7
|
2022-03-30 11:45:01 +00:00 |
Budibase Staging Release Bot
|
f8f8d3c9cb
|
v1.0.98-alpha.6
|
2022-03-29 12:03:54 +00:00 |
Michael Drury
|
137cde43f8
|
Merge pull request #5154 from Budibase/dep-update-29-03-2022
Dependabot merge
|
2022-03-29 12:57:49 +01:00 |
mike12345567
|
5036f80fcb
|
Merge branch 'dependabot/npm_and_yarn/packages/server/minimist-1.2.6' of github.com:Budibase/budibase into dep-update-29-03-2022
|
2022-03-29 12:24:40 +01:00 |
Budibase Staging Release Bot
|
21f7599509
|
v1.0.98-alpha.5
|
2022-03-29 10:18:40 +00:00 |
Peter Clement
|
006bf368bb
|
more parsing of output bindings
|
2022-03-29 10:29:51 +01:00 |
Budibase Release Bot
|
04b8886ce8
|
v1.0.99
|
2022-03-29 09:23:26 +00:00 |
Budibase Staging Release Bot
|
be02c8be94
|
v1.0.98-alpha.4
|
2022-03-29 07:24:22 +00:00 |
Martin McKeaveney
|
56b1d1dbc1
|
Merge pull request #5135 from Budibase/feature/googlesheets-release
Feature/googlesheets release
|
2022-03-29 08:18:11 +01:00 |
Budibase Staging Release Bot
|
866965c02c
|
v1.0.98-alpha.3
|
2022-03-29 06:59:36 +00:00 |
mike12345567
|
db0b096c0a
|
Fix for #5117 - raised a point that the docs didn't describe where to put properties for a query when running through the public API - fixing the spec.
|
2022-03-28 18:33:54 +01:00 |
Michael Drury
|
9890b45d71
|
Merge pull request #5134 from Budibase/fix/5103
Fix for RBAC on apps built from templates containing public screens
|
2022-03-28 17:17:19 +01:00 |
Martin McKeaveney
|
457a4812cf
|
re-add gsheets to self host
|
2022-03-28 16:46:05 +01:00 |
Martin McKeaveney
|
aed9bfc728
|
fixing google sheets bug, respect google configuration hierarchy
|
2022-03-28 16:44:33 +01:00 |
mike12345567
|
88437e11d0
|
Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles).
|
2022-03-28 16:34:50 +01:00 |
Budibase Staging Release Bot
|
52b33fce2e
|
v1.0.98-alpha.2
|
2022-03-28 13:07:09 +00:00 |
Peter Clement
|
73151722ec
|
update bindings to support looping
|
2022-03-28 10:01:56 +01:00 |
Budibase Staging Release Bot
|
7ee95962e1
|
v1.0.98-alpha.1
|
2022-03-25 17:00:35 +00:00 |
Budibase Release Bot
|
aeee34cb7c
|
v1.0.98
|
2022-03-25 16:59:39 +00:00 |
Rory Powell
|
a68767d619
|
Merge branch 'master' into merge-master
|
2022-03-25 16:51:58 +00:00 |
Rory Powell
|
19bc44e2d0
|
Fix app preview
|
2022-03-25 16:25:46 +00:00 |
Budibase Staging Release Bot
|
3776c8b8d4
|
v1.0.98-alpha.0
|
2022-03-25 14:13:59 +00:00 |
dependabot[bot]
|
16f16dba40
|
Bump minimist from 1.2.5 to 1.2.6 in /packages/server
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-25 14:09:06 +00:00 |
Rory Powell
|
f5809a2cbf
|
clean and bootstrap
|
2022-03-25 13:14:44 +00:00 |
Rory Powell
|
69b2b38aea
|
Merge branch 'master' into merge-master
|
2022-03-25 13:10:37 +00:00 |
Budibase Staging Release Bot
|
d8ccfd5ce9
|
v1.0.91-alpha.18
|
2022-03-25 12:35:36 +00:00 |
Martin McKeaveney
|
bb0144e85f
|
Merge pull request #5087 from Budibase/fix/local-dynamo
ignore AWS config when using endpoint field
|
2022-03-25 12:25:32 +00:00 |
Budibase Release Bot
|
dc292a072c
|
v1.0.97
|
2022-03-25 12:22:30 +00:00 |
mike12345567
|
793cb0ca60
|
Linting.
|
2022-03-25 12:15:42 +00:00 |
David Duong
|
26a29fef67
|
fix: incorrect parameters for public rows editing
|
2022-03-25 12:09:39 +00:00 |
Michael Drury
|
573374408b
|
Merge pull request #5073 from Budibase/fix/5049
Fixing an issue with many-to-many SQL relationships generated in SQL tables
|
2022-03-25 12:05:44 +00:00 |
Budibase Staging Release Bot
|
565dd95052
|
v1.0.91-alpha.17
|
2022-03-25 12:05:09 +00:00 |
Budibase Release Bot
|
afb1dc5210
|
v1.0.96
|
2022-03-25 12:04:42 +00:00 |
Rory Powell
|
dd9503ac09
|
Add typescript linting at the top level
|
2022-03-25 11:17:58 +00:00 |
Rory Powell
|
36a7323676
|
Merge branch 'master' into fix/cross-tenant-apps-with-session
|
2022-03-25 10:53:10 +00:00 |
Peter Clement
|
25258ba055
|
improve context handling
|
2022-03-25 10:52:22 +00:00 |
Rory Powell
|
e68e7afa9f
|
Revert openapi.ts linting
|
2022-03-25 10:50:00 +00:00 |
Martin McKeaveney
|
25192bad3b
|
ignore AWS config when using endpoint field
|
2022-03-25 10:35:59 +00:00 |
Peter Clement
|
7817d65eb3
|
Automation foreach block
|
2022-03-25 09:26:55 +00:00 |
Budibase Release Bot
|
79f6f92dd4
|
v1.0.95
|
2022-03-24 18:31:41 +00:00 |
Budibase Staging Release Bot
|
cc452f41a8
|
v1.0.91-alpha.16
|
2022-03-24 18:07:08 +00:00 |
Martin McKeaveney
|
9c4a6dee40
|
lint
|
2022-03-24 17:54:27 +00:00 |
Martin McKeaveney
|
1e4ccdc0e5
|
Merge branch 'develop' of github.com:Budibase/budibase into develop
|
2022-03-24 17:47:59 +00:00 |
Martin McKeaveney
|
b2bcf5a1f7
|
fixing lint
|
2022-03-24 17:44:37 +00:00 |
Martin McKeaveney
|
14c75b2907
|
update always to unless-stopped
|
2022-03-24 17:35:35 +00:00 |
Michael Drury
|
ca6628a94d
|
Merge pull request #5077 from dqbd/patch-1
fix: incorrect parameters for public rows editing
|
2022-03-24 16:48:46 +00:00 |
Budibase Staging Release Bot
|
4a115a722f
|
v1.0.91-alpha.15
|
2022-03-24 16:07:57 +00:00 |
David Duong
|
df0d99d93a
|
fix: incorrect parameters for public rows editing
|
2022-03-24 16:11:13 +01:00 |
Rory Powell
|
89db1b9cba
|
Fix test
|
2022-03-24 14:24:56 +00:00 |
Budibase Staging Release Bot
|
f4d7f516dc
|
v1.0.91-alpha.14
|
2022-03-24 14:00:11 +00:00 |
mike12345567
|
0b6a69b9c5
|
Fixing a mis-match of fields when creating many-to-many relationships on tables from within Budibase - #5049.
|
2022-03-24 13:59:46 +00:00 |
Rory Powell
|
4856cdd819
|
Revert lock files
|
2022-03-24 13:53:47 +00:00 |
Andrew Kingston
|
70313faf0b
|
Merge pull request #5067 from Budibase/deep-rest-pagination-token
Allow deep-getting of pagination params from REST responses
|
2022-03-24 06:53:05 -07:00 |
Rory Powell
|
819f9b75de
|
Link app context with tenancy, remove app tenancy middleware
|
2022-03-24 13:04:49 +00:00 |
Andrew Kingston
|
2242044f3b
|
Allow deep-getting of pagination params from REST responses
|
2022-03-24 10:07:23 +00:00 |
Budibase Staging Release Bot
|
68569b9d98
|
v1.0.91-alpha.13
|
2022-03-24 09:56:07 +00:00 |
Budibase Staging Release Bot
|
fe77642bf7
|
v1.0.91-alpha.12
|
2022-03-23 21:17:38 +00:00 |
Martin McKeaveney
|
a67d82d652
|
Merge pull request #5040 from Budibase/fix/is-wsl
Check for WSL when configuring dev environment on Windows
|
2022-03-23 21:11:29 +00:00 |
Rory Powell
|
5851525c88
|
Merge branch 'master' into fix/cross-tenant-apps-with-session
|
2022-03-23 16:45:36 +00:00 |
Rory Powell
|
a68abf2730
|
Fix cross tenant apps with session
|
2022-03-23 16:45:06 +00:00 |
Budibase Staging Release Bot
|
61ba97057d
|
v1.0.91-alpha.11
|
2022-03-23 15:56:31 +00:00 |
mike12345567
|
d64df5fd78
|
Adding a fix for #4996 - checks if WSL is in use when configuring nginx.
|
2022-03-23 15:31:08 +00:00 |
Budibase Staging Release Bot
|
0f263cc51e
|
v1.0.91-alpha.10
|
2022-03-23 10:52:40 +00:00 |
Budibase Staging Release Bot
|
850cadc63b
|
v1.0.91-alpha.9
|
2022-03-23 08:51:26 +00:00 |
Budibase Staging Release Bot
|
cf6e89bbea
|
v1.0.91-alpha.8
|
2022-03-22 16:42:33 +00:00 |
Martin McKeaveney
|
5fc7cf7cb4
|
Merge pull request #4970 from Budibase/fix/analytics-cleanup
updating analytics endpoint, removing old NPS survey
|
2022-03-22 16:34:25 +00:00 |
Peter Clement
|
7a45d8dd23
|
Merge pull request #4976 from Budibase/fix/query-rows-automation-fix
Handle error when running a a Query Rows automation with a deleted column
|
2022-03-22 16:24:59 +00:00 |
Budibase Release Bot
|
8f4a335a84
|
v1.0.94
|
2022-03-22 13:08:40 +00:00 |
Michael Drury
|
52b123f154
|
Merge pull request #4991 from Budibase/fix/sql-query-in
Fixing SQL in queries
|
2022-03-22 13:00:32 +00:00 |
Budibase Staging Release Bot
|
d2e7b28304
|
v1.0.91-alpha.7
|
2022-03-22 08:38:11 +00:00 |
Rory Powell
|
0a4b1eb552
|
Tests complete + backwards compatibility for deployment
|
2022-03-22 00:23:22 +00:00 |
mike12345567
|
ad27b41823
|
Fixing review comment.
|
2022-03-21 17:57:26 +00:00 |
mike12345567
|
5d9a34963a
|
Adding the ability to expand the max number of rows retrieved by SQL queries (say for table exports).
|
2022-03-21 17:44:43 +00:00 |
mike12345567
|
107c593e47
|
Fixing issue #4978 - fixing an issue with using the keyword 'in' as part of an SQL query.
|
2022-03-21 17:16:18 +00:00 |
Budibase Release Bot
|
29021b4600
|
v1.0.93
|
2022-03-21 17:15:53 +00:00 |
Rory Powell
|
715d42d3e6
|
Merge branch 'develop' into feature/licensing
|
2022-03-21 17:13:16 +00:00 |
Rory Powell
|
5c3c4d28b2
|
Remove automation usage increment
|
2022-03-21 16:08:25 +00:00 |
Budibase Release Bot
|
4ee5256ad3
|
v1.0.92
|
2022-03-21 14:34:43 +00:00 |
Rory Powell
|
627dd94550
|
Add trace to automation errors
|
2022-03-21 14:25:31 +00:00 |
Peter Clement
|
6fe202a429
|
Handle error when running an automation with a deleted column
|
2022-03-21 12:32:04 +00:00 |
Martin McKeaveney
|
0f4c0f3ed4
|
fix tests
|
2022-03-21 10:04:26 +00:00 |
Budibase Staging Release Bot
|
69532f59ce
|
v1.0.91-alpha.6
|
2022-03-21 08:42:06 +00:00 |
Budibase Staging Release Bot
|
4d7ad2b541
|
v1.0.91-alpha.5
|
2022-03-21 08:32:22 +00:00 |
Martin McKeaveney
|
411a7439c8
|
Merge pull request #4865 from Budibase/fix/patch-relationships
fixing enrichment of relationships in patch call
|
2022-03-21 08:24:35 +00:00 |
Martin McKeaveney
|
dd1863d4c9
|
Merge pull request #4871 from Budibase/fix/date-filtering
Date filtering logic
|
2022-03-21 08:19:03 +00:00 |
Budibase Staging Release Bot
|
572abdd0a9
|
v1.0.91-alpha.4
|
2022-03-21 08:13:27 +00:00 |
Martin McKeaveney
|
aaf84b6995
|
updating analytics endpoint, removing old NPS survey
|
2022-03-21 08:00:03 +00:00 |
Rory Powell
|
795b48bfb0
|
Published apps, automations and query count quotas
|
2022-03-20 01:13:54 +00:00 |
Budibase Release Bot
|
01fd1f3124
|
v1.0.91
|
2022-03-18 16:05:00 +00:00 |
Budibase Staging Release Bot
|
b0f33de743
|
v1.0.91-alpha.3
|
2022-03-18 10:13:46 +00:00 |
Michael Drury
|
2d011bce0d
|
Merge pull request #4864 from mslourens/google_firebase_integration
Google firebase integration
|
2022-03-18 10:07:30 +00:00 |
Budibase Staging Release Bot
|
c9afb9e074
|
v1.0.91-alpha.2
|
2022-03-18 09:56:54 +00:00 |
Rory Powell
|
95d8608c74
|
Revert lock file
|
2022-03-18 09:24:33 +00:00 |
Rory Powell
|
5380c46725
|
Fix base path in server url for openapi3 import
|
2022-03-18 09:20:30 +00:00 |
Rory Powell
|
661367333d
|
Add developer usage restrictions to SSO user creation
|
2022-03-18 08:01:31 +00:00 |
Budibase Staging Release Bot
|
05607adccb
|
v1.0.91-alpha.1
|
2022-03-18 07:23:08 +00:00 |
Rory Powell
|
8b17493e16
|
Merge pull request #4773 from mslourens/openapi3-import
Support Openapi 3 import
|
2022-03-18 07:16:13 +00:00 |
Rory Powell
|
e695a57853
|
Better error handling around license errors
|
2022-03-16 17:29:47 +00:00 |
Maurits Lourens
|
9ef6fdaec9
|
revert uncommenting code
|
2022-03-16 13:43:09 +01:00 |
Maurits Lourens
|
19ec76c49d
|
Merge branch 'develop' into google_firebase_integration
|
2022-03-16 13:40:04 +01:00 |
Budibase Staging Release Bot
|
6ef4e4840a
|
v1.0.91-alpha.0
|
2022-03-16 12:34:44 +00:00 |
Budibase Release Bot
|
ac32c2ee5f
|
v1.0.90
|
2022-03-16 11:37:15 +00:00 |
Michael Drury
|
42169823dd
|
Merge pull request #4918 from Budibase/fix/public-api-errors
Fix for public API header error warnings
|
2022-03-16 11:31:14 +00:00 |
Peter Clement
|
fcfce77d5d
|
linting
|
2022-03-16 10:33:38 +00:00 |
Peter Clement
|
a2c3257515
|
send export file from backend
|
2022-03-16 10:22:06 +00:00 |
Rory Powell
|
953a5f881c
|
developer and published apps usage quota migrations
|
2022-03-16 08:18:09 +00:00 |
mike12345567
|
75375be9f7
|
Fixing issue found by test case.
|
2022-03-15 20:17:41 +00:00 |
mike12345567
|
ba9d6cf8f7
|
Fixing an issue that was breaking build.
|
2022-03-15 19:53:05 +00:00 |
mike12345567
|
d48d7f6e19
|
Quick fix for #4914 - adding some checks in API middleware to confirm headers have been set correctly.
|
2022-03-15 19:31:01 +00:00 |
Andrew Kingston
|
1c104d6fa5
|
Add test cases for SQL range filtering changes
|
2022-03-15 11:52:54 +00:00 |
Andrew Kingston
|
20fe6c35ba
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/date-filtering
|
2022-03-15 11:44:04 +00:00 |
Budibase Release Bot
|
eb747c98b1
|
v1.0.89
|
2022-03-15 11:26:55 +00:00 |
mike12345567
|
b59d077b43
|
Linting.
|
2022-03-15 11:20:23 +00:00 |
Ilia Shupta
|
e09011d813
|
Allow fully qualified redis url use in koa ratelimit store
|
2022-03-15 11:20:16 +00:00 |
Budibase Staging Release Bot
|
11cb2e681a
|
v1.0.89-alpha.0
|
2022-03-15 11:09:22 +00:00 |
mike12345567
|
51e5e1e90f
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-03-15 10:56:39 +00:00 |
mike12345567
|
5332fb4dad
|
Linting.
|
2022-03-15 10:52:24 +00:00 |
Ilia Shupta
|
91d9946c5c
|
Allow fully qualified redis url use in koa ratelimit store
|
2022-03-15 14:09:41 +08:00 |
Budibase Release Bot
|
243838898a
|
v1.0.88
|
2022-03-14 21:51:54 +00:00 |
Budibase Release Bot
|
5b0a5f8dc1
|
v1.0.87
|
2022-03-14 17:13:11 +00:00 |
mike12345567
|
d4e9e9d522
|
Merge branch 'master' of github.com:Budibase/budibase
|
2022-03-14 17:06:40 +00:00 |
mike12345567
|
d55a385072
|
Fixing an issue with detecting fully qualified Redis URL despite not in use.
|
2022-03-14 16:50:01 +00:00 |
Budibase Release Bot
|
4d8578b785
|
v1.0.86
|
2022-03-14 16:01:47 +00:00 |
Budibase Staging Release Bot
|
36f0de889e
|
v1.0.86-alpha.0
|
2022-03-14 15:56:38 +00:00 |
Budibase Release Bot
|
48abc23302
|
v1.0.85
|
2022-03-14 12:09:21 +00:00 |
mike12345567
|
9364f4170f
|
Updating yarn locks.
|
2022-03-14 12:00:44 +00:00 |
Budibase Release Bot
|
eab8f86793
|
v1.0.84
|
2022-03-13 10:52:05 +00:00 |
Michael Drury
|
84f1325320
|
Fixing MS-SQL variable sub.
|
2022-03-12 11:13:41 +00:00 |
Michael Drury
|
ffbf3a2eca
|
Switching to correct concat function for oracle.
|
2022-03-11 00:40:01 +00:00 |
Michael Drury
|
07bcaf2d0a
|
Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable.
|
2022-03-11 00:19:26 +00:00 |
Budibase Release Bot
|
92bf490066
|
v1.0.83
|
2022-03-10 17:45:17 +00:00 |
mike12345567
|
30651e81d5
|
Making the URL optional for application creation/update in OpenAPI spec, removing unused parameter and fixing getRedisOptions function to work with fully qualified URLs.
|
2022-03-10 15:53:23 +00:00 |
Martin McKeaveney
|
06db377b31
|
update yarn lock
|
2022-03-10 13:33:10 +00:00 |
Martin McKeaveney
|
b166c5dcdc
|
revert NPM script to update OpenAPI
|
2022-03-10 11:17:15 +00:00 |
Andrew Kingston
|
0b7919cd3d
|
Update date filtering to only use a between statement when 2 dates are provided
|
2022-03-10 10:18:03 +00:00 |
Martin McKeaveney
|
6c236eacb2
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/patch-relationships
|
2022-03-10 10:17:30 +00:00 |
Budibase Release Bot
|
ff11d0ed02
|
v1.0.82
|
2022-03-10 01:06:14 +00:00 |
Budibase Staging Release Bot
|
acd3549345
|
v1.0.81-alpha.7
|
2022-03-10 01:04:00 +00:00 |
Martin McKeaveney
|
129cdf9c4b
|
Merge pull request #4867 from Budibase/develop
develop -> master
|
2022-03-10 02:00:02 +01:00 |
Martin McKeaveney
|
45f158dcc5
|
Merge pull request #4587 from CommanderRoot/rm-deprecated-substr
Replace deprecated String.prototype.substr()
|
2022-03-10 01:57:57 +01:00 |
Budibase Release Bot
|
1a76729412
|
v1.0.81
|
2022-03-10 00:46:03 +00:00 |
Maurits Lourens
|
b987dc345f
|
finish up Firebase implementation
|
2022-03-10 00:23:36 +01:00 |
Budibase Staging Release Bot
|
627bb87b45
|
v1.0.81-alpha.6
|
2022-03-09 22:11:25 +00:00 |
Rory Powell
|
7698e9293c
|
Self Host <-> Licensing integration
|
2022-03-09 21:16:22 +00:00 |
Maurits Lourens
|
792021616c
|
fix connection to firebase using service account
|
2022-03-09 17:46:25 +01:00 |
Budibase Staging Release Bot
|
54ba0958cb
|
v1.0.81-alpha.5
|
2022-03-09 16:37:44 +00:00 |
Martin McKeaveney
|
ce984348a0
|
fixing enrichment of relationships in patch call
|
2022-03-09 16:08:55 +01:00 |
Martin McKeaveney
|
f62d76c664
|
reverting package.json to versions before merge
|
2022-03-09 15:54:43 +01:00 |
mike12345567
|
53386909ab
|
Updating row search bookmark to handle numbers as bookmarks.
|
2022-03-09 10:12:26 +00:00 |
mike12345567
|
a3a6aeb777
|
Fixing an inconsistency that was raised by a community member.
|
2022-03-08 18:00:49 +00:00 |
mike12345567
|
b96c6218d6
|
Quick fix for openAPI spec, improving the search spec.
|
2022-03-08 17:42:26 +00:00 |
Budibase Staging Release Bot
|
deab04bba0
|
v1.0.81-alpha.4
|
2022-03-08 17:23:38 +00:00 |
Budibase Staging Release Bot
|
e0580147d0
|
v1.0.81-alpha.3
|
2022-03-08 16:48:36 +00:00 |
Maurits Lourens
|
c2d48bebd7
|
initial setup for google firebase integration
|
2022-03-08 17:31:36 +01:00 |
Budibase Staging Release Bot
|
e106bc7160
|
v1.0.81-alpha.2
|
2022-03-08 15:58:48 +00:00 |
Budibase Staging Release Bot
|
08bd8ae284
|
v1.0.81-alpha.1
|
2022-03-08 15:31:24 +00:00 |
Rory Powell
|
eefe4ea2ad
|
Integrate usage quotas with licensing
|
2022-03-08 14:21:41 +00:00 |
Budibase Staging Release Bot
|
64658d9880
|
v1.0.81-alpha.0
|
2022-03-08 12:05:17 +00:00 |
Martin McKeaveney
|
14cffcd6ff
|
merge
|
2022-03-08 12:40:41 +01:00 |
Martin McKeaveney
|
975eb0b99e
|
merge from master
|
2022-03-08 12:34:27 +01:00 |
Martin McKeaveney
|
01e14346ed
|
Merge pull request #4824 from Budibase/feature/export-from-client
Export selected rows from button action
|
2022-03-08 12:31:47 +01:00 |
Budibase Staging Release Bot
|
84f40bcac2
|
v1.0.80-alpha.5
|
2022-03-08 11:06:36 +00:00 |
Budibase Staging Release Bot
|
f995dc1e57
|
v1.0.80-alpha.4
|
2022-03-08 10:03:32 +00:00 |
Michael Drury
|
ec10ed2270
|
Merge pull request #4834 from Budibase/fix/4811
Renaming SQL columns - don't drop old column
|
2022-03-08 09:55:30 +00:00 |
Budibase Release Bot
|
6ae5ead5f1
|
v1.0.80
|
2022-03-08 08:51:10 +00:00 |
Rory Powell
|
ad4a268a69
|
Move licensing middleware to pro repo
|
2022-03-08 08:01:41 +00:00 |
Budibase Staging Release Bot
|
db033231e3
|
v1.0.80-alpha.3
|
2022-03-07 17:22:25 +00:00 |
mike12345567
|
5bbbcde978
|
Removing org ID from cloud spec.
|
2022-03-07 16:41:22 +00:00 |
mike12345567
|
8185227ff1
|
Fixing issue #4811 - when renaming SQL columns use an actual rename alteration rather than dropping the column.
|
2022-03-07 16:31:35 +00:00 |
mike12345567
|
3becf1b8a4
|
Adding the tenant ID to the Budibase Cloud URL, as well as setting up variables for them all as part of the server URL.
|
2022-03-07 13:21:30 +00:00 |
Maurits Lourens
|
baf53f2a9d
|
implement review comments
|
2022-03-07 13:58:04 +01:00 |
Peter Clement
|
ed2c210db8
|
Add button action allowing for export of client row selection
|
2022-03-07 12:06:11 +00:00 |
Peter Clement
|
e3670d6737
|
Merge remote-tracking branch 'origin/develop' into feature/export-from-client
|
2022-03-07 12:04:56 +00:00 |
Rory Powell
|
5ee150566b
|
Fix build, additional tests, updated body detection, support variables in urls
|
2022-03-07 10:41:28 +00:00 |
Budibase Staging Release Bot
|
7b3bf46a28
|
v1.0.80-alpha.2
|
2022-03-07 10:14:10 +00:00 |
Michael Drury
|
ee09b504c4
|
Merge pull request #4795 from Budibase/fix/sql-issues
Various SQL fixes
|
2022-03-07 10:08:17 +00:00 |
Budibase Staging Release Bot
|
7d8b80f4fe
|
v1.0.80-alpha.1
|
2022-03-06 21:05:20 +00:00 |
mike12345567
|
7f9334ae5e
|
Making sure that tables are created within the correct schema for MS-SQL.
|
2022-03-04 15:50:19 +00:00 |
mike12345567
|
a4ed8fe5e8
|
Adding the ability to support schemas in MS-SQL.
|
2022-03-04 15:12:07 +00:00 |
mike12345567
|
e9ff42bf76
|
Fixing various other ms-sql types.
|
2022-03-04 13:48:21 +00:00 |
Rory Powell
|
b686c19658
|
Enforce licensed developer count + error types/codes framework
|
2022-03-04 13:42:50 +00:00 |
mike12345567
|
bf63ea29f6
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/sql-issues
|
2022-03-04 12:47:02 +00:00 |
Budibase Staging Release Bot
|
19849472fb
|
v1.0.80-alpha.0
|
2022-03-04 11:33:27 +00:00 |
mike12345567
|
63bb4f34c4
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-03-04 11:25:32 +00:00 |
Budibase Release Bot
|
cb857ca017
|
v1.0.79
|
2022-03-04 10:13:53 +00:00 |
Peter Clement
|
9fc605ac06
|
backend for client export of rows
|
2022-03-04 10:05:46 +00:00 |
Michael Drury
|
64e65e25ec
|
Updating test case to handle new promise library.
|
2022-03-03 23:50:46 +00:00 |
mike12345567
|
ba3940f825
|
Attempting to fix mysql issue by changing our usage of mysql2 to use the promise version, making sure disconnection always occurs correctly and using a slightly different syntax/approach.
|
2022-03-03 19:20:26 +00:00 |
mike12345567
|
9f6635045a
|
Correctly parsing the bit type in ms-sql to boolean.
|
2022-03-03 17:20:21 +00:00 |
Budibase Staging Release Bot
|
31f3956bfb
|
v1.0.79-alpha.11
|
2022-03-03 14:33:26 +00:00 |
Michael Drury
|
987c9ea0c1
|
Merge pull request #4764 from Budibase/feature/rate-limiting
Public API IP rate limiting
|
2022-03-03 14:26:29 +00:00 |
Maurits Lourens
|
5bc9051efa
|
fix openapi 3 test doc and tests
|
2022-03-03 15:19:36 +01:00 |
Rory Powell
|
a81041bc40
|
Add shared licensing cache
|
2022-03-03 13:37:04 +00:00 |
Budibase Staging Release Bot
|
e682e07bbe
|
v1.0.79-alpha.10
|
2022-03-03 12:44:58 +00:00 |
mike12345567
|
f74b83279d
|
Upping test rate limit level.
|
2022-03-03 12:31:56 +00:00 |
mike12345567
|
823b2cb6c4
|
Removing koa rate limit types, was requiring types for every store, types didn't work correctly.
|
2022-03-03 12:19:12 +00:00 |
mike12345567
|
69418e9711
|
Fixing review comments.
|
2022-03-03 12:03:29 +00:00 |
mike12345567
|
1751ebf6ca
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/rate-limiting
|
2022-03-03 11:48:18 +00:00 |
Budibase Staging Release Bot
|
959bb352f0
|
v1.0.79-alpha.9
|
2022-03-03 09:13:11 +00:00 |
Martin McKeaveney
|
b28bffbb15
|
Merge pull request #4631 from Budibase/ci/deploy-proxy
removing need for handlebars in nginx script, automating proxy servic…
|
2022-03-03 09:06:49 +00:00 |
Maurits Lourens
|
97509b561b
|
initial implementation of openapi 3
|
2022-03-03 00:18:15 +01:00 |
Budibase Staging Release Bot
|
a7bd7fb325
|
v1.0.79-alpha.8
|
2022-03-02 23:16:59 +00:00 |
Michael Drury
|
ec910b8fd2
|
Fixing issue brought up by test case.
|
2022-03-02 22:51:50 +00:00 |
Michael Drury
|
546bbc2ff6
|
Changing how SQL vars are generated so that when new SQL implementations are added they must implement a generation mechanism.
|
2022-03-02 22:45:10 +00:00 |
mike12345567
|
1b45a9190d
|
Fixes for SQL issues raised by Marty.
|
2022-03-02 17:40:50 +00:00 |
mike12345567
|
a1b95c15e5
|
Adding check to disable rate limit redis connection in test.
|
2022-03-02 12:50:10 +00:00 |
mike12345567
|
2247987df2
|
Updating rate limiter to make use of Redis.
|
2022-03-02 12:27:09 +00:00 |
mike12345567
|
a962f6cabd
|
Adding public API rate limiting, with env variable option, defaults to 120 requests per minute.
|
2022-03-02 11:36:30 +00:00 |
Budibase Staging Release Bot
|
af5210e4dc
|
v1.0.79-alpha.7
|
2022-03-02 10:47:17 +00:00 |
mike12345567
|
bcf90791cb
|
Merge branch 'dependabot/npm_and_yarn/packages/server/prismjs-1.27.0' of github.com:Budibase/budibase into develop
|
2022-03-02 10:40:59 +00:00 |
mike12345567
|
6d2de3c436
|
Merge branch 'dependabot/npm_and_yarn/packages/server/urijs-1.19.8' of github.com:Budibase/budibase into develop
|
2022-03-02 10:40:45 +00:00 |
mike12345567
|
2088b1984c
|
Merge branch 'dependabot/npm_and_yarn/packages/server/url-parse-1.5.10' of github.com:Budibase/budibase into develop
|
2022-03-02 10:40:13 +00:00 |
Budibase Staging Release Bot
|
8b80379e92
|
v1.0.79-alpha.6
|
2022-03-02 10:01:25 +00:00 |
dependabot[bot]
|
54bb65b227
|
Bump url-parse from 1.5.3 to 1.5.10 in /packages/server
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-02 09:56:27 +00:00 |
dependabot[bot]
|
c102119682
|
Bump urijs from 1.19.7 to 1.19.8 in /packages/server
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.7 to 1.19.8.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.7...v1.19.8)
---
updated-dependencies:
- dependency-name: urijs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-02 09:56:26 +00:00 |
dependabot[bot]
|
c53a020ea1
|
Bump prismjs from 1.25.0 to 1.27.0 in /packages/server
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0)
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-02 09:56:25 +00:00 |
mike12345567
|
a78b70799e
|
Review comments and linting.
|
2022-03-01 22:37:42 +00:00 |
Rory Powell
|
040d80fc55
|
Merge branch 'master' into licensing-poc-master
|
2022-03-01 21:10:51 +00:00 |
mike12345567
|
60acca5d95
|
Changing how types are generated from the open api spec a bit.
|
2022-03-01 19:00:28 +00:00 |
mike12345567
|
fa41548e13
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-03-01 18:43:52 +00:00 |
mike12345567
|
aa2d43b232
|
Adding a top level script for generating specs, symlinking the openapi yaml and json to top level as well.
|
2022-03-01 18:42:52 +00:00 |
mike12345567
|
f056bdd353
|
Adding new generation technique, converting openAPI spec to typescript definitions, which are then applied in mapping output middlewares to make sure that the structures of the response are fully respected.
|
2022-03-01 18:35:08 +00:00 |
mike12345567
|
48114a05dd
|
Merge branch 'feature/budibase-api' of github.com:Budibase/budibase into feature/budibase-api
|
2022-03-01 14:38:35 +00:00 |
mike12345567
|
8680faa3da
|
Updating summaries, adding descriptions, wrapping responses with generic wrapper 'data'.
|
2022-03-01 14:37:35 +00:00 |
Budibase Staging Release Bot
|
295ac7669c
|
v1.0.79-alpha.5
|
2022-03-01 14:10:17 +00:00 |
Budibase Staging Release Bot
|
9c37633459
|
v1.0.79-alpha.4
|
2022-03-01 13:45:26 +00:00 |
Budibase Staging Release Bot
|
563f4530a0
|
v1.0.79-alpha.3
|
2022-03-01 12:22:03 +00:00 |
Budibase Staging Release Bot
|
b2014b979c
|
v1.0.79-alpha.2
|
2022-03-01 12:09:29 +00:00 |
Budibase Staging Release Bot
|
a595c39cbe
|
v1.0.79-alpha.1
|
2022-03-01 11:49:32 +00:00 |
Budibase Staging Release Bot
|
ce54070c1e
|
v1.0.79-alpha.0
|
2022-03-01 10:34:25 +00:00 |
Rory Powell
|
8f1b638f3b
|
Merge branch 'master' into merge-master
|
2022-03-01 10:04:23 +00:00 |
Budibase Staging Release Bot
|
576e79ecdd
|
v1.0.76-alpha.6
|
2022-03-01 09:48:46 +00:00 |
Budibase Release Bot
|
e563403f51
|
v1.0.78
|
2022-03-01 09:46:34 +00:00 |
Michael Drury
|
a5246d5998
|
Fixing an issue with webhook controller.
|
2022-02-28 20:03:02 +00:00 |
mike12345567
|
c958e93aed
|
Fixing another issue raised by test cases.
|
2022-02-28 19:27:37 +00:00 |
mike12345567
|
84ef694712
|
Fixing test case.
|
2022-02-28 18:53:03 +00:00 |
mike12345567
|
8b6a9b7273
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-28 18:43:45 +00:00 |
mike12345567
|
4a31045233
|
Changing the API key modal to have a copy input which allows copying the API key easily.
|
2022-02-28 14:29:19 +00:00 |
mike12345567
|
fc3ff320aa
|
Moving swagger defs to dev dependencies.
|
2022-02-28 13:41:11 +00:00 |
mike12345567
|
7b3318a19e
|
Switching the basic single row read to use the enrich endpoint.
|
2022-02-28 12:54:32 +00:00 |
Budibase Release Bot
|
2f7ca2518c
|
v1.0.77
|
2022-02-28 12:19:05 +00:00 |
mike12345567
|
c4f5b42a90
|
Updating application output schema.
|
2022-02-28 11:29:48 +00:00 |
Budibase Release Bot
|
6aaa239c33
|
v1.0.76
|
2022-02-28 08:22:58 +00:00 |
mike12345567
|
716bc5acf1
|
Rounding out user schema and query schema as required.
|
2022-02-25 19:26:19 +00:00 |
mike12345567
|
bc81b3f22c
|
Removing test case.
|
2022-02-25 19:02:27 +00:00 |
mike12345567
|
b6e6f81d15
|
Adding test cases for user implementation with mocks.
|
2022-02-25 19:01:17 +00:00 |
mike12345567
|
cf27667580
|
Users implementation added.
|
2022-02-25 19:00:12 +00:00 |
mike12345567
|
295b65678c
|
Adding test cases for all implemented endpoints.
|
2022-02-25 18:02:08 +00:00 |
mike12345567
|
83d4994f55
|
Starting to fix up test cases.
|
2022-02-25 15:55:19 +00:00 |
Budibase Staging Release Bot
|
2e4cfb3312
|
v1.0.76-alpha.5
|
2022-02-25 13:45:29 +00:00 |
mike12345567
|
c1a1c02e73
|
Updating validators, make sure everything that is optional is really optional.
|
2022-02-25 11:39:46 +00:00 |
Budibase Staging Release Bot
|
a01cb16684
|
v1.0.76-alpha.4
|
2022-02-25 09:11:42 +00:00 |
Rory Powell
|
e2d1ede339
|
Merge branch 'develop' into fix/cypress-port-conflicts
|
2022-02-25 08:22:21 +00:00 |
Michael Drury
|
4b3da534e3
|
Fixing some errors in the generated spec.
|
2022-02-24 23:25:03 +00:00 |
Michael Drury
|
01bb56cbf4
|
Adding a testing system which generates the schema and compares against responses.
|
2022-02-24 23:21:10 +00:00 |
mike12345567
|
53f108865a
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-24 18:19:20 +00:00 |
mike12345567
|
26c2fc8702
|
Generating from typescript files.
|
2022-02-24 18:15:13 +00:00 |
mike12345567
|
dce23a9eb8
|
Updating specs.
|
2022-02-24 15:42:59 +00:00 |
Andrew Kingston
|
c944d1fdf5
|
Update devtools with new features
|
2022-02-24 15:36:21 +00:00 |
mike12345567
|
74dcce6b1d
|
Refactoring to TS on public endpoints.
|
2022-02-24 15:13:14 +00:00 |
Andrew Kingston
|
2461df61cb
|
Fix bad import of headers constants
|
2022-02-24 14:14:39 +00:00 |
Andrew Kingston
|
66715b8290
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-02-24 14:03:29 +00:00 |
mike12345567
|
812f69815f
|
Fix for validator adding.
|
2022-02-24 12:03:46 +00:00 |
mike12345567
|
051b46bd47
|
Moving validators to a single location, simplify route files and all re-usability.
|
2022-02-24 11:39:38 +00:00 |
Budibase Staging Release Bot
|
e29967c877
|
v1.0.76-alpha.3
|
2022-02-24 10:07:41 +00:00 |
Martin McKeaveney
|
aa56638877
|
Merge pull request #4664 from Budibase/update-filter-automation
Rename filter to be condition
|
2022-02-24 11:00:41 +01:00 |
Michael Drury
|
aeae61342a
|
Adding table public API.
|
2022-02-23 22:13:16 +00:00 |
mike12345567
|
8f6e55e65b
|
Adding controllers for row, query and applications public APIs.
|
2022-02-23 18:31:32 +00:00 |
Rene Pot
|
916cf2c8b1
|
linting
|
2022-02-23 16:56:51 +01:00 |
Budibase Staging Release Bot
|
89ac67a6f0
|
v1.0.76-alpha.2
|
2022-02-23 14:53:13 +00:00 |
Rene Pot
|
bf6bc429d8
|
Rename filter to be condition
|
2022-02-23 15:07:05 +01:00 |
Budibase Staging Release Bot
|
b97e2df584
|
v1.0.76-alpha.1
|
2022-02-23 13:04:02 +00:00 |
Budibase Staging Release Bot
|
214b97463b
|
v1.0.76-alpha.0
|
2022-02-23 12:50:13 +00:00 |
Rory Powell
|
a009cec2fd
|
Merge branch 'develop' into merge-master
|
2022-02-23 12:16:03 +00:00 |
Rory Powell
|
6fca8ca936
|
Merge branch 'master' into merge-master
|
2022-02-23 12:14:04 +00:00 |
Budibase Staging Release Bot
|
002f816949
|
v1.0.74-alpha.2
|
2022-02-23 10:11:50 +00:00 |
Rory Powell
|
83d8c70419
|
Change ports
|
2022-02-23 07:00:57 +00:00 |
mike12345567
|
8685abf99e
|
Refactoring how endpoints are specified so that the middlewares can be applied in a more generic fashion.
|
2022-02-22 18:40:09 +00:00 |
mike12345567
|
b3a7bed086
|
Getting prettier running on the public routes.
|
2022-02-22 17:38:27 +00:00 |
Rory Powell
|
e097554972
|
Merge branch 'develop' into fix/cypress-port-conflicts
|
2022-02-22 15:15:17 +00:00 |
mike12345567
|
948c520a6a
|
Refactoring resource system, so that examples and schemas have individual files rather than all being lumped into one.
|
2022-02-22 15:06:08 +00:00 |
mike12345567
|
d08c3bd6b5
|
Adding in request bodies.
|
2022-02-22 14:28:57 +00:00 |
Budibase Staging Release Bot
|
205d4c5c81
|
v1.0.74-alpha.1
|
2022-02-22 14:18:29 +00:00 |
mike12345567
|
be07f2ffb7
|
Updating output schemas and adding examples to everything.
|
2022-02-22 14:10:01 +00:00 |
Budibase Release Bot
|
5a6cc0c592
|
v1.0.75
|
2022-02-22 12:59:24 +00:00 |
Andrew Kingston
|
adeb9d4b3f
|
Revert server lock file
|
2022-02-22 12:37:41 +00:00 |
Martin McKeaveney
|
1cbca0578a
|
removing need for handlebars in nginx script, automating proxy service deployment
|
2022-02-22 13:24:21 +01:00 |
Rory Powell
|
b9306b5a7a
|
Prevent local port conflicts between account portal and cypress
|
2022-02-22 11:20:58 +00:00 |
Rory Powell
|
1adf43733a
|
Merge branch 'master' into merge-master
|
2022-02-22 09:09:36 +00:00 |
Budibase Release Bot
|
f666457733
|
v1.0.74
|
2022-02-22 08:12:54 +00:00 |
mike12345567
|
d0f18d109e
|
Adding in all endpoints/open API definitions, need to flesh everything out.
|
2022-02-21 19:04:13 +00:00 |
Budibase Staging Release Bot
|
102e2c43a5
|
v1.0.74-alpha.0
|
2022-02-21 16:59:03 +00:00 |
mike12345567
|
e1352ffbd2
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-21 16:54:39 +00:00 |
mike12345567
|
629bf6177a
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-02-21 16:51:08 +00:00 |
mike12345567
|
e71dda53bf
|
Updating table schema and adding query endpoints.
|
2022-02-21 16:37:02 +00:00 |
Budibase Release Bot
|
f7d7f1693f
|
v1.0.73
|
2022-02-21 16:10:18 +00:00 |
Rory Powell
|
469682f7d9
|
Merge pull request #4607 from Budibase/migration-tenantIds
Respect custom tenantIds in run migrations endpoint
|
2022-02-21 15:32:33 +00:00 |
mike12345567
|
738cd50030
|
Fixing issue with formula column validation breaking row save.
|
2022-02-21 15:01:42 +00:00 |
mike12345567
|
6cbf186ead
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-21 14:34:06 +00:00 |
Budibase Staging Release Bot
|
c050426e34
|
v1.0.73-alpha.0
|
2022-02-21 14:17:54 +00:00 |
Rory Powell
|
ada72fa8c9
|
Merge branch 'master' into merge-master
|
2022-02-21 12:19:30 +00:00 |
Budibase Release Bot
|
bcf64c91ff
|
v1.0.72
|
2022-02-21 12:08:35 +00:00 |
Budibase Staging Release Bot
|
132fcc6ba7
|
v1.0.72-alpha.0
|
2022-02-21 11:46:11 +00:00 |
Rory Powell
|
0593b852a5
|
Merge branch 'master' into merge-master-into-develop
|
2022-02-21 10:51:01 +00:00 |
Budibase Release Bot
|
82510630a4
|
v1.0.71
|
2022-02-21 10:46:11 +00:00 |
Rory Powell
|
8680016c5d
|
Merge pull request #4571 from Budibase/deprovision-and-couch-fix
Deprovision and local couch db url fix
|
2022-02-21 10:38:50 +00:00 |
Budibase Release Bot
|
ea40d1dc53
|
v1.0.70
|
2022-02-20 21:32:17 +00:00 |
Tobias Speicher
|
491bcb86ed
|
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
|
2022-02-20 15:28:39 +01:00 |
mike12345567
|
604bad89fd
|
Adding a schema for tables.
|
2022-02-18 18:06:58 +00:00 |
mike12345567
|
67bbba4747
|
Minor adjustment to get the right header for app ID.
|
2022-02-18 17:54:03 +00:00 |
Budibase Release Bot
|
0f46cf8525
|
v1.0.69
|
2022-02-18 17:45:29 +00:00 |
mike12345567
|
bb917467ff
|
Adding in row schema for create/update, making sure all existing endpoints have appId specified.
|
2022-02-18 17:44:08 +00:00 |
Rory Powell
|
02c0c49594
|
Deprovision and local couch db url fix
|
2022-02-18 17:36:23 +00:00 |
mike12345567
|
edcb138366
|
Rows API mostly complete, starting into tables.
|
2022-02-18 15:47:15 +00:00 |
Rory Powell
|
a4ea1dd8c0
|
Fix lockfile
|
2022-02-18 12:06:18 +00:00 |
Rory Powell
|
814b5ae5ab
|
Merge branch 'master' into develop
|
2022-02-18 11:57:54 +00:00 |
mike12345567
|
51b4d42492
|
Adding a structure for breaking up examples and parameters.
|
2022-02-17 19:55:37 +00:00 |
mike12345567
|
6a09fdc3e5
|
Adding in public endpoint definitions.
|
2022-02-17 18:58:09 +00:00 |
mike12345567
|
5f94ed7fe0
|
Fixing up generation of openapi.
|
2022-02-17 12:40:08 +00:00 |
Budibase Release Bot
|
8a5a1bf1ab
|
v1.0.68
|
2022-02-17 10:27:59 +00:00 |
Martin McKeaveney
|
e8d5d54f5d
|
bug fix for handlebars expression, show budibase version in updates panel
|
2022-02-17 10:12:35 +01:00 |
mike12345567
|
4ec9794eb4
|
Specing out search endpoint.
|
2022-02-16 18:51:17 +00:00 |
mike12345567
|
2bc2669ed7
|
Adding variables to generator.
|
2022-02-16 18:23:38 +00:00 |
mike12345567
|
6dc0dde9d7
|
Adding openAPI generation.
|
2022-02-16 16:42:50 +00:00 |
mike12345567
|
f0b02cf9a9
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-16 15:30:48 +00:00 |
Budibase Release Bot
|
e044e5a193
|
v1.0.67
|
2022-02-16 14:42:28 +00:00 |
Martin McKeaveney
|
a7a82dc679
|
adding k8s resolver and updating watchtower variable
|
2022-02-16 15:33:57 +01:00 |
Martin McKeaveney
|
76589813a7
|
Merge pull request #4481 from Budibase/fix/docker-things
increase burst limit, remove log mounts
|
2022-02-16 14:58:31 +01:00 |
Budibase Release Bot
|
de3ad814b2
|
v1.0.66
|
2022-02-16 13:50:45 +00:00 |
Martin McKeaveney
|
551931758e
|
Merge branch 'master' of github.com:Budibase/budibase into fix/docker-things
|
2022-02-16 14:43:04 +01:00 |
Martin McKeaveney
|
97bf3e68dd
|
adding watchtower service
|
2022-02-16 14:29:08 +01:00 |
Martin McKeaveney
|
a85f667dbe
|
templatize nginx configuration into one prod configuration and add NPM scripts to manage
|
2022-02-16 14:12:53 +01:00 |
Rory Powell
|
d02b40ed50
|
Pin sentry to pre-broken version. See https://github.com/getsentry/sentry-javascript/issues/4594
|
2022-02-16 11:43:38 +00:00 |
Rory Powell
|
1cb660e6b2
|
Update @typescript-eslint/parser
|
2022-02-16 10:39:32 +00:00 |
Rory Powell
|
090b44567f
|
Use consistent typescript version
|
2022-02-16 10:35:01 +00:00 |
Rory Powell
|
029125794b
|
Tidy
|
2022-02-16 10:22:24 +00:00 |
Rory Powell
|
f56bc8c9ac
|
Version bump
|
2022-02-16 10:12:25 +00:00 |
Rory Powell
|
d7ac1a8426
|
Re-add lock files
|
2022-02-16 10:10:01 +00:00 |
Rory Powell
|
ba57813674
|
Integrate with standard release pipeline
|
2022-02-16 10:08:49 +00:00 |
Rory Powell
|
7242406c68
|
poc wip
|
2022-02-16 09:54:26 +00:00 |
Budibase Staging Release Bot
|
6361565dc7
|
v1.0.66-alpha.0
|
2022-02-15 17:15:15 +00:00 |
mike12345567
|
db45086105
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-02-15 16:54:21 +00:00 |
Budibase Release Bot
|
83e0f68597
|
v1.0.65
|
2022-02-15 15:43:32 +00:00 |
Budibase Staging Release Bot
|
e22f0fe5d1
|
v1.0.58-alpha.7
|
2022-02-15 10:36:59 +00:00 |
Michael Drury
|
165fdce29f
|
Merge pull request #4494 from Budibase/dependabot/npm_and_yarn/packages/server/vm2-3.9.6
Bump vm2 from 3.9.5 to 3.9.6 in /packages/server
|
2022-02-15 10:27:36 +00:00 |
Budibase Staging Release Bot
|
fd7da375e0
|
v1.0.58-alpha.6
|
2022-02-15 09:23:08 +00:00 |
Budibase Release Bot
|
6f267526c5
|
v1.0.64
|
2022-02-15 09:22:36 +00:00 |
dependabot[bot]
|
f1e7702aec
|
Bump vm2 from 3.9.5 to 3.9.6 in /packages/server
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.6.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.6)
---
updated-dependencies:
- dependency-name: vm2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-15 00:48:56 +00:00 |
mike12345567
|
edd4a3233e
|
Shifting over all of self API, deprecating old endpoints.
|
2022-02-14 18:11:35 +00:00 |
Budibase Staging Release Bot
|
8233a522e0
|
v1.0.58-alpha.5
|
2022-02-14 18:05:17 +00:00 |
Budibase Staging Release Bot
|
410e8a2888
|
v1.0.58-alpha.4
|
2022-02-14 15:04:23 +00:00 |
Michael Drury
|
d2951fab05
|
Merge pull request #4462 from Budibase/dependabot/npm_and_yarn/packages/server/follow-redirects-1.14.8
Bump follow-redirects from 1.14.5 to 1.14.8 in /packages/server
|
2022-02-14 14:58:20 +00:00 |
Budibase Staging Release Bot
|
b010c2fd63
|
v1.0.58-alpha.3
|
2022-02-14 12:04:23 +00:00 |
Budibase Staging Release Bot
|
709e5ac547
|
v1.0.58-alpha.2
|
2022-02-14 11:00:33 +00:00 |
Andrew Kingston
|
d34e57382e
|
Replace all spaces with underscores in column names rather than just the first one
|
2022-02-14 10:21:31 +00:00 |
Budibase Release Bot
|
0862c8db84
|
v1.0.63
|
2022-02-14 09:34:12 +00:00 |
dependabot[bot]
|
09bad475e3
|
Bump follow-redirects from 1.14.5 to 1.14.8 in /packages/server
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.8)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-13 14:54:53 +00:00 |
Budibase Release Bot
|
3f46eb4fd0
|
v1.0.62
|
2022-02-12 12:01:26 +00:00 |
Budibase Release Bot
|
adbfbb62c1
|
v1.0.61
|
2022-02-12 11:04:28 +00:00 |
mike12345567
|
126499f383
|
Fix for #4440, fixing validation of API endpoints.
|
2022-02-12 10:35:10 +00:00 |
Maurits Lourens
|
8ca38cf135
|
fix tests
|
2022-02-12 10:06:55 +00:00 |
Maurits Lourens
|
88383eabf1
|
add properties which are present when previewing an existing query
|
2022-02-12 10:06:48 +00:00 |
Maurits Lourens
|
f86222a98d
|
Fix validation for query preview endpoint
|
2022-02-12 10:06:37 +00:00 |
Budibase Release Bot
|
c27a552d88
|
v1.0.60
|
2022-02-11 18:47:34 +00:00 |
Budibase Staging Release Bot
|
e4d5aa6521
|
v1.0.58-alpha.1
|
2022-02-11 18:29:37 +00:00 |
Budibase Release Bot
|
93336bf798
|
v1.0.59
|
2022-02-11 18:25:35 +00:00 |
Martin McKeaveney
|
f894fe624a
|
Merge pull request #4414 from mslourens/preview_rest_query
Fix validation for query preview endpoint
|
2022-02-11 19:23:15 +01:00 |
mike12345567
|
7109b34ea3
|
Fix for #4431 - converting SQL joins back to left joins, syntax specifying join type as string is old which doesn't work in latest versions of knex.
|
2022-02-11 17:28:57 +00:00 |
Maurits Lourens
|
a3626986a1
|
fix tests
|
2022-02-11 17:28:19 +01:00 |
mike12345567
|
f77b596a07
|
Fix for #4431 - converting SQL joins back to left joins, syntax specifying join type as string is old which doesn't work in latest versions of knex.
|
2022-02-11 14:04:23 +00:00 |
Budibase Release Bot
|
16106548ac
|
v1.0.58
|
2022-02-10 18:13:24 +00:00 |
Budibase Staging Release Bot
|
7f7bd8f447
|
v1.0.58-alpha.0
|
2022-02-10 18:04:34 +00:00 |
Martin McKeaveney
|
d1cebc61a9
|
merge with master
|
2022-02-10 18:57:26 +01:00 |
Budibase Staging Release Bot
|
39a27d1dae
|
v1.0.50-alpha.7
|
2022-02-10 11:03:45 +00:00 |
Budibase Release Bot
|
9852015cfa
|
v1.0.57
|
2022-02-10 10:41:52 +00:00 |
Martin McKeaveney
|
a495050871
|
merge with develop
|
2022-02-10 11:39:15 +01:00 |
Martin McKeaveney
|
d3c515eb8b
|
only show gsheets in self host
|
2022-02-10 11:34:50 +01:00 |
Budibase Release Bot
|
87db7db456
|
v1.0.56
|
2022-02-10 09:35:51 +00:00 |
Maurits Lourens
|
59197bcaec
|
add properties which are present when previewing an existing query
|
2022-02-10 10:22:57 +01:00 |
Maurits Lourens
|
611ca62c43
|
Fix validation for query preview endpoint
|
2022-02-10 09:25:13 +01:00 |
Budibase Release Bot
|
a15268d682
|
v1.0.55
|
2022-02-09 17:41:16 +00:00 |
Budibase Staging Release Bot
|
7ed0cb274a
|
v1.0.50-alpha.6
|
2022-02-09 15:12:28 +00:00 |
Budibase Release Bot
|
18ea87e5e3
|
v1.0.54
|
2022-02-09 14:57:41 +00:00 |
Budibase Staging Release Bot
|
fcddaf1f73
|
v1.0.50-alpha.5
|
2022-02-09 14:38:55 +00:00 |
Budibase Release Bot
|
c941ecad1e
|
v1.0.53
|
2022-02-09 14:27:35 +00:00 |
mike12345567
|
70c9782e9a
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
|
2022-02-09 12:48:53 +00:00 |
Budibase Release Bot
|
4ab5ef95ee
|
v1.0.52
|
2022-02-08 17:19:05 +00:00 |
mike12345567
|
d13985af3f
|
Fix for #3758 - updating the datetime cell renderer and form component to be capable of display time only formats, as well as adding an option to only select the time component for a date time form field.
|
2022-02-08 16:15:08 +00:00 |
Budibase Staging Release Bot
|
14b0ef2ec5
|
v1.0.50-alpha.4
|
2022-02-08 16:13:59 +00:00 |
Budibase Release Bot
|
7dbb77fcff
|
v1.0.51
|
2022-02-08 16:06:53 +00:00 |
Martin McKeaveney
|
9e949d5439
|
merge with develop
|
2022-02-08 16:58:32 +01:00 |
Budibase Staging Release Bot
|
c229768b72
|
v1.0.50-alpha.3
|
2022-02-08 15:32:30 +00:00 |
mike12345567
|
d021883f43
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
|
2022-02-08 15:12:04 +00:00 |
Budibase Staging Release Bot
|
10077bdde2
|
v1.0.50-alpha.2
|
2022-02-08 14:51:54 +00:00 |
mike12345567
|
55b380c3c5
|
Fix for #4119 - any object based column will be exported with the comma types correctly encapsulated.
|
2022-02-08 14:34:52 +00:00 |
Rory Powell
|
b589706646
|
Add jest to types
|
2022-02-08 14:26:18 +00:00 |
Rory Powell
|
e29649dd18
|
Add node type support
|
2022-02-08 13:08:38 +00:00 |
mike12345567
|
36bd285093
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
|
2022-02-08 12:28:27 +00:00 |
Budibase Staging Release Bot
|
5aa0b87e17
|
v1.0.50-alpha.1
|
2022-02-08 11:53:04 +00:00 |
Budibase Release Bot
|
00234cf186
|
v1.0.50
|
2022-02-08 10:01:04 +00:00 |
Budibase Staging Release Bot
|
8bf26bed76
|
v1.0.50-alpha.0
|
2022-02-07 20:42:24 +00:00 |
Martin McKeaveney
|
3742c7dc91
|
merge
|
2022-02-07 21:24:44 +01:00 |
mike12345567
|
a35a8cb81c
|
Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped.
|
2022-02-07 17:56:01 +00:00 |
Budibase Staging Release Bot
|
d91efb9678
|
v1.0.49-alpha.16
|
2022-02-07 16:54:28 +00:00 |
Budibase Staging Release Bot
|
6881cee40e
|
v1.0.49-alpha.15
|
2022-02-07 15:46:09 +00:00 |
Budibase Staging Release Bot
|
22a685aade
|
v1.0.49-alpha.14
|
2022-02-07 10:52:24 +00:00 |
Michael Drury
|
ca209ad3ff
|
Merge pull request #4332 from Budibase/fix/various-user-fixes
Various fixes for RBAC and user administration
|
2022-02-07 10:44:08 +00:00 |
Budibase Staging Release Bot
|
2a5e169b7c
|
v1.0.49-alpha.13
|
2022-02-07 10:27:31 +00:00 |
Michael Drury
|
48953c0953
|
Merge pull request #4328 from Budibase/fix/3928
Fix for SQL Server - fix pagination issue
|
2022-02-07 10:20:33 +00:00 |
mike12345567
|
30b6c1f3ca
|
Fixing an issue with user syncing on save to app DBs as well as fixing a problem with pretty app URLs not setting the app ID correctly into the context.
|
2022-02-04 17:37:13 +00:00 |
mike12345567
|
f61e15594b
|
Fix for #3928 - error invalid use of FETCH was based on a lack of sorting on MS-SQL platforms, this enforces a sort of some type no matter what.
|
2022-02-04 16:17:36 +00:00 |
Budibase Staging Release Bot
|
508d7d1738
|
v1.0.49-alpha.12
|
2022-02-04 13:16:25 +00:00 |
Budibase Release Bot
|
2dea8789e8
|
v1.0.49
|
2022-02-04 12:19:39 +00:00 |
Budibase Staging Release Bot
|
0f11aea9d4
|
v1.0.49-alpha.11
|
2022-02-04 11:10:37 +00:00 |
Budibase Staging Release Bot
|
0b91bfdf85
|
v1.0.49-alpha.10
|
2022-02-04 10:32:31 +00:00 |
Budibase Staging Release Bot
|
47dc1ac540
|
v1.0.49-alpha.9
|
2022-02-03 20:58:29 +00:00 |
Michael Drury
|
6f79bc53e0
|
Merge pull request #4297 from Budibase/fix/4255
Some small SQL core fixes
|
2022-02-03 20:29:38 +00:00 |
mike12345567
|
f2a025013e
|
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
|
2022-02-03 18:44:34 +00:00 |
mike12345567
|
f946f2f68d
|
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
|
2022-02-03 18:26:26 +00:00 |
mike12345567
|
0b68db7516
|
Quick fix for #4256 - allow SQL related rows to perform dynamic formulas before becoming links, meaning that formulas can be used as primary display fields as with budibase DB.
|
2022-02-02 18:21:38 +00:00 |
mike12345567
|
aa204a9292
|
Fixing TS issue caused by linting.
|
2022-02-02 18:18:53 +00:00 |
mike12345567
|
168a126e2a
|
Updating the SQL core to allow it to handle multiple relationships between the same two tables.
|
2022-02-02 18:15:17 +00:00 |
Budibase Staging Release Bot
|
cf3e0f0fdc
|
v1.0.49-alpha.8
|
2022-02-02 10:59:16 +00:00 |
Michael Drury
|
6037cb19b8
|
Merge branch 'develop' of github.com:Budibase/budibase into develop
|
2022-02-02 10:51:59 +00:00 |
Michael Drury
|
6063ab03b0
|
Fixing issue with sql API after refactor.
|
2022-02-01 20:59:26 +00:00 |
Budibase Staging Release Bot
|
61e3877e08
|
v1.0.49-alpha.7
|
2022-02-01 20:38:50 +00:00 |
Michael Drury
|
4b23a78bc9
|
Fixing a typescript issue in server.
|
2022-02-01 20:29:12 +00:00 |
Budibase Staging Release Bot
|
7852960a03
|
v1.0.49-alpha.6
|
2022-02-01 16:32:31 +00:00 |
mike12345567
|
e642268364
|
Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db
|
2022-02-01 14:33:02 +00:00 |
Martin McKeaveney
|
c11e26cb2e
|
merge
|
2022-02-01 11:22:14 +01:00 |
Budibase Staging Release Bot
|
bc781128d6
|
v1.0.49-alpha.5
|
2022-02-01 10:11:29 +00:00 |