- 14 Mar, 2019 2 commits
-
-
Denis Laxalde authored
We actually drop *most* of deprecated code in this subpackage. What's left is the MetaGenerator class in (cubicweb/dataimport/stores.py) which is tricky to remove as it's still internally used by cubicweb. Changelog entry will come in a later changeset.
-
Denis Laxalde authored
This includes both Python and JavaScript code. Most code has been deprecated since a very long time (versions 3.1x mostly, more than 5 years ago, and a few things until 3.24). There are still a few deprecated things, most of which are actually used within cubicweb (or in cubes we depend on for tests). I don't know what to do with these... Removed a couple of unused imports along the way. Changelog entry will come in a later changeset.
-
- 13 Mar, 2019 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 14 Mar, 2019 2 commits
-
-
Denis Laxalde authored
Version 0.4.0 does not use a deprecated API that we are planning to drop in forthcoming changesets. This requires changing expected values in unittest_cwconfig.py where we scan install cubes. * In CubicWebConfigurationTC.test_available_cubes(), localperms disappears from the list of expected cubes because this test method will look for new style cubes in located in cubicweb/test/data/libpython/ (we patch pkg_resources.iter_entry_points()) as well as old style cubes installed in $PREFIX/share/cubicweb/cubes; since the new cubicweb-localperms version is new-style, it won't be catched by this method. * In CubicWebConfigurationWithLegacyCubesTC.test_available_cubes(), localperms is still listed, but now with the package name, because this method will simply look at installed cubes whether old or new style.
-
Denis Laxalde authored
[test] Make the expected value explicit in CubicWebConfigurationWithLegacyCubesTC.test_available_cubes() This will help with the next changeset, and avoiding computation in tests is a good thing in general.
-
- 13 Mar, 2019 1 commit
-
-
Denis Laxalde authored
Improves readability.
-
- 12 Mar, 2019 4 commits
-
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
Simpler is better. Use directly ExecutionPlan.querier.sqlgen_annotate.
-
Nicolas Chauvat authored
-
Laurent Peuch authored
When one tried to migrate to 3.25, the error "class X initialization doesn't have a settabindex argument" can happen but the word "settabindex" is not present in the changelog which makes it hard to find to which modification this error is related.
-
- 11 Mar, 2019 1 commit
-
-
Denis Laxalde authored
-
- 08 Mar, 2019 6 commits
-
-
Denis Laxalde authored
This includes changeset aa4a3a3d0c18 fixing import of os.errno. --HG-- branch : 3.26
-
Denis Laxalde authored
--HG-- branch : 3.26
-
Denis Laxalde authored
With Python3.7, this test fails as the error message returned by rest_publish() is: <p>an error occurred while interpreting this rql directive: ObjectNotFound('toto')</p> while we previously assumed a comma after 'toto'. Fixing this by only shortening the prefix used in out.startswith(). --HG-- branch : 3.26
-
Denis Laxalde authored
--HG-- branch : 3.26
-
Denis Laxalde authored
This gets rid of the deprecation warning from logilab.common.registry: DeprecationWarning: instantiate MyAFS with __module__=__name__ and solves a test error on Python 3.7. --HG-- branch : 3.26
-
Denis Laxalde authored
--HG-- branch : 3.26
-
- 07 Mar, 2019 1 commit
-
-
Denis Laxalde authored
--HG-- branch : 3.26
-
- 26 Feb, 2019 21 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
According to a discussion on XMPP we should recommend pip instead.
-
Laurent Peuch authored
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
According to a discussion on XMPP we should recommend pip instead. --HG-- branch : 3.26
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
-
Laurent Peuch authored
--HG-- branch : 3.26
-
Laurent Peuch authored
-