Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
758664012a70
Commit
a4b239ba
authored
Aug 03, 2021
by
Fabien Amarger
Browse files
merge 3.31 into 3.32
--HG-- branch : 3.32
parents
01bbc7ccc906
aedc2f2ab987
Pipeline
#73466
failed with stages
in 27 minutes and 50 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75866401
...
...
@@ -24,6 +24,7 @@ flake8:
when
:
never
-
changes
:
-
"
**/*.py"
-
"
*.py"
stage
:
lint
before_script
:
-
pip install tox flake8-gl-codeclimate
...
...
.hgtags
View file @
75866401
...
...
@@ -686,8 +686,12 @@ a20956da474443f84cee8f41e8d7e88683a4c124 3.28.5
7ddad2aa6426aa73c09cc8232ecbe0f11bfd5d9c 3.29.2
f5768f140cde2e522be7c14ec180e87865890743 3.29.3
2052a708e92d598936cc84b8eb1030281283d2fc 3.29.4
df3bf737b60e189bfa8e1e365157e8c36bc50ba3 3.29.5
bedf6cb540ca4dd0b099ce3c6b00e1202d48168a 3.30.0
dd445014650dd2c2b6f2561dd13799be7bcd69f1 3.30.1
8b2537520e184d8df7723e98d37f34a8fe7128df 3.31.0
f0007241c4773160b6c2b93a0b56a9617a74389c 3.31.1
955e3a5725f8d47ffc878723281b91aee1210b76 3.32.1
9965ff53bda2cbe0378a32d4d34feb94641116b2 3.32.2
e106c287f71a1f49e681214a20ee26e81f695043 3.31.2
ef46f909341c31472545c693e63d4ad79a3087da 3.31.3
doc/changes/3.30.rst
View file @
75866401
3.30 (2021-03-16)
=================
3.30.1 (2021-07-23)
===================
👷 Bug fixes
-----------
- pin rdflib < 6.0.0 to avoid compatibility issues
🤖 Continuous integration
------------------------
- use image from heptapod registry since r.intra was shut down
3.30.0 (2021-03-16)
===================
New features
------------
...
...
doc/changes/3.31.rst
View file @
75866401
3.31.3 (2021-07-23)
===================
👷 Bug fixes
-----------
- pin rdflib < 6.0.0 to avoid compatibility issues
🤖 Continuous integration
------------------------
- use image from heptapod registry since r.intra was shut down
3.31.2 (2021-07-19)
===================
Bug fixes
---------
- do not consume a lot of time to collect debug data if no one is listening on
debug channels
- fix incomplete merge of previous versions (brings back `write_front`)
3.31.1 (2021-05-18)
===================
...
...
@@ -53,4 +75,4 @@ Various changes
- cleanup: Remove migrations for 3.21 and less
- py3: Rename `raw_input` (that does not exist anymore) to `input`
- tests: create a .nobackup file in the data/database directory
(https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/issues/298)
(https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/issues/298)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment