This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0ede0fb3c6
budibase
/
packages
/
server
/
specs
/
resources
History
Martin McKeaveney
65af2ed7c2
backmerge from master
2023-09-27 17:06:57 +01:00
..
utils
Fix for
#9778
- there was an issue with operationId in the OpenAPI spec, these need to be unique to be compliant with the spec as brought up in the issue. Also re-writing the spec generation to Typescript to be compliant with how backend code is now written.
2023-02-28 18:10:56 +00:00
application.ts
Adding documentation for export endpoint.
2023-09-22 13:29:16 +01:00
index.ts
Building out public API for role assignment and un-assignment - need to flesh out pro component.
2023-08-04 18:01:45 +01:00
metrics.ts
Updating metrics endpoint to have examples of expected data format - show OpenMetrics response.
2023-03-06 15:55:55 +00:00
misc.ts
Fix for
#9778
- there was an issue with operationId in the OpenAPI spec, these need to be unique to be compliant with the spec as brought up in the issue. Also re-writing the spec generation to Typescript to be compliant with how backend code is now written.
2023-02-28 18:10:56 +00:00
query.ts
Fix for
#9778
- there was an issue with operationId in the OpenAPI spec, these need to be unique to be compliant with the spec as brought up in the issue. Also re-writing the spec generation to Typescript to be compliant with how backend code is now written.
2023-02-28 18:10:56 +00:00
roles.ts
Updating types to be based on the open API definition rather than types.
2023-08-15 17:33:22 +01:00
row.ts
Fix for
#9778
- there was an issue with operationId in the OpenAPI spec, these need to be unique to be compliant with the spec as brought up in the issue. Also re-writing the spec generation to Typescript to be compliant with how backend code is now written.
2023-02-28 18:10:56 +00:00
table.ts
Updating RelationshipTypes -> RelationshipType.
2023-07-21 12:57:47 +01:00
user.ts
Removing required from roles on user API, as it is now paid.
2023-09-20 10:54:06 +01:00