Page MenuHomePhabricator

2017 Week 2 (Mid January)
Updated 2,621 Days AgoPublic

Summary of changes from January 6, 2017 to January 13, 2017.

CodebaseRepositoryHEADActivity
PhabricatorrPrP7276af6a851 commits
ArcanistrARCrARCade25fac0 commits
libphutilrPHUrPHU9d85dfa4 commits
Instances (SAAS)rSAASrSAAS0ddfd790 commits
Services (SAAS)rSERVICESrSERVICESb5cef1a0 commits
Core (SAAS)rCORErCORE7d83aa31 commit
  • These changes were promoted to stable.

General

PHP7: PHP 7.1 is now supported. See PHP7 for details.

Project APIs: Project APIs have received several updates. See T12074 for details.

  • project.search now supports the parents and milestones constraints.
  • project.search now supports an isMilestone constraint.
  • project.search now returns a milestone property.
  • project.search now returns a depth property.
  • maniphest.search now supports a columns attachment.
  • A new API method, project.column.search, now returns information about columns.

See below for some related compatibility notes.

Audit: Audit has been largely updated for modern infrastructure. See T10978 for details. The query UI now offers a bucketed dashboard, like Differential.

Differential: Differential is continuing to undergo infrastructure changes, mostly related to T11114.

Security

  • No notes in this period.

Migrations

MigrationRiskDurationNotes
20170106.menu.01.customphd.sql39 ms
20170109.diff.01.commit.sql1,836 ms

"Duration" is the duration for this install, and may not be representative.

Upgrading / Compatibility

  • Milestones are now returned in project queries which do not explicitly exclude them. This includes existing saved queries and API calls to project.search. Queries and calls may need to be updated to exclude milestones.
  • The memberPHIDs constraint on project.search is now called members.
  • The watcherPHIDs constraint on project.search is now called watchers.
  • See T12085 for additional guidance on migrating Differential Custom Fields to new infrastructure.

Minor

  • Fixed an issue where diff generation could repeatedly fail, yielding a bounty of duplicate diffs.
  • Fixed an issue where repository project PHIDs were not considered when evaulating Herald object rules for commits.
  • Maniphest now shows review/audit status icons for linked revisions and commits.
Last Author
epriestley
Last Edited
Jan 13 2017, 10:39 PM

Event Timeline

epriestley changed the title from 2017 Week 02 (Mid January) to 2017 Week 2 (Mid January).
epriestley edited the content of this document. (Show Details)