Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Make output of the tests verbose | Thiago Marcos P. Santos | 2019-10-18 | 1 | -1/+1 |
| | | | | | We have a flaky test that is hanging on the bots and we need to find out which one. | ||||
* | [core] Update ImageManager.OnStyleImageMissingBeforeSpriteLoaded | Mikhail Pozdnyakov | 2019-10-17 | 1 | -2/+12 |
| | | | | So that it checks pending image requests for a different requestor. | ||||
* | [core] Fix image requests for already obtained images | Mikhail Pozdnyakov | 2019-10-17 | 2 | -5/+7 |
| | | | | | Before this change, repeated request for an already obtained image was erroneously treated as pending. | ||||
* | [android] Check flag before runnable task invocation | Alexander Shalamov | 2019-10-16 | 2 | -6/+15 |
| | |||||
* | [render-test] Add network metrics test case | Juha Alanen | 2019-10-16 | 13 | -1/+328 |
| | |||||
* | [render-test] Add support for collecting network metrics | Juha Alanen | 2019-10-16 | 6 | -2/+204 |
| | |||||
* | [build] Update to Xcode 11.1upstream/friedbunny-updates-to-xcode-11.1 | Jason Wray | 2019-10-15 | 1 | -7/+7 |
| | |||||
* | [test-runner] make render-test a shared lib (#15816) | zmiao | 2019-10-15 | 8 | -40/+134 |
| | | | | | | | | | | * [test-runner] make render-test a shared lib [test-runner] nit [test-runner] nit again * [test-runner] Remove redundant linked file in cmake | ||||
* | [android] - remove snapshot and release builds, disable broken metric ↵ | tobrun | 2019-10-15 | 1 | -14/+3 |
| | | | | collection script | ||||
* | [render-test] Add test for file size tolerance | Thiago Marcos P. Santos | 2019-10-14 | 6 | -0/+92 |
| | |||||
* | [render-test] Add tolerance to file-size tests | Thiago Marcos P. Santos | 2019-10-14 | 9 | -16/+27 |
| | |||||
* | [core] fix icon-text-fit | Konstantin Käfer | 2019-10-14 | 7 | -235/+214 |
| | | | | This fixes rendering by account for the 1px texture padding around icons that were stretched with icon-text-fit. We've added the 1px padding before, but didn't scale it accordingly when we are resizing the icon when it is stretched to fit the text. Adjusts the code to match the logic in GL JS. | ||||
* | [core] map image type to string until we have a dedicated implementation | Konstantin Käfer | 2019-10-14 | 5 | -37/+44 |
| | |||||
* | [core] map image type to string until we have a dedicated implementation | Konstantin Käfer | 2019-10-14 | 3 | -0/+18 |
| | |||||
* | Add iOS bindings for cluster properties (#15515) | Jordan Kiley | 2019-10-11 | 11 | -8/+244 |
| | |||||
* | [ios] Fix for iOS 9 crash (seen in simulator) (#15771) | Julian Rex | 2019-10-11 | 2 | -1/+28 |
| | | | | | | | | * [ios] Fix for iOS 9 crash (seen in simulator) * [ios] Update change log * [ios, macos] Add #if around new function. | ||||
* | [render-test] No camelCase on the metrics.json tag | Thiago Marcos P. Santos | 2019-10-11 | 16 | -12/+12 |
| | | | | It is ugly. | ||||
* | [render-test] Prettyfy metrics output | Thiago Marcos P. Santos | 2019-10-11 | 5 | -5/+57 |
| | |||||
* | [render-test] Add more probe tests for file size | Thiago Marcos P. Santos | 2019-10-11 | 13 | -32/+50 |
| | | | | Also make the tests simpler. | ||||
* | [render-test] Fix UPDATE_METRICS=1 changing the path of file size tests | Thiago Marcos P. Santos | 2019-10-11 | 4 | -9/+11 |
| | | | | Should use the exact same path as described on style.json | ||||
* | [render-test] Fix bots not running the render tests self checks | Thiago Marcos P. Santos | 2019-10-11 | 1 | -12/+1 |
| | |||||
* | [offline] Document the database schema | Thiago Marcos P. Santos | 2019-10-11 | 1 | -30/+134 |
| | |||||
* | [build] Make sure offline_schema.hpp is up-to-date | Thiago Marcos P. Santos | 2019-10-11 | 3 | -4/+7 |
| | | | | | - Get the bots to verify that. - Fix the paths. | ||||
* | [render-test] Update location of render / query test html page | Alexander Shalamov | 2019-10-10 | 1 | -1/+1 |
| | |||||
* | [ios, android] Update curl command to indicate there is no password (as per ↵ | Julian Rex | 2019-10-10 | 1 | -3/+3 |
| | | | | https://circleci.com/docs/api/#authentication) (#15796) | ||||
* | [android] update changelog for 8.5.0-alpha.2android-v8.5.0-alpha.2 | tobrun | 2019-10-10 | 1 | -1/+9 |
| | |||||
* | [render-test] Only write metrics if they are available | Thiago Marcos P. Santos | 2019-10-10 | 1 | -18/+20 |
| | | | | Otherwise the file will have an empty tag. | ||||
* | [render-test] Add tests for filesize probe | Thiago Marcos P. Santos | 2019-10-10 | 15 | -7/+173 |
| | | | | And make sure we run it on the bots | ||||
* | [render-test] Make clang-format happy | Thiago Marcos P. Santos | 2019-10-10 | 1 | -44/+25 |
| | |||||
* | [render-test] Add instruction for verifying file size | Thiago Marcos P. Santos | 2019-10-10 | 3 | -1/+98 |
| | | | | | | | | | | For a given absolute or relative path, measure the size of the file. This is useful for measuring if the cache has increased as expected after moving a camera or decreased after cleaning up. In a more hackish manner, could be used for collecting binary size statistics of shared libraries. | ||||
* | [render-test] Fix rootPath parameter being ignored | Thiago Marcos P. Santos | 2019-10-10 | 1 | -2/+2 |
| | | | | It was doing nothing and always using the default root path. | ||||
* | [tests] Do not run tests in parallel | Thiago Marcos P. Santos | 2019-10-10 | 1 | -1/+1 |
| | | | | Introduces too much flakeness. | ||||
* | [build] Check for code generation on Darwin | Thiago Marcos P. Santos | 2019-10-10 | 1 | -0/+6 |
| | | | | | Sadly, it can only be done inside macOS because of how examples are generated. | ||||
* | [build] Remove redundant bots | Thiago Marcos P. Santos | 2019-10-10 | 1 | -245/+0 |
| | | | | We have something equivalent on the `next` workspace for these bots. | ||||
* | [android] - manually write and read camera's padding array to parcel | Łukasz Paczos | 2019-10-10 | 2 | -3/+31 |
| | | | | This avoids relying on Parcel's util methods that do not handle null arrays gracefully. | ||||
* | [android][ios] Change log entries | Mikhail Pozdnyakov | 2019-10-10 | 2 | -1/+8 |
| | |||||
* | [core] Introduce Scheduler::bindOnce() and use it in ImageManager | Mikhail Pozdnyakov | 2019-10-10 | 3 | -6/+21 |
| | |||||
* | [ci] Fixed duplicated render tests run on MacOS | Mikhail Pozdnyakov | 2019-10-10 | 1 | -1/+1 |
| | |||||
* | [core] Update ImageManager.OnStyleImageMissingBeforeSpriteLoaded unit test | Mikhail Pozdnyakov | 2019-10-10 | 1 | -0/+14 |
| | | | | So that it checks missing images requests coalescing. | ||||
* | [core] Disallow coalesced requests for patterns | Mikhail Pozdnyakov | 2019-10-10 | 1 | -6/+14 |
| | | | | | | | Unlike icons, pattern changes are not caught with style-diff meaning that the existing request could be from the previous style and we cannot coalesce requests for them. | ||||
* | [core] Coalesce requests for the same missing image | Mikhail Pozdnyakov | 2019-10-10 | 2 | -29/+43 |
| | | | | | | | This commit coalesces the repeated `onStyleImageMissing` calls for the same image. It also simplifies the image manager code. | ||||
* | [core] Introduce Scheduler::makeWeakPtr() | Mikhail Pozdnyakov | 2019-10-09 | 6 | -0/+15 |
| | |||||
* | bump to v5 (#15781) | Dane Springmeyer | 2019-10-09 | 2 | -2/+4 |
| | |||||
* | [ios] Podspec & changelog updates for v5.5.0-alpha.2ios-v5.5.0-alpha.2 | Nadia Barbosa | 2019-10-09 | 4 | -6/+4 |
| | |||||
* | [test runner] Fix finding of expected images paths | Mikhail Pozdnyakov | 2019-10-09 | 3 | -6/+16 |
| | | | | | | | Before this change, the found paths to the expected images erroneously included the path to the `metrics.json` file (if this file was present) leading to raising of an unhandled exception. | ||||
* | node package improvements (#15748) | Dane Springmeyer | 2019-10-08 | 5 | -16/+49 |
| | | | | | | * node package improvements * npm run test-suite does not do anything anymore | ||||
* | [ios] Skip metrics.sh step (#15779) | Julian Rex | 2019-10-08 | 1 | -2/+5 |
| | |||||
* | [android] Expose pre-fetching zoom delta. (#15769) | Peng Liu | 2019-10-08 | 11 | -94/+260 |
| | | | | | | | | | | | | | | | | | | * [android] Expose pre-fetching zoom delta. * [android] Fix Clang format. * [android] Add MapboxMap unit test. * [android] Add prefetching zoom delta into MapboxMapOptions. * [android] Deprecate setPrefetchesTiles to migrate to setPrefetchZoomDelta. * [android] Deprecate getPrefetchesTiles() and migrate to setPrefetchZoomDelta(). * [android] Add unit test to NativeMapViewTest. * [android] Add IntRange annotation to getPrefetchZoomDelta. | ||||
* | [tests] Share common code between test runners | Juha Alanen | 2019-10-08 | 8 | -222/+155 |
| | |||||
* | [docs] add SMCalloutView to LICENSE.md (#15774) | Chloe Krawczyk | 2019-10-07 | 1 | -1/+13 |
| |