mike12345567
|
f86448a276
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/sql-issues
|
2021-10-27 14:51:43 +01:00 |
mike12345567
|
24eebd9b98
|
Fixing test cases.
|
2021-10-27 13:10:46 +01:00 |
Rory Powell
|
fd9796f715
|
Update app id check in tests
|
2021-10-26 16:21:26 +01:00 |
Rory Powell
|
0718f99850
|
Prevent non builder from accessing dev apps
|
2021-10-25 16:59:09 +01:00 |
Peter Clement
|
22bbbb5ba4
|
fix tests
|
2021-09-28 15:29:42 +01:00 |
mike12345567
|
42f08f97cc
|
Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
This reverts commit 0d2e2314d4 , reversing
changes made to 1beca4ee96 .
|
2021-08-05 09:59:08 +01:00 |
Michael Drury
|
f37946d47e
|
Revert "Multi-tenancy/organisations"
|
2021-08-04 10:02:24 +01:00 |
mike12345567
|
7a69dcef78
|
re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented.
|
2021-08-02 18:34:43 +01:00 |
mike12345567
|
b5d7e76ec2
|
Merge branch 'fix/lucene-filtering' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-23 16:10:59 +01:00 |
mike12345567
|
9f06b180a8
|
Adding concept of version to APIs.
|
2021-07-23 15:29:14 +01:00 |
mike12345567
|
1153001af8
|
Linting.
|
2021-07-22 22:37:20 +01:00 |
mike12345567
|
155e30965f
|
Fixing test cases and bugs that they raised.
|
2021-07-22 22:36:16 +01:00 |
mike12345567
|
f0f9736c0b
|
Updating auth to utilise the tenant system.
|
2021-07-16 15:08:58 +01:00 |
mike12345567
|
5ffe3c7935
|
First version of multi-tenancy, work still to be done.
|
2021-07-15 17:57:02 +01:00 |
mike12345567
|
2bee348721
|
Fixing test cases.
|
2021-07-08 00:30:55 +01:00 |
mike12345567
|
d90f77fa42
|
Speeding up server tests and removing the ability for it to port collide.
|
2021-06-25 16:14:06 +01:00 |
mike12345567
|
19da122425
|
Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support.
|
2021-06-25 13:46:02 +01:00 |
Martin McKeaveney
|
f83f358514
|
automation server tests updated
|
2021-06-17 16:35:58 +01:00 |
mike12345567
|
594a290286
|
Re-writing how global users are handled in server, specifically how they are retrieved, so that for relationships it can handle the global user.
|
2021-06-08 16:06:30 +01:00 |
mike12345567
|
2938d3a92d
|
Fixing broken backend test cases.
|
2021-06-07 14:08:49 +01:00 |
mike12345567
|
1f8f04d84c
|
Formatting.
|
2021-06-04 12:13:57 +01:00 |
mike12345567
|
9d3c28ecbf
|
Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps.
|
2021-06-04 12:13:29 +01:00 |
Martin McKeaveney
|
0b3110b223
|
merge with master
|
2021-05-20 10:40:15 +01:00 |
mike12345567
|
0db486d4e8
|
Formatting.
|
2021-05-19 16:24:50 +01:00 |
mike12345567
|
ed63d1d8f2
|
Updating user test cases.
|
2021-05-19 16:24:20 +01:00 |
Martin McKeaveney
|
6dc288fcc3
|
merge
|
2021-05-16 21:29:07 +01:00 |
Martin McKeaveney
|
0ed0550e73
|
revert functionality working
|
2021-05-16 21:25:37 +01:00 |
mike12345567
|
ac0f620b38
|
Formatting.
|
2021-05-14 16:32:51 +01:00 |
mike12345567
|
2d0122f7d6
|
A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge.
|
2021-05-14 15:43:41 +01:00 |
Andrew Kingston
|
556236ebce
|
Add explicit prettier options
|
2021-05-04 11:32:22 +01:00 |
Keviin Åberg Kultalahti
|
4ec2e7d01f
|
lint:fix
|
2021-05-03 09:31:09 +02:00 |
mike12345567
|
84e66f826b
|
Updates after finding a better template to use and adding some real email testing with Ethereal platform.
|
2021-04-26 14:14:51 +01:00 |
mike12345567
|
d985d338ec
|
Updating test cases and some re-work of the email system.
|
2021-04-23 18:07:39 +01:00 |
mike12345567
|
46c9df6245
|
Adding testing to worker, still WIP.
|
2021-04-23 14:58:06 +01:00 |
mike12345567
|
bb5dbf27aa
|
Some re-work of the auth package, making it a bit easier to use/less likely to make a mistake.
|
2021-04-21 16:42:44 +01:00 |
mike12345567
|
f6425524a4
|
Updating test cases now that login has changed a bit.
|
2021-04-20 17:27:23 +01:00 |
mike12345567
|
ade007482c
|
Updating the server to remove use of the email in the user ID.
|
2021-04-19 16:26:33 +01:00 |
mike12345567
|
76608fcdcd
|
Fixing up tests, need to mock most of the worker functionality so that worker doesn't need to run during tests.
|
2021-04-13 20:25:43 +01:00 |
mike12345567
|
8b20fcb573
|
Getting most of the test auth working, adding in global builder configuration.
|
2021-04-13 18:12:35 +01:00 |
mike12345567
|
792114ef46
|
First pass of global user configuration through existing user API with role mappings.
|
2021-04-08 16:58:33 +01:00 |
mike12345567
|
1cf0027c6e
|
Some cleanup fixes for tests that makes sure temp directory isn't getting out of control.
|
2021-03-25 14:46:32 +00:00 |
mike12345567
|
73cf53d149
|
Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster.
|
2021-03-24 18:21:23 +00:00 |
mike12345567
|
19b5b41953
|
Main work of file system refactor now complete, ready to test more fully - most test cases passing, need to look through them more thoroughly and make sure everything still makes sense.
|
2021-03-23 17:54:02 +00:00 |
mike12345567
|
bf2adb0458
|
Updating API keys and changing over system to allow use of builder endpoints when running in cloud.
|
2021-03-22 16:39:11 +00:00 |
mike12345567
|
b1e443f581
|
Upping relationship coverage overall to 98% - looking over utilities which are barely ever used.
|
2021-03-16 23:25:18 +00:00 |
mike12345567
|
d6b23b3a79
|
Adding test cases which bring the link controller coverage to 100%.
|
2021-03-16 18:13:00 +00:00 |
mike12345567
|
e8c000dd51
|
Adding more test cases for the controllers, tables and views weren't as well covered as required.
|
2021-03-15 16:36:38 +00:00 |
mike12345567
|
ece948e4ef
|
Finishing off automation test cases, above 90% coverage for automations codebase.
|
2021-03-15 14:11:13 +00:00 |
mike12345567
|
571ac3cf06
|
Testing some of the automation actions (still a few to complete) and adding quick test case for the self host stuff.
|
2021-03-11 18:29:48 +00:00 |