Skip to content

Commit

Permalink
Deployed c7047ec with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3liz-bot committed Jul 25, 2024
1 parent 5dbe551 commit 364cf1e
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 41 deletions.
78 changes: 64 additions & 14 deletions CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,11 @@
</li>

<li class="md-nav__item">
<a href="#070-2023-07-25" class="md-nav__link">
0.7.0 - 2023-07-25
<a href="#080-2024-07-25" class="md-nav__link">
0.8.0 - 2024-07-25
</a>

<nav class="md-nav" aria-label="0.7.0 - 2023-07-25">
<nav class="md-nav" aria-label="0.8.0 - 2024-07-25">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -431,6 +431,40 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#070-2023-07-25" class="md-nav__link">
0.7.0 - 2023-07-25
</a>

<nav class="md-nav" aria-label="0.7.0 - 2023-07-25">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
Changed
</a>

</li>

<li class="md-nav__item">
<a href="#added_1" class="md-nav__link">
Added
</a>

</li>

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand All @@ -442,7 +476,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
<a href="#changed_2" class="md-nav__link">
Changed
</a>

Expand All @@ -462,7 +496,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#added_1" class="md-nav__link">
<a href="#added_2" class="md-nav__link">
Added
</a>

Expand All @@ -482,14 +516,14 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#added_2" class="md-nav__link">
<a href="#added_3" class="md-nav__link">
Added
</a>

</li>

<li class="md-nav__item">
<a href="#changed_2" class="md-nav__link">
<a href="#changed_3" class="md-nav__link">
Changed
</a>

Expand Down Expand Up @@ -561,39 +595,55 @@

<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">#</a></h1>
<h2 id="unreleased">Unreleased<a class="headerlink" href="#unreleased" title="Permanent link">#</a></h2>
<h2 id="070-2023-07-25">0.7.0 - 2023-07-25<a class="headerlink" href="#070-2023-07-25" title="Permanent link">#</a></h2>
<h2 id="080-2024-07-25">0.8.0 - 2024-07-25<a class="headerlink" href="#080-2024-07-25" title="Permanent link">#</a></h2>
<h3 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent link">#</a></h3>
<ul>
<li>Compatibility for Lizmap Web Client 3.6 &amp; 3.7 - Remove compatibility for Lizmap Web Client 3.5</li>
<li>Exclude some files from the Composer package</li>
</ul>
<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">#</a></h3>
<ul>
<li>User authentication - Allow the use of Basic authentication for /user/login endpoint</li>
<li>When using SAML authentication protocol, add synchronization of Roles and SI
(feature taken from the old deprecated module gobs)</li>
</ul>
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">#</a></h3>
<ul>
<li>Tools - Better errors catchment when executing SQL queries</li>
</ul>
<h2 id="070-2023-07-25">0.7.0 - 2023-07-25<a class="headerlink" href="#070-2023-07-25" title="Permanent link">#</a></h2>
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">#</a></h3>
<ul>
<li>Projects - remove the link between Lizmap projects and G-Obs project &amp; use the project table</li>
<li>Observations - Restrict read &amp; write access based on the user accessible project views</li>
</ul>
<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">#</a></h3>
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">#</a></h3>
<ul>
<li>Plugin Lizmap compatibility - Add a way to get Lizmap Web Client metadata from G-Obs API</li>
</ul>
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">#</a></h3>
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">#</a></h3>
<ul>
<li>Ensure the entry point <code>gobsapi.php</code> is overwritten on each version upgrade</li>
</ul>
<h2 id="060-2023-03-27">0.6.0 - 2023-03-27<a class="headerlink" href="#060-2023-03-27" title="Permanent link">#</a></h2>
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">#</a></h3>
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">#</a></h3>
<ul>
<li>Indicator - Move the dimensions characteristics into a new dedicated table <code>dimension</code></li>
</ul>
<h2 id="051-2023-02-21">0.5.1 - 2023-02-21<a class="headerlink" href="#051-2023-02-21" title="Permanent link">#</a></h2>
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">#</a></h3>
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">#</a></h3>
<ul>
<li>Observation - Allow to create an observation by passing a spatial object reference
The API will not create a new dedicated spatial object to reference the observation
but will use the given spatial object</li>
</ul>
<h2 id="050-2022-11-02">0.5.0 - 2022-11-02<a class="headerlink" href="#050-2022-11-02" title="Permanent link">#</a></h2>
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">#</a></h3>
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">#</a></h3>
<ul>
<li>Observation - Respect and use the given <code>UUID</code> when creating a new observation
instead of always generate a new one</li>
</ul>
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">#</a></h3>
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">#</a></h3>
<ul>
<li>Installation - improve the installation process and adapt the code for LWC &gt;= 3.5</li>
<li>Logs - Add the user login as a prefix in the API logs if available</li>
Expand Down
126 changes: 105 additions & 21 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,11 @@
</li>

<li class="md-nav__item">
<a href="#070-2023-07-25" class="md-nav__link">
0.7.0 - 2023-07-25
<a href="#080-2024-07-25" class="md-nav__link">
0.8.0 - 2024-07-25
</a>

<nav class="md-nav" aria-label="0.7.0 - 2023-07-25">
<nav class="md-nav" aria-label="0.8.0 - 2024-07-25">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -435,6 +435,40 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#070-2023-07-25" class="md-nav__link">
0.7.0 - 2023-07-25
</a>

<nav class="md-nav" aria-label="0.7.0 - 2023-07-25">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
Changed
</a>

</li>

<li class="md-nav__item">
<a href="#added_1" class="md-nav__link">
Added
</a>

</li>

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand All @@ -446,7 +480,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
<a href="#changed_2" class="md-nav__link">
Changed
</a>

Expand All @@ -466,7 +500,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#added_1" class="md-nav__link">
<a href="#added_2" class="md-nav__link">
Added
</a>

Expand All @@ -486,14 +520,14 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#added_2" class="md-nav__link">
<a href="#added_3" class="md-nav__link">
Added
</a>

</li>

<li class="md-nav__item">
<a href="#changed_2" class="md-nav__link">
<a href="#changed_3" class="md-nav__link">
Changed
</a>

Expand Down Expand Up @@ -589,11 +623,11 @@
</li>

<li class="md-nav__item">
<a href="#070-2023-07-25" class="md-nav__link">
0.7.0 - 2023-07-25
<a href="#080-2024-07-25" class="md-nav__link">
0.8.0 - 2024-07-25
</a>

<nav class="md-nav" aria-label="0.7.0 - 2023-07-25">
<nav class="md-nav" aria-label="0.8.0 - 2024-07-25">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -620,6 +654,40 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#070-2023-07-25" class="md-nav__link">
0.7.0 - 2023-07-25
</a>

<nav class="md-nav" aria-label="0.7.0 - 2023-07-25">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
Changed
</a>

</li>

<li class="md-nav__item">
<a href="#added_1" class="md-nav__link">
Added
</a>

</li>

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand All @@ -631,7 +699,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#changed_1" class="md-nav__link">
<a href="#changed_2" class="md-nav__link">
Changed
</a>

Expand All @@ -651,7 +719,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#added_1" class="md-nav__link">
<a href="#added_2" class="md-nav__link">
Added
</a>

Expand All @@ -671,14 +739,14 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#added_2" class="md-nav__link">
<a href="#added_3" class="md-nav__link">
Added
</a>

</li>

<li class="md-nav__item">
<a href="#changed_2" class="md-nav__link">
<a href="#changed_3" class="md-nav__link">
Changed
</a>

Expand Down Expand Up @@ -755,39 +823,55 @@

<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">#</a></h1>
<h2 id="unreleased">Unreleased<a class="headerlink" href="#unreleased" title="Permanent link">#</a></h2>
<h2 id="070-2023-07-25">0.7.0 - 2023-07-25<a class="headerlink" href="#070-2023-07-25" title="Permanent link">#</a></h2>
<h2 id="080-2024-07-25">0.8.0 - 2024-07-25<a class="headerlink" href="#080-2024-07-25" title="Permanent link">#</a></h2>
<h3 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent link">#</a></h3>
<ul>
<li>Compatibility for Lizmap Web Client 3.6 &amp; 3.7 - Remove compatibility for Lizmap Web Client 3.5</li>
<li>Exclude some files from the Composer package</li>
</ul>
<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">#</a></h3>
<ul>
<li>User authentication - Allow the use of Basic authentication for /user/login endpoint</li>
<li>When using SAML authentication protocol, add synchronization of Roles and SI
(feature taken from the old deprecated module gobs)</li>
</ul>
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">#</a></h3>
<ul>
<li>Tools - Better errors catchment when executing SQL queries</li>
</ul>
<h2 id="070-2023-07-25">0.7.0 - 2023-07-25<a class="headerlink" href="#070-2023-07-25" title="Permanent link">#</a></h2>
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">#</a></h3>
<ul>
<li>Projects - remove the link between Lizmap projects and G-Obs project &amp; use the project table</li>
<li>Observations - Restrict read &amp; write access based on the user accessible project views</li>
</ul>
<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">#</a></h3>
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">#</a></h3>
<ul>
<li>Plugin Lizmap compatibility - Add a way to get Lizmap Web Client metadata from G-Obs API</li>
</ul>
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">#</a></h3>
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">#</a></h3>
<ul>
<li>Ensure the entry point <code>gobsapi.php</code> is overwritten on each version upgrade</li>
</ul>
<h2 id="060-2023-03-27">0.6.0 - 2023-03-27<a class="headerlink" href="#060-2023-03-27" title="Permanent link">#</a></h2>
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">#</a></h3>
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">#</a></h3>
<ul>
<li>Indicator - Move the dimensions characteristics into a new dedicated table <code>dimension</code></li>
</ul>
<h2 id="051-2023-02-21">0.5.1 - 2023-02-21<a class="headerlink" href="#051-2023-02-21" title="Permanent link">#</a></h2>
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">#</a></h3>
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">#</a></h3>
<ul>
<li>Observation - Allow to create an observation by passing a spatial object reference
The API will not create a new dedicated spatial object to reference the observation
but will use the given spatial object</li>
</ul>
<h2 id="050-2022-11-02">0.5.0 - 2022-11-02<a class="headerlink" href="#050-2022-11-02" title="Permanent link">#</a></h2>
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">#</a></h3>
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">#</a></h3>
<ul>
<li>Observation - Respect and use the given <code>UUID</code> when creating a new observation
instead of always generate a new one</li>
</ul>
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">#</a></h3>
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">#</a></h3>
<ul>
<li>Installation - improve the installation process and adapt the code for LWC &gt;= 3.5</li>
<li>Logs - Add the user login as a prefix in the API logs if available</li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 364cf1e

Please sign in to comment.