atomic-server
atomic-server copied to clipboard
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
- Start from the #959 branch, but create a new branch. Rebase from time to time to keep Polle's changes synced. - Add a new folder for a NextJS project,...
https://hub.docker.com/repository/docker/joepmeneer/atomic-server/tags
@AlexMikhalev wanted to have some more simple examples of how to use the `atomic_lib` rust library. The current `basic.rs` misses some features: ## Basics - [ ] Creating a resource...
Currently only does unauthenticated requests. @AlexMikhalev
On `staging.atomicdata.dev` I still get 401 errors, I think because the cookie header isn't parsed correctly. `Unauthorized. Wrong requested subject in auth token, expected https://staging.atomicdata.dev/search?q=test&limit=30&parents=https%3A%2F%2Fstaging.atomicdata.dev was https://atomicdata.dev`
When deleting a resource, it's children will also be deleted. This works fine but something happens when you create the same resource with the same subject again. It will have...
I noticed many rust tests being very slow. All of these are tests where a `Db` instance is spawned (through `Db:init_temp`). After some testing the culprit seems to be the...
## Related Issues closes #954 ## Checklist - [ ] Add changelog entry linking to issue, describe API changes - [ ] Add or update tests if needed - [...
## Related Issues closes #957 ## Checklist - [ ] Add changelog entry linking to issue, describe API changes - [ ] Add or update tests if needed - [...
We want our users to share their thoughts and suggestions as frictionless as possible. How should we implement this? ## Link with error logging tool We should have a tool...