baas
Here are 119 public repositories matching this topic...
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
https://github.com/google/brotl
The problem faced currently?
docs specifies how to clear events_log table
by manually running queries
How can we solve it?
It would be better if user has a option in mission control to such as automatic cleaning
which will clean the failed records weekly or daily basis
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features a
User Query :
Hi
How can I update some column values from javascript ?
There are no such update method in "CloudQuery".
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Mar 19, 2017 - PHP
We should update the main API reference page:
- Include links to latest release API references
- Include links to past releases of API references
- Use same UI as skygear-JS-SDK
-
Updated
Jun 6, 2020 - Java
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Dec 3, 2019 - PHP
Overview:
Generate swagger docs from the API actions/routes.
All of the type information and routing structure is available in the ApiReg and ApiRegAction data structures
-
Updated
Mar 6, 2020 - Java
-
Updated
Nov 14, 2017
-
Updated
May 18, 2020 - PHP
-
Updated
Jan 20, 2019 - Go
-
Updated
Jun 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the baas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the baas topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Deployed Parse server using k8 and used /parse/health for the readinessProbe and livenessProbe probe. But when deploy new code and broke the database connection, /parse/health still returns 200 OK. So old container was killed and new broken one brought online
Describe the solution you'd like
Only return 200 ok after db is