GitHub Actions Bot
31580d67b9
4.22.0-beta.24
2023-02-28 16:58:53 +00:00
Nuno Góis
d27f0fe5ab
feat: smarter auth type labels on sign-on log table ( #3220 )
...
Small change to make the `Authentication` column in the Sign-on Log
table display nice-to-read labels for the multiple authentication types.
![image](https://user-images.githubusercontent.com/14320932/221917306-d115f447-bfda-4d18-9bc7-545d76c03c22.png )
2023-02-28 17:58:29 +01:00
GitHub Actions Bot
b279197623
4.22.0-beta.23
2023-02-28 16:00:06 +00:00
Mateusz Kwasniewski
28a281da3d
fix: revert lib version ( #3218 )
2023-02-28 16:59:44 +01:00
GitHub Actions Bot
9f96c62943
4.22.0-beta.22
2023-02-28 14:39:52 +00:00
renovate[bot]
669afd16e6
chore: update dependency @swc/core to v1.3.36 ( #3211 )
2023-02-28 15:39:34 +01:00
GitHub Actions Bot
fcc512f1fc
4.22.0-beta.21
2023-02-28 14:18:06 +00:00
renovate[bot]
a596301a3f
chore: update actions/checkout action to v3 ( #2915 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout ) | action |
major | `v2` -> `v3` |
---
### Release Notes
<details>
<summary>actions/checkout</summary>
###
[`v3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310 )
[Compare Source](https://togithub.com/actions/checkout/compare/v2...v3 )
- [Use @​actions/core `saveState` and
`getState`](https://togithub.com/actions/checkout/pull/939 )
- [Add `github-server-url`
input](https://togithub.com/actions/checkout/pull/922 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOC40In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 15:16:45 +01:00
renovate[bot]
886774d89f
chore(deps): update dependency date-fns-tz to v2 ( #3177 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [date-fns-tz](https://togithub.com/marnusw/date-fns-tz ) | [`^1.3.7` ->
`^2.0.0`](https://renovatebot.com/diffs/npm/date-fns-tz/1.3.7/2.0.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/compatibility-slim/1.3.7 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/confidence-slim/1.3.7 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>marnusw/date-fns-tz</summary>
###
[`v2.0.0`](https://togithub.com/marnusw/date-fns-tz/blob/HEAD/CHANGELOG.md#v200-30-January-2023 )
[Compare
Source](https://togithub.com/marnusw/date-fns-tz/compare/v1.3.8...v2.0.0 )
- \[BREAKING CHANGE] Optimize configuration for ESM exports (entry
points for cjs / esm / typescript)
([#​212](https://togithub.com/marnusw/date-fns-tz/issues/212 ))
**Upgrade guide:** Both CJS and ESM imports now use the default import
paths. CJS will continue working unchanged;
to fix ESM imports:
Before:
```js
import { format } from 'date-fns-tz/esm'
import utcToZonedTime from 'date-fns-tz/esm/utcToZonedTime'
```
After:
```js
import { format } from 'date-fns-tz'
import utcToZonedTime from 'date-fns-tz/utcToZonedTime'
```
###
[`v1.3.8`](https://togithub.com/marnusw/date-fns-tz/blob/HEAD/CHANGELOG.md#v138-30-January-2023 )
[Compare
Source](https://togithub.com/marnusw/date-fns-tz/compare/v1.3.7...v1.3.8 )
- \[TESTS] Tests documenting `zonedTimeToUtc` daylight saving jumps
([#​220](https://togithub.com/marnusw/date-fns-tz/issues/220 ))
- \[TYPES] Update `format` types to match date-fns
([#​199](https://togithub.com/marnusw/date-fns-tz/issues/199 ))
- \[BUGFIX] Fixed `undefined` timezone error
([#​214](https://togithub.com/marnusw/date-fns-tz/issues/214 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 15:07:34 +01:00
GitHub Actions Bot
91c940fcc9
4.22.0-beta.20
2023-02-28 13:53:27 +00:00
Nuno Góis
c489151028
feat: add url/query sort/search to sign on log table ( #3215 )
...
https://linear.app/unleash/issue/2-729/adapt-signontable-to-use-querystored-sortsearch-params
Adds the feature where the current sort + search are reflected in the
URL.
![image](https://user-images.githubusercontent.com/14320932/221870486-22b7b0d5-1620-48f1-9d32-17a61cf11b52.png )
(notice the URL at the top)
2023-02-28 13:51:38 +00:00
Mateusz Kwasniewski
ee20737e4a
refactor: make permission check type less demanding ( #3214 )
2023-02-28 14:48:27 +01:00
GitHub Actions Bot
99db4baae0
4.22.0-beta.19
2023-02-28 13:39:21 +00:00
Gastón Fournier
0916402abf
chore: Improve bulk metrics endpoint ( #3213 )
...
## About the changes
This adds support for connectVia the way we intend to use it and start
now supports also a string
2023-02-28 13:36:25 +00:00
GitHub Actions Bot
8ebe62db05
4.22.0-beta.18
2023-02-28 13:29:36 +00:00
Fredrik Strand Oseberg
87312f90ca
feat: implement plausible tracking ( #3212 )
...
Adds plausible event tracking for notifications. Refactors Feedback
component to be reusable and to ask whether or not this functionality is
useful.
2023-02-28 14:29:14 +01:00
Gastón Fournier
90e4054c90
docs: update documentation around permissions for variants ( #3195 )
...
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2023-02-28 14:06:24 +01:00
renovate[bot]
843c6ffbe3
chore(deps): update dependency sass to v1.58.3 ( #3209 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass ) | [`1.58.1` ->
`1.58.3`](https://renovatebot.com/diffs/npm/sass/1.58.1/1.58.3 ) |
[![age](https://badges.renovateapi.com/packages/npm/sass/1.58.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/sass/1.58.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/sass/1.58.3/compatibility-slim/1.58.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/sass/1.58.3/confidence-slim/1.58.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass</summary>
###
[`v1.58.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1583 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.58.2...1.58.3 )
- No user-visible changes.
###
[`v1.58.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1582 )
[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.58.1...1.58.2 )
##### Command Line Interface
- Add a timestamp to messages printed in `--watch` mode.
- Print better `calc()`-based suggestions for `/`-as-division expression
that
contain calculation-incompatible constructs like unary minus.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 12:56:53 +00:00
GitHub Actions Bot
7802df1542
4.22.0-beta.17
2023-02-28 08:32:42 +00:00
Nuno Góis
c0124371ca
feat: add authentication as a table filter ( #3206 )
...
Adds `auth` as a table filter.
Also fixes the hook to correctly fetch the events based on the new
return type.
<img width="1046" alt="image"
src="https://user-images.githubusercontent.com/14320932/221603312-a40055a8-4c23-4f1f-9a87-7fbd03e7b49e.png ">
2023-02-28 09:32:21 +01:00
GitHub Actions Bot
8e79820783
4.22.0-beta.16
2023-02-28 08:13:01 +00:00
Gastón Fournier
a956426e9e
chore: attempt to make tsconfig stricter ( #3077 )
...
## About the changes
Enabling some flags on tsconfig that don't break the build
2023-02-28 08:12:32 +00:00
GitHub Actions Bot
dab55bf3c6
4.22.0-beta.15
2023-02-28 06:50:32 +00:00
Jaanus Sellin
dcc02dc229
feat: only email users billable ( #3205 )
2023-02-28 08:50:11 +02:00
renovate[bot]
66c2fa469d
chore(deps): update dependency jest to v29.4.3 ( #3208 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jest](https://jestjs.io/ )
([source](https://togithub.com/facebook/jest )) | [`29.4.2` ->
`29.4.3`](https://renovatebot.com/diffs/npm/jest/29.4.2/29.4.3 ) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.4.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.3/compatibility-slim/29.4.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.3/confidence-slim/29.4.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>facebook/jest</summary>
###
[`v29.4.3`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2943 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.2...v29.4.3 )
##### Features
- `[expect]` Update `toThrow()` to be able to use error `cause`s
([#​13606](https://togithub.com/facebook/jest/pull/13606 ))
- `[jest-core]` allow to use `workerIdleMemoryLimit` with only 1 worker
or `runInBand` option
([#​13846](https://togithub.com/facebook/jest/pull/13846 ))
- `[jest-message-util]` Add support for [error
`cause`s](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause )
([#​13868](https://togithub.com/facebook/jest/pull/13868 ) &
[#​13912](https://togithub.com/facebook/jest/pull/13912 ))
- `[jest-runtime]` Revert `import assertions` for JSON modules as it's
been relegated to Stage 2
([#​13911](https://togithub.com/facebook/jest/pull/13911 ))
##### Fixes
- `[@jest/expect-utils]` `subsetEquality` should consider also an
object's inherited string keys
([#​13824](https://togithub.com/facebook/jest/pull/13824 ))
- `[jest-mock]` Clear mock state when `jest.restoreAllMocks()` is called
([#​13867](https://togithub.com/facebook/jest/pull/13867 ))
- `[jest-mock]` Prevent `mockImplementationOnce` and
`mockReturnValueOnce` bleeding into `withImplementation`
([#​13888](https://togithub.com/facebook/jest/pull/13888 ))
- `[jest-mock]` Do not restore mocks when `jest.resetAllMocks()` is
called ([#​13866](https://togithub.com/facebook/jest/pull/13866 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 04:56:03 +00:00
renovate[bot]
540cda715b
chore(deps): update dependency @mui/material to v5.11.10 ( #3207 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/material](https://mui.com/material-ui/getting-started/overview/ )
([source](https://togithub.com/mui/material-ui )) | [`5.11.9` ->
`5.11.10`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.11.9/5.11.10 )
|
[![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/compatibility-slim/5.11.9 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/confidence-slim/5.11.9 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui</summary>
###
[`v5.11.10`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51110 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.11.9...v5.11.10 )
<!-- generated comparing v5.11.9..master -->
*Feb 20, 2023*
A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.
##### `@mui/material@5.11.10`
- <!-- 22 -->\[Avatar] Fix ownerState usage with styleOverrides when
fallback is used
([#​36228](https://togithub.com/mui/material-ui/issues/36228 ))
[@​sai6855](https://togithub.com/sai6855 )
- <!-- 21 -->\[Badge]\[material] Replace `BadgeUnstyled` with
`useBadge` hook
([#​36158](https://togithub.com/mui/material-ui/issues/36158 ))
[@​hbjORbj](https://togithub.com/hbjORbj )
- <!-- 03 -->\[Switch] Fix DOM warning when `type` isn't `checkbox` or
`radio`
([#​36170](https://togithub.com/mui/material-ui/issues/36170 ))
[@​dani-mp](https://togithub.com/dani-mp )
- <!-- 02 -->\[TextareaAutosize] Convert code to TypeScript
([#​35862](https://togithub.com/mui/material-ui/issues/35862 ))
[@​sai6855](https://togithub.com/sai6855 )
- <!-- 01 -->\[useMediaQuery] Fix behavior of noSsr with React 18
([#​36056](https://togithub.com/mui/material-ui/issues/36056 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
##### `@mui/joy@5.0.0-alpha.68`
- <!-- 05 -->\[Joy] Add `zIndex` to theme
([#​36236](https://togithub.com/mui/material-ui/issues/36236 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- <!-- 04 -->\[Joy] Remove transition from all components
([#​35952](https://togithub.com/mui/material-ui/issues/35952 ))
[@​hbjORbj](https://togithub.com/hbjORbj )
##### Docs
- <!-- 20 -->\[docs]\[base] Fix base Input demos for Safari
([#​36213](https://togithub.com/mui/material-ui/issues/36213 ))
[@​mj12albert](https://togithub.com/mj12albert )
- <!-- 16 -->\[docs] Fix 301 links
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 15 -->\[docs] Fix modal transition demos
([#​36137](https://togithub.com/mui/material-ui/issues/36137 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 14 -->\[docs] Update links to pt examples
([#​36237](https://togithub.com/mui/material-ui/issues/36237 ))
[@​Aleff13](https://togithub.com/Aleff13 )
- <!-- 13 -->\[docs] Update custom Typography variants example
([#​36185](https://togithub.com/mui/material-ui/issues/36185 ))
[@​mj12albert](https://togithub.com/mj12albert )
- <!-- 12 -->\[docs] Change markdown numbering syntax
([#​36187](https://togithub.com/mui/material-ui/issues/36187 ))
[@​mj12albert](https://togithub.com/mj12albert )
- <!-- 11 -->\[docs] Fix switch alignment in `Disabled tree items`
section in Tree View docs
([#​36217](https://togithub.com/mui/material-ui/issues/36217 ))
[@​PunitSoniME](https://togithub.com/PunitSoniME )
- <!-- 10 -->\[docs] Standardize example names
([#​36112](https://togithub.com/mui/material-ui/issues/36112 ))
[@​samuelsycamore](https://togithub.com/samuelsycamore )
- <!-- 09 -->\[docs] Fix typo
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 08 -->\[docs] Fix markdown table alignments
([#​36136](https://togithub.com/mui/material-ui/issues/36136 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 07 -->\[docs] Small color tweaks to the docs search bar
([#​36160](https://togithub.com/mui/material-ui/issues/36160 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 06 -->\[docs]\[joy] Update class name prefixes in the `Anatomy`
section
([#​36210](https://togithub.com/mui/material-ui/issues/36210 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
##### Core
- <!-- 19 -->\[core] Migrate nprogress to emotion
([#​36181](https://togithub.com/mui/material-ui/issues/36181 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- <!-- 18 -->\[core] Enforce namespace import for ReactDOM
([#​36208](https://togithub.com/mui/material-ui/issues/36208 ))
[@​mj12albert](https://togithub.com/mj12albert )
- <!-- 17 -->\[core] Fix deploy preview links
([#​36203](https://togithub.com/mui/material-ui/issues/36203 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
All contributors of this release in alphabetical order:
[@​Aleff13](https://togithub.com/Aleff13 ),
[@​dani-mp](https://togithub.com/dani-mp ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​hbjORbj](https://togithub.com/hbjORbj ),
[@​mj12albert](https://togithub.com/mj12albert ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​PunitSoniME](https://togithub.com/PunitSoniME ),
[@​sai6855](https://togithub.com/sai6855 ),
[@​samuelsycamore](https://togithub.com/samuelsycamore ),
[@​siriwatknp](https://togithub.com/siriwatknp ),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 00:14:49 +00:00
GitHub Actions Bot
84c7b55919
4.22.0-beta.14
2023-02-27 14:45:52 +00:00
Nuno Góis
d94ba82e3a
chore: rename login-event to sign-on-log ( #3204 )
...
Renames `login-event` to `sign-on-log`, in preparation for the rename
and refactor happening for this feature in Enterprise.
2023-02-27 14:44:06 +00:00
GitHub Actions Bot
2d58de1a17
4.22.0-beta.13
2023-02-27 14:42:33 +00:00
Christopher Kolstad
0a67cfed67
chore: Renames login_events to sign_on_log ( #3203 )
...
This makes the distinction from the event services clearer.
In enterprise we'll also rename LoginEventService etc to reflect this
rename.
In addition this adds a setting for how long of a retention one should have, defaulting to 336 hours (2 weeks)
2023-02-27 14:42:13 +00:00
GitHub Actions Bot
7a52552485
4.22.0-beta.12
2023-02-27 13:37:19 +00:00
Jaanus Sellin
af82202ada
feat: remove maintenance feature flag ( #3199 )
2023-02-27 15:36:56 +02:00
Gastón Fournier
2e749a2b3e
docs: better comment in strictNullCheck action ( #3198 )
...
## About the changes
This is a small improvement adding more context to the comment message
when this action fails.
---------
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2023-02-27 12:06:09 +00:00
Fredrik Strand Oseberg
ef2f184845
Feat/notifications UI followup ( #3197 )
...
This PR adds more capabilities to the notification UI. Including:
* Displaying new notification types
* Update visual expression based on whether it's read or not
* Mark items as read
* Follow the items link to go to the notification destination
* Cleanup and styled components
2023-02-27 13:04:09 +01:00
GitHub Actions Bot
e9892a4ec9
4.22.0-beta.11
2023-02-27 12:00:25 +00:00
Nuno Góis
aa961823fe
feat: dateFormat in TimeAgoCell ( #3202 )
...
Slight refactor to `TimeAgoCell` that allows passing in a date format
function.
Suggested by @gastonfournier in
https://github.com/Unleash/unleash/pull/3193#pullrequestreview-1315064957
2023-02-27 13:00:03 +01:00
Thomas Heartman
ff58e2aeaf
docs: clarify note around permissions required ( #3201 )
...
This change does two things:
It clarifies that the permissions listed in the guide are permissions
needed to perform all the steps in the guide, and not the permissions
needed to create a feature.
Separates the project-level and environment-level permissions needed
into separate sublists.
2023-02-27 11:49:53 +00:00
GitHub Actions Bot
ceef985419
4.22.0-beta.10
2023-02-27 10:35:55 +00:00
Mateusz Kwasniewski
6ff7851474
refactor: remove explicit shell
2023-02-27 11:32:25 +01:00
GitHub Actions Bot
5523dad5bb
4.22.0-beta.9
2023-02-27 10:31:07 +00:00
Mateusz Kwasniewski
e36de99160
fix: version for older npm
2023-02-27 11:30:42 +01:00
Mateusz Kwasniewski
8886cd6ee6
fix: gh action shell ( #3200 )
2023-02-27 11:19:31 +01:00
GitHub Actions Bot
5f4b0044f7
4.22.0-beta.8
2023-02-27 10:14:56 +00:00
Mateusz Kwasniewski
ac9f054461
fix: limited script for now
2023-02-27 11:14:21 +01:00
Mateusz Kwasniewski
a659ce8ab4
fix: gh action script error code
2023-02-27 11:11:30 +01:00
Mateusz Kwasniewski
10b41fc8b2
fix: Own version update fix ( #3196 )
2023-02-27 11:00:04 +01:00
Nicholas Lydon
4f14549fa1
Detailed slack notifications on feature toggle update ( #3155 )
...
## About the changes
Adds more specifics to addon notifications when a flexibleRollout is
updated.
- [x] Specific text for all strategy types
- [x] Add constraint differences for all strategy types
<!-- Does it close an issue? Multiple? -->
Closes [#3140 ](https://github.com/Unleash/unleash/issues/3140 )
2023-02-27 09:56:56 +00:00
GitHub Actions Bot
eee5365568
4.22.0-beta.7
2023-02-27 08:07:41 +00:00
Nuno Góis
a43542b0d1
feat: display sign on log ( #3193 )
...
## About the changes
https://linear.app/unleash/issue/2-719/display-basic-sign-on-log-in-frontend
Adds a basic, naïve way of displaying sign-on history.
We can be OK with merging this for now if we want, given that it's
behind a feature flag, and then iterate over it and implement the
features and improvements we need in the meantime.
![image](https://user-images.githubusercontent.com/14320932/221217564-90868ce8-6608-4f30-b2e4-88f72f1e4ac6.png )
<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10 ) item:
#2951
2023-02-27 09:07:22 +01:00
Thomas Heartman
e7ef06ff9d
docs: Update change requests permissions docs ( #3194 )
...
This change updates the "change requests permissions" section of the
change request doc to explicitly call out a few things we've seen
confusion around recently.
These are:
- project owners can't approve/apply change requests. You must create
custom roles
- viewers can create change requests. This is intentional
- skip change requests only works via the API
It also:
- elaborates a little on the circumventing change requests section to
clarify how it works.
- adds the change requests project roles to the project roles list. This
section should be kept up to date with all the relevant roles that exist
for projects.
2023-02-27 08:47:01 +01:00