Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick commits to 10.11.0-rc.1 release #1878

Merged
merged 22 commits into from
Jan 26, 2023

Conversation

OdNairy
Copy link
Contributor

@OdNairy OdNairy commented Jan 26, 2023

Pull request checklist:

  • Describe the changes in this PR, especially public API changes.
  • Include before/after visuals or gifs if this PR includes visual changes.
  • Write tests for all new functionality. Put tests in correct Test Plan (Unit, Integration, All)
    • If tests were not written, please explain why.
  • Add documentation comments for any added or updated public APIs.
  • Add any new public, top-level symbols to the Jazzy config's custom_categories (scripts/doc-generation/.jazzy.yaml)
  • Add a changelog entry to to bottom of the relevant section (typically the ## main heading near the top).
  • Update the guides (internal access only), README.md, and DEVELOPING.md if their contents are impacted by these changes.
  • If this PR is a v10.[version] release branch fix / enhancement, merge it to main first and then port to v10.[version] release branch.

PRs must be submitted under the terms of our Contributor License Agreement CLA.

OdNairy and others added 21 commits January 13, 2023 13:12
…g to 102 (#1793) (#1828)

Co-authored-by: Niwaka <61189782+NiwakaDev@users.noreply.github.com>
* Use the latest v4 Slack Orb

* Add 'Slack Orb' context for each job

* MAPSIOS-556: Adopt shared context for CocoaPods trunk token

* MAPSIOS-558: Adopt shared context for Fastlane Match password

* MAPSIOS-557: Adopt shared context for SDK Registry token

* MAPSIOS-555: Adopt shared context for Apple credentials/ASC token
* Add public Mapbox token to build unit test jobs

* Revert "Add Mapbox public token to unit tests (#1865)"

This reverts commit efba681.
* Rename job to build host tests

* Rename job to build tests

* Rename job to build firebase tests

* Rename Build tests job

* Run integration tests

* Code coverage command

* Enable codecoverage by default

* Run integration tests on nightly bases

* Utilize default values for run-integration-tests job

* Remove unused arg
* Change clusterProperties to accept array

* Break up expression and reassemble for clusterProperties

* Adjust example so app can run

* Introduce operatorless expression

* Add additional tests, update comments

* Enable operatorless encoding, add tests

* Add property back, update filtering

* Remove generated update

* Fix argument and operator access

* Update Sources/MapboxMaps/Style/Types/Expression.swift

Co-authored-by: Mai Mai <mai.mai@mapbox.com>

* Add changelog, update expression operator to simplify

Co-authored-by: Mai Mai <mai.mai@mapbox.com>
…1874)

Bumps [activesupport](https://github.com/rails/rails) from 6.1.5 to 6.1.7.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.5...v6.1.7.2)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update CoreMaps and Common

* Update license

* Update changelog
* Generate DocC

* Upload DocC to the 'latest'

* Fix test results collection

* Debug

* Extra push to force CI trigger

* Last fixes

* Code review fixes
@OdNairy OdNairy requested a review from a team as a code owner January 26, 2023 10:07
@CLAassistant
Copy link

CLAassistant commented Jan 26, 2023

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jan 26, 2023

Codecov Report

Merging #1878 (9ee362b) into release/v10.11 (7833ea7) will increase coverage by 4.24%.
The diff coverage is 94.05%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           release/v10.11    #1878      +/-   ##
==================================================
+ Coverage           84.83%   89.08%   +4.24%     
==================================================
  Files                 242      242              
  Lines               15054    15094      +40     
==================================================
+ Hits                12771    13446     +675     
+ Misses               2283     1648     -635     
Flag Coverage Δ
integration 56.67% <81.18%> (+38.36%) ⬆️
unit 83.64% <42.07%> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ources/MapboxMaps/Annotations/ClusterOptions.swift 100.00% <ø> (ø)
Sources/MapboxMaps/Foundation/MapboxMap.swift 47.90% <0.00%> (+6.71%) ⬆️
...xMaps/Style/Generated/Layers/BackgroundLayer.swift 100.00% <ø> (ø)
...ps/Style/Generated/Layers/FillExtrusionLayer.swift 100.00% <ø> (ø)
.../MapboxMaps/Style/Generated/Layers/FillLayer.swift 100.00% <ø> (ø)
.../MapboxMaps/Style/Generated/Layers/LineLayer.swift 100.00% <ø> (ø)
Sources/MapboxMaps/Style/Types/Expression.swift 81.76% <92.59%> (+2.12%) ⬆️
Sources/MapboxMaps/Style/Attribution.swift 97.02% <93.02%> (+17.02%) ⬆️
...es/MapboxMaps/Style/AttributionDialogManager.swift 94.63% <94.44%> (+0.22%) ⬆️
Sources/MapboxMaps/Snapshot/Snapshotter.swift 95.62% <96.39%> (+68.58%) ⬆️
... and 41 more

CHANGELOG.md Show resolved Hide resolved
@OdNairy OdNairy requested a review from maios January 26, 2023 10:53
@OdNairy OdNairy enabled auto-merge (squash) January 26, 2023 10:53
@OdNairy OdNairy requested a review from a team January 26, 2023 10:56
@OdNairy OdNairy merged commit 26038a0 into release/v10.11 Jan 26, 2023
@OdNairy OdNairy deleted the feature/update-10.11.0-rc branch January 26, 2023 11:06
mapbox-github-ci-writer-public-1 bot pushed a commit that referenced this pull request Nov 1, 2023
* Mark CustomLayer as experimental

* Update breakage allowlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants