Skip to content

Commit a7fd7d6

Browse files
committed
[BOT] post-merge updates
1 parent e06b1fe commit a7fd7d6

4 files changed

Lines changed: 30 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ addon | version | maintainers | summary
3838
[graphql_base](graphql_base/) | 16.0.1.0.2 | <a href='https://github.com/sbidoul'><img src='https://github.com/sbidoul.png' width='32' height='32' style='border-radius:50%;' alt='sbidoul'/></a> | Base GraphQL/GraphiQL controller
3939
[graphql_demo](graphql_demo/) | 16.0.1.0.1 | <a href='https://github.com/sbidoul'><img src='https://github.com/sbidoul.png' width='32' height='32' style='border-radius:50%;' alt='sbidoul'/></a> | GraphQL Demo
4040
[pydantic](pydantic/) | 16.0.1.0.0 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Utility addon to ease mapping between Pydantic and Odoo models
41-
[rest_log](rest_log/) | 16.0.1.0.3 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> | Track REST API calls into DB
41+
[rest_log](rest_log/) | 16.0.1.0.4 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> | Track REST API calls into DB
4242

4343

4444
Unported addons

rest_log/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
========
26
REST Log
37
========
@@ -7,13 +11,13 @@ REST Log
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:ed7eb7cec756c78c39eb3dc04ca382ea64926defada6d97aa72e859db389d8b2
14+
!! source digest: sha256:56015513823c9ffdfc3bc573b52b4f1d3a39383d92f21e9eb930450b51f83d83
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github

rest_log/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "REST Log",
77
"summary": "Track REST API calls into DB",
8-
"version": "16.0.1.0.3",
8+
"version": "16.0.1.0.4",
99
"development_status": "Beta",
1010
"website": "https://github.com/OCA/rest-framework",
1111
"author": "Camptocamp, ACSONE, Odoo Community Association (OCA)",

rest_log/static/description/index.html

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>REST Log</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="rest-log">
364-
<h1 class="title">REST Log</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="rest-log">
370+
<h1>REST Log</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:ed7eb7cec756c78c39eb3dc04ca382ea64926defada6d97aa72e859db389d8b2
375+
!! source digest: sha256:56015513823c9ffdfc3bc573b52b4f1d3a39383d92f21e9eb930450b51f83d83
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/rest-framework/tree/16.0/rest_log"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-rest_log"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/rest-framework/tree/16.0/rest_log"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-rest_log"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>When exposing REST services is often useful to see what’s happening
374379
especially in case of errors.</p>
375380
<p>This module add DB logging for REST requests.
@@ -400,9 +405,9 @@ <h1 class="title">REST Log</h1>
400405
</ul>
401406
</div>
402407
<div class="section" id="configuration">
403-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
408+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
404409
<div class="section" id="logs-retention">
405-
<h2><a class="toc-backref" href="#toc-entry-2">Logs retention</a></h2>
410+
<h3><a class="toc-backref" href="#toc-entry-2">Logs retention</a></h3>
406411
<p>Logs are kept in database for every REST requests made by a client application.
407412
They can be used for debugging and monitoring of the activity.</p>
408413
<p>The Logs menu is shown only with Developer tools (<tt class="docutils literal"><span class="pre">?debug=1</span></tt>) activated.</p>
@@ -413,7 +418,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">Logs retention</a></h2>
413418
<p>Logged data is: request URL and method, parameters, headers, result or error.</p>
414419
</div>
415420
<div class="section" id="logs-activation">
416-
<h2><a class="toc-backref" href="#toc-entry-3">Logs activation</a></h2>
421+
<h3><a class="toc-backref" href="#toc-entry-3">Logs activation</a></h3>
417422
<p>You have 2 ways to activate logging:</p>
418423
<ul class="simple">
419424
<li>on the service component set <cite>_log_calls_in_db = True</cite></li>
@@ -430,38 +435,38 @@ <h2><a class="toc-backref" href="#toc-entry-3">Logs activation</a></h2>
430435
</div>
431436
</div>
432437
<div class="section" id="changelog">
433-
<h1><a class="toc-backref" href="#toc-entry-4">Changelog</a></h1>
438+
<h2><a class="toc-backref" href="#toc-entry-4">Changelog</a></h2>
434439
<div class="section" id="section-1">
435-
<h2><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0</a></h2>
440+
<h3><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0</a></h3>
436441
<p>First official version.</p>
437442
</div>
438443
</div>
439444
<div class="section" id="bug-tracker">
440-
<h1><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h1>
445+
<h2><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h2>
441446
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rest-framework/issues">GitHub Issues</a>.
442447
In case of trouble, please check there if your issue has already been reported.
443448
If you spotted it first, help us to smash it by providing a detailed and welcomed
444449
<a class="reference external" href="https://github.com/OCA/rest-framework/issues/new?body=module:%20rest_log%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
445450
<p>Do not contact contributors directly about support or help with technical issues.</p>
446451
</div>
447452
<div class="section" id="credits">
448-
<h1><a class="toc-backref" href="#toc-entry-7">Credits</a></h1>
453+
<h2><a class="toc-backref" href="#toc-entry-7">Credits</a></h2>
449454
<div class="section" id="authors">
450-
<h2><a class="toc-backref" href="#toc-entry-8">Authors</a></h2>
455+
<h3><a class="toc-backref" href="#toc-entry-8">Authors</a></h3>
451456
<ul class="simple">
452457
<li>Camptocamp</li>
453458
<li>ACSONE</li>
454459
</ul>
455460
</div>
456461
<div class="section" id="contributors">
457-
<h2><a class="toc-backref" href="#toc-entry-9">Contributors</a></h2>
462+
<h3><a class="toc-backref" href="#toc-entry-9">Contributors</a></h3>
458463
<ul class="simple">
459464
<li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li>
460465
<li>Simone Orsi &lt;<a class="reference external" href="mailto:simahawk&#64;gmail.com">simahawk&#64;gmail.com</a>&gt;</li>
461466
</ul>
462467
</div>
463468
<div class="section" id="other-credits">
464-
<h2><a class="toc-backref" href="#toc-entry-10">Other credits</a></h2>
469+
<h3><a class="toc-backref" href="#toc-entry-10">Other credits</a></h3>
465470
<p><strong>Financial support</strong></p>
466471
<ul class="simple">
467472
<li>Cosanum</li>
@@ -470,7 +475,7 @@ <h2><a class="toc-backref" href="#toc-entry-10">Other credits</a></h2>
470475
</ul>
471476
</div>
472477
<div class="section" id="maintainers">
473-
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
478+
<h3><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h3>
474479
<p>This module is maintained by the OCA.</p>
475480
<a class="reference external image-reference" href="https://odoo-community.org">
476481
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -485,5 +490,6 @@ <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
485490
</div>
486491
</div>
487492
</div>
493+
</div>
488494
</body>
489495
</html>

0 commit comments

Comments
 (0)