Skip to content

Commit

Permalink
chore!: change package name & asmdefs (Unity-Technologies#1026)
Browse files Browse the repository at this point in the history
* chore: change package name

* update Unity Transport for Netcode for GameObjects description

* update manual.md

* add `MigrateFromMLAPI.md`

* mark public types with appropriate `[MovedFrom(...)]` attributes

* add namespace

* undo MovedFrom attrs

* update package description

* nuke Documentation~

* fix bad merge

* put Documentation~ back (due to package validation)

* update CODEOWNERS
  • Loading branch information
0xFA11 authored Aug 11, 2021
1 parent 87f9ec9 commit 8d4b234
Show file tree
Hide file tree
Showing 433 changed files with 490 additions and 506 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Order is important; the last matching pattern takes the most precedence.

Profiling/ @Unity-Technologies/multiplayer-tools
/com.unity.multiplayer.mlapi/Runtime/Transports/ @Unity-Technologies/server-team
/com.unity.netcode.gameobjects/Runtime/Transports/ @Unity-Technologies/server-team
/com.unity.netcode.gameobjects/Runtime/SceneManagement/ @NoelStephensUnity
/com.unity.multiplayer.transport.utp/ @Unity-Technologies/server-team
/com.unity.multiplayer.mlapi/Runtime/SceneManagement/ @NoelStephensUnity
Documentation~/ @Briancoughlin @lkrell
Documentation~/ @Briancoughlin
2 changes: 1 addition & 1 deletion .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ develop_nightly_trigger:


# Run all relevant tasks when a pull request targeting the develop
# branch is created or updated. Currently only mlapi package tests are
# branch is created or updated. Currently only netcode package tests are
# enabled, since the others are missing test coverage and will fail CI.
pull_request_trigger:
name: Pull Request Trigger on {{ test_editors.first }} (master, develop, & release branches)
Expand Down
2 changes: 1 addition & 1 deletion .yamato/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ code_coverage_win_{{ project.name }}:
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- unity-downloader-cli -u trunk -c editor --wait --fast
- upm-ci package test -u .Editor --package-path com.unity.multiplayer.mlapi --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Multiplayer.MLAPI.Editor,+Unity.Multiplayer.MLAPI.Runtime,+Unity.Multiplayer.MLAPI.Prototyping'
- upm-ci package test -u .Editor --package-path com.unity.netcode.gameobjects --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Netcode.Editor,+Unity.Netcode.Runtime,+Unity.Netcode.Prototyping'
artifacts:
logs:
paths:
Expand Down
4 changes: 2 additions & 2 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ projects:
path: testproject
# Packages within a project that will be tested
packages:
- name: com.unity.multiplayer.mlapi
path: com.unity.multiplayer.mlapi
- name: com.unity.netcode.gameobjects
path: com.unity.netcode.gameobjects
- name: com.unity.multiplayer.transport.utp
path: com.unity.multiplayer.transport.utp
Loading

0 comments on commit 8d4b234

Please sign in to comment.