lp://qastaging/josm

Created by Mathieu Arnold and last modified
Get this branch:
bzr branch lp://qastaging/josm

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenStreetMap
Project:
JOSM
Status:
Mature

Import details

Import Status: Suspended

This branch is an import of the Subversion branch from https://josm.openstreetmap.de/svn/trunk/.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 46 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 17 minutes — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes

Recent revisions

18565. By stoecker

combine two loops (remove sonar warning)

18564. By taylor.smock

See #18866: Remove Potlatch2 from the built-in styles

Remove an icon that was missed for the Potlatch2 style.

18563. By taylor.smock

Add/Ignore popular tags

Add
* `informal=no` -- this appears to be used for trails that appear to be `informal=yes` but are not.
* `highway=trailhead`
 * Icon drawn by taylor.smock
* `amenity=letterbox`
 * Additionally adds `post:*` tags, copied from `addr:*` tags
 * Icon drawn by taylor.smock; a better icon would be much appreciated
* `building=stadium` -- added as a checkbox to `leisure=stadium` and the default `building` preset
Ignore
* `building=no` -- this is already covered in unnecessary.mapcss

18562. By taylor.smock

Fix #23235: Revert r18869

The URI specification only allows for ascii characters.
See https://datatracker.ietf.org/doc/html/rfc3986#section-1.2.1.

18561. By taylor.smock

Fix #23057: data layers should be selected next, not non-data layers (patch by gaben, modified)

Modifications are as follows:
* Fix test pollution uncovered by change in non-obvious determinate order of
  tests
* Fix code so that `MainLayerManagerTest.testRemoveLayerUnsetsActiveLayer` passes

18560. By taylor.smock

remove TLD from IANA

18559. By taylor.smock

Fix #16567: Upgrade to JUnit 5

JOSMTestRules and JOSMTestFixture can reset the default JOSM profile, which can
be unexpected for new contributors. This updates all tests to use JUnit 5 ''and''
the new JUnit 5 annotations.

This also renames MapCSSStyleSourceFilterTest to MapCSSStyleSourceFilterPerformanceTest
to match the naming convention for performance tests and fixes some lint issues.

This was tested by running all tests individually and together.

18558. By taylor.smock

Fix #23257: MVTTileTest has an infrequently hit race condition (patch by marcello, modified)

The race condition is dependent upon calculation speed; if the layers get loaded
prior to the image loading, it is ''possible'' for us to get to the point where
we expect the image to be loaded, but it isn't yet.

Modifications are as follows:
* Reinitialize tileSource and loader before each test, but initialize the cache
  once and clear that between tests.

18557. By taylor.smock

Fix #23256: AbstractPrimitive::putAll not updating values (patch by marcello)

18556. By taylor.smock

Fix #23256: AbstractPrimitive::putAll not updating values (patch by marcello, modified)

Modifications are as follows:
* Unit tests were split out into discrete units for better test feedback in the
  future.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers