builder-server
builder-server copied to clipboard
Builder app backend
The current system is taking too long.
To do this, the /v1/lands/redirectionHashes endpoint should return the hashes for a coordinate in all languages (en, es, zh) so the UI can match any of them to the content...
## 🎉 Description There's a new S3 bucket for the builder server that uses CloudFront. This new mechanism will allow us to save money as cloudfront can cache the request...
This is a bug repot I have created database "builder-server" on postgres server. And now I am going to migrate. But it occurs error. **"Running command 'node-pg-migrate --database-url-var postgres://postgres:admin@localhost:5432/builder-server --migration-file-language...
Hi, decentraland! I am a dev who is going to use builder-server. I tried to run it but I found that env file requires many fields. I have checked env.example...
## 🎉 Description The current alarms systems is getting triggered according to a percentage of status codes responded in a period of time. As the period of time is pretty...
Check the Collection router and stop accepting the isPublished, isApproved, minters, and managers fields from the front on the Collection creation/update. Before doing this (and potentially changing other models), we...
## 🎉 Description When we introduced the pagination and filters to the `/collections` endpoint, we added the option to filter by status. The problem here is that the `approved` ones...
With the last changes around how we get the item status, it's possible that we don't need the contentHash column for the item curations any more. If possible, let's deprecate...
This PR removes everything related to the fetching of TP items that were done by querying the old contract through the graph. Closes #476