Michael Shanks
|
55ce7367ae
|
cla - changes to corporate process
|
2021-04-13 16:41:22 +01:00 |
Michael Shanks
|
f2f640aca9
|
Contributor license agreement
licenses and new GitHub action
|
2021-04-13 14:43:33 +01:00 |
Martin McKeaveney
|
651b57fbb2
|
small fixes
|
2021-04-13 09:20:30 +01:00 |
Martin McKeaveney
|
20a00d1225
|
remove merge conflict
|
2021-04-12 20:11:21 +01:00 |
Martin McKeaveney
|
b5baf9f892
|
merge
|
2021-04-12 13:41:46 +01:00 |
Martin McKeaveney
|
c02306e6fb
|
merge
|
2021-04-12 13:39:53 +01:00 |
mike12345567
|
5993ae6242
|
Removing test case which was no longer needed.
|
2021-04-12 12:19:45 +01:00 |
mike12345567
|
d2a3dc4a2f
|
Some fixes for automations, removing password obsfucation in create user step as not useful and making update row work with correct row ID.
|
2021-04-12 11:53:37 +01:00 |
mike12345567
|
9b77f4e518
|
Fixing issue with 403 on schema endpoint due to change in middleware.
|
2021-04-12 11:16:41 +01:00 |
Michael Drury
|
aa59a83e6e
|
Update README.md
Fixing codecov badge.
|
2021-04-11 20:24:54 +01:00 |
Michael Drury
|
be19161ceb
|
Merge pull request #1351 from theomelo/fix/readme-troubleshooting-link
fix(README): Broken troubeshooting link
|
2021-04-11 20:24:28 +01:00 |
Martin McKeaveney
|
65be3e9ede
|
v0.8.14
|
2021-04-11 12:58:22 +01:00 |
Martin McKeaveney
|
c19cc4f3c9
|
v0.8.13
|
2021-04-11 12:53:39 +01:00 |
Martin McKeaveney
|
010b8fc3fc
|
Merge pull request #1367 from Budibase/fix/automation-fields
fix automation fields
|
2021-04-11 12:29:45 +01:00 |
Martin McKeaveney
|
1f70282753
|
fix automation fields
|
2021-04-11 12:02:01 +01:00 |
Andrew Kingston
|
c7bae3391d
|
Merge pull request #1361 from Budibase/dev-experience
Dev Experience + Bundler Overhaul + BBUI in monorepo
|
2021-04-08 09:18:09 +01:00 |
Theo Melo
|
5ac3d455c1
|
fix(README): References to HEAD
|
2021-04-07 15:28:53 -07:00 |
mike12345567
|
0c974a70eb
|
Adding a wait for authentication in cypress tests.#
|
2021-04-07 20:19:25 +01:00 |
mike12345567
|
e368b83e68
|
Merge branch 'dev-experience' of github.com:Budibase/budibase into dev-experience
|
2021-04-07 17:52:36 +01:00 |
mike12345567
|
16b5b19027
|
Updating to make sure the envoy generated dev file is very obviously not to be edited.
|
2021-04-07 17:52:22 +01:00 |
Andrew Kingston
|
8a0fcddf68
|
Update all scripts to use yarn rather than npm
|
2021-04-07 17:38:49 +01:00 |
mike12345567
|
6c790206a8
|
Attempting to use HBS to re-create the envoy file as needed in dev.
|
2021-04-07 17:13:19 +01:00 |
mike12345567
|
0d0c2cde32
|
Merge branch 'dev-experience' of github.com:Budibase/budibase into dev-experience
|
2021-04-07 16:08:43 +01:00 |
mike12345567
|
30b7678c78
|
Fixing an issue with builder auth, adding a temporary endpoint which the server can set builder token on.
|
2021-04-07 16:08:29 +01:00 |
Andrew Kingston
|
206399f32f
|
Lint
|
2021-04-07 15:14:49 +01:00 |
Andrew Kingston
|
37fe8c2ab6
|
Only hydrate state from URL once in design section to avoid cycles
|
2021-04-07 15:10:03 +01:00 |
Andrew Kingston
|
f631f67979
|
Fix building loading settings modal before app package call finishes
|
2021-04-07 15:09:35 +01:00 |
Andrew Kingston
|
359e628156
|
Fix cypress tests not deleting old apps
|
2021-04-07 15:08:59 +01:00 |
Andrew Kingston
|
0ac0f2f742
|
Format tests
|
2021-04-07 13:46:26 +01:00 |
Andrew Kingston
|
f9a54d08f5
|
Fix route error when creating a view
|
2021-04-07 13:43:11 +01:00 |
mike12345567
|
852ecd840c
|
Fixing an issue with group by views.
|
2021-04-07 13:08:28 +01:00 |
mike12345567
|
45a63fe8c3
|
Merge branch 'dev-experience' of github.com:Budibase/budibase into dev-experience
|
2021-04-07 11:55:04 +01:00 |
mike12345567
|
c1f22def11
|
Updating authorization test case to remove check for builder security and removing builder security while auth is being worked on - added an option to start stack without server so that user can start it in a debug mode if desired.
|
2021-04-07 11:54:51 +01:00 |
Andrew Kingston
|
72b811b568
|
Add dev script to do a one-time BBUI build so that the stylesheet exists
|
2021-04-07 11:47:01 +01:00 |
Andrew Kingston
|
77228a3998
|
Fix missing import of automationStore
|
2021-04-07 11:33:14 +01:00 |
Andrew Kingston
|
9c4cbbd52c
|
Fix typo
|
2021-04-07 11:31:59 +01:00 |
Andrew Kingston
|
3f51c07177
|
Merge branch 'dev-experience' of github.com:Budibase/budibase into dev-experience
|
2021-04-07 11:31:26 +01:00 |
Andrew Kingston
|
99258da2df
|
Add commonJS fields to package.json for client and standard components so the server can require them
|
2021-04-07 11:31:19 +01:00 |
mike12345567
|
486ca97330
|
Fixing component definition test cases and fixing an issue found by authorized test case.
|
2021-04-07 11:27:15 +01:00 |
Andrew Kingston
|
d97a4a59e9
|
Export manifext in package.json
|
2021-04-07 11:17:01 +01:00 |
Andrew Kingston
|
1ca48a1602
|
Use node_modules to fetch component manifest in test env
|
2021-04-07 11:16:48 +01:00 |
Andrew Kingston
|
ff938e70b5
|
Update string-templates tests
|
2021-04-07 10:56:06 +01:00 |
Andrew Kingston
|
7efcc29ba8
|
Update locks
|
2021-04-07 10:52:41 +01:00 |
Andrew Kingston
|
9df873a9a8
|
Include BBUI CSS in standard components
|
2021-04-07 10:52:33 +01:00 |
Andrew Kingston
|
c463c3fecf
|
Update nuke command to nuke docker stack as well
|
2021-04-07 10:52:13 +01:00 |
Andrew Kingston
|
f4ed1812e4
|
Remove CORS hack now that the envoy proxy removes the need for it
|
2021-04-07 10:37:26 +01:00 |
Andrew Kingston
|
4748ceb118
|
Update env variable in docker-compose yaml to avoid ambiguous 'true' value
|
2021-04-07 09:04:17 +01:00 |
Andrew Kingston
|
1b8f2067e4
|
Add back in Grid to backend UI
|
2021-04-07 09:03:47 +01:00 |
Keviin Åberg Kultalahti
|
6c419de390
|
fix ag-grid not working
|
2021-04-06 16:48:01 +02:00 |
Andrew Kingston
|
120c22fdb4
|
Update BBUI to use vite and remove old svench config
|
2021-04-01 21:05:18 +01:00 |