This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-11-10 08:52:39 +01:00
Code
Issues
Releases
Wiki
Activity
1e3c8df1c8
phorge-phorge
/
resources
/
sql
/
patches
/
131.migraterevisionquery.php
4 lines
66 B
PHP
Raw
Normal View
History
Unescape
Escape
Improve DifferentialRevisionQuery and add the ability to query by arcanist project Summary: - We currently post-filter by branches, but should do this in SQL. See T799. - We currently identify branch-name-matches as being in the working copy even if they belong to a different project (e.g., two different projects with commits on the branch "master"). See T1100. - Denormalize branch and project information into DifferentialRevision. - Expose project information in the API. Test Plan: Ran conduit API queries with branches and arc project IDs, got reasonable results. Reviewers: btrahan, vrana, jungejason Reviewed By: btrahan CC: aran Maniphest Tasks: T1100, T799 Differential Revision: https://secure.phabricator.com/D2190
2012-04-10 21:51:34 +02:00
<
?
php
Change migrations to not rely on "arcanist project" classes Summary: Ref T7604. Change two migrations to query arcanist project information using `queryfx` directly to avoid the need for the `LiskDAO` fields to exist. Test Plan: Ran the following commands to verify that things weren't majorly broken: - `./bin/storage upgrade --apply phabricator:20150503.repositorysymbols.2.php` - `./bin/storage upgrade --no-quickstart --namespace test` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7604 Differential Revision: https://secure.phabricator.com/D13011
2015-06-01 07:35:13 +02:00
// This migration has been dropped, see T7604 for details.
Copy permalink