Fri, 27 Sep 2019 06:59:48 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code] add a function to add links to source file in traceback
|
changeset |
files
|
Tue, 26 Nov 2019 16:03:06 +0100 |
Laurent Peuch |
[debug-toolbar/display_source_code] add function to generate html link to source code
|
changeset |
files
|
Thu, 26 Sep 2019 06:27:53 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code/security] add security mechanism to only read whitelisted files
|
changeset |
files
|
Fri, 27 Sep 2019 06:51:29 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code] add helper to render link to source file
|
changeset |
files
|
Tue, 08 Oct 2019 22:14:06 +0200 |
Laurent Peuch |
[debug-toolbar/display_source_code] add a pyramid view that display syntax highlighted python source file
|
changeset |
files
|
Wed, 25 Sep 2019 05:42:47 +0200 |
Laurent Peuch |
[mod] allow to pass generic additional arguments to pygments HtmlFormatter
|
changeset |
files
|
Fri, 27 Sep 2019 06:20:39 +0200 |
Laurent Peuch |
[debug/fix] ensure that not syntax highlighted code is a string
|
changeset |
files
|
Thu, 12 Sep 2019 05:59:10 +0200 |
Laurent Peuch |
[debug-toolbar] add registry decisions debug panel
|
changeset |
files
|
Wed, 20 Nov 2019 20:46:45 +0100 |
Laurent Peuch |
Increase needed version of logilab-common to >= 1.5.0
|
changeset |
files
|
Thu, 14 Nov 2019 15:40:35 +0100 |
Laurent Peuch |
[debug-toolbar] add registry panel
|
changeset |
files
|
Thu, 14 Nov 2019 01:01:00 +0100 |
Laurent Peuch |
[debug-toolbar] add sql panel
|
changeset |
files
|
Tue, 08 Oct 2019 23:11:19 +0200 |
Laurent Peuch |
[debug-toolbar] add cw general panel with controller
|
changeset |
files
|
Mon, 18 Nov 2019 12:41:44 +0100 |
Nicolas Chauvat |
[debug-toolbar] make linter happy
|
changeset |
files
|
Wed, 31 Jul 2019 04:16:20 +0200 |
Laurent Peuch |
[pyramid/ctl/debugtoolbar] automatically include custom panels on -t
|
changeset |
files
|
Thu, 01 Aug 2019 20:30:16 +0200 |
Laurent Peuch |
[debug-toolbar/rql] display sql queries generated by rql ones
|
changeset |
files
|
Wed, 31 Jul 2019 04:16:20 +0200 |
Laurent Peuch |
[debug-toolbar/rql] add RQL panel
|
changeset |
files
|
Thu, 24 Oct 2019 06:37:02 +0200 |
Laurent Peuch |
[debug/emit/rql] add RQL debug channel and emit queries
|
changeset |
files
|
Wed, 06 Nov 2019 14:43:49 +0100 |
Laurent Peuch |
[debug/source_highlight] rename highlight to highlight_terminal
|
changeset |
files
|
Thu, 24 Oct 2019 06:34:42 +0200 |
Laurent Peuch |
[debug/source_highlight] add highlight_html and generate_css for debugtool panels
|
changeset |
files
|
Thu, 01 Aug 2019 05:42:45 +0200 |
Laurent Peuch |
[debug/rql] bind a uniq token per rql to trace its decomposition
|
changeset |
files
|
Thu, 01 Aug 2019 02:51:52 +0200 |
Laurent Peuch |
[debug] add a new channel events mechanism for debugging
|
changeset |
files
|
Wed, 06 Nov 2019 12:52:50 +0100 |
Laurent Peuch |
[ctl] allow to specific instance name for instance commands in $CW_INSTANCE
|
changeset |
files
|
Tue, 05 Nov 2019 23:19:15 +0100 |
Nicolas Chauvat |
[cubicweb/utils] add QueryCache.__contains__() to improve dict-like behavior. Closes #255426
|
changeset |
files
|
Thu, 23 May 2019 00:33:31 +0200 |
Laurent Peuch |
[migrations/pdb] add to every failing migration operation a "p(db)" option
|
changeset |
files
|
Wed, 29 May 2019 20:29:07 +0200 |
Laurent Peuch |
[pyramid/ctl] add a new option to activate the debugtoolbar (-t)
|
changeset |
files
|
Wed, 23 Oct 2019 04:28:45 +0200 |
Laurent Peuch |
[changelog] add missing information to the 3.27 changelog
|
changeset |
files
|
Fri, 18 Oct 2019 23:39:03 +0200 |
Nicolas Chauvat |
Merge 3.26
|
changeset |
files
|
Tue, 27 Aug 2019 20:16:01 +0200 |
Laurent Peuch |
[debug] add ALL possibility to --dbglevel
3.26
|
changeset |
files
|
Wed, 26 Jun 2019 02:32:02 +0200 |
Laurent Peuch |
[ux] display instance name in suggested upgrade command
3.26
|
changeset |
files
|
Thu, 23 May 2019 00:33:04 +0200 |
Laurent Peuch |
[migration/pdb] display traceback instead of only the exception for easier debugging
|
changeset |
files
|
Wed, 22 May 2019 17:10:06 +0200 |
Laurent Peuch |
[migration/pdb] add option to use pdb.post_mortem if traceback is provided
|
changeset |
files
|
Wed, 22 May 2019 17:08:09 +0200 |
Laurent Peuch |
[migration/shell] select ipdb if present on (d)ebug mode
|
changeset |
files
|
Wed, 22 May 2019 14:23:01 +0200 |
Laurent Peuch |
[mod] move get_pdb to utils.py
|
changeset |
files
|
Wed, 16 Oct 2019 14:49:38 +0200 |
Noe Gaumont |
Add a migration function in order to relocate bfss
|
changeset |
files
|
Wed, 12 Jun 2019 19:58:00 +0200 |
Laurent Peuch |
[pyramid/debug] on every request display request path and selected controller
|
changeset |
files
|
Wed, 21 Aug 2019 04:52:08 +0200 |
Laurent Peuch |
[logging/debug] move transaction operations logs from self.debug to DBG_OPS
|
changeset |
files
|
Wed, 21 Aug 2019 02:10:12 +0200 |
Laurent Peuch |
[debug] syntax highlight SQL and RQL debug output
|
changeset |
files
|
Tue, 20 Aug 2019 22:45:46 +0200 |
Laurent Peuch |
[logging] send logs by default to stdout
|
changeset |
files
|
Tue, 21 May 2019 18:16:51 +0200 |
Laurent Peuch |
[cubicweb-ctl] backport --dbglevel option of pyramid to all instance commands
|
changeset |
files
|
Tue, 21 May 2019 18:08:17 +0200 |
Laurent Peuch |
[cubicweb-ctl] backport --loglevel option of pyramid to all instance commands
|
changeset |
files
|
Thu, 25 Jul 2019 03:33:01 +0200 |
Laurent Peuch |
[cubicweb-ctl/fix] correctly get exception traceback_ for pdb.post_mortem
|
changeset |
files
|
Tue, 15 Oct 2019 15:30:56 +0200 |
Philippe Pepiot |
Document mercurial configuration for contributing
|
changeset |
files
|
Fri, 11 Oct 2019 12:42:35 +0200 |
Noe Gaumont |
Add documentation on workflow permission
|
changeset |
files
|
Fri, 11 Oct 2019 12:41:16 +0200 |
Noe Gaumont |
Remove undefined function in documentation
|
changeset |
files
|
Wed, 09 Oct 2019 11:44:22 +0200 |
Philippe Pepiot |
Merge 3.26
|
changeset |
files
|
Wed, 22 May 2019 01:16:55 +0200 |
Laurent Peuch |
[pyramid/ctl] pyramid command will always run in foreground from now on
|
changeset |
files
|
Thu, 22 Aug 2019 04:07:08 +0200 |
Laurent Peuch |
[clean] remove pyramid warning about looping task
|
changeset |
files
|
Thu, 20 Jun 2019 16:18:19 +0200 |
Laurent Peuch |
[doc] add instruction to re-enable ckeditor
3.26
|
changeset |
files
|
Wed, 11 Sep 2019 18:31:08 +0200 |
Laurent Peuch |
[fix] reference to underclared and unused variable kwargs
3.26
|
changeset |
files
|
Wed, 11 Sep 2019 11:56:43 +0200 |
Philippe Pepiot |
Avoid to update inlined relation column to NULL when deleting entities
3.26
|
changeset |
files
|
Wed, 11 Sep 2019 11:37:05 +0200 |
Philippe Pepiot |
Drop useless ConstraintInsertionTC
3.26
|
changeset |
files
|
Tue, 27 Aug 2019 14:26:21 +0200 |
Nicola Spanti |
Backed out changeset 741dc2590f90
|
changeset |
files
|
Fri, 23 Aug 2019 11:16:46 +0200 |
Arthur Lutz |
[.gitlab-ci] initial version (tox targets)
|
changeset |
files
|
Tue, 06 Aug 2019 16:43:46 +0200 |
Denis Laxalde |
Merge with 3.26
|
changeset |
files
|
Tue, 06 Aug 2019 16:36:21 +0200 |
Denis Laxalde |
Added tag debian/3.26.14-1, 3.26.14 for changeset 172f683a84f6
3.26
|
changeset |
files
|
Tue, 06 Aug 2019 15:43:59 +0200 |
Denis Laxalde |
[pkg] version 3.26.14
3.26 3.26.14 debian/3.26.14-1
|
changeset |
files
|
Tue, 06 Aug 2019 14:26:17 +0200 |
Denis Laxalde |
[py3] Pass bytes as "msg" to smtplib.SMTP.sendmail()
3.26
|
changeset |
files
|
Thu, 01 Aug 2019 09:20:40 +0200 |
Denis Laxalde |
[debian] Cleanup d/source/options from now gone symlinks
|
changeset |
files
|
Thu, 01 Aug 2019 09:13:52 +0200 |
Denis Laxalde |
[pkg] Version 3.27.0.a2
|
changeset |
files
|
Wed, 24 Jul 2019 15:28:11 +0200 |
Laurent Peuch |
[debug/clean] remove unused DBG_MS flag
|
changeset |
files
|
Tue, 30 Jul 2019 14:47:25 +0200 |
Denis Laxalde |
Avoid using gone hooks_control() in migration
|
changeset |
files
|
Tue, 30 Jul 2019 14:42:15 +0200 |
Denis Laxalde |
[tox] Remove --ignore in check-manifest check
|
changeset |
files
|
Tue, 30 Jul 2019 10:16:51 +0200 |
Denis Laxalde |
[doc] link to 3.27 (and missing 3.26) pages
|
changeset |
files
|
Wed, 24 Jul 2019 16:52:59 +0200 |
Denis Laxalde |
[pkg] Version 3.27.0a1
|
changeset |
files
|
Wed, 24 Jul 2019 16:52:00 +0200 |
Denis Laxalde |
[test] Replace symlinks by real copies
|
changeset |
files
|
Wed, 24 Jul 2019 16:03:01 +0200 |
Denis Laxalde |
[pkg] Version 3.27.0a0
|
changeset |
files
|
Wed, 24 Jul 2019 15:14:56 +0200 |
Denis Laxalde |
Merge with 3.26
|
changeset |
files
|
Wed, 24 Jul 2019 13:39:52 +0200 |
Denis Laxalde |
Added tag debian/3.26.13-1, 3.26.13 for changeset 1fc684253207
3.26
|
changeset |
files
|
Wed, 24 Jul 2019 10:22:25 +0200 |
Denis Laxalde |
[pkg] Version 3.26.13
3.26 3.26.13 debian/3.26.13-1
|
changeset |
files
|
Wed, 24 Jul 2019 11:43:21 +0200 |
Denis Laxalde |
[test] Replace symlinks in legacy_cubes by real copies
3.26
|
changeset |
files
|
Tue, 23 Jul 2019 17:21:18 +0200 |
Denis Laxalde |
[pkg] Prune packaging files from sdist
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 12:04:39 +0200 |
Jérémy Bobbio |
[pkg] Fix spelling mistake in doc-base abstract
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 12:04:11 +0200 |
Jérémy Bobbio |
[pkg] Fix doc-base section
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 11:15:17 +0200 |
Jérémy Bobbio |
[pkg] Move lintian-overrides file to debian/source directory
3.26
|
changeset |
files
|
Thu, 13 Jun 2019 16:47:47 +0200 |
Jérémy Bobbio |
[pkg] Tidy substvars usage in control file
3.26
|
changeset |
files
|
Mon, 10 Jun 2019 10:53:48 +0200 |
Jérémy Bobbio |
[pkg] Specify priority “optional” instead of the obsolete “extra”
3.26
|
changeset |
files
|
Wed, 05 Jun 2019 16:29:04 +0200 |
Jérémy Bobbio |
[pkg] Switch to Debian source format 3.0 (quilt)
3.26
|
changeset |
files
|
Fri, 12 Jul 2019 11:52:27 +0200 |
Denis Laxalde |
[debian] Update description of cubicweb-ctl* packages
3.26
|
changeset |
files
|
Fri, 12 Jul 2019 11:49:46 +0200 |
Denis Laxalde |
[debian] Introduce a cubicweb-ctl3 binary package
3.26
|
changeset |
files
|
Mon, 22 Jul 2019 11:21:10 +0200 |
Laurent Peuch |
[cubicweb-ctl] respect sys.exit status code when aborting a command
|
changeset |
files
|
Mon, 22 Jul 2019 11:32:12 +0200 |
Denis Laxalde |
[test] Add an "actionverb" attribute to test commands
|
changeset |
files
|
Mon, 22 Jul 2019 11:25:17 +0200 |
Denis Laxalde |
[test] use self.assertRaises() in cwctl tests
|
changeset |
files
|
Mon, 22 Jul 2019 11:09:15 +0200 |
Denis Laxalde |
[test] ensure mocking is stopped in cwctl tests
|
changeset |
files
|
Tue, 21 May 2019 16:47:13 +0200 |
Laurent Peuch |
[cubicweb-ctl] add '--pdb' global option to launch (i)pdb on exception
|
changeset |
files
|
Mon, 22 Jul 2019 10:54:22 +0200 |
Denis Laxalde |
[test] Rename TestCommand to avoid PytestCollectionWarning
|
changeset |
files
|
Wed, 10 Jul 2019 14:58:41 +0200 |
Jérémy Bobbio |
[pkg] Add new autopkgtest for skeleton packaging
3.26
|
changeset |
files
|
Wed, 10 Jul 2019 14:57:58 +0200 |
Jérémy Bobbio |
[skeleton] Update Debian packaging template
3.26
|
changeset |
files
|
Wed, 26 Jun 2019 12:35:25 +0200 |
Denis Laxalde |
[test] Use --short-description when testing newcube command
3.26
|
changeset |
files
|
Mon, 17 Jun 2019 17:23:36 +0200 |
Jérémy Bobbio |
[devtools] Allow to specify short desc on `newcube` command line
3.26
|
changeset |
files
|
Mon, 17 Jun 2019 17:25:04 +0200 |
Jérémy Bobbio |
[pkg] Add new autopkgtest for skeleton packaging
|
changeset |
files
|
Tue, 21 May 2019 16:36:12 +0200 |
Laurent Peuch |
[cubicweb-ctl] move to accepting only once instance name per command
|
changeset |
files
|
Tue, 09 Jul 2019 11:13:08 +0200 |
Jérémy Bobbio |
[pkg] Run all unit tests in autopkgtest
|
changeset |
files
|
Wed, 19 Jun 2019 18:45:10 +0200 |
Jérémy Bobbio |
[pkg] Stop running unit tests from skeleton
|
changeset |
files
|
Wed, 19 Jun 2019 18:43:38 +0200 |
Jérémy Bobbio |
[tests] Use 16 bytes key when testing Blowfish
|
changeset |
files
|
Tue, 09 Jul 2019 14:35:44 +0200 |
Denis Laxalde |
Use time.process_time() instead of deprecated clock()
|
changeset |
files
|
Tue, 09 Jul 2019 14:20:30 +0200 |
Denis Laxalde |
[web] Make the time separator configurable in JQueryDateTimePicker
|
changeset |
files
|