mike12345567
|
4a6941dce7
|
Fixing pm2 config.
|
2022-09-22 18:28:50 +01:00 |
mike12345567
|
fa8fb88f82
|
Updating a few core endpoints to better integrate the groups system and make sure users always have the correct role ID updated onto them.
|
2022-09-22 18:27:43 +01:00 |
mike12345567
|
7a732b8155
|
Fixing issue that refactoring file caused (some strings renamed to ts rather than js).
|
2022-09-22 15:18:10 +01:00 |
mike12345567
|
a461c25cef
|
Some updates, typescripting some more APIs, as well as fixing a lot of Router creation which did not specify the 'new' operator.
|
2022-09-22 14:59:28 +01:00 |
mike12345567
|
141c0a447d
|
Self API in worker conversion to typescript.
|
2022-09-22 14:09:20 +01:00 |
mike12345567
|
6f24c7c6c3
|
Renaming function to more accurately reflect its group app ID lookup purpose.
|
2022-09-22 13:57:44 +01:00 |
mike12345567
|
99b8c269ea
|
Updating group types to accurately reflect the state of the documents, as well as centralising the logic for getting the app IDs in a group.
|
2022-09-22 13:55:52 +01:00 |
mike12345567
|
d80cd5042d
|
Adding group app cleanup.
|
2022-09-21 23:12:38 +01:00 |
mike12345567
|
2c5d2f7b12
|
Switching over app role assignment to use the new backend rather than being performed in the frontend.
|
2022-09-21 22:58:06 +01:00 |
mike12345567
|
39689d27f6
|
Updating user API to user a single bulk endpoint rather than case sensitive named endpoints.
|
2022-09-21 18:05:45 +01:00 |
mike12345567
|
120ea88aff
|
Updates to use new backend API for adding/removing users from groups.
|
2022-09-21 16:58:47 +01:00 |
mike12345567
|
a1c7e60dfa
|
Adding a user core bulk update function.
|
2022-09-21 13:55:10 +01:00 |
mike12345567
|
9466592663
|
Adding group cleanup, removing group IDs from users when group is deleted.
|
2022-09-21 12:43:09 +01:00 |
mike12345567
|
e22f4ab7d7
|
Removing un-necessary code now that groups automatically enrich from users.
|
2022-09-20 19:33:54 +01:00 |
mike12345567
|
49fc65b584
|
Updates to improve the view development experience.
|
2022-09-20 19:12:48 +01:00 |
mike12345567
|
b56397c2e1
|
Fixing typing.
|
2022-09-16 17:14:00 +01:00 |
mike12345567
|
69442865d5
|
Fixing className.
|
2022-09-16 17:07:24 +01:00 |
mike12345567
|
ac93461bc6
|
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
|
2022-09-16 17:03:50 +01:00 |
mike12345567
|
b98f08f4e7
|
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
|
2022-09-16 17:02:08 +01:00 |
Budibase Staging Release Bot
|
e1c6643746
|
Update pro version to 1.3.21-alpha.0
|
2022-09-16 15:33:56 +00:00 |
Budibase Staging Release Bot
|
95d427cdf7
|
v1.3.21-alpha.0
|
2022-09-16 15:30:27 +00:00 |
mike12345567
|
fa7702044d
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-09-16 16:13:20 +01:00 |
Budibase Staging Release Bot
|
269b284143
|
Update pro version to 1.3.19-alpha.7
|
2022-09-16 11:37:15 +00:00 |
Budibase Release Bot
|
096b3ee6fc
|
Update pro version to 1.3.20
|
2022-09-16 11:36:42 +00:00 |
Budibase Staging Release Bot
|
b86121efe7
|
v1.3.19-alpha.7
|
2022-09-16 11:33:30 +00:00 |
Budibase Release Bot
|
463d6238d2
|
v1.3.20
|
2022-09-16 11:33:12 +00:00 |
Michael Drury
|
57c486b0e4
|
Merge pull request #7795 from Budibase/fix/7683
Fix for REST query string URL encoding
|
2022-09-16 13:20:31 +02:00 |
Michael Drury
|
91e1735ccb
|
Merge pull request #7801 from Budibase/fix/datasource-hot-reloading
Datasource hot reloading fix
|
2022-09-16 13:19:39 +02:00 |
Budibase Staging Release Bot
|
2c92f091b2
|
Update pro version to 1.3.19-alpha.6
|
2022-09-16 10:44:42 +00:00 |
Budibase Staging Release Bot
|
7042ffd4b2
|
v1.3.19-alpha.6
|
2022-09-16 10:41:17 +00:00 |
Michael Drury
|
a156905372
|
Merge pull request #7794 from Budibase/dependabot/npm_and_yarn/parse-url-6.0.5
Bump parse-url from 6.0.0 to 6.0.5
|
2022-09-16 12:29:07 +02:00 |
mike12345567
|
1505dcbc66
|
Minor fix - datasource hot reloading was working apart from the the CJS require caching, need to clear down the cache entry before reloading.
|
2022-09-16 11:25:28 +01:00 |
Budibase Staging Release Bot
|
38cc31dea2
|
Update pro version to 1.3.19-alpha.5
|
2022-09-16 08:38:16 +00:00 |
Budibase Staging Release Bot
|
12d62cfedb
|
v1.3.19-alpha.5
|
2022-09-16 08:35:09 +00:00 |
Andrew Kingston
|
97302198a3
|
Move restart of proxy container to after the compose stack has been brought up to ensure container exists
|
2022-09-16 09:25:14 +01:00 |
mike12345567
|
42654622b5
|
PR comments, removing console logs, as well as trying to get jest tests working in builder.
|
2022-09-15 22:47:37 +01:00 |
Budibase Staging Release Bot
|
31ba6008a9
|
Update pro version to 1.3.19-alpha.4
|
2022-09-15 20:25:55 +00:00 |
Budibase Staging Release Bot
|
298b2b17d1
|
v1.3.19-alpha.4
|
2022-09-15 20:22:50 +00:00 |
Martin McKeaveney
|
7f6cc6737b
|
Merge pull request #7646 from Budibase/qa/qa-core-jest
QA Core repo, and Jest API tests running end to end
|
2022-09-15 21:12:45 +01:00 |
Martin McKeaveney
|
9812370674
|
Merge branch 'qa/qa-core-jest' of github.com:Budibase/budibase into qa/qa-core-jest
|
2022-09-15 20:36:02 +01:00 |
Martin McKeaveney
|
e16560e768
|
more random test data for rows
|
2022-09-15 20:34:37 +01:00 |
Martin McKeaveney
|
c368f79269
|
Create .env
|
2022-09-15 20:12:32 +01:00 |
Martin McKeaveney
|
39ceedc87c
|
tidy up
|
2022-09-15 20:09:23 +01:00 |
Martin McKeaveney
|
65d41fdd20
|
better tests and cleaner import for server
|
2022-09-15 19:51:11 +01:00 |
mike12345567
|
d35864be08
|
Fixing issue introduced by fix for #7683 - encoding the query string caused handlebars statements to break, this rectifies that.
|
2022-09-15 19:35:55 +01:00 |
Budibase Staging Release Bot
|
50f48da032
|
Update pro version to 1.3.19-alpha.3
|
2022-09-15 17:22:04 +00:00 |
dependabot[bot]
|
3872b07508
|
Bump parse-url from 6.0.0 to 6.0.5
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/compare/6.0.0...6.0.5)
---
updated-dependencies:
- dependency-name: parse-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-15 17:20:56 +00:00 |
Budibase Staging Release Bot
|
70ca5eab59
|
v1.3.19-alpha.3
|
2022-09-15 17:18:38 +00:00 |
Andrew Kingston
|
f0639b9309
|
Merge pull request #7789 from Budibase/cheeks-fixes
Dev stack improvement + organisation page fixes
|
2022-09-15 18:06:47 +01:00 |
Budibase Release Bot
|
e0cf125316
|
Update pro version to 1.3.19
|
2022-09-15 16:43:41 +00:00 |