Rory Powell
|
c70ab2ac52
|
Update pro ref
|
2023-07-24 11:23:05 +01:00 |
Rory Powell
|
dd47e7e1d9
|
Lint
|
2023-07-24 11:14:19 +01:00 |
Rory Powell
|
5c4d29e349
|
Merge branch 'develop' into feature/offline-license
|
2023-07-24 10:06:04 +01:00 |
Rory Powell
|
725bade8c5
|
Styling fix for license key input
|
2023-07-24 10:03:37 +01:00 |
Budibase Staging Release Bot
|
1ed0e010ec
|
Bump version to 2.8.22-alpha.1
|
2023-07-23 15:27:53 +00:00 |
Martin McKeaveney
|
a3eb27277f
|
Merge pull request #11302 from Budibase/fix/bb-alerts
demote some app metadata related bb-alert messages
|
2023-07-23 16:27:34 +01:00 |
Martin McKeaveney
|
cf2776e7cb
|
fix lint
|
2023-07-23 10:53:50 +01:00 |
Martin McKeaveney
|
7a327dc40d
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/bb-alerts
|
2023-07-23 09:45:52 +01:00 |
Martin McKeaveney
|
ad1b96a50e
|
update pro ref
|
2023-07-21 18:05:50 +01:00 |
Budibase Staging Release Bot
|
8a74dbc480
|
Bump version to 2.8.22-alpha.0
|
2023-07-21 16:27:46 +00:00 |
mike12345567
|
6cdc844168
|
Merge branch 'develop' of github.com:Budibase/budibase into develop
|
2023-07-21 17:27:19 +01:00 |
Budibase Staging Release Bot
|
f0df0deb74
|
Bump version to 2.8.18-alpha.6
|
2023-07-21 16:13:23 +00:00 |
Adria Navarro
|
cd5f82f712
|
Merge pull request #11318 from Budibase/BUDI-7113/fix_overriding_service_name
Pino logging tweaks
|
2023-07-21 17:13:06 +01:00 |
Adria Navarro
|
d168a0b902
|
Honor level on logging
|
2023-07-21 17:52:54 +02:00 |
mike12345567
|
bb032852e5
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-07-21 16:26:34 +01:00 |
Budibase Staging Release Bot
|
569423208d
|
Bump version to 2.8.18-alpha.5
|
2023-07-21 14:55:19 +00:00 |
Martin McKeaveney
|
1f39f79254
|
Merge pull request #11322 from Budibase/infra/proxy-liveness-readiness
adding a livenessprobe to the proxy service
|
2023-07-21 15:55:00 +01:00 |
Budibase Staging Release Bot
|
01b64a3aac
|
Bump version to 2.8.18-alpha.4
|
2023-07-21 13:57:08 +00:00 |
Martin McKeaveney
|
b451efe923
|
Merge pull request #11320 from Budibase/budi-7320-amend-email-support-disabled-logic-in-help-dropdown
Change email support logic in help dropdown.
|
2023-07-21 14:56:52 +01:00 |
Budibase Staging Release Bot
|
5cc740b8c4
|
Bump version to 2.8.18-alpha.3
|
2023-07-21 13:48:11 +00:00 |
Conor Webb
|
3586cf71b9
|
Removed right from fieldgroup label select. (#11321)
Removed the right label from the field group component as it served no purpose and didn't change anything.
|
2023-07-21 14:47:55 +01:00 |
Martin McKeaveney
|
b59c5b5512
|
adding a livenessprobe to the proxy service
|
2023-07-21 14:28:17 +01:00 |
Conor Webb
|
5d04717be0
|
Change email support logic in help dropdown.
|
2023-07-21 14:00:02 +01:00 |
Budibase Staging Release Bot
|
85233797df
|
Bump version to 2.8.18-alpha.2
|
2023-07-21 12:29:40 +00:00 |
Michael Drury
|
fe8c92be79
|
Merge pull request #11315 from Budibase/types/improve-field-schema
Table types improvement - split up FieldSchema
|
2023-07-21 13:29:24 +01:00 |
Budibase Staging Release Bot
|
7019fda4bf
|
Bump version to 2.8.18-alpha.1
|
2023-07-21 12:28:26 +00:00 |
Andrew Kingston
|
5bbf6dc1c8
|
Merge pull request #11309 from Budibase/cheeks-fixes
Misc fixes
|
2023-07-21 13:28:09 +01:00 |
Adria Navarro
|
0ac639fe7a
|
Add default process.stdout if no dev
|
2023-07-21 14:26:57 +02:00 |
Adria Navarro
|
2dcb1a67a1
|
Add service name to the logs only on self-host
|
2023-07-21 14:16:43 +02:00 |
Budibase Staging Release Bot
|
02c538c315
|
Bump version to 2.8.21
|
2023-07-21 12:04:08 +00:00 |
Michael Drury
|
ec402587b0
|
Merge pull request #11297 from Budibase/fix/budi-7304
Fix duplicate dynamic variables when creating new REST queries
|
2023-07-21 13:03:48 +01:00 |
mike12345567
|
7673673db2
|
Updating RelationshipTypes -> RelationshipType.
|
2023-07-21 12:57:47 +01:00 |
Michael Drury
|
d77a4062c7
|
Update CONTRIBUTING.md
|
2023-07-21 12:32:23 +01:00 |
Martin McKeaveney
|
fb725f91b3
|
Update pro ref
|
2023-07-21 12:27:05 +01:00 |
mike12345567
|
a56f0c91dd
|
Quick improvement to table types, before now the field schema was quite difficult to parse/work out what components of the schema were used for what, this at least separates them into particularly grouped bits of metadata, so it is obvious which parts are used for which. In future we should really flip this a bit, so that FieldSchema is the base implementation, and then each of the types has its own schema extending that base - but that would be a more serious refactor (need to cast to the correct type when using based on the 'type' property.
|
2023-07-21 12:15:33 +01:00 |
Budibase Staging Release Bot
|
c5a0711dd8
|
Bump version to 2.8.20
|
2023-07-21 10:12:39 +00:00 |
Andrew Kingston
|
c906f1562a
|
Merge pull request #11311 from Budibase/fix/xs-icons
Fix XS icons
|
2023-07-21 11:12:19 +01:00 |
Andrew Kingston
|
af8be511df
|
Add back in XS icons
|
2023-07-21 10:39:58 +01:00 |
Martin McKeaveney
|
108d18df75
|
fix type check for deleted app type
|
2023-07-21 09:57:37 +01:00 |
Martin McKeaveney
|
567c7fd485
|
code review
|
2023-07-21 09:43:25 +01:00 |
Andrew Kingston
|
b5a656e350
|
Update datasource config button hover styles to fix issues in light theme
|
2023-07-21 09:06:55 +01:00 |
Budibase Staging Release Bot
|
73ae3d44d4
|
Bump version to 2.8.19
|
2023-07-21 07:50:42 +00:00 |
Andrew Kingston
|
8b4457e36e
|
Merge pull request #11299 from Budibase/fix/import-special-characters
Fix CSV imports with special characters breaking lucene
|
2023-07-21 08:50:22 +01:00 |
Martin McKeaveney
|
b5340c20d8
|
lint
|
2023-07-20 16:56:31 +01:00 |
Rory Powell
|
5cc97ebcd5
|
Update pro ref
|
2023-07-20 16:50:57 +01:00 |
Martin McKeaveney
|
6b6fba9393
|
optional chain
|
2023-07-20 16:38:24 +01:00 |
Martin McKeaveney
|
054fb24ea9
|
demote some app metadata related bb-alert messages
|
2023-07-20 16:15:59 +01:00 |
Rory Powell
|
8fb796bdb3
|
Remove 'nightly' from test discord notification
|
2023-07-20 15:31:19 +01:00 |
Budibase Staging Release Bot
|
6e97486116
|
Bump version to 2.8.18
|
2023-07-20 14:12:28 +00:00 |
Rory Powell
|
16260be42e
|
Merge pull request #11294 from Budibase/fix-release-and-prerelease-tag-triggers-master
Fix release and prerelease tag triggers
|
2023-07-20 15:12:05 +01:00 |