Martin McKeaveney
|
e70b9946dd
|
start command in bootstrap script
|
2021-01-25 09:49:07 +00:00 |
Martin McKeaveney
|
1239246d84
|
easier bootstrap script
|
2021-01-24 14:02:36 +00:00 |
Joe
|
b008b08e7c
|
Update README.md
|
2021-01-22 18:31:54 +00:00 |
Joe
|
9b7036d970
|
Update README.md
|
2021-01-22 18:30:13 +00:00 |
Joe
|
1f2780440e
|
Update README.md
|
2021-01-22 18:28:19 +00:00 |
Michael Drury
|
54c7761e72
|
Merge pull request #1008 from Budibase/feature/handlebars-migration
Handlebars migration - library and moving everything over
|
2021-01-22 11:09:14 +00:00 |
mike12345567
|
db5ce51c67
|
Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-migration
|
2021-01-22 10:49:03 +00:00 |
Kevin Åberg Kultalahti
|
497feb80d6
|
Merge pull request #1002 from Budibase/feature/repeater-placeholder
Adds empty states to the repeater component
|
2021-01-22 10:13:18 +01:00 |
Keviin Åberg Kultalahti
|
a62938ee16
|
fix typo
|
2021-01-22 10:05:49 +01:00 |
Kevin Åberg Kultalahti
|
ec8553e961
|
Merge pull request #1001 from Budibase/fix/icon-color-design-panel-setup
Restores Icon components design panel functionality
|
2021-01-22 10:00:28 +01:00 |
Keviin Åberg Kultalahti
|
702be7aa1e
|
remove log
|
2021-01-22 09:59:38 +01:00 |
mike12345567
|
4e512559d9
|
Making sure tsc stubs are always built.
|
2021-01-21 19:06:49 +00:00 |
mike12345567
|
90dce862f1
|
Fixing some issues CI linting found.
|
2021-01-21 18:08:04 +00:00 |
mike12345567
|
decc1aba5e
|
Linting.
|
2021-01-21 17:56:22 +00:00 |
mike12345567
|
5076c2f064
|
Changing up how processors work to make it a bit easier to add to them.
|
2021-01-21 17:56:00 +00:00 |
mike12345567
|
1a87b2caaf
|
Linting.
|
2021-01-21 17:30:51 +00:00 |
mike12345567
|
0e93c4b7f8
|
Updating build process to fix issues with polyfill.
|
2021-01-21 17:30:18 +00:00 |
mike12345567
|
18fd079c64
|
Attempting to polyfill for browser
|
2021-01-21 16:44:03 +00:00 |
mike12345567
|
3481fe8cd2
|
Getting ready to merge with some basic functionality but updates required to client/builder/automations to remove the need for space in hbs statement handling.
|
2021-01-21 15:50:46 +00:00 |
mike12345567
|
ed89d39904
|
Merge branch 'feature/handlebars-migration' of github.com:Budibase/budibase into feature/handlebars-migration
|
2021-01-21 13:49:05 +00:00 |
mike12345567
|
38144f84a3
|
Handling undefined/null values in context object for string templates, replacing with empty string.
|
2021-01-21 13:48:23 +00:00 |
Andrew Kingston
|
ecbe24662a
|
Fix crashing when a nullish value exists in an object being recursed for enrichment
|
2021-01-21 13:46:45 +00:00 |
mike12345567
|
4deccae711
|
More fixes for issues found by cheeks, as well as adding a test case for rendering app.
|
2021-01-21 12:08:57 +00:00 |
mike12345567
|
1dd0eb1327
|
Re-writing pre-processor to be a bit clearer.
|
2021-01-21 11:37:16 +00:00 |
mike12345567
|
239079d973
|
Linting.
|
2021-01-21 11:32:26 +00:00 |
mike12345567
|
4a30af4082
|
Fixing issue found by cheeks with all helper trying to wrap helpers even if no other helpers present.
|
2021-01-21 11:30:53 +00:00 |
mike12345567
|
3dd985cfb6
|
Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-migration
|
2021-01-21 10:57:41 +00:00 |
mike12345567
|
da457cd0c4
|
Adding cleaners which will process and find spaces removing them and fixing them with literal specifiers for handlebars props. Also changing the way cleaners work for the system to make it easier to add them.
|
2021-01-20 18:12:16 +00:00 |
Joe
|
1b1721211c
|
Merge pull request #980 from Budibase/Component-dropdown-design-update
Updated the design of the items within the component dropdown
|
2021-01-20 14:54:30 +00:00 |
Andrew Kingston
|
976517e028
|
Update client library to handle async enrichment
|
2021-01-20 13:49:41 +00:00 |
Andrew Kingston
|
61b69bbc30
|
Merge pull request #1003 from Budibase/fix/postgres-schema
Fix postgres integration schema credentials
|
2021-01-20 13:34:20 +00:00 |
mike12345567
|
ce5ab5482b
|
Updating the string templating system to be capable of async operations.
|
2021-01-20 13:32:15 +00:00 |
Andrew Kingston
|
4381fb2748
|
Fix postgres integration schema credentials
|
2021-01-20 13:23:06 +00:00 |
Joe
|
be192704ae
|
Update README.md
|
2021-01-20 11:39:30 +00:00 |
Joe
|
4b2586fc10
|
Update README.md
|
2021-01-20 11:39:11 +00:00 |
Joe
|
3416beb83d
|
Update README.md
|
2021-01-20 09:10:10 +00:00 |
Kevin Åberg Kultalahti
|
a98834e0c6
|
Merge pull request #1000 from Budibase/feature/binding-drawer
Switches BindingProperty panel to use Drawer instead of DropDown
|
2021-01-20 10:08:54 +01:00 |
mike12345567
|
d7a3e6210d
|
Moving everything over to use the string template library, now just need to escape spaces properly and handle HTML escaping.
|
2021-01-19 18:44:29 +00:00 |
mike12345567
|
5a7c0de397
|
Adding jest test cases to string templating library.
|
2021-01-19 17:29:38 +00:00 |
mike12345567
|
329b76590c
|
Updating to have real auto-completion on string templates library.
|
2021-01-19 15:29:49 +00:00 |
kevmodrome
|
84450d0323
|
adds a empty state for no components added in the repeater
|
2021-01-19 15:21:23 +01:00 |
Joe
|
01aefbea78
|
Update README.md
|
2021-01-19 14:16:54 +00:00 |
kevmodrome
|
d4b27f7bc4
|
adds an empty state if there is no datasource selected.
|
2021-01-19 15:11:21 +01:00 |
kevmodrome
|
7623534842
|
lint fix
|
2021-01-19 14:31:37 +01:00 |
kevmodrome
|
74557a09ce
|
changes earlier BottomDrawer to use the bbui component instead
|
2021-01-19 14:16:55 +01:00 |
kevmodrome
|
4f71f70053
|
switch method of applying color style
|
2021-01-19 14:00:15 +01:00 |
kevmodrome
|
f04063c26b
|
retains icons design panel options while being able to change color in settings panel
|
2021-01-19 13:42:49 +01:00 |
kevmodrome
|
7fc05daaf7
|
fix typo
|
2021-01-19 10:56:02 +01:00 |
kevmodrome
|
bf5a33b205
|
adds missing description
|
2021-01-19 10:47:02 +01:00 |
kevmodrome
|
7b474fef1e
|
wire BindingPanel correctly to PropertyControl
|
2021-01-19 10:39:39 +01:00 |