Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/disable caching for favorites #80

Merged
merged 7 commits into from
Jan 27, 2025

Conversation

MindHunter86
Copy link
Collaborator

No description provided.

dependabot bot and others added 7 commits December 16, 2024 08:50
Bumps [github.com/mailru/easyjson](https://github.com/mailru/easyjson) from 0.7.7 to 0.9.0.
- [Release notes](https://github.com/mailru/easyjson/releases)
- [Commits](mailru/easyjson@v0.7.7...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/mailru/easyjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.1 to 6.6.5.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.6.1...v6.6.5)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/mailru/easyjson](https://github.com/mailru/easyjson)
from 0.7.7 to 0.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mailru/easyjson/releases">github.com/mailru/easyjson's
releases</a>.</em></p>
<blockquote>
<h2>v0.9.0</h2>
<p>up go version and bugfixes</p>
<h2>v0.8.0</h2>
<p>stable version before go version bump</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mailru/easyjson/commit/5e854fb809ec83ff18eb74554fd5c693e28eaadb"><code>5e854fb</code></a>
Merge pull request <a
href="https://github.com/mailru/easyjson/issues/388">#388</a>
from testwill/string</li>
<li><a
href="https://github.com/mailru/easyjson/commit/78171e8003c8117a9183b1b7260239a615ace8a6"><code>78171e8</code></a>
Merge pull request <a
href="https://github.com/mailru/easyjson/issues/396">#396</a>
from SolidShake/fix-null-map-key</li>
<li><a
href="https://github.com/mailru/easyjson/commit/907f46a3eb29e4817ffd234da48438fb0d3cb5b6"><code>907f46a</code></a>
up go version to 1.20</li>
<li><a
href="https://github.com/mailru/easyjson/commit/0e683d55cb7f288d05824e1f01c7a54041db29d1"><code>0e683d5</code></a>
only default tests</li>
<li><a
href="https://github.com/mailru/easyjson/commit/8ef38d7618660af569e7e673c9c052d31faa94bc"><code>8ef38d7</code></a>
upd test version</li>
<li><a
href="https://github.com/mailru/easyjson/commit/c2f6bad9b578ab0fe911dfd58ae80182d803dadf"><code>c2f6bad</code></a>
Merge pull request <a
href="https://github.com/mailru/easyjson/issues/405">#405</a>
from IakovLeven/patch-1</li>
<li><a
href="https://github.com/mailru/easyjson/commit/d48874ae4a005fe308cf62551e7babf7cee61514"><code>d48874a</code></a>
Merge pull request <a
href="https://github.com/mailru/easyjson/issues/381">#381</a>
from niallnsec/master</li>
<li><a
href="https://github.com/mailru/easyjson/commit/46715aab064260bc137b2ee412802f7dee5a6be0"><code>46715aa</code></a>
Fix Unmarshaler interface description</li>
<li><a
href="https://github.com/mailru/easyjson/commit/32296272946138958f1507179d341a69a878e902"><code>3229627</code></a>
Fix null key in map</li>
<li><a
href="https://github.com/mailru/easyjson/commit/34d2f3ad1a4848da7c1422bce917f14038fcee8b"><code>34d2f3a</code></a>
Only add tags to run command if set</li>
<li>Additional commits viewable in <a
href="https://github.com/mailru/easyjson/compare/v0.7.7...v0.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mailru/easyjson&package-manager=go_modules&previous-version=0.7.7&new-version=0.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
…odules/github.com/jedib0t/go-pretty/v6-6.6.5
Bumps
[github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty)
from 6.6.1 to 6.6.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jedib0t/go-pretty/releases">github.com/jedib0t/go-pretty/v6's
releases</a>.</em></p>
<blockquote>
<h2>v6.6.5</h2>
<h2>What's Changed</h2>
<ul>
<li>text: Wrap* should account for display width; fixes <a
href="https://github.com/jedib0t/go-pretty/issues/344">#344</a>
by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://github.com/jedib0t/go-pretty/pull/347">jedib0t/go-pretty#347</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.6.4...v6.6.5">https://github.com/jedib0t/go-pretty/compare/v6.6.4...v6.6.5</a></p>
<h2>v6.6.4</h2>
<h2>What's Changed</h2>
<ul>
<li>table: RowPainterWithAttributes by <a
href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://github.com/jedib0t/go-pretty/pull/346">jedib0t/go-pretty#346</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.4">https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.4</a></p>
<h2>v6.6.3</h2>
<h2>What's Changed</h2>
<ul>
<li>table: ImportGrid to import a 1d or 2d grid as rows by <a
href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://github.com/jedib0t/go-pretty/pull/343">jedib0t/go-pretty#343</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3">https://github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3</a></p>
<h2>v6.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>table: defaults for row/header/footer align/valign; fixes <a
href="https://github.com/jedib0t/go-pretty/issues/340">#340</a>
by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://github.com/jedib0t/go-pretty/pull/341">jedib0t/go-pretty#341</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.6.1...v6.6.2">https://github.com/jedib0t/go-pretty/compare/v6.6.1...v6.6.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/bfe1b7ccedef3e135fcffb34f9888172d0cd992b"><code>bfe1b7c</code></a>
text: Wrap* should account for display width; fixes <a
href="https://github.com/jedib0t/go-pretty/issues/344">#344</a>
(<a
href="https://github.com/jedib0t/go-pretty/issues/347">#347</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/9dfb82e93f90132b8271955c0dc2f2ea36c1404a"><code>9dfb82e</code></a>
table: RowPainterWithAttributes; addresses <a
href="https://github.com/jedib0t/go-pretty/issues/345">#345</a>
(<a
href="https://github.com/jedib0t/go-pretty/issues/346">#346</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/5994546f18481af580601c8e570338bde0431d8d"><code>5994546</code></a>
table: ImportGrid to import a 1d or 2d grid as rows (<a
href="https://github.com/jedib0t/go-pretty/issues/343">#343</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/ada750040aaeebaa1eae47b92108980f5a888f26"><code>ada7500</code></a>
table: defaults for row/header/footer align/valign; fixes <a
href="https://github.com/jedib0t/go-pretty/issues/340">#340</a>
(<a
href="https://github.com/jedib0t/go-pretty/issues/341">#341</a>)</li>
<li>See full diff in <a
href="https://github.com/jedib0t/go-pretty/compare/v6.6.1...v6.6.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jedib0t/go-pretty/v6&package-manager=go_modules&previous-version=6.6.1&new-version=6.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
@MindHunter86 MindHunter86 added the bug Something isn't working label Jan 27, 2025
@MindHunter86 MindHunter86 self-assigned this Jan 27, 2025
@MindHunter86 MindHunter86 changed the title Fix/disable caching for favorites fix/disable caching for favorites Jan 27, 2025
Copy link

deepsource-io bot commented Jan 27, 2025

Here's the code health analysis summary for commits 8107d2a..b2a5d1a. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Docker LogoDocker✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource Go LogoGo✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@MindHunter86 MindHunter86 merged commit 74321e7 into master Jan 27, 2025
6 checks passed
@MindHunter86 MindHunter86 deleted the fix/disable-caching-for-favorites branch January 27, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant