Uh oh!
There was an error while loading. Please reload this page.
Ticket/28441 hide template projects by default - #79
Conversation
nemoDreamer
commented
Mar 13, 2015
Questions: why is the test-suite so insanely slow locally? The Travis test passed much faster. Is it something to do w/ us hitting our puny VM? Does |
There was a problem hiding this comment.
Can't believe that Python's join is called on the separator... It should be a functionality of an enumerable, not a string... Weird...!
nemoDreamer
commented
Mar 13, 2015
Ran the entire suite on 5.4, then 6.0, then 6.0-28441, just to make sure all was coming out green. But took aaaaaaages 😆 |
nemoDreamer
commented
Mar 13, 2015
Note: see shotgunsoftware/shotgun#1119 for CRUD changes. |
9477d11 to
4157455ComparenemoDreamer
commented
Mar 19, 2015
CRUD does not currently seem to handle the new flag correctly when coming from an API call, so tests are failing "correctly". We're putting this on the back-burner, since at least like this, we're not breaking existing API functionality (running the old API agains a new site comes up green). |
4157455 to
dbb23e9CompareThere was a problem hiding this comment.
Please update the documentation.
dbb23e9 to
6a74c73Comparemanneohrstrom
commented
Sep 4, 2018
@nemoDreamer can this be closed? |
nemoDreamer
commented
Sep 4, 2018
No idea, @manneohrstrom : it's 3 years old, and I have no idea if it's still wanted. |
patrick-hubert-adsk
commented
Jul 28, 2026
Dummy comment to keep my user active |
We're adding
Project.is_templatein v6.0.0 to support multiple template projects. Unlikeinclude_archived_projects(which defaults toTrue), the newinclude_template_projectsCRUD flag defaults toFalse.ensure_include_archived_projectsinclude_archived_flagsupport w/ the logic reversedtest_api.py