{ "_class" : "hudson.matrix.MatrixRun", "actions" : [ { "_class" : "hudson.matrix.MatrixChildParametersAction", "parameters" : [ { "_class" : "hudson.model.StringParameterValue", "name" : "sha1", "value" : "origin/pr/1578/merge" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbActualCommit", "value" : "f5a98e6152eb1d049457c90b1869d10343cea351" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbActualCommitAuthor", "value" : "Warren Hoburg" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbActualCommitAuthorEmail", "value" : "whoburg@alum.mit.edu" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbAuthorRepoGitUrl", "value" : "https://github.com/whoburg/gpkit.git" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbTriggerAuthor", "value" : "Marshall Galbraith" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbTriggerAuthorEmail", "value" : "" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbTriggerAuthorLogin", "value" : "galbramc" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbTriggerAuthorLoginMention", "value" : "@galbramc" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullId", "value" : "1578" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbTargetBranch", "value" : "master" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbSourceBranch", "value" : "thegreatpylintrefactorof2024" }, { "_class" : "hudson.model.StringParameterValue", "name" : "GIT_BRANCH", "value" : "thegreatpylintrefactorof2024" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullAuthorEmail", "value" : "" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullAuthorLogin", "value" : "whoburg" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullAuthorLoginMention", "value" : "@whoburg" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullDescription", "value" : "GitHub pull request #1578 of commit f5a98e6152eb1d049457c90b1869d10343cea351, no merge conflicts." }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullTitle", "value" : "big pylint refactor" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullLink", "value" : "https://github.com/convexengineering/gpkit/pull/1578" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbPullLongDescription", "value" : "Alright, I bit the bullet and got the entire `gpkit/` package up to date with the latest pylint (pylint 3.0.3). My goal was to reduce custom rcfile settings, use local pylint disable statements where warranted, and get the code base in line with the latest pylint with default settings.\\r\\n\\r\\nI did identify three warnings (disabled in the current PR) that I feel warrant opening issues to address:\\r\\n - significant chuck of duplicate code in `solution_array.py` and in `constraints/set.py`\\r\\n - numerous cyclic import warnings\\r\\n - a `modified-iterating-list` warning in `interactive/plotting.py`, warning that a value `parents` used to control iteration in a loop is also being modified within that same loop\\r\\n\\r\\nThis PR currently handles the `gpkit` directory, including `gpkit/tests`, but does not touch `docs/source/examples` at all. That can be the next pylint PR.\\r\\n\\r\\nReview definitely warranted and welcome." }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbCommentBody", "value" : "null" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbGhRepository", "value" : "convexengineering/gpkit" }, { "_class" : "hudson.model.StringParameterValue", "name" : "ghprbCredentialsId", "value" : "2a2b74d8-fbb8-4038-938a-85796af1b79f" } ] }, { }, { "_class" : "hudson.model.CauseAction", "causes" : [ { "_class" : "hudson.model.Cause$UpstreamCause", "shortDescription" : "Started by upstream project \"CE_gpkit_PR_unit_tests\" build number 3,230", "upstreamBuild" : 3230, "upstreamProject" : "CE_gpkit_PR_unit_tests", "upstreamUrl" : "job/CE_gpkit_PR_unit_tests/" } ] }, { }, { }, { }, { "_class" : "hudson.plugins.git.util.BuildData", "buildsByBranchName" : { "origin/master" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3230, "buildResult" : None, "marked" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "refs/remotes/origin/pr/1578/merge" } ] }, "revision" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "origin/pr/1578/merge" }, { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "HEAD" }, { "SHA1" : "bea1234606649dd11a2e59b610b2ba8b8c8adfae", "name" : "origin/master" } ] } }, "origin/pr/1562/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3194, "buildResult" : None, "marked" : { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "branch" : [ { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "name" : "refs/remotes/origin/pr/1562/merge" } ] }, "revision" : { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "branch" : [ { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "name" : "origin/pr/1562/merge" }, { "SHA1" : "6e83ec43dcbd0363c102500558551995472a8fa6", "name" : "origin/master" } ] } }, "HEAD" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3230, "buildResult" : None, "marked" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "refs/remotes/origin/pr/1578/merge" } ] }, "revision" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "origin/pr/1578/merge" }, { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "HEAD" }, { "SHA1" : "bea1234606649dd11a2e59b610b2ba8b8c8adfae", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1562/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3194, "buildResult" : None, "marked" : { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "branch" : [ { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "name" : "refs/remotes/origin/pr/1562/merge" } ] }, "revision" : { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "branch" : [ { "SHA1" : "e962d4f614d165f91c2779692d4f274410fc765b", "name" : "origin/pr/1562/merge" }, { "SHA1" : "6e83ec43dcbd0363c102500558551995472a8fa6", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1569/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3222, "buildResult" : None, "marked" : { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "branch" : [ { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "name" : "refs/remotes/origin/pr/1569/merge" } ] }, "revision" : { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "branch" : [ { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "name" : "origin/pr/1569/merge" }, { "SHA1" : "16bf25ba1961f13386681e97741390a02beb54d3", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1554/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3187, "buildResult" : None, "marked" : { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "branch" : [ { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "name" : "refs/remotes/origin/pr/1554/merge" } ] }, "revision" : { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "branch" : [ { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "name" : "origin/pr/1554/merge" }, { "SHA1" : "3891d44d1cbd90e26feb3df42d44968ed7f586d2", "name" : "origin/master" } ] } }, "origin/pr/1554/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3187, "buildResult" : None, "marked" : { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "branch" : [ { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "name" : "refs/remotes/origin/pr/1554/merge" } ] }, "revision" : { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "branch" : [ { "SHA1" : "e044a9d9cb47fb83cd937a803ee2123a2a06f889", "name" : "origin/pr/1554/merge" }, { "SHA1" : "3891d44d1cbd90e26feb3df42d44968ed7f586d2", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1570/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3223, "buildResult" : None, "marked" : { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "branch" : [ { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "name" : "refs/remotes/origin/pr/1570/merge" } ] }, "revision" : { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "branch" : [ { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "name" : "origin/pr/1570/merge" }, { "SHA1" : "5480de33feb08aa679079f414bfd4da070b52caf", "name" : "origin/master" } ] } }, "origin/pr/1570/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3223, "buildResult" : None, "marked" : { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "branch" : [ { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "name" : "refs/remotes/origin/pr/1570/merge" } ] }, "revision" : { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "branch" : [ { "SHA1" : "e720d6bc7895d37e7d0adf63d95187bced49a9e0", "name" : "origin/pr/1570/merge" }, { "SHA1" : "5480de33feb08aa679079f414bfd4da070b52caf", "name" : "origin/master" } ] } }, "origin/pr/1569/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3222, "buildResult" : None, "marked" : { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "branch" : [ { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "name" : "refs/remotes/origin/pr/1569/merge" } ] }, "revision" : { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "branch" : [ { "SHA1" : "825a6a826614f76e28a5ca6960e0dc341e92c5a0", "name" : "origin/pr/1569/merge" }, { "SHA1" : "16bf25ba1961f13386681e97741390a02beb54d3", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1556/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3184, "buildResult" : None, "marked" : { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "branch" : [ { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "name" : "refs/remotes/origin/pr/1556/merge" } ] }, "revision" : { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "branch" : [ { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "name" : "origin/pr/1556/merge" }, { "SHA1" : "04fb19dfd11dbfccc073397e76709bdfb8cc47df", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1546/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3190, "buildResult" : None, "marked" : { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "branch" : [ { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "name" : "refs/remotes/origin/pr/1546/merge" } ] }, "revision" : { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "branch" : [ { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "name" : "origin/pr/1546/merge" }, { "SHA1" : "6f3b1e431722832c312ac8dead6e9bdcebd7c6f9", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1566/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3208, "buildResult" : None, "marked" : { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "branch" : [ { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "name" : "refs/remotes/origin/pr/1566/merge" } ] }, "revision" : { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "branch" : [ { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "name" : "origin/pr/1566/merge" }, { "SHA1" : "c8cf2b30ce1c3d28f135352bd584a0130e903e3f", "name" : "origin/master" } ] } }, "origin/pr/1557/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3188, "buildResult" : None, "marked" : { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "branch" : [ { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "name" : "refs/remotes/origin/pr/1557/merge" } ] }, "revision" : { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "branch" : [ { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "name" : "origin/pr/1557/merge" }, { "SHA1" : "3891d44d1cbd90e26feb3df42d44968ed7f586d2", "name" : "origin/master" } ] } }, "origin/pr/1567/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3219, "buildResult" : None, "marked" : { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "branch" : [ { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "name" : "refs/remotes/origin/pr/1567/merge" } ] }, "revision" : { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "branch" : [ { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "name" : "origin/pr/1567/merge" }, { "SHA1" : "1ac62d2ddd18e93ad499ae3bce248e40cdf382a5", "name" : "origin/master" } ] } }, "origin/pr/1577/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3227, "buildResult" : None, "marked" : { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "branch" : [ { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "name" : "refs/remotes/origin/pr/1577/merge" } ] }, "revision" : { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "branch" : [ { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "name" : "HEAD" }, { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "name" : "origin/pr/1577/merge" }, { "SHA1" : "647ef0a2a0ff625026943bfd7fb5ca560100898b", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1553/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3178, "buildResult" : None, "marked" : { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "branch" : [ { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "name" : "refs/remotes/origin/pr/1553/merge" } ] }, "revision" : { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "branch" : [ { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "name" : "origin/pr/1553/merge" }, { "SHA1" : "a9bb50b9399f3753cfc8ab771c655e5c6891df04", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1578/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3230, "buildResult" : None, "marked" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "refs/remotes/origin/pr/1578/merge" } ] }, "revision" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "origin/pr/1578/merge" }, { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "HEAD" }, { "SHA1" : "bea1234606649dd11a2e59b610b2ba8b8c8adfae", "name" : "origin/master" } ] } }, "origin/pr/1578/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3230, "buildResult" : None, "marked" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "refs/remotes/origin/pr/1578/merge" } ] }, "revision" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "origin/pr/1578/merge" }, { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "HEAD" }, { "SHA1" : "bea1234606649dd11a2e59b610b2ba8b8c8adfae", "name" : "origin/master" } ] } }, "origin/pr/1568/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3220, "buildResult" : None, "marked" : { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "branch" : [ { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "name" : "refs/remotes/origin/pr/1568/merge" } ] }, "revision" : { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "branch" : [ { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "name" : "origin/pr/1568/merge" }, { "SHA1" : "a3e5fc25cf526f0be9fe2fbb8f45df177e27e40a", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1568/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3220, "buildResult" : None, "marked" : { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "branch" : [ { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "name" : "refs/remotes/origin/pr/1568/merge" } ] }, "revision" : { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "branch" : [ { "SHA1" : "48177b123cbc0e3310ed7dd1dc3673865fa586fa", "name" : "origin/pr/1568/merge" }, { "SHA1" : "a3e5fc25cf526f0be9fe2fbb8f45df177e27e40a", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1561/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3191, "buildResult" : None, "marked" : { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "branch" : [ { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "name" : "refs/remotes/origin/pr/1561/merge" } ] }, "revision" : { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "branch" : [ { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "name" : "origin/pr/1561/merge" }, { "SHA1" : "6f3b1e431722832c312ac8dead6e9bdcebd7c6f9", "name" : "origin/master" } ] } }, "origin/pr/1561/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3191, "buildResult" : None, "marked" : { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "branch" : [ { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "name" : "refs/remotes/origin/pr/1561/merge" } ] }, "revision" : { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "branch" : [ { "SHA1" : "1715d33b2c9650bb7ccc626a6c90afe5bb8f1bf4", "name" : "origin/pr/1561/merge" }, { "SHA1" : "6f3b1e431722832c312ac8dead6e9bdcebd7c6f9", "name" : "origin/master" } ] } }, "origin/pr/1546/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3190, "buildResult" : None, "marked" : { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "branch" : [ { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "name" : "refs/remotes/origin/pr/1546/merge" } ] }, "revision" : { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "branch" : [ { "SHA1" : "b8fd905e516d6553d7084e48fac033bd77c8168f", "name" : "origin/pr/1546/merge" }, { "SHA1" : "6f3b1e431722832c312ac8dead6e9bdcebd7c6f9", "name" : "origin/master" } ] } }, "origin/pr/1566/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3208, "buildResult" : None, "marked" : { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "branch" : [ { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "name" : "refs/remotes/origin/pr/1566/merge" } ] }, "revision" : { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "branch" : [ { "SHA1" : "213abc7503b7aa0f0ae4e091718239713d8df0db", "name" : "origin/pr/1566/merge" }, { "SHA1" : "c8cf2b30ce1c3d28f135352bd584a0130e903e3f", "name" : "origin/master" } ] } }, "origin/pr/1556/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3184, "buildResult" : None, "marked" : { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "branch" : [ { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "name" : "refs/remotes/origin/pr/1556/merge" } ] }, "revision" : { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "branch" : [ { "SHA1" : "13be62bcc66ef6f248f04240267894051f74f339", "name" : "origin/pr/1556/merge" }, { "SHA1" : "04fb19dfd11dbfccc073397e76709bdfb8cc47df", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1567/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3219, "buildResult" : None, "marked" : { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "branch" : [ { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "name" : "refs/remotes/origin/pr/1567/merge" } ] }, "revision" : { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "branch" : [ { "SHA1" : "e3ed0f96d8d800742ef24f26b1c9127ffa463d90", "name" : "origin/pr/1567/merge" }, { "SHA1" : "1ac62d2ddd18e93ad499ae3bce248e40cdf382a5", "name" : "origin/master" } ] } }, "origin/pr/1553/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3178, "buildResult" : None, "marked" : { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "branch" : [ { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "name" : "refs/remotes/origin/pr/1553/merge" } ] }, "revision" : { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "branch" : [ { "SHA1" : "aa011c30519c069ae9cc75b25a45013eb50c6ea4", "name" : "origin/pr/1553/merge" }, { "SHA1" : "a9bb50b9399f3753cfc8ab771c655e5c6891df04", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1557/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3188, "buildResult" : None, "marked" : { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "branch" : [ { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "name" : "refs/remotes/origin/pr/1557/merge" } ] }, "revision" : { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "branch" : [ { "SHA1" : "d99b7ad013c2b4ee1a332af1d285087b9579406c", "name" : "origin/pr/1557/merge" }, { "SHA1" : "3891d44d1cbd90e26feb3df42d44968ed7f586d2", "name" : "origin/master" } ] } }, "refs/remotes/origin/pr/1577/merge" : { "_class" : "hudson.plugins.git.util.Build", "buildNumber" : 3227, "buildResult" : None, "marked" : { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "branch" : [ { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "name" : "refs/remotes/origin/pr/1577/merge" } ] }, "revision" : { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "branch" : [ { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "name" : "HEAD" }, { "SHA1" : "7ebc09fb647afc5a50c45ffc85b92b536d134c9e", "name" : "origin/pr/1577/merge" }, { "SHA1" : "647ef0a2a0ff625026943bfd7fb5ca560100898b", "name" : "origin/master" } ] } } }, "lastBuiltRevision" : { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "branch" : [ { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "origin/pr/1578/merge" }, { "SHA1" : "c492be8c0c0312ea9360ebf131572ba9e7ef037b", "name" : "HEAD" }, { "SHA1" : "bea1234606649dd11a2e59b610b2ba8b8c8adfae", "name" : "origin/master" } ] }, "remoteUrls" : [ "https://github.com/convexengineering/gpkit" ], "scmName" : "" }, { }, { }, { }, { "_class" : "hudson.model.ParametersAction", "parameters" : [ ] }, { }, { }, { }, { }, { "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction" } ], "artifacts" : [ ], "building" : False, "description" : "PR 1578: big pylint refactor", "displayName" : "macys,cvxopt", "duration" : 155262, "estimatedDuration" : 203079, "executor" : None, "fullDisplayName" : "CE_gpkit_PR_unit_tests ยป macys,cvxopt macys,cvxopt", "id" : "3230", "inProgress" : False, "keepLog" : False, "number" : 3230, "queueId" : 178751, "result" : "FAILURE", "timestamp" : 1704683546435, "url" : "https://acdl.mit.edu/csi/job/CE_gpkit_PR_unit_tests/buildnode=macys,optimizer=cvxopt/3230/", "builtOn" : "macys", "changeSet" : { "_class" : "hudson.plugins.git.GitChangeSetList", "items" : [ { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylint-refactor-roadmap.txt" ], "commitId" : "1cda5649442c1fa769cdfb613e5a2aa3216fe9b2", "timestamp" : 1704449175000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "add roadmap\u000a", "date" : "2024-01-05T05:06:15-0500", "id" : "1cda5649442c1fa769cdfb613e5a2aa3216fe9b2", "msg" : "add roadmap", "paths" : [ { "editType" : "add", "file" : "pylint-refactor-roadmap.txt" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ ], "commitId" : "573e7279c06356176a14f2c67c683d39a8b70d95", "timestamp" : 1704449377000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "temporarily move root .pylintrc\u000a", "date" : "2024-01-05T05:09:37-0500", "id" : "573e7279c06356176a14f2c67c683d39a8b70d95", "msg" : "temporarily move root .pylintrc", "paths" : [ ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/__init__.py" ], "commitId" : "1417fb1525f00058589fc8e1ea092e1ae959ab6c", "timestamp" : 1704450158000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use fstring\u000a", "date" : "2024-01-05T05:22:38-0500", "id" : "1417fb1525f00058589fc8e1ea092e1ae959ab6c", "msg" : "use fstring", "paths" : [ { "editType" : "edit", "file" : "gpkit/__init__.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/build.py" ], "commitId" : "7c6121ada9c43cd33091af79571531f5476afe05", "timestamp" : 1704451553000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use fstrings\u000a", "date" : "2024-01-05T05:45:53-0500", "id" : "7c6121ada9c43cd33091af79571531f5476afe05", "msg" : "use fstrings", "paths" : [ { "editType" : "edit", "file" : "gpkit/build.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/build.py" ], "commitId" : "d1c34337365eccc4918e51d42af47eef2d4b1440", "timestamp" : 1704452468000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "specify encodings for open()\u000a", "date" : "2024-01-05T06:01:08-0500", "id" : "d1c34337365eccc4918e51d42af47eef2d4b1440", "msg" : "specify encodings for open()", "paths" : [ { "editType" : "edit", "file" : "gpkit/build.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/build.py" ], "commitId" : "95276b68fd4fc1f24e8d449c1074338343726902", "timestamp" : 1704452734000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "module-level pylint disables\u000a", "date" : "2024-01-05T06:05:34-0500", "id" : "95276b68fd4fc1f24e8d449c1074338343726902", "msg" : "module-level pylint disables", "paths" : [ { "editType" : "edit", "file" : "gpkit/build.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/build.py" ], "commitId" : "8a36ce15dcd0a3a11a139c5ebade32191028bd8c", "timestamp" : 1704452805000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "make return type consistent\u000a", "date" : "2024-01-05T06:06:45-0500", "id" : "8a36ce15dcd0a3a11a139c5ebade32191028bd8c", "msg" : "make return type consistent", "paths" : [ { "editType" : "edit", "file" : "gpkit/build.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/units.py" ], "commitId" : "d5ea3bcbc72c5364062cded59dc2688badaa07d2", "timestamp" : 1704453221000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "remove unnecessary pylint disable\u000a", "date" : "2024-01-05T06:13:41-0500", "id" : "d5ea3bcbc72c5364062cded59dc2688badaa07d2", "msg" : "remove unnecessary pylint disable", "paths" : [ { "editType" : "edit", "file" : "gpkit/units.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/units.py" ], "commitId" : "ac2a959c0d8677bf8c7c2c797b54b29b16e2f678", "timestamp" : 1704453768000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "explicitly raise from\u000a", "date" : "2024-01-05T06:22:48-0500", "id" : "ac2a959c0d8677bf8c7c2c797b54b29b16e2f678", "msg" : "explicitly raise from", "paths" : [ { "editType" : "edit", "file" : "gpkit/units.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/repr_conventions.py" ], "commitId" : "6134048d77dac67584cd53ea2bb46b963c138acd", "timestamp" : 1704459486000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "f strings\u000a", "date" : "2024-01-05T07:58:06-0500", "id" : "6134048d77dac67584cd53ea2bb46b963c138acd", "msg" : "f strings", "paths" : [ { "editType" : "edit", "file" : "gpkit/repr_conventions.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/globals.py" ], "commitId" : "902ccabc7255daae1a45f9640c9a7eca6c952ced", "timestamp" : 1704459684000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-05T08:01:24-0500", "id" : "902ccabc7255daae1a45f9640c9a7eca6c952ced", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/globals.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/solution_array.py" ], "commitId" : "a1620fb36329fbb8e838a5fefaa58ece8f8f469f", "timestamp" : 1704463497000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use fstrings for some but not all formatting\u000a", "date" : "2024-01-05T09:04:57-0500", "id" : "a1620fb36329fbb8e838a5fefaa58ece8f8f469f", "msg" : "use fstrings for some but not all formatting", "paths" : [ { "editType" : "edit", "file" : "gpkit/solution_array.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/solution_array.py" ], "commitId" : "d0cffb959efd77bd8719634b7d1399b70e9c27f7", "timestamp" : 1704463920000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "assorted pylint fixes\u000a", "date" : "2024-01-05T09:12:00-0500", "id" : "d0cffb959efd77bd8719634b7d1399b70e9c27f7", "msg" : "assorted pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/solution_array.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/solution_array.py" ], "commitId" : "a5645164bf79750da2bb913763ed464f4af0d882", "timestamp" : 1704463993000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "explicitly specify encoding for open()\u000a", "date" : "2024-01-05T09:13:13-0500", "id" : "a5645164bf79750da2bb913763ed464f4af0d882", "msg" : "explicitly specify encoding for open()", "paths" : [ { "editType" : "edit", "file" : "gpkit/solution_array.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/solution_array.py" ], "commitId" : "56b3f52ca094b5be4950b83e3af621379840a9e0", "timestamp" : 1704464313000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use with statements for open()\u000a", "date" : "2024-01-05T09:18:33-0500", "id" : "56b3f52ca094b5be4950b83e3af621379840a9e0", "msg" : "use with statements for open()", "paths" : [ { "editType" : "edit", "file" : "gpkit/solution_array.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/varkey.py" ], "commitId" : "05e39c16b6b7f4ac8875dae3db9abe689f937899", "timestamp" : 1704464662000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fstrings pylint\u000a", "date" : "2024-01-05T09:24:22-0500", "id" : "05e39c16b6b7f4ac8875dae3db9abe689f937899", "msg" : "fstrings pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/varkey.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/keydict.py" ], "commitId" : "151a45fdf3021862263a86ea9ea266b8ba7669dc", "timestamp" : 1704465480000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T09:38:00-0500", "id" : "151a45fdf3021862263a86ea9ea266b8ba7669dc", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/keydict.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/solution_ensemble.py" ], "commitId" : "25ae41476a960651b30c68f34f903aa8f1f26a07", "timestamp" : 1704466334000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T09:52:14-0500", "id" : "25ae41476a960651b30c68f34f903aa8f1f26a07", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/solution_ensemble.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/small_classes.py" ], "commitId" : "cf6ec924c498e2a904f5ea30a1156fc9af762d10", "timestamp" : 1704466888000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T10:01:28-0500", "id" : "cf6ec924c498e2a904f5ea30a1156fc9af762d10", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/small_classes.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/small_classes.py" ], "commitId" : "ece3538aad612a18c6bc55ec803e697a45c73512", "timestamp" : 1704467191000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "remove unnecessary pylint disable\u000a", "date" : "2024-01-05T10:06:31-0500", "id" : "ece3538aad612a18c6bc55ec803e697a45c73512", "msg" : "remove unnecessary pylint disable", "paths" : [ { "editType" : "edit", "file" : "gpkit/small_classes.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/map.py", "gpkit/small_classes.py", "gpkit/varkey.py" ], "commitId" : "ae72d9894c5191884a130b7f15c747570f3f17af", "timestamp" : 1704467729000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "eliminate unused / indirect qty import\u000a", "date" : "2024-01-05T10:15:29-0500", "id" : "ae72d9894c5191884a130b7f15c747570f3f17af", "msg" : "eliminate unused / indirect qty import", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/map.py" }, { "editType" : "edit", "file" : "gpkit/small_classes.py" }, { "editType" : "edit", "file" : "gpkit/varkey.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/variables.py" ], "commitId" : "9078d50b56e53b00b13738408893e4cf05d770c8", "timestamp" : 1704467871000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-05T10:17:51-0500", "id" : "9078d50b56e53b00b13738408893e4cf05d770c8", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/variables.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/core.py" ], "commitId" : "4352606c4c4ce82142c1776248e647668cce74a7", "timestamp" : 1704469194000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint mostly fstrings\u000a", "date" : "2024-01-05T10:39:54-0500", "id" : "4352606c4c4ce82142c1776248e647668cce74a7", "msg" : "pylint mostly fstrings", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/core.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/map.py" ], "commitId" : "2f708b64506b466cd3e2fa327d2b57ad47c52fe9", "timestamp" : 1704469380000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-05T10:43:00-0500", "id" : "2f708b64506b466cd3e2fa327d2b57ad47c52fe9", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/map.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylintrc", "gpkit/nomials/core.py", "gpkit/repr_conventions.py", "gpkit/solution_array.py" ], "commitId" : "fa7e534e8f6be902bfe4fc4ddb928532f7a5521f", "timestamp" : 1704469973000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "disable fixme messages in pylintrc to encourage writing todos\u000a", "date" : "2024-01-05T10:52:53-0500", "id" : "fa7e534e8f6be902bfe4fc4ddb928532f7a5521f", "msg" : "disable fixme messages in pylintrc to encourage writing todos", "paths" : [ { "editType" : "edit", "file" : "gpkit/solution_array.py" }, { "editType" : "edit", "file" : "gpkit/nomials/core.py" }, { "editType" : "edit", "file" : "gpkit/repr_conventions.py" }, { "editType" : "add", "file" : "pylintrc" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/substitution.py" ], "commitId" : "42dcba9beef62208b74e031c94b1a49ec4ceba72", "timestamp" : 1704470476000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-05T11:01:16-0500", "id" : "42dcba9beef62208b74e031c94b1a49ec4ceba72", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/substitution.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/math.py" ], "commitId" : "79b638461741bd3b6bb668db9378152559c06f54", "timestamp" : 1704472373000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-05T11:32:53-0500", "id" : "79b638461741bd3b6bb668db9378152559c06f54", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/math.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/math.py" ], "commitId" : "518a7c0186fc07dfa56f3bc1c51108284e4eec80", "timestamp" : 1704472975000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "remove comparison with 0 using is\u000a", "date" : "2024-01-05T11:42:55-0500", "id" : "518a7c0186fc07dfa56f3bc1c51108284e4eec80", "msg" : "remove comparison with 0 using is", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/math.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/nomials/array.py" ], "commitId" : "24e860d19b64152a164c4ffb32afaf9a6a1baedb", "timestamp" : 1704473293000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T11:48:13-0500", "id" : "24e860d19b64152a164c4ffb32afaf9a6a1baedb", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/nomials/array.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tools/tools.py" ], "commitId" : "28982a77448008f35099943ed8c05612c14779ff", "timestamp" : 1704473568000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint disable invalid-name\u000a", "date" : "2024-01-05T11:52:48-0500", "id" : "28982a77448008f35099943ed8c05612c14779ff", "msg" : "pylint disable invalid-name", "paths" : [ { "editType" : "edit", "file" : "gpkit/tools/tools.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tools/docstring.py" ], "commitId" : "a21decaf6ebb1cd51e5b41d76c13b29c0df01836", "timestamp" : 1704474537000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T12:08:57-0500", "id" : "a21decaf6ebb1cd51e5b41d76c13b29c0df01836", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tools/docstring.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tools/autosweep.py" ], "commitId" : "4b648a84aa555932acf1f8ef6ae3b84faacd5abf", "timestamp" : 1704475002000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T12:16:42-0500", "id" : "4b648a84aa555932acf1f8ef6ae3b84faacd5abf", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tools/autosweep.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/bounded.py" ], "commitId" : "c24c7a5b15b9521458624d2db6a54639336876fb", "timestamp" : 1704475687000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T12:28:07-0500", "id" : "c24c7a5b15b9521458624d2db6a54639336876fb", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/bounded.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylintrc", "gpkit/constraints/gp.py" ], "commitId" : "ac4e66bfce419a5a9c13a6583c1191cca9ec9218", "timestamp" : 1704479470000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T13:31:10-0500", "id" : "ac4e66bfce419a5a9c13a6583c1191cca9ec9218", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/gp.py" }, { "editType" : "edit", "file" : "pylintrc" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/costed.py" ], "commitId" : "af3c21684f630ab79ec8d8d70101473021d70015", "timestamp" : 1704479470000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fstrings\u000a", "date" : "2024-01-05T13:31:10-0500", "id" : "af3c21684f630ab79ec8d8d70101473021d70015", "msg" : "fstrings", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/costed.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/model.py" ], "commitId" : "6f60ba87031d358888e4ad30b674b5cac358e69b", "timestamp" : 1704479470000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fstrings\u000a", "date" : "2024-01-05T13:31:10-0500", "id" : "6f60ba87031d358888e4ad30b674b5cac358e69b", "msg" : "fstrings", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/model.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/tight.py", "gpkit/constraints/relax.py", "gpkit/constraints/loose.py" ], "commitId" : "9856c890c90dacb5fe7d4b6fdbdfbdec38021cf9", "timestamp" : 1704479793000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "ignore fstring suggestion\u000a", "date" : "2024-01-05T13:36:33-0500", "id" : "9856c890c90dacb5fe7d4b6fdbdfbdec38021cf9", "msg" : "ignore fstring suggestion", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/tight.py" }, { "editType" : "edit", "file" : "gpkit/constraints/loose.py" }, { "editType" : "edit", "file" : "gpkit/constraints/relax.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/single_equation.py" ], "commitId" : "d03aab3926c2eec59c95851773e0b5eb146cd986", "timestamp" : 1704479963000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "join instead of string formatting\u000a", "date" : "2024-01-05T13:39:23-0500", "id" : "d03aab3926c2eec59c95851773e0b5eb146cd986", "msg" : "join instead of string formatting", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/single_equation.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/sgp.py" ], "commitId" : "384047d823abb5a7897425bf855fe0c9dfe3f686", "timestamp" : 1704481482000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint various\u000a", "date" : "2024-01-05T14:04:42-0500", "id" : "384047d823abb5a7897425bf855fe0c9dfe3f686", "msg" : "pylint various", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/sgp.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/set.py" ], "commitId" : "dd9a7765b8a6ddd04d472782f8a1854685496cd9", "timestamp" : 1704481888000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "move imports to top\u000a", "date" : "2024-01-05T14:11:28-0500", "id" : "dd9a7765b8a6ddd04d472782f8a1854685496cd9", "msg" : "move imports to top", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/set.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/set.py" ], "commitId" : "9fd9ea268832eeb45a758dcf6161f96cedd61ce9", "timestamp" : 1704482529000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fstrings\u000a", "date" : "2024-01-05T14:22:09-0500", "id" : "9fd9ea268832eeb45a758dcf6161f96cedd61ce9", "msg" : "fstrings", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/set.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/constraints/prog_factories.py" ], "commitId" : "fbc11d6597a9fb4f6ac8c7759c97f422944b7db9", "timestamp" : 1704482935000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint various\u000a", "date" : "2024-01-05T14:28:55-0500", "id" : "fbc11d6597a9fb4f6ac8c7759c97f422944b7db9", "msg" : "pylint various", "paths" : [ { "editType" : "edit", "file" : "gpkit/constraints/prog_factories.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylintrc" ], "commitId" : "32df1faddb7704c4a82091ac841d394ffcbb0089", "timestamp" : 1704484388000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "don't require docstrings for tests\u000a", "date" : "2024-01-05T14:53:08-0500", "id" : "32df1faddb7704c4a82091ac841d394ffcbb0089", "msg" : "don't require docstrings for tests", "paths" : [ { "editType" : "edit", "file" : "pylintrc" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_vars.py" ], "commitId" : "553fa6041dfdf9d1ae239b7541b0c8ba22c6cb1e", "timestamp" : 1704484606000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "variable names\u000a", "date" : "2024-01-05T14:56:46-0500", "id" : "553fa6041dfdf9d1ae239b7541b0c8ba22c6cb1e", "msg" : "variable names", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_vars.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/run_tests.py" ], "commitId" : "265a1a2970453b3584f9effe98b96d2a8b12407a", "timestamp" : 1704484676000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "ignore import order\u000a", "date" : "2024-01-05T14:57:56-0500", "id" : "265a1a2970453b3584f9effe98b96d2a8b12407a", "msg" : "ignore import order", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/run_tests.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_solution_array.py" ], "commitId" : "c0633b094d1c57c644fbbc4425d287bccf65697f", "timestamp" : 1704490513000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "minor pylint fixes\u000a", "date" : "2024-01-05T16:35:13-0500", "id" : "c0633b094d1c57c644fbbc4425d287bccf65697f", "msg" : "minor pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_solution_array.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylintrc" ], "commitId" : "edf2fec1ba74e54867d688a8ef0de921a0de8896", "timestamp" : 1704490710000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "allow methods named setup to have no docstring\u000a", "date" : "2024-01-05T16:38:30-0500", "id" : "edf2fec1ba74e54867d688a8ef0de921a0de8896", "msg" : "allow methods named setup to have no docstring", "paths" : [ { "editType" : "edit", "file" : "pylintrc" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_sub.py" ], "commitId" : "cea3f4d96d0b0135dd37c6f274817ec10f47a21c", "timestamp" : 1704490892000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "minor pylint fixes\u000a", "date" : "2024-01-05T16:41:32-0500", "id" : "cea3f4d96d0b0135dd37c6f274817ec10f47a21c", "msg" : "minor pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_sub.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/from_paths.py" ], "commitId" : "d3d0015b1b609dab7ff1a5845915ab6827abee2d", "timestamp" : 1704491069000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "ignore imports not at top level\u000a", "date" : "2024-01-05T16:44:29-0500", "id" : "d3d0015b1b609dab7ff1a5845915ab6827abee2d", "msg" : "ignore imports not at top level", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/from_paths.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_model.py" ], "commitId" : "bc9640375fd880257671724a57896a54d7d8c0a8", "timestamp" : 1704491458000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fstrings\u000a", "date" : "2024-01-05T16:50:58-0500", "id" : "bc9640375fd880257671724a57896a54d7d8c0a8", "msg" : "fstrings", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_model.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_constraints.py" ], "commitId" : "9080b0c9d2a84b48d69ecd07728b1565a8e8820e", "timestamp" : 1704491733000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "minor pylint fixes\u000a", "date" : "2024-01-05T16:55:33-0500", "id" : "9080b0c9d2a84b48d69ecd07728b1565a8e8820e", "msg" : "minor pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_constraints.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_nomial_array.py" ], "commitId" : "ef1bbcc1662089f20668d5d9f6a96a91a69f04eb", "timestamp" : 1704491817000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "minor pylint\u000a", "date" : "2024-01-05T16:56:57-0500", "id" : "ef1bbcc1662089f20668d5d9f6a96a91a69f04eb", "msg" : "minor pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_nomial_array.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_tools.py" ], "commitId" : "c7d78d0d7d7bf4ee752b14fc638f4ef4bd43d25f", "timestamp" : 1704492021000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T17:00:21-0500", "id" : "c7d78d0d7d7bf4ee752b14fc638f4ef4bd43d25f", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_tools.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/test_repo.py" ], "commitId" : "4c536ec374f866ead2b4b5b6dbaf51dc00c4301e", "timestamp" : 1704498015000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use with statements and specify encoding for open()\u000a", "date" : "2024-01-05T18:40:15-0500", "id" : "4c536ec374f866ead2b4b5b6dbaf51dc00c4301e", "msg" : "use with statements and specify encoding for open()", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/test_repo.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/t_nomials.py", "gpkit/tests/t_examples.py" ], "commitId" : "378093dda9498f8aaf6a09c662eccccda8631881", "timestamp" : 1704499130000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "various pylint fixes\u000a", "date" : "2024-01-05T18:58:50-0500", "id" : "378093dda9498f8aaf6a09c662eccccda8631881", "msg" : "various pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/t_nomials.py" }, { "editType" : "edit", "file" : "gpkit/tests/t_examples.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/tests/helpers.py" ], "commitId" : "e131ca743cc2712a11391a9b0e944fe60164bc7e", "timestamp" : 1704499845000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "various pylint fixes\u000a", "date" : "2024-01-05T19:10:45-0500", "id" : "e131ca743cc2712a11391a9b0e944fe60164bc7e", "msg" : "various pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/tests/helpers.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/solvers/cvxopt.py" ], "commitId" : "c94fe623f29374fc219463e3f7a6b5654effe752", "timestamp" : 1704500161000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T19:16:01-0500", "id" : "c94fe623f29374fc219463e3f7a6b5654effe752", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/solvers/cvxopt.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/solvers/mosek_cli.py", "gpkit/solvers/mosek_conif.py" ], "commitId" : "406a0c249ec5030f01d7f75563e1bfb557aed36e", "timestamp" : 1704500908000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "various pylint fixes\u000a", "date" : "2024-01-05T19:28:28-0500", "id" : "406a0c249ec5030f01d7f75563e1bfb557aed36e", "msg" : "various pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/solvers/mosek_conif.py" }, { "editType" : "edit", "file" : "gpkit/solvers/mosek_cli.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/references.py" ], "commitId" : "8a75ec76d1515a850f0a27c5edb00fa9f6b1aaad", "timestamp" : 1704501392000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T19:36:32-0500", "id" : "8a75ec76d1515a850f0a27c5edb00fa9f6b1aaad", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/references.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/plotting.py" ], "commitId" : "1679a9a1b5e66a66e44b296197a9d7a0d56a73ce", "timestamp" : 1704501697000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-05T19:41:37-0500", "id" : "1679a9a1b5e66a66e44b296197a9d7a0d56a73ce", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/plotting.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/widgets.py" ], "commitId" : "011b729436c6035c2514e38311f53de89a4b2acc", "timestamp" : 1704502137000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-05T19:48:57-0500", "id" : "011b729436c6035c2514e38311f53de89a4b2acc", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/widgets.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/plot_sweep.py" ], "commitId" : "8be89db2249c7c8cc9a61f5598b05058229f8402", "timestamp" : 1704502650000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-05T19:57:30-0500", "id" : "8be89db2249c7c8cc9a61f5598b05058229f8402", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/plot_sweep.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/sankey.py" ], "commitId" : "3b3c36ecefb22d8f5b8d19def2202e7efe6d5406", "timestamp" : 1704503068000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "minor pylint fixes\u000a", "date" : "2024-01-05T20:04:28-0500", "id" : "3b3c36ecefb22d8f5b8d19def2202e7efe6d5406", "msg" : "minor pylint fixes", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/sankey.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/plot_sweep.py", "gpkit/interactive/widgets.py", "gpkit/interactive/sankey.py" ], "commitId" : "8bddce43197f766877fcca26ce4ecd38dcad8754", "timestamp" : 1704503693000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fix stray pylint issues\u000a", "date" : "2024-01-05T20:14:53-0500", "id" : "8bddce43197f766877fcca26ce4ecd38dcad8754", "msg" : "fix stray pylint issues", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/widgets.py" }, { "editType" : "edit", "file" : "gpkit/interactive/plot_sweep.py" }, { "editType" : "edit", "file" : "gpkit/interactive/sankey.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylintrc", "gpkit/interactive/sankey.py" ], "commitId" : "a972f65bf8c4f46f3d37ab1ba1d83f1746e29227", "timestamp" : 1704505884000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "ignore duplicate-code warning, needs issue\u000a", "date" : "2024-01-05T20:51:24-0500", "id" : "a972f65bf8c4f46f3d37ab1ba1d83f1746e29227", "msg" : "ignore duplicate-code warning, needs issue", "paths" : [ { "editType" : "edit", "file" : "pylintrc" }, { "editType" : "edit", "file" : "gpkit/interactive/sankey.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/plotting.py" ], "commitId" : "1308ae9ee91fc00730f921cb777c212bb5417270", "timestamp" : 1704506197000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "suppress modified-iterating-list warning, needs issue\u000a", "date" : "2024-01-05T20:56:37-0500", "id" : "1308ae9ee91fc00730f921cb777c212bb5417270", "msg" : "suppress modified-iterating-list warning, needs issue", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/plotting.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "gpkit/interactive/plotting.py" ], "commitId" : "fde3ab6da3b4c52bddde580e75440bbf99ea7c82", "timestamp" : 1704507023000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "suppress modified-iterating-list warning, needs issue\u000a", "date" : "2024-01-05T21:10:23-0500", "id" : "fde3ab6da3b4c52bddde580e75440bbf99ea7c82", "msg" : "suppress modified-iterating-list warning, needs issue", "paths" : [ { "editType" : "edit", "file" : "gpkit/interactive/plotting.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "old-pylintrc", "pylint-refactor-roadmap.txt" ], "commitId" : "6b90bbf86579464b039fb9399dd049c533b40744", "timestamp" : 1704509536000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "remove temporary files\u000a", "date" : "2024-01-05T21:52:16-0500", "id" : "6b90bbf86579464b039fb9399dd049c533b40744", "msg" : "remove temporary files", "paths" : [ { "editType" : "delete", "file" : "old-pylintrc" }, { "editType" : "delete", "file" : "pylint-refactor-roadmap.txt" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylint.sh" ], "commitId" : "485d413e5893d2139d97067a3cc732d08a750368", "timestamp" : 1704509558000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "rcfile location changed\u000a", "date" : "2024-01-05T21:52:38-0500", "id" : "485d413e5893d2139d97067a3cc732d08a750368", "msg" : "rcfile location changed", "paths" : [ { "editType" : "edit", "file" : "pylint.sh" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/autosweep.py" ], "commitId" : "d2105581235c52aef55470846df03ba2ab59dd81", "timestamp" : 1704675926000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-07T20:05:26-0500", "id" : "d2105581235c52aef55470846df03ba2ab59dd81", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/autosweep.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/boundschecking.py" ], "commitId" : "11434ce8b9716133eb1fa75e128f58f62c77cb64", "timestamp" : 1704677168000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-07T20:26:08-0500", "id" : "11434ce8b9716133eb1fa75e128f58f62c77cb64", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/boundschecking.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/checking_result_changes.py", "docs/source/examples/breakdowns.py" ], "commitId" : "8c3764b05dcee1e4fa3fec0d6b24a0f7757aee77", "timestamp" : 1704677568000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use with for open statements\u000a", "date" : "2024-01-07T20:32:48-0500", "id" : "8c3764b05dcee1e4fa3fec0d6b24a0f7757aee77", "msg" : "use with for open statements", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/checking_result_changes.py" }, { "editType" : "edit", "file" : "docs/source/examples/breakdowns.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/external_constraint.py", "docs/source/examples/external_sp.py" ], "commitId" : "e5c033dd3348909b5fd21a8a21e12a7b86ca44cf", "timestamp" : 1704677757000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint fixes\u000a", "date" : "2024-01-07T20:35:57-0500", "id" : "e5c033dd3348909b5fd21a8a21e12a7b86ca44cf", "msg" : "pylint fixes", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/external_constraint.py" }, { "editType" : "edit", "file" : "docs/source/examples/external_sp.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/model_var_access.py", "docs/source/examples/issue_1513.py" ], "commitId" : "5b90d616d58bc4b97f1c8b298b7665ebaf146a60", "timestamp" : 1704678005000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fstrings\u000a", "date" : "2024-01-07T20:40:05-0500", "id" : "5b90d616d58bc4b97f1c8b298b7665ebaf146a60", "msg" : "fstrings", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/model_var_access.py" }, { "editType" : "edit", "file" : "docs/source/examples/issue_1513.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/performance_modeling.py" ], "commitId" : "35e07b3a004f022035d7b56231a824fc8b68bc73", "timestamp" : 1704678075000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use with statement to open\u000a", "date" : "2024-01-07T20:41:15-0500", "id" : "35e07b3a004f022035d7b56231a824fc8b68bc73", "msg" : "use with statement to open", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/performance_modeling.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/simple_sp.py" ], "commitId" : "bdc90686e85662a29170452d7776ff7b24930185", "timestamp" : 1704678207000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-07T20:43:27-0500", "id" : "bdc90686e85662a29170452d7776ff7b24930185", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/simple_sp.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/simpleflight.py" ], "commitId" : "f40505130e65dcfff5b7005965666509e8976eec", "timestamp" : 1704678362000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "use with statement\u000a", "date" : "2024-01-07T20:46:02-0500", "id" : "f40505130e65dcfff5b7005965666509e8976eec", "msg" : "use with statement", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/simpleflight.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/vectorization.py", "docs/source/examples/water_tank.py", "docs/source/examples/gettingstarted.py" ], "commitId" : "2da6324fbc04f9dfcbac7d9a70eda0e640acd5e4", "timestamp" : 1704679062000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "remove extra parens\u000a", "date" : "2024-01-07T20:57:42-0500", "id" : "2da6324fbc04f9dfcbac7d9a70eda0e640acd5e4", "msg" : "remove extra parens", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/gettingstarted.py" }, { "editType" : "edit", "file" : "docs/source/examples/vectorization.py" }, { "editType" : "edit", "file" : "docs/source/examples/water_tank.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/simple_sp.py" ], "commitId" : "376bef9bf762059b04fdac63251bc57d7e8cc70d", "timestamp" : 1704679241000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-07T21:00:41-0500", "id" : "376bef9bf762059b04fdac63251bc57d7e8cc70d", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/simple_sp.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/sp_to_gp_sweep.py" ], "commitId" : "d51fa23f02bbad31cfe8fd75cbe7acf7b4157daa", "timestamp" : 1704679287000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-07T21:01:27-0500", "id" : "d51fa23f02bbad31cfe8fd75cbe7acf7b4157daa", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/sp_to_gp_sweep.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/x_greaterthan_1.py" ], "commitId" : "096d607b09097a96d72fabe02f81199427ceac40", "timestamp" : 1704679741000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "fstrings\u000a", "date" : "2024-01-07T21:09:01-0500", "id" : "096d607b09097a96d72fabe02f81199427ceac40", "msg" : "fstrings", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/x_greaterthan_1.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "docs/source/examples/treemap.py" ], "commitId" : "eb6444fb925267ba144e0b2bc73f699c0fd44ffa", "timestamp" : 1704680517000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "pylint\u000a", "date" : "2024-01-07T21:21:57-0500", "id" : "eb6444fb925267ba144e0b2bc73f699c0fd44ffa", "msg" : "pylint", "paths" : [ { "editType" : "edit", "file" : "docs/source/examples/treemap.py" } ] }, { "_class" : "hudson.plugins.git.GitChangeSet", "affectedPaths" : [ "pylint.sh" ], "commitId" : "f5a98e6152eb1d049457c90b1869d10343cea351", "timestamp" : 1704680553000, "author" : { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" }, "authorEmail" : "whoburg@alum.mit.edu", "comment" : "reduce custom settings\u000a", "date" : "2024-01-07T21:22:33-0500", "id" : "f5a98e6152eb1d049457c90b1869d10343cea351", "msg" : "reduce custom settings", "paths" : [ { "editType" : "edit", "file" : "pylint.sh" } ] } ], "kind" : "git" }, "culprits" : [ { "absoluteUrl" : "https://acdl.mit.edu/csi/user/whoburg", "fullName" : "whoburg" } ] }