[Developers] any programmatic way to query for sandbox reloading status?
Jason Douglas
jason at metaweb.com
Fri Jul 17 20:49:05 UTC 2009
On Jul 17, 2009, at 12:59 PM, Shawn Simister wrote:
> All I could find was this: http://freebaseapps.com/docs/web_services/version
yes, the server property in /api/version is the most reliable way to
tell which graph you're running against. that also works against acre
apps (with the acre version string added):
http://typewriter.freebaseapps.com/acre/version
we should add to the documentation which components the other keys are
referring to.
>
> I would guess that some of those codes should match up with various
> projects and version numbers in Jira but I haven't actually verified
> that.
it's basically project/branch:svn_revision, but it's probably best to
treat it as an opaque string -- if the value changes, the bits have
changed. The branch is often used in JIRA as the version property on
a bug, but the original source of that value is the code repository,
not JIRA.
-jason
More information about the Developers
mailing list