mike12345567
|
f07ea5cc7e
|
Updating user API to user a single bulk endpoint rather than case sensitive named endpoints.
|
2022-09-21 18:05:45 +01:00 |
mike12345567
|
4d9de7f658
|
Updates to use new backend API for adding/removing users from groups.
|
2022-09-21 16:58:47 +01:00 |
mike12345567
|
115a0c146b
|
Adding a user core bulk update function.
|
2022-09-21 13:55:10 +01:00 |
mike12345567
|
e6c91b6f8e
|
Adding group cleanup, removing group IDs from users when group is deleted.
|
2022-09-21 12:43:09 +01:00 |
mike12345567
|
e1272a6907
|
Removing un-necessary code now that groups automatically enrich from users.
|
2022-09-20 19:33:54 +01:00 |
mike12345567
|
34771e1ef7
|
Updates to improve the view development experience.
|
2022-09-20 19:12:48 +01:00 |
mike12345567
|
4dc24b7559
|
Fixing typing.
|
2022-09-16 17:14:00 +01:00 |
mike12345567
|
144ff1da44
|
Fixing className.
|
2022-09-16 17:07:24 +01:00 |
mike12345567
|
47724782c2
|
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
|
2022-09-16 17:03:50 +01:00 |
mike12345567
|
1be71933ca
|
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
|
2022-09-16 17:02:08 +01:00 |
Budibase Staging Release Bot
|
cc9898f2ce
|
Update pro version to 1.3.21-alpha.0
|
2022-09-16 15:33:56 +00:00 |
Budibase Staging Release Bot
|
d6c7d0be7f
|
v1.3.21-alpha.0
|
2022-09-16 15:30:27 +00:00 |
mike12345567
|
ee40819c9e
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-09-16 16:13:20 +01:00 |
Budibase Staging Release Bot
|
7175ada5df
|
Update pro version to 1.3.19-alpha.7
|
2022-09-16 11:37:15 +00:00 |
Budibase Release Bot
|
e0d65501b8
|
Update pro version to 1.3.20
|
2022-09-16 11:36:42 +00:00 |
Budibase Staging Release Bot
|
e6cd8bc99a
|
v1.3.19-alpha.7
|
2022-09-16 11:33:30 +00:00 |
Budibase Release Bot
|
b4b228c6fa
|
v1.3.20
|
2022-09-16 11:33:12 +00:00 |
Michael Drury
|
b75d2b341c
|
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
|
8451a0aec9
|
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
|
18ab626d1c
|
Update pro version to 1.3.19-alpha.6
|
2022-09-16 10:44:42 +00:00 |
Budibase Staging Release Bot
|
2bf74722e0
|
v1.3.19-alpha.6
|
2022-09-16 10:41:17 +00:00 |
Michael Drury
|
e07ab33416
|
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
|
6bad41e3ce
|
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
|
4f25c6aea9
|
Update pro version to 1.3.19-alpha.5
|
2022-09-16 08:38:16 +00:00 |
Budibase Staging Release Bot
|
a886fb8693
|
v1.3.19-alpha.5
|
2022-09-16 08:35:09 +00:00 |
Andrew Kingston
|
5bcb4c5393
|
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
|
7736acd0c0
|
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
|
64c03dfb1b
|
Update pro version to 1.3.19-alpha.4
|
2022-09-15 20:25:55 +00:00 |
Budibase Staging Release Bot
|
7afac4f4f1
|
v1.3.19-alpha.4
|
2022-09-15 20:22:50 +00:00 |
Martin McKeaveney
|
c86bdffc52
|
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
|
dbe1263ef0
|
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
|
cbd7d82170
|
more random test data for rows
|
2022-09-15 20:34:37 +01:00 |
Martin McKeaveney
|
492a0cffab
|
Create .env
|
2022-09-15 20:12:32 +01:00 |
Martin McKeaveney
|
d6c8527340
|
tidy up
|
2022-09-15 20:09:23 +01:00 |
Martin McKeaveney
|
bc090f5f9d
|
better tests and cleaner import for server
|
2022-09-15 19:51:11 +01:00 |
mike12345567
|
fc8dc9f176
|
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
|
42651a2fe2
|
Update pro version to 1.3.19-alpha.3
|
2022-09-15 17:22:04 +00:00 |
dependabot[bot]
|
be483ac91c
|
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
|
2e7fe4b41d
|
v1.3.19-alpha.3
|
2022-09-15 17:18:38 +00:00 |
Andrew Kingston
|
642ecd428b
|
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
|
e4185e98aa
|
Update pro version to 1.3.19
|
2022-09-15 16:43:41 +00:00 |
Budibase Release Bot
|
c5c45f81bd
|
v1.3.19
|
2022-09-15 16:40:41 +00:00 |
deanhannigan
|
938ffb2e1b
|
Merge pull request #7790 from Budibase/fix/user-bindings-datasource-queries
Expose current user bindings in datasource query UI
|
2022-09-15 17:30:52 +01:00 |
Dean
|
42984d7b63
|
Minor update
|
2022-09-15 16:50:51 +01:00 |
Dean
|
78d72b78cb
|
Fix to include the current user bindings in datasource queries
|
2022-09-15 16:39:25 +01:00 |
Andrew Kingston
|
7914bba724
|
Fix usages of className in organisation settings page
|
2022-09-15 16:32:36 +01:00 |
Andrew Kingston
|
206714869d
|
Always restart the proxy service when spinning up the dev stack to account for nginx conf changes
|
2022-09-15 16:31:29 +01:00 |
Budibase Staging Release Bot
|
6a38a798b4
|
Update pro version to 1.3.19-alpha.2
|
2022-09-15 14:22:56 +00:00 |
Budibase Staging Release Bot
|
f88c8511a4
|
v1.3.19-alpha.2
|
2022-09-15 14:19:01 +00:00 |
Rory Powell
|
080f46b828
|
Merge pull request #7788 from Budibase/update-app-name
Ignore empty name validation on app update and change free logo text
|
2022-09-15 15:06:31 +01:00 |