mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
64c1527213
10 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Jaanus Sellin
|
6fe3d0ae5a
|
fix: fix path-scurry resolution (#3488) | ||
renovate[bot]
|
2e559e1716
|
chore(deps): update dependency minimist to v1.2.8 (#3446)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [minimist](https://togithub.com/minimistjs/minimist) | [`1.2.7` -> `1.2.8`](https://renovatebot.com/diffs/npm/minimist/1.2.7/1.2.8) | [![age](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/compatibility-slim/1.2.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/confidence-slim/1.2.7)](https://docs.renovatebot.com/merge-confidence/) | | [minimist](https://togithub.com/minimistjs/minimist) | [`1.2.6` -> `1.2.8`](https://renovatebot.com/diffs/npm/minimist/1.2.6/1.2.8) | [![age](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/compatibility-slim/1.2.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/minimist/1.2.8/confidence-slim/1.2.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>minimistjs/minimist</summary> ### [`v1.2.8`](https://togithub.com/minimistjs/minimist/blob/HEAD/CHANGELOG.md#v128-httpsgithubcomminimistjsminimistcomparev127v128---2023-02-09) [Compare Source](https://togithub.com/minimistjs/minimist/compare/v1.2.7...v1.2.8) ##### Merged - \[Fix] Fix long option followed by single dash [`#17`](https://togithub.com/minimistjs/minimist/pull/17) - \[Tests] Remove duplicate test [`#12`](https://togithub.com/minimistjs/minimist/pull/12) - \[Fix] opt.string works with multiple aliases [`#10`](https://togithub.com/minimistjs/minimist/pull/10) ##### Fixed - \[Fix] Fix long option followed by single dash ([#​17](https://togithub.com/minimistjs/minimist/issues/17)) [`#15`](https://togithub.com/minimistjs/minimist/issues/15) - \[Tests] Remove duplicate test ([#​12](https://togithub.com/minimistjs/minimist/issues/12)) [`#8`](https://togithub.com/minimistjs/minimist/issues/8) - \[Fix] Fix long option followed by single dash [`#15`](https://togithub.com/minimistjs/minimist/issues/15) - \[Fix] opt.string works with multiple aliases ([#​10](https://togithub.com/minimistjs/minimist/issues/10)) [`#9`](https://togithub.com/minimistjs/minimist/issues/9) - \[Fix] Fix handling of short option with non-trivial equals [`#5`](https://togithub.com/minimistjs/minimist/issues/5) - \[Tests] Remove duplicate test [`#8`](https://togithub.com/minimistjs/minimist/issues/8) - \[Fix] opt.string works with multiple aliases [`#9`](https://togithub.com/minimistjs/minimist/issues/9) ##### Commits - Merge tag 'v0.2.3' [`a026794`]( |
||
dependabot[bot]
|
5e43eb1880
|
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docker (#3303) | ||
dependabot[bot]
|
80d95b42a7
|
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /docker (#3045)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e9809c0ff0
|
chore(deps): bump knex from 2.2.0 to 2.4.0 in /docker (#2869)
Bumps [knex](https://github.com/knex/knex) from 2.2.0 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/knex/knex/releases">knex's releases</a>.</em></p> <blockquote> <h2>2.4.0</h2> <h3>New features:</h3> <ul> <li>Support partial unique indexes <a href="https://github-redirect.dependabot.com/knex/knex/issues/5316">#5316</a></li> <li>Make compiling SQL in error message optional <a href="https://github-redirect.dependabot.com/knex/knex/issues/5282">#5282</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Insert array into json column <a href="https://github-redirect.dependabot.com/knex/knex/issues/5321">#5321</a></li> <li>Fix unexpected max acquire-timeout <a href="https://github-redirect.dependabot.com/knex/knex/issues/5377">#5377</a></li> <li>Fix: orWhereJson <a href="https://github-redirect.dependabot.com/knex/knex/issues/5361">#5361</a></li> <li>MySQL: Add assertion for basic where clause not to be object or array <a href="https://github-redirect.dependabot.com/knex/knex/issues/1227">#1227</a></li> <li>SQLite: Fix changing the default value of a boolean column in SQLite <a href="https://github-redirect.dependabot.com/knex/knex/issues/5319">#5319</a></li> </ul> <h3>Typings:</h3> <ul> <li>add missing type for 'expirationChecker' on PgConnectionConfig <a href="https://github-redirect.dependabot.com/knex/knex/issues/5334">#5334</a></li> </ul> <h2>2.3.0</h2> <h3>New features:</h3> <ul> <li>PostgreSQL: Explicit jsonb support for custom pg clients <a href="https://github-redirect.dependabot.com/knex/knex/issues/5201">#5201</a></li> <li>SQLite: Support returning with sqlite3 and better-sqlite3 <a href="https://github-redirect.dependabot.com/knex/knex/issues/5285">#5285</a></li> <li>MSSQL: Implement mapBinding mssql dialect option <a href="https://github-redirect.dependabot.com/knex/knex/issues/5292">#5292</a></li> </ul> <h3>Typings:</h3> <ul> <li>Update types for TS 4.8 <a href="https://github-redirect.dependabot.com/knex/knex/issues/5279">#5279</a></li> <li>Fix typo <a href="https://github-redirect.dependabot.com/knex/knex/issues/5267">#5267</a></li> <li>Fix WhereJsonObject withCompositeTableType <a href="https://github-redirect.dependabot.com/knex/knex/issues/5306">#5306</a></li> <li>Fix AnalyticFunction type <a href="https://github-redirect.dependabot.com/knex/knex/issues/5304">#5304</a></li> <li>Infer specific column value type in aggregations <a href="https://github-redirect.dependabot.com/knex/knex/issues/5297">#5297</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/knex/knex/blob/master/CHANGELOG.md">knex's changelog</a>.</em></p> <blockquote> <h1>2.4.0 - 06 January, 2022</h1> <h3>New features:</h3> <ul> <li>Support partial unique indexes <a href="https://github-redirect.dependabot.com/knex/knex/issues/5316">#5316</a></li> <li>Make compiling SQL in error message optional <a href="https://github-redirect.dependabot.com/knex/knex/issues/5282">#5282</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Insert array into json column <a href="https://github-redirect.dependabot.com/knex/knex/issues/5321">#5321</a></li> <li>Fix unexpected max acquire-timeout <a href="https://github-redirect.dependabot.com/knex/knex/issues/5377">#5377</a></li> <li>Fix: orWhereJson <a href="https://github-redirect.dependabot.com/knex/knex/issues/5361">#5361</a></li> <li>MySQL: Add assertion for basic where clause not to be object or array <a href="https://github-redirect.dependabot.com/knex/knex/issues/1227">#1227</a></li> <li>SQLite: Fix changing the default value of a boolean column in SQLite <a href="https://github-redirect.dependabot.com/knex/knex/issues/5319">#5319</a></li> </ul> <h3>Typings:</h3> <ul> <li>add missing type for 'expirationChecker' on PgConnectionConfig <a href="https://github-redirect.dependabot.com/knex/knex/issues/5334">#5334</a></li> </ul> <h1>2.3.0 - 31 August, 2022</h1> <h3>New features:</h3> <ul> <li>PostgreSQL: Explicit jsonb support for custom pg clients <a href="https://github-redirect.dependabot.com/knex/knex/issues/5201">#5201</a></li> <li>SQLite: Support returning with sqlite3 and better-sqlite3 <a href="https://github-redirect.dependabot.com/knex/knex/issues/5285">#5285</a></li> <li>MSSQL: Implement mapBinding mssql dialect option <a href="https://github-redirect.dependabot.com/knex/knex/issues/5292">#5292</a></li> </ul> <h3>Typings:</h3> <ul> <li>Update types for TS 4.8 <a href="https://github-redirect.dependabot.com/knex/knex/issues/5279">#5279</a></li> <li>Fix typo <a href="https://github-redirect.dependabot.com/knex/knex/issues/5267">#5267</a></li> <li>Fix WhereJsonObject withCompositeTableType <a href="https://github-redirect.dependabot.com/knex/knex/issues/5306">#5306</a></li> <li>Fix AnalyticFunction type <a href="https://github-redirect.dependabot.com/knex/knex/issues/5304">#5304</a></li> <li>Infer specific column value type in aggregations <a href="https://github-redirect.dependabot.com/knex/knex/issues/5297">#5297</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Simon Hornby
|
3d0146cca7
|
Fix docker build (#2326)
* fix: patch stale docker lockfile * fix: patch docker build to respect the fact that frontend now depends on some constants defined in unleash |
||
sjaanus
|
a1ce89bedc
|
Merge frontend with backend (#1962)
* fix: use the frontend dir from the backend * Build is now working * Fix workflows * Fix workflows * Fix build PRs * Test coverage workflow * Test coverage * Test coverage run * Fix jest report * refactor: add missing frontend build * refactor: ignore frontend dir for coverage * refactor: run frontend build in PRs * refactor: run backend tests in PRs * Revert "refactor: run backend tests in PRs" This reverts commit |
||
Gard Rimestad
|
e2082b4493
|
feat: slim down docker container (#1790)
* feat: slim down docker container This changes the unleash-server node module to be as little as it can, resulting in a much smaller docker container. From 383M -> 11M. |
||
renovate[bot]
|
14392ee975 | fix(deps): update dependency passport to ^0.6.0 | ||
Gard Rimestad
|
5d5fc37dfd
|
Feat/docker container on main builds (#1762)
* feat: build docker containers when pushing to main The intent here is to publish a docker container for every build of main. This will make it easier to run the tip of main. |