Commit Graph
19 Commits
Author SHA1 Message Date
Yannick Vaucher f046b4844f Bump version 2021-12-02 16:03:33 +01:00
Yannick Vaucher 9fe2e91757 Fix Backport support of 'labs' RUNNING_ENV 2021-12-02 16:01:59 +01:00
Yannick Vaucher 6713fe25fb Backport support of 'labs' RUNNING_ENV 2021-11-16 14:24:27 +01:00
Yannick Vaucher d01f07ea59 Bump version 2021-11-15 16:13:28 +01:00
Yannick VaucherandGitHub b8072fa832 Merge pull request #298 from camptocamp/10.0-bp-cloud_platform_azure
[10.0] cloud_platform_azure: Backport from 13.0 to 10.0
2021-11-15 16:06:08 +01:00
Yannick VaucherandGitHub 78301ff808 Merge pull request #314 from camptocamp/10.0-bp-attachment_azure-containername
[10.0][IMP] attachment_azure: Write and read storage name along filename for extended usability
2021-11-15 16:03:53 +01:00
Yannick Vaucher 05793e8b38 [MIG] cloud_platform_azure: Backport from 13.0 to 10.0 2021-11-15 14:38:27 +01:00
Yannick VaucherandGitHub f5250f472b Merge pull request #292 from camptocamp/10.0-bp-monitoring_prometheus
[10.0] Backport monitoring_prometheus from 13.0
2021-11-15 14:34:40 +01:00
Yannick Vaucher 4223e926f8 Backport monitoring_prometheus from 13.0 2021-11-15 12:47:20 +01:00
Yannick Vaucher 35cc8297b2 Travis build only on master branches
Avoid duplicate build on branches created for pull requests
2021-11-15 12:35:45 +01:00
Yannick VaucherandGitHub cb79a4e591 Merge pull request #296 from camptocamp/10.0-bp-cloud-abstract
[10.0] Backport of cloud abstraction
2021-11-15 12:25:32 +01:00
Yannick VaucherandGitHub ff551a4318 Merge pull request #302 from camptocamp/10.0-bp-redis-url
[10.0][IMP] session_redis: allow configuring Redis URL instead of host & port.
2021-11-15 10:18:07 +01:00
Yannick VaucherandGitHub a7d23406d3 Merge pull request #285 from nilshamerlinck/10.0-backport-attachment_azure
[MIG] attachment_azure: Backport from 11.0 to 10.0
2021-11-11 18:37:45 +01:00
Yannick VaucherandGitHub ede68ba355 Merge pull request #120 from leemannd/10_remove_useless_log
[10.0] Add description to model
2019-12-10 10:59:45 +01:00
Yannick VaucherandGitHub 43bbbe9822 Merge pull request #33 from yvaucher/fix-check-session_token
Fix session check crash due to odoo recent change [1]
2018-04-09 14:41:35 +02:00
Yannick Vaucher 697f5ae58f Fix session check crash due to odoo recent change [1]
Odoo introduced a token on 2018-03-19, this token is
used for checking the rights.

The token itself is generated from data as a hash.
The redis_session module handle it correctly by saving it aside other
data in json format. Nevertheless, when reading it, from json format,
it forces all strings to unicode whereas some dumped string where str.

Thus it fails on comparison between str and unicode.

This fix solves it by always using token in unicode format.

[1] https://github.com/odoo/odoo/pull/22612
2018-04-05 18:57:31 +02:00
Yannick VaucherandGitHub 3b1a0f4d8e Add travis badge on readme 2018-01-03 11:27:29 +01:00
Yannick VaucherandGitHub 49ddc76ec3 Restore Param list for Storage S3 2017-11-16 13:22:15 +01:00
Yannick Vaucher a3c0322982 Add AWS_REGION to connect to bucket with specific region 2017-11-13 16:29:01 +01:00