2017-04-12 Sylvain Thénault [sources] Check sources configuration is fine on creation/modification 3.25
2017-04-12 Sylvain Thénault [test] Fix option name in ldap wrong group test 3.25
2017-04-12 Sylvain Thénault [sources] Enhance prototype of check_conf_dict 3.25
2017-04-12 Sylvain Thénault [sources] Stop translating validation error 3.25
2017-04-12 Sylvain Thénault [sources] Simplify source's init method 3.25
2017-04-12 Denis Laxalde [server] Deprecate Repository.sources_by_eid 3.25
2017-04-05 Denis Laxalde [server] Add source_by_eid and source_by_uri methods to repository 3.25
2017-04-04 Denis Laxalde [hooks] Remove list() around repo.sources_by_uri 3.25
2017-04-05 Denis Laxalde [server] Inline _entity_update method into init method of AbstractSource 3.25
2017-04-05 Denis Laxalde [server] Drop update_config method of source 3.25
2017-04-04 Denis Laxalde [server] Make "sources_by_uri" and "sources_by_eid" properties of repository 3.25
2017-02-21 Denis Laxalde Add a "Contributing" section to README with patch submission guidelines 3.25
2017-04-04 David Douard [cwctl] do only clean static data dir content (closes #17069762) 3.25
2017-04-03 David Douard [cwctl] add a no-config-update option to the upgrade command (closes #17069607) 3.25
2017-04-07 Denis Laxalde [cwconfig] Add "pyramid" config type to MCOMPAT dict 3.25
2017-04-07 Denis Laxalde [pyramid] Avoid shutting down the repository at exit if it's already shutting down 3.25
2017-04-05 Denis Laxalde [server/test] Extract a "ldapsource" function in unittest_ldapsource.py 3.25
2017-04-04 Denis Laxalde [server] Move "system" source initialization into its own method 3.25
2017-04-05 Denis Laxalde [entities] Make CWSource's dictconfig method clearer 3.25
2017-04-05 Denis Laxalde [entities] Move CWSource update_config method as a function in 3.15 migration script 3.25
2017-04-05 Denis Laxalde [server/test] Turn "pull" method of LDAPFeedTestBase into a staticmethod 3.25
2017-04-04 Denis Laxalde [py3] Use six.text_type instead of unicode in _CWSourceCfgMixIn.update_config() 3.25
2017-04-04 Denis Laxalde [server] Drop condition on "3.10" migration in repo.init_sources_from_database() 3.25
2017-03-30 Denis Laxalde [pkg] Version 3.25.0rc2 3.25
2017-03-30 Sylvain Thénault [doc] More release note about session data handling 3.25
2017-03-30 Sylvain Thénault [session] Drop long deprecated [get/set]_shared_data methods 3.25
2017-03-30 Sylvain Thénault [session] Drop the user session synchronization machinery 3.25
2017-03-30 Sylvain Thénault [session] Avoid deprecation warning on access to Connection.data 3.25
2017-03-30 Sylvain Thénault [doc] Add release note about change in uicfg 3.25
2017-03-30 Sylvain Thénault merge 3.25 heads 3.25
2017-03-29 Sylvain Thénault [hg] Add generated slapd.conf to hgignore 3.25
2017-03-29 Sylvain Thénault Fix flake8 errors in unittest_cwctl 3.25
2017-03-29 Sylvain Thénault [cwctl] Drop 'cubicweb_' prefix when displaying cubes with 'cubicweb-ctl list' 3.25
2017-03-28 Sylvain Thénault Fix flake8 errors in unittest_cwconfig 3.25
2017-03-29 Sylvain Thénault [config] Test loading of ccplugin modules 3.25
2017-03-29 Sylvain Thénault [test] Extract out method-which-is-not-a-method mocking iter_entry_points 3.25
2017-03-29 Sylvain Thénault [cwconfig] Add a docstring on available_cubes method 3.25
2017-03-28 Sylvain Thénault Backed out changeset fe995d56c949 3.25
2017-03-29 Denis Laxalde [hooks] Drop "logstats" hook 3.25
2017-03-29 Denis Laxalde [hooks] Do not register "logstats" if repository has no scheduler 3.25
2017-03-29 Denis Laxalde [server] Introduce an `has_scheduler` method on Repository 3.25
2017-03-29 Denis Laxalde [server] Warn instead of failing when a looping task is registered and repo has no scheduler 3.25
2017-03-29 Denis Laxalde [server] Exit quickly when a looping task is registered in maintenance mode 3.25
2017-03-24 Sylvain Thénault [config] Drop unused init_available_cubes method 3.25
2017-03-28 Sylvain Thénault [doc] Move content of former README.pyramid into relevant modules 3.25
2017-03-24 Denis Laxalde Drop README.pyramid.rst file 3.25
2017-03-24 Denis Laxalde Make entypo link a true URL in README 3.25
2017-03-24 Denis Laxalde Refer to cubicweb.readthedocs.io in README 3.25
2017-03-27 Philippe Pepiot [server] don't catch exception from postcommit_event() if we are in test mode 3.25
2017-03-24 Denis Laxalde [pkg] Version 3.25.0rc1 3.25
2017-03-22 Denis Laxalde [tox] Simplify command line to build the doc 3.25
2017-03-24 Denis Laxalde [pyramid] Drop warning about pyramid_debugtoolbar not found in debug mode 3.25
2017-03-24 Denis Laxalde [pkg] Add development.ini.tmpl to "cubicweb.pyramid" package data 3.25
2017-03-23 Denis Laxalde [skeleton] Don't use system site packages in tox environment 3.25
2017-03-22 Denis Laxalde [doc] Update "settings" pyramid documentation 3.25
2017-03-22 Denis Laxalde [doc] Update the "quickstart" page of pyramid documentation 3.25
2017-03-22 Denis Laxalde [doc] Rewrite "pyramid" index page in the book 3.25
2017-03-22 Denis Laxalde [doc] Drop documentation for cubicweb.pyramid.tools module 3.25
2017-03-22 Denis Laxalde [doc] Drop reference to "make_cubicweb_application" in pyramid doc 3.25
2017-03-22 Denis Laxalde [doc] Remove trailing whitespaces in doc/book/pyramid/index.rst 3.25
2017-03-22 Denis Laxalde [tox] Install "pyramid" dependencies in "doc" environment 3.25
2017-03-07 Philippe Pepiot [web/views] fix bad html in deleteconf with show_composite=True 3.25
2017-03-23 Philippe Pepiot [web/views] display unique composite entities in deleteconf 3.25
2017-03-23 Denis Laxalde Really make rqlrewrite flake8 compliant 3.25
2017-03-22 Philippe Pepiot [pyramid] disable bwcompat by default in PyramidCWTest 3.25
2017-03-17 Sylvain Thénault Fix flake8 errors in rqlrewrite.py 3.25
2017-03-01 Arthur Lutz [rqlrewrite/schema] Avoid parsing computed relations for each query 3.25
2017-03-22 Philippe Pepiot [pkg] Restrict yams version to be less than 0.45.0 3.23
2017-03-22 Denis Laxalde [pyramid] Remove pyramid_debugtoolbar from "pyramid.includes" 3.25
2017-03-22 Sylvain Thénault [doc] Add some details about rtag derivation and server api cleanup in release notes 3.25
2017-03-22 Sylvain Thénault [doc] Simplify release notes section 3.25
2017-03-20 Denis Laxalde [doc] Fill release notes for 3.25 3.25
2017-03-20 Denis Laxalde [devtools] Create "newcube" in current directory by default 3.25
2017-03-20 Denis Laxalde [pyramid] Do not register repository.shutdown atexit in test mode 3.25
2017-03-21 Philippe Pepiot [cwconfig] don't rely on _CubeImporter while loading cubes 3.25
2017-03-20 Denis Laxalde Added tag 3.24.7, debian/3.24.7-1, centos/3.24.7-1 for changeset 58f1e8545a77 3.24
2017-03-20 Denis Laxalde [pkg] Version 3.24.7 3.24 3.24.7 centos/3.24.7-1 debian/3.24.7-1
2017-03-20 Denis Laxalde [pkg] Restrict yams version to be less than 0.45.0 3.24
2017-03-17 Denis Laxalde [pkg] Version 3.25.0rc0 3.25
2017-03-20 Denis Laxalde [pyramid] Rename paste app factory to pyramid_main
2017-03-20 Denis Laxalde [tox] Do not use site packages in testenv
2017-03-20 Denis Laxalde [test] Add user-site to PYTHONPATH before installation of new cube in test_newcube_install
2017-03-17 Denis Laxalde [pkg] Depends on yams >= 0.45.0
2017-03-17 Denis Laxalde [pkg] Depends on logilab-common >= 1.4.0
2017-03-20 Denis Laxalde Merge with 3.24 branch
2017-03-20 Denis Laxalde Added tag 3.24.6, debian/3.24.6-1, centos/3.24.6-1 for changeset 4029fb83a67d 3.24
2017-03-20 Denis Laxalde [pkg] Version 3.24.6 3.24 3.24.6 centos/3.24.6-1 debian/3.24.6-1
2017-03-20 Denis Laxalde Merge public heads 3.24
2017-03-15 Philippe Pepiot [web/views] deleteconf: ignore workflow when displaying composite entities
2017-03-03 Sylvain Thénault [rset] Use RQL cache in syntax_tree method
2017-03-17 Sylvain Thénault [repo] Introduce a clear_caches method on the Querier class
2017-03-15 Sylvain Thénault [repo] Consistent API for cache clearing
2017-03-03 Sylvain Thénault [repo] Extract rql cache handling to a dedicated class
2017-03-16 Denis Laxalde [sobjects] Fix a trivial flake8 error
2017-03-15 Sylvain Thénault [repo] Drop cache clearing methods from the source interface
2017-03-15 Sylvain Thénault [repo] Move and rename repo._clear_planning_cache
2017-03-10 Sylvain Thénault [sobjects] Fix flake8 errors in services.py
2017-03-15 Sylvain Thénault [test] Rename BaseQuerierTC._access to BaseQuerierTC.admin_access
2017-03-15 Sylvain Thénault [repo] Fix flake8 error
2017-03-09 Denis Laxalde [pyramid] Add a "pyramid" instance configuration type
2017-03-10 Denis Laxalde [pyramid] Call repository's shutdown method atexit
2017-03-03 Sylvain Thénault [querier] Turn repo.querier_cache_key into a private function
2017-03-14 Sylvain Thénault [cleanup] Fix flake8 errors in web/application.py and associated test
2017-03-14 Sylvain Thénault [test] Simplify CWTC's init_authentication and assertAuthSuccess
2017-03-10 Sylvain Thénault [cleanup] Drop non sense sentence in docstring
2017-03-10 Sylvain Thénault [repo] Drop Session at last
2017-03-10 Sylvain Thénault Fix flake8 some errors
2017-03-10 Sylvain Thénault [test] Use existing reference to repo_source
2017-03-10 Sylvain Thénault [repo] Drop repo.new_session method
2017-03-14 Sylvain Thénault Stop using Session on the repository side
2017-03-10 Sylvain Thénault [test] Drop unnecessary call to new_session
2017-03-10 Sylvain Thénault [user] Drop ugly hack on CWUser entity class
2017-03-10 Sylvain Thénault [test] Use user_session_cache_key function
2017-03-10 Sylvain Thénault [session+test] Stop storing / accessing session when it's not necessary
2017-03-10 Sylvain Thénault [devtools] Stop relying on Session to create connection in RepoAccess
2017-03-10 Sylvain Thénault [devtools] Stop using repo.new_session
2017-03-10 Sylvain Thénault [session] Kill support for a 'session_open' hook event
2017-03-10 Sylvain Thénault [devtools] Rename FakeSession into FakeConnection
2017-03-10 Sylvain Thénault [cleanup] Drop references to the old internal_session method
2017-03-10 Sylvain Thénault [session] Drop unused class
2017-03-10 Sylvain Thénault [cleanup] Drop no more used parse_repo_uri function
2017-03-10 Sylvain Thénault [server] Fix flake8 error of test/data/hooks.py
2017-03-10 Sylvain Thénault [repo] Drop repo.connect backward compat
2017-03-10 Sylvain Thénault [session] Drop no more necessary Session.sessionid and Connection.connectionid
2017-03-10 Sylvain Thénault [repo] Kill repo._sessions
2017-03-10 Sylvain Thénault [repo] Stop closing session
2017-03-10 Sylvain Thénault [views] Stop giving stats / debug information relying on _sessions
2017-03-10 Sylvain Thénault [session] Stop relying on _sessions to synchronize living session
2017-03-10 Sylvain Thénault [test] Drop useless access to repo._sessions
2017-03-10 Sylvain Thénault [repo] Fix flake8 errors in server/__init__.py
2017-03-10 Sylvain Thénault [repo] Drop no more used ShuttingDown exception
2017-03-10 Sylvain Thénault [repo] Drop _get_session method
2017-03-09 Denis Laxalde [test] Drop call to CubicWebConfiguration.load_cwctl_plugins in unittest_cwctl.py
2017-03-09 Denis Laxalde [web] Extract a base class out WebConfiguration
2017-03-09 Denis Laxalde [tox] Drop reference to removed init_instance.py file in flake8-ok-files.txt
2017-03-10 Denis Laxalde [web] Put 'use-uicache' option in level 2
2017-02-21 Denis Laxalde [server] Add a "scheduler" command to run repository scheduler
2017-03-06 Denis Laxalde [cwconfig] Do not instantiate a repo with a scheduler in repository method
2017-03-06 Denis Laxalde [server] Make cubicweb/server/utils.py flake8-clean
2017-03-06 Denis Laxalde [server] Drop utils's LoopTask and TasksManager classes not used anymore
2017-03-06 Denis Laxalde [server] replace repository's tasks manager by a scheduler
2017-03-06 Denis Laxalde [server] introduce a scheduler class to run repository "looping tasks"
2017-02-16 Samuel Trégouët web: add options to ignore css compilation and uicache
2017-02-16 Samuel Trégouët [skeleton] call includeme from new cube
2017-03-06 Denis Laxalde [etwist] Do not call repository's start_looping_tasks anymore and warn about this
2017-03-09 Denis Laxalde [test] Flake8-clean and use stdlib unittest in cubicweb/server/test/unittest_utils.py
2017-03-07 Sylvain Thénault [web] Don't raise ProcessFormError if there is no value specified
2017-03-07 Sylvain Thénault [test] Cleanup imports in unittest_form
2017-03-07 Florent Cayré Fix log level parameter not taken into account in cwsource log table 3.23
2017-03-06 Denis Laxalde [pyramid] Drop call to repository's start_looping_tasks method and warn about this
2017-03-06 Denis Laxalde [test] Make unittest_serverctl.py flake8-clean
2017-03-06 Denis Laxalde [wsgi] Drop calls to repo.start_looping_tasks
2017-03-06 Denis Laxalde [pyramid] Drop useless "init_instance" module
2017-03-06 Denis Laxalde [server] Drop inexistent "bootstrap" argument in Repository initialization
2017-02-08 David Douard [server] fix a typo in a docstring
2017-02-24 Denis Laxalde [ctl] Load available configurations in "cubicweb-ctl list" 3.24
2017-02-23 Sylvain Thénault [web/views] Fix a docstring
2017-02-23 Denis Laxalde [server] Use looping_task method in Repository._prepare_startup()
2017-02-27 Denis Laxalde [skeleton] Drop logging configuration from development.ini
2017-02-27 Denis Laxalde [pyramid] Drop retrieval of auth/session secret in all-in-one.conf
2017-02-27 Denis Laxalde [cwctl] Recommend 'pyramid' before 'wsgi' when twisted is not available
2017-02-27 Denis Laxalde [cwctl] Drop message about 'the pyramid cube' in "start" command
2017-02-27 Denis Laxalde [cwconfig] Fix two NameError in load_available_configs()
2017-02-27 Denis Laxalde [etwist] Drop try/except around definitions of 'all-in-one' configuration and command handlers
2017-02-28 Denis Laxalde [server] Call 'server_startup' hooks at the end of repository "bootstrap"
2017-02-28 Denis Laxalde [pyramid] Drop module-level cache and cleanup looping tasks in tools
2017-02-28 Denis Laxalde [hooks] Return early in server_startup hooks if the repository has not tasks manager
2017-02-28 Denis Laxalde [server] Only register "clean_sessions" looping tasks if repository has a tasks manager
2017-02-24 Denis Laxalde [utils] Do not pass a tasks manager to Repository in admincnx()
2017-02-23 Denis Laxalde [server] Separate repository bootstrap from initialization
2017-02-23 Denis Laxalde [server] Also remove tmpdir in case of error during restore database command
2017-02-23 Denis Laxalde [server] Rename Repository's init_cnxset_pool method bootstrap
2017-02-23 Denis Laxalde [server] Replace server config's init_cnxset_pool attribute by a "bootstrap" parameter in Repository
2017-02-23 Denis Laxalde [server] Drop close/open steps in NativeSQLSource.restore()
2017-02-07 Sylvain Thénault [skel] Fix rpm's .spec file skeleton
2017-02-23 Denis Laxalde [server] Move "starting repository..." message where this actually happens
2017-02-23 Denis Laxalde [server] Initialize Repository without a tasks manager in ServerMigrationHelper.restore_database()
2017-02-23 Denis Laxalde [server] Fix a typo in log message in Repository.init_cnxset_pool()
2017-02-24 Denis Laxalde [cwconfig] Issue a warning if a configuration module cannot be loaded
2017-02-24 Denis Laxalde [ctl] Load available configurations in "cubicweb-ctl list"
2017-02-23 Denis Laxalde [skeleton] Set cubicweb.bwcompat to False in development.ini
2017-02-21 Denis Laxalde [pyramid] Use existing repo in PyramidCWTest
2017-02-21 Denis Laxalde [pyramid] Make it possible to setup CubicWeb instance from an existing repo in includeme()
2017-02-21 Denis Laxalde [pyramid] Move loading of pyramid_debugtoolbar later in includeme()
2017-02-21 Denis Laxalde [skeleton,pyramid] Move pyramid app definition in cubicweb.pyramid module
2017-02-10 Denis Laxalde [pyramid] Add a copyright and docstring to all modules
2017-02-08 Denis Laxalde [cwconfig] Strip "cubicweb_" prefix from cube name in available_cubes()
2017-02-21 Philippe Pepiot [web] fix os.rename usage on windows when destination exists
2017-01-25 Philippe Pepiot [web/views] show composite entities in delete view
2015-05-11 Christophe de Vienne [workflow] Utilities for declarative definition of workflows
2017-02-20 Denis Laxalde [server] Remove pseudo-handling of exceptions in Repository._delete_cascade_multi()
2017-02-21 Philippe Pepiot [web] fix os.rename usage on windows when destination exists 3.23
(0) -10000 -3000 -1000 -192 +192 tip