• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revisãocab744e83bf0e4eb36062c36e77ce94c943045c8 (tree)
Hora2011-10-06 02:14:56
AutorRick Copeland <rcopeland@geek...>
CommiterRick Copeland

Mensagem de Log

[#2020] Make the artifact_reference.cls a bson.Binary() as it is supposed to be

Signed-off-by: Rick Copeland <rcopeland@geek.net>

Mudança Sumário

Diff

--- a/Allura/allura/model/repo_refresh.py
+++ b/Allura/allura/model/repo_refresh.py
@@ -89,7 +89,7 @@ def refresh_commit_repos(all_commit_ids, repo):
8989 ref = ArtifactReferenceDoc(dict(
9090 _id=index_id,
9191 artifact_reference=dict(
92- cls=dumps(Commit),
92+ cls=bson.Binary(dumps(Commit)),
9393 project_id=repo.app.config.project_id,
9494 app_config_id=repo.app.config._id,
9595 artifact_id=oid),