• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / atlas-server
41%
master: 41%

Build:
Build:
LAST BUILD BRANCH: 1.7.0
DEFAULT BRANCH: master
Repo Added 13 Jan 2023 05:55PM UTC
Token SipBXdcBfPBxOdNjifDZ3pmj881y3Je3j regen
Build 204 Last
Files 39
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 1.7.0
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 1.6.0
  • 1.7.0
  • add-ai-agent-context-to-readme
  • chore/add-space
  • chore/bump-libs
  • chore/bump-node
  • chore/enhance-docs
  • chore/migrate-to-core-components
  • chore/pin-node-24-base-image
  • chore/readme-change
  • chore/trigger-deploy
  • chore/update-node-24
  • chore/update-node-to-24
  • docs/api
  • feat/add-release-job
  • feat/add-tracing-and-logging
  • feat/cache-tiles-s3
  • feat/cors
  • feat/feature-flag
  • feat/improve-atlas-cache
  • feat/instrument-http-requests-logger
  • feat/migrate-to-new-ci-infra
  • feat/redeploy-atlas-server
  • feat/remove-district-tiles
  • feat/sanitize-estates-id
  • feat/tiles-with-trades
  • feat/trigger-build
  • feat/trigger-deploy
  • feat/try-to-use-s3
  • feat/update-graph-component
  • feat/use-node-18-alpine
  • fix/add-console-update
  • fix/add-last-modified-tests
  • fix/estates-trades-not-showing
  • fix/expiration-date-lands
  • fix/filter-nulled-rental-listings
  • fix/no-cache-on-last-updated
  • fix/parcel-updated-at
  • fix/re-trigger-deployment
  • fix/remove-lastModifiedHeader-temporary
  • fix/remove-modified-middleware
  • fix/remove-old-infra-code
  • fix/rental-listing-calculation
  • fix/response-body-leaks-and-dcl-bump
  • fix/save-metrics-of-all-updates
  • fix/small-change
  • fix/trigger-redeployment
  • fix/udpdate-deps
  • fix/ulimit
  • fix/update-dep
  • fix/update-rentals-with-milliseconds
  • fix/update-schemas
  • fix/updated-at-calculation-ms
  • fix/use-seconds
  • fix/workflow
  • fzavalia-patch-1
  • master
  • refs/heads/master
  • refs/tags/1.0.0
  • refs/tags/1.0.1
  • refs/tags/1.1.0
  • refs/tags/1.13.17
  • refs/tags/1.2.0
  • refs/tags/1.2.1
  • refs/tags/1.3.0
  • refs/tags/1.3.1
  • refs/tags/1.3.10
  • refs/tags/1.3.11
  • refs/tags/1.3.12
  • refs/tags/1.3.13
  • refs/tags/1.3.14
  • refs/tags/1.3.15
  • refs/tags/1.3.16
  • refs/tags/1.3.18
  • refs/tags/1.3.19
  • refs/tags/1.3.2
  • refs/tags/1.3.3
  • refs/tags/1.3.4
  • refs/tags/1.3.5
  • refs/tags/1.3.6
  • refs/tags/1.3.7
  • refs/tags/1.3.8
  • refs/tags/1.3.9
  • refs/tags/1.4.0
  • refs/tags/1.4.1
  • refs/tags/1.5.0
  • refs/tags/1.5.1
  • refs/tags/1.5.2
  • security/pin-github-actions-sha

02 Jul 2026 12:28AM UTC coverage: 41.494%. Remained the same
28802230648

push

github

web-flow
chore: remove district tiles from specialTiles.json (#142)

## Summary

- Removes all 35,092 `type: "district"` tiles from `specialTiles.json`
- District parcels with no on-chain owner will now be treated as
ordinary unowned parcels (no special tile entry = unowned by default)
- District parcels that have already been transferred/sold to
contributors already have on-chain ownership and were never rendered
from this file
- Roads and plazas are unaffected (13,026 tiles remain)

## Context

Governance proposal:
https://decentraland.org/governance/proposal/?id=9ee1965f-6a96-45f9-bb20-f60baa13607f

Removes the purple "district" fog-of-war from all maps (web Atlas,
marketplace, unity-explorer NavMap/Minimap). Districts are largely
defunct — Dragon City, Vegas City, DCL Uni, and Aetheria have all
returned or sold their LANDs.

## Reversibility

This is a data-only change. To revert: revert this commit. Code cleanup
(`AtlasColor.DISTRICT`, `AtlasTileType.DISTRICT`, marketplace
proximity/highlights) can follow in a separate PR once the visual change
is confirmed.

298 of 414 branches covered (71.98%)

Branch coverage included in aggregate %.

1485 of 3883 relevant lines covered (38.24%)

11.43 hits per line

Relevant lines Covered
Build:
Build:
3883 RELEVANT LINES 1485 COVERED LINES
11.43 HITS PER LINE
Source Files on master
  • Tree
  • List 39
  • Changed 37
  • Source Changed 0
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28802230648 1.7.0 chore: remove district tiles from specialTiles.json (#142) ## Summary - Removes all 35,092 `type: "district"` tiles from `specialTiles.json` - District parcels with no on-chain owner will now be treated as ordinary unowned parcels (no special ti... push 06 Jul 2026 03:17PM UTC web-flow github
41.49
28556936904 master chore: remove district tiles from specialTiles.json (#142) ## Summary - Removes all 35,092 `type: "district"` tiles from `specialTiles.json` - District parcels with no on-chain owner will now be treated as ordinary unowned parcels (no special ti... push 02 Jul 2026 12:29AM UTC web-flow github
41.49
28534864537 feat/remove-district-tiles chore: strip district proximity data Pull #142 01 Jul 2026 05:13PM UTC decentraland-bot github
41.49
28534762317 feat/remove-district-tiles chore: empty district and contribution data Pull #142 01 Jul 2026 05:11PM UTC decentraland-bot github
41.49
28533957827 feat/remove-district-tiles chore: remove district tiles from specialTiles.json Pull #142 01 Jul 2026 04:57PM UTC decentraland-bot github
41.49
28442923921 feat/remove-district-tiles fix: cancel undrained response bodies and bump @dcl core-components/core-libs deps (#141) ## Summary This PR cancels an undrained undici response-body leak and bumps outdated `@dcl` core-components/core-libs dependencies to their latest versions... push 30 Jun 2026 12:06PM UTC web-flow github
41.49
28442935113 feat/remove-district-tiles chore: remove district tiles from specialTiles.json Pull #142 30 Jun 2026 12:06PM UTC decentraland-bot github
41.49
28052111985 master fix: cancel undrained response bodies and bump @dcl core-components/core-libs deps (#141) ## Summary This PR cancels an undrained undici response-body leak and bumps outdated `@dcl` core-components/core-libs dependencies to their latest versions... push 23 Jun 2026 07:41PM UTC web-flow github
41.49
28050957638 fix/response-body-leaks-and-dcl-bump fix: cancel undrained response bodies and bump @dcl core-components/core-libs deps Cancel the undrained undici response body in the rentals component's fetchRentalListings error path: when response.json() throws while parsing a non-ok error respo... Pull #141 23 Jun 2026 07:21PM UTC LautaroPetaccio github
41.49
28046684021 master chore: migrate from well-known-components to core-components (#140) Migrates atlas-server from `@well-known-components/*` to the [core-components](https://github.com/decentraland/core-components) `@dcl/*` equivalents, and bumps the existing `@dcl... push 23 Jun 2026 06:08PM UTC web-flow github
41.52
See All Builds (163)

Badge your Repo: atlas-server

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc