Skip to content

Commit

Permalink
publish: Add Ubuntu 24.04 cozy-stack packages
Browse files Browse the repository at this point in the history
generated from commit b2d4b2f
  • Loading branch information
Travis CI User committed Sep 10, 2024
1 parent ae0cca7 commit 8aca7e1
Show file tree
Hide file tree
Showing 11 changed files with 845 additions and 737 deletions.
55 changes: 30 additions & 25 deletions en/cozy-device-helper/CHANGELOG/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion en/cozy-device-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cozy-device-helper",
"description": "To know more information about the device platform",
"version": "3.0.0",
"version": "3.1.0",
"author": "Cozy",
"bugs": {
"url": "https://github.com/cozy/cozy-libs/issues"
Expand Down
4 changes: 4 additions & 0 deletions en/cozy-device-helper/src/flagship.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface FlagshipMetadata {
biometry_type?: BiometryType
immersive?: boolean
navbarHeight?: number
offline_available?: boolean
platform?: Record<string, unknown>
route?: FlagshipRoutes
settings_PINEnabled?: boolean
Expand All @@ -40,3 +41,6 @@ export const getFlagshipMetadata = (): FlagshipMetadata =>

export const isFlagshipApp = (): boolean =>
getGlobalWindow()?.cozy?.flagship !== undefined

export const isFlagshipOfflineSupported = (): boolean =>
getGlobalWindow()?.cozy?.flagship?.offline_available
6 changes: 5 additions & 1 deletion en/cozy-device-helper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ export { isCordova } from './cordova'
export { nativeLinkOpen } from './link'
export { openDeeplinkOrRedirect } from './deeplink'

export { isFlagshipApp, getFlagshipMetadata } from './flagship'
export {
isFlagshipApp,
isFlagshipOfflineSupported,
getFlagshipMetadata
} from './flagship'
45 changes: 27 additions & 18 deletions en/cozy-realtime/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3245,6 +3245,13 @@
<label class="md-nav__title" for="__toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>

<li class="md-nav__item">
<a href="#502-2024-09-09" title="5.0.2 (2024-09-09)" class="md-nav__link">
5.0.2 (2024-09-09)
</a>

</li>

<li class="md-nav__item">
<a href="#501-2024-05-31" title="5.0.1 (2024-05-31)" class="md-nav__link">
5.0.1 (2024-05-31)
Expand Down Expand Up @@ -3274,6 +3281,8 @@
<h1 id="change-log">Change Log<a class="headerlink" href="#change-log" title="Permanent link">&para;</a></h1>
<p>All notable changes to this project will be documented in this file.
See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
<h2 id="502-2024-09-09">5.0.2 (2024-09-09)<a class="headerlink" href="#502-2024-09-09" title="Permanent link">&para;</a></h2>
<p><strong>Note:</strong> Version bump only for package cozy-realtime</p>
<h2 id="501-2024-05-31">5.0.1 (2024-05-31)<a class="headerlink" href="#501-2024-05-31" title="Permanent link">&para;</a></h2>
<p><strong>Note:</strong> Version bump only for package cozy-realtime</p>
<h1 id="500-2023-08-23">5.0.0 (2023-08-23)<a class="headerlink" href="#500-2023-08-23" title="Permanent link">&para;</a></h1>
Expand Down Expand Up @@ -3376,24 +3385,24 @@ <h3 id="features_7">Features<a class="headerlink" href="#features_7" title="Perm
<h3 id="breaking-changes_1">BREAKING CHANGES<a class="headerlink" href="#breaking-changes_1" title="Permanent link">&para;</a></h3>
<ul>
<li><strong>eslint:</strong> Most errors are not auto fixable,
if needed, use // disable-next-line</li>
if needed, use // disable-next-line</li>
</ul>
<p>Or insert in .eslintrc:
{
&ldquo;rules&rdquo;: {
&ldquo;promise/always-return&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-return-wrap&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/param-names&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/catch-or-return&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-native&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-nesting&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-promise-in-callback&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-callback-in-promise&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/avoid-new&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-new-statics&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-return-in-finally&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/valid-params&rdquo;: &ldquo;warn&rdquo;
}
&ldquo;rules&rdquo;: {
&ldquo;promise/always-return&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-return-wrap&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/param-names&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/catch-or-return&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-native&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-nesting&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-promise-in-callback&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-callback-in-promise&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/avoid-new&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-new-statics&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/no-return-in-finally&rdquo;: &ldquo;warn&rdquo;,
&ldquo;promise/valid-params&rdquo;: &ldquo;warn&rdquo;
}
}</p>
<h2 id="3144-2022-01-06"><a href="https://github.com/cozy/cozy-libs/compare/[email protected]@3.14.4">3.14.4</a> (2022-01-06)<a class="headerlink" href="#3144-2022-01-06" title="Permanent link">&para;</a></h2>
<p><strong>Note:</strong> Version bump only for package cozy-realtime</p>
Expand Down Expand Up @@ -3580,17 +3589,17 @@ <h3 id="features_21">Features<a class="headerlink" href="#features_21" title="Pe
<li>
<p>Deprecate options.cozyClient, use options.client (<a href="https://github.com/cozy/cozy-libs/commit/ed3f8ad">ed3f8ad</a>)</p>
<p><a name="3.0.1"></a></p>
<h2 id="301-2019-05-09"><a href="https://github.com/cozy/cozy-libs/compare/[email protected]@3.0.1">3.0.1</a> (2019-05-09)<a class="headerlink" href="#301-2019-05-09" title="Permanent link">&para;</a></h2>
</li>
</ul>
<h2 id="301-2019-05-09"><a href="https://github.com/cozy/cozy-libs/compare/[email protected]@3.0.1">3.0.1</a> (2019-05-09)<a class="headerlink" href="#301-2019-05-09" title="Permanent link">&para;</a></h2>
<h3 id="bug-fixes_16">Bug Fixes<a class="headerlink" href="#bug-fixes_16" title="Permanent link">&para;</a></h3>
<ul>
<li>
<p><strong>Realtime:</strong> Bump version to 3.0.0 (<a href="https://github.com/cozy/cozy-libs/commit/1396f2f">1396f2f</a>)</p>
<p><a name="2.1.0"></a></p>
<h1 id="210-2019-05-09">2.1.0 (2019-05-09)<a class="headerlink" href="#210-2019-05-09" title="Permanent link">&para;</a></h1>
</li>
</ul>
<h1 id="210-2019-05-09">2.1.0 (2019-05-09)<a class="headerlink" href="#210-2019-05-09" title="Permanent link">&para;</a></h1>
<h3 id="bug-fixes_17">Bug Fixes<a class="headerlink" href="#bug-fixes_17" title="Permanent link">&para;</a></h3>
<ul>
<li><strong>Realtime:</strong> Complexifies the emission of the event (<a href="https://github.com/cozy/cozy-libs/commit/abd545b">abd545b</a>)</li>
Expand Down Expand Up @@ -3651,7 +3660,7 @@ <h3 id="bug-fixes_19">Bug Fixes<a class="headerlink" href="#bug-fixes_19" title=
<li><strong>realtime:</strong> <img alt="💅" class="emojione" src="https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/png/1f485.png" title=":nail_care:" /> Use only global cozySocket (<a href="https://github.com/cozy/cozy-libs/commit/d3b62e0">d3b62e0</a>)</li>
<li><strong>realtime:</strong> <img alt="🔧" class="emojione" src="https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/png/1f527.png" title=":wrench:" /> Minor review changes (<a href="https://github.com/cozy/cozy-libs/commit/fbc7dfa">fbc7dfa</a>)</li>
<li><strong>realtime:</strong> <img alt="🔧" class="emojione" src="https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/png/1f527.png" title=":wrench:" /> Reorder subscribeWhenReady arguments (<a href="https://github.com/cozy/cozy-libs/commit/40b81dc">40b81dc</a>)</li>
<li><strong>realtime:</strong> 💅 Add max poll tries + tests to subscribeWhenReady (<a href="https://github.com/cozy/cozy-libs/commit/3849ac6">3849ac6</a>)</li>
<li><strong>realtime:</strong> 💅 Add max poll tries + tests to subscribeWhenReady (<a href="https://github.com/cozy/cozy-libs/commit/3849ac6">3849ac6</a>)</li>
</ul>
<h3 id="code-refactoring">Code Refactoring<a class="headerlink" href="#code-refactoring" title="Permanent link">&para;</a></h3>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions en/cozy-realtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-realtime",
"version": "5.0.1",
"version": "5.0.2",
"description": "Realtime interactions with cozy-stack using Websocket",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"@cozy/minilog": "^1.0.0",
"cozy-device-helper": "^3.0.0"
"cozy-device-helper": "^3.1.0"
}
}
4 changes: 2 additions & 2 deletions en/cozy-stack/INSTALL/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3485,8 +3485,8 @@ <h4 id="download-an-official-release">Download an official release<a class="head
<code>cozy-stack version</code> should show you the version if every thing is right.</p>
<h4 id="compile-the-binary-using-go">Compile the binary using <code>go</code><a class="headerlink" href="#compile-the-binary-using-go" title="Permanent link">&para;</a></h4>
<p>You can compile a <code>cozy-stack</code> from the source.
First, you need to <a href="https://golang.org/doc/install">install go</a>, version &gt;= 1.19. With <code>go</code>
installed and configured, you can run the following commands:</p>
First, you need to <a href="https://golang.org/doc/install">install go</a>, version &gt;=
1.21. With <code>go</code> installed and configured, you can run the following commands:</p>
<div class="codehilite"><pre><span></span>git clone [email protected]:cozy/cozy-stack.git
cd cozy-stack
make
Expand Down
Loading

0 comments on commit 8aca7e1

Please sign in to comment.