Skip to content

Commit c4054ab

Browse files
author
flow-php
committed
1 parent a8a46f0 commit c4054ab

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

β€Žchangelog/index.htmlβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,13 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
215215
</div>
216216

217217
<section id="changelog" class="py-10 px-2 sm:px-4 mx-auto max-w-screen-xl">
218-
<h2><a id="flow-php-unreleased---2025-03-03" href="#content-unreleased---2025-03-03" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-03-03</h2>
218+
<h2><a id="flow-php-unreleased---2025-03-04" href="#content-unreleased---2025-03-04" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-03-04</h2>
219219
<h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
220220
<ul>
221+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1511">#1511</a> - <strong>Databas to Flow schema converter</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
222+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1511">#1511</a> - <strong>Database table list in CLI</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
223+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1511">#1511</a> - <strong>Database table schema in CLI</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
224+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1511">#1511</a> - <strong>Schema conversion in CLI</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
221225
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1507">#1507</a> - <strong>Add string function BeforeLast with Tests</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/f-lapinski">@f-lapinski</a></li>
222226
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1494">#1494</a> - <strong>afterLast function with test coverage</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/f-lapinski">@f-lapinski</a></li>
223227
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1497">#1497</a> - <strong>DSL for Symfony Http Bridge</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -401,6 +405,7 @@ <h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="t
401405
</ul>
402406
<h3><a id="flow-php-fixed" href="#content-fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
403407
<ul>
408+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1511">#1511</a> - <strong>Too generic names of DbalMetadata keys</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
404409
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1507">#1507</a> - <strong>Fix some variable names in previous functions tests</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/f-lapinski">@f-lapinski</a></li>
405410
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1494">#1494</a> - <strong>Add missing PHPDocs in Chain</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/f-lapinski">@f-lapinski</a></li>
406411
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1499">#1499</a> - <strong>Prevent double ETL evaluation in buffered response</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

β€Ždocumentation/components/cli/docs/index.htmlβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,10 @@ <h2><a id="flow-php-installation" href="#content-installation" class="mr-2" aria
396396
<pre class="language-plain"><code class="language-plain" data-controller="syntax-highlight">composer global require flow-php/cli
397397
</code></pre>
398398
<p>Now you can run the CLI using the <code>flow</code> command.</p>
399+
<h3><a id="flow-php-docker" href="#content-docker" class="mr-2" aria-hidden="true" title="Permalink">#</a>Docker</h3>
400+
<p>Flow CLI application is also available as a docker image:</p>
401+
<pre class="language-shell"><code class="language-shell" data-controller="syntax-highlight">docker run -v $(pwd):/flow-workspace -it ghcr.io/flow-php/flow:latest --version
402+
</code></pre>
399403
<h2><a id="flow-php-commands" href="#content-commands" class="mr-2" aria-hidden="true" title="Permalink">#</a>Commands</h2>
400404
<h3><a id="flow-php-config" href="#content-config" class="mr-2" aria-hidden="true" title="Permalink">#</a>Config</h3>
401405
<p>All Flow CLI Commands can be configured using <code>--config</code> option. The option accepts a path to a configuration file in php that returns an Config or ConfigBuilder instance.</p>

β€Žsitemap.blog.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>

β€Žsitemap.default.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>

β€Žsitemap.documentation.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žsitemap.examples.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žsitemap.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-03-04T15:55:43+00:00</lastmod></sitemap></sitemapindex>
1+
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-03-04T19:26:46+00:00</lastmod></sitemap></sitemapindex>

0 commit comments

Comments
Β (0)