1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

677 Commits

Author SHA1 Message Date
Renovate Bot
dde140c0d1 chore(deps): update dependency @types/node to v14.18.1 2021-12-17 05:13:23 +00:00
Renovate Bot
90cb47372c chore(deps): update dependency typescript to v4.5.4 2021-12-14 00:45:21 +00:00
Youssef Khedher
144dca4ba0 Merge branch 'master' into fix/environment-guidance 2021-12-10 11:15:25 +01:00
Renovate Bot
264d9e997a chore(deps): update dependency typescript to v4.5.3 2021-12-10 01:57:37 +00:00
Renovate Bot
e335b8f0eb chore(deps): update dependency prettier to v2.5.1 2021-12-06 22:13:28 +01:00
Renovate Bot
6170bfeb61 chore(deps): update dependency @types/node to v14.18.0 2021-12-06 22:13:28 +01:00
Renovate Bot
30930d83f2 chore(deps): update dependency @testing-library/jest-dom to v5.16.0 2021-12-06 22:13:28 +01:00
Renovate Bot
f8710e61cc chore(deps): update dependency @testing-library/jest-dom to v5.16.1 2021-12-06 14:08:39 +00:00
Renovate Bot
d5ff7eab1b chore(deps): update dependency prettier to v2.5.1 2021-12-04 18:54:16 +00:00
Renovate Bot
162ccabaf9 chore(deps): update dependency @types/node to v14.18.0 2021-12-04 01:42:08 +00:00
Renovate Bot
aa7068787f chore(deps): update dependency @testing-library/jest-dom to v5.16.0 2021-12-03 23:46:16 +00:00
Renovate Bot
4d82c95ce0 chore(deps): update dependency date-fns to v2.27.0 2021-11-30 13:21:45 +00:00
Renovate Bot
7343a27226 chore(deps): update dependency prettier to v2.5.0 2021-11-30 09:57:01 +00:00
Renovate Bot
c18493bd09 chore(deps): pin dependency prettier to v2.4.1 2021-11-30 07:35:38 +00:00
Renovate Bot
ed309d06b9 chore(deps): update dependency sass to v1.44.0 2021-11-30 04:10:54 +00:00
Thomas Heartman
dd1ab1ca72 Autofocus dialog form fields, allow form submissions via pressing enter inside the form (#524)
* chore: add prettier as a dev dependency

The project has a .prettierrc, so seems to depend on that for its
formatting, but there was no prettier installed with the node modules.

* chore: add autofocus to all clearly defined first inputs on dialogs.

* fix: wrap the disable env input in a form and give it autofocus.

* fix: submit form when pressing enter

* fix: only autofocus the submit button if there is no other content.

When multiple (enabled) elements have the autofocus attribute, the
browser picks the last element in the tree. This means that if there
is a form with a text input with autofocus and a submit button with
autofocus, the button will win, causing the user to have to tab back up.

Only doing this if there are no children will cause some changes,
however:

Dialogs with textual children will no longer focus the accept-button
when appearing.

However, dialogs such as the create new api token dialog will give the
focus to the first input field instead of to the create button.

* fix: add formId prop to dialog element; adapt behavior

If the component receives a form id, it will treat the primary button
as the submit button for that form. To stop a full page reload, we
call the `preventDefault` on the submit event before calling the handler.

* chore: remove redundant spacing in component.

* fix: hook environment disable form up with the new form id system.

* chore: Update existing modal forms to pass in formId

* fix: Type the dialog event wrapper

* fix: change 'allows' => 'allow' because the noun is pluralized.

* fix: add autofocus to js add-tag-dialog-component.

I've got a feeling this component isn't in use anymore, though, as the
exact same text appears in a TS-version of this component.

* fix: add autofocus to add user form.

This seems to only be used as the main piece of a modal, so adding
autofocus seems pretty safe here, but I could be wrong.

* fix: Update snapshot test after changing wording.

* fix: add autofocus to update user form

* fix: add autofocus to the create toggle form.

This is a little besides the task's actual point. However! This form
is only ever used on the page where it's the only bit of content. I'd
argue that when the user navigates to this form, it's because they
want to create a feature. Thus, adding autofocus to the first field
makes a lot of sense to me.

* refactor: set button type to 'undefined' when it isn't 'submit'

This allows Material to use their default type based on whatever
heuristics they use. It's most likely going to be 'button' for the
foreseeable future, but in the event that they change it, passing
undefined instead should future-proof this a bit.

* fix: set type to button when formId is not present

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-11-29 15:18:12 +01:00
Renovate Bot
e767d5370a chore(deps): update dependency redux-thunk to v2.4.1 2021-11-27 01:53:34 +00:00
Renovate Bot
b69606cd98 chore(deps): update dependency sass to v1.43.5 2021-11-25 01:47:03 +00:00
Renovate Bot
fbb57c3f34 chore(deps): update dependency @types/react to v17.0.37 2021-11-24 23:59:52 +00:00
Renovate Bot
cb4fd81368 chore(deps): update dependency @testing-library/jest-dom to v5.15.1 2021-11-23 17:27:22 +00:00
Renovate Bot
2c7b544540 chore(deps): update dependency @types/react to v17.0.36 2021-11-21 22:33:29 +00:00
Renovate Bot
f3868d3a5b chore(deps): update dependency date-fns to v2.26.0 2021-11-19 11:23:51 +00:00
Renovate Bot
0d6f447021 chore(deps): update dependency @types/node to v14.17.34 2021-11-18 23:26:02 +00:00
Renovate Bot
742e6ae1d5 chore(deps): update dependency @types/jest to v27.0.3 2021-11-18 21:24:30 +00:00
Renovate Bot
ad30fd1991 chore(deps): update dependency typescript to v4.5.2 2021-11-17 22:27:28 +00:00
Renovate Bot
5c61c1f092 chore(deps): update dependency @types/react to v17.0.35 2021-11-16 01:45:15 +00:00
Renovate Bot
8d03cea719 chore(deps): update dependency @welldone-software/why-did-you-render to v6.2.3 2021-11-14 19:33:20 +00:00
Renovate Bot
abca75cb86 chore(deps): update dependency @types/node to v14.17.33 2021-11-09 00:54:16 +00:00
Renovate Bot
77d145f967 chore(deps): pin dependencies 2021-11-08 16:25:42 +00:00
Ivar Conradi Østhus
803e99c1db fix: support new event format with diff will be done in the UI (#496)
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-11-08 16:01:27 +01:00
Renovate Bot
f4d8d523c1 chore(deps): update dependency css-loader to v6.5.1 2021-11-03 22:49:15 +00:00
Renovate Bot
251991a607 chore(deps): update dependency @types/react-dom to v17.0.11 2021-11-03 13:02:08 +00:00
Renovate Bot
80c1318300 chore(deps): update dependency @types/react to v17.0.34 2021-11-03 10:50:42 +00:00
Renovate Bot
84e501c061 chore(deps): update dependency @testing-library/jest-dom to v5.15.0 2021-11-02 10:27:43 +00:00
Renovate Bot
0d1739bd6e chore(deps): update dependency node-fetch to v2.6.6 2021-10-31 18:48:41 +00:00
renovate[bot]
df9c5c9b30 chore(deps): update dependency redux to v4.1.2 (#478)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-28 12:21:09 +02:00
Renovate Bot
9f8760e480 chore(deps): update dependency sass to v1.43.4 2021-10-26 23:54:44 +00:00
Renovate Bot
794a5d5edc chore(deps): update dependency css-loader to v6.5.0 2021-10-26 20:30:39 +00:00
Renovate Bot
b9c7ff06c5 chore(deps): update dependency redux-thunk to v2.4.0 2021-10-26 10:19:38 +00:00
Renovate Bot
2f1ccf7f1d chore(deps): update dependency @types/react-router-dom to v5.3.2 2021-10-26 08:32:31 +00:00
Renovate Bot
d40ffaf64a chore(deps): update dependency @types/react to v17.0.33 2021-10-26 05:34:08 +00:00
Renovate Bot
3cc8b4505f chore(deps): update dependency @types/node to v14.17.32 2021-10-26 03:54:56 +00:00
Renovate Bot
05d86ec584 chore(deps): update dependency cypress to v8.7.0 2021-10-26 01:28:42 +00:00
Renovate Bot
9f3e32d64c chore(deps): update dependency react-redux to v7.2.6 2021-10-25 23:34:12 +00:00
Renovate Bot
c8a92afb84 chore(deps): update dependency @types/node to v14.17.31 2021-10-25 21:11:21 +00:00
Renovate Bot
a3377fb1a2 chore(deps): update dependency @types/react to v17.0.32 2021-10-24 13:01:38 +00:00
Renovate Bot
922ad7b2b2 chore(deps): update dependency @types/node to v14.17.29 2021-10-22 21:14:15 +00:00
renovate[bot]
5dca747898 chore(deps): update dependency @types/node to v14.17.28 (#460)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-22 13:29:14 +02:00
Renovate Bot
1bb9865e72 chore(deps): update dependency sass to v1.43.3 2021-10-21 23:38:45 +00:00
Renovate Bot
f2b4158e53 chore(deps): pin dependency copy-to-clipboard to 3.3.1 2021-10-21 10:10:50 +00:00
Youssef Khedher
7602327991 fix: using copy library for copying user token (#454)
* using copy library for copying user token

* add "copy-to-clipboard" to dev dependencies

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-21 10:50:41 +02:00
Renovate Bot
53f481498d chore(deps): update dependency @types/react to v17.0.31 2021-10-21 05:20:38 +00:00
Renovate Bot
c9e84c7dd1 chore(deps): update dependency @types/enzyme to v3.10.10 2021-10-20 23:51:24 +00:00
renovate[bot]
9a383967dc chore(deps): update dependency @types/react-dom to v17.0.10 (#449)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 13:12:17 +02:00
Renovate Bot
77d66f128a chore(deps): update dependency @testing-library/user-event to v13.5.0 2021-10-19 04:14:39 +00:00
Renovate Bot
7db86e75c1 chore(deps): update dependency @testing-library/user-event to v13.4.1 2021-10-15 17:19:38 +00:00
Renovate Bot
f132ce63da chore(deps): update dependency @types/node to v14.17.27 2021-10-14 21:57:17 +00:00
Renovate Bot
e9c5412b04 chore(deps): update dependency @types/react to v17.0.30 2021-10-14 16:07:14 +00:00
Renovate Bot
de0f595951 chore(deps): update dependency sass to v1.43.2 2021-10-14 02:21:32 +00:00
Renovate Bot
7d5ca8d07c chore(deps): update dependency @types/node to v14.17.26 2021-10-14 00:17:44 +00:00
Renovate Bot
65f8029bb1 chore(deps): update dependency @types/node to v14.17.25 2021-10-13 21:24:46 +00:00
Renovate Bot
d821224a4b chore(deps): update dependency typescript to v4.4.4 2021-10-12 23:56:11 +00:00
Renovate Bot
01313a602c chore(deps): update dependency @types/react to v17.0.29 2021-10-12 22:33:53 +00:00
Renovate Bot
fff9ef2f61 chore(deps): update dependency @types/node to v14.17.22 2021-10-12 20:43:21 +00:00
Renovate Bot
120a493fb1 chore(deps): update dependency web-vitals to v2.1.2 2021-10-12 13:57:44 +00:00
Renovate Bot
2503a16d53 chore(deps): update dependency @types/react to v17.0.28 2021-10-12 10:06:20 +00:00
renovate[bot]
c0a2a0bf62 chore(deps): update dependency cypress to v8.6.0 (#417)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-11 22:50:33 +02:00
Renovate Bot
c5950f2050 chore(deps): update dependency @testing-library/user-event to v13.3.0 2021-10-10 12:04:41 +00:00
Renovate Bot
b0205d1f32 chore(deps): update dependency css-loader to v6.4.0 2021-10-09 14:32:08 +00:00
renovate[bot]
a55b5c5571 chore(deps): pin dependency @types/react-timeago to 4.1.3 (#406)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-08 19:04:55 +02:00
Ivar Conradi Østhus
6fc30d3a79 feat: add feature status (#403)
* feat: add feature status

* fix: use feature status in project feature list

* fix: text size

* fix: project view

* fix: padding

* fix: lint

* fix: snapshots

* fix: text size

* fix: snapshots

* fix: size

* fix: revert size

* fix: update snapshots

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-10-08 15:18:43 +02:00
Renovate Bot
326b14fcec chore(deps): pin dependency fast-json-patch to 3.1.0 2021-10-08 10:41:04 +00:00
Fredrik Strand Oseberg
37b818fce4 Feat/feature toggle view tags (#399)
* feat: new tags

* feat: archive

* wip: variants

* add support for deletion, variable/fixed weight toggle and weight editing

* Add confirmation dialogue for deleting variants

* feat: settings

* fix: recalculate on project name change

* feat: feature environment metrics

* feat: environment

* Add toggle for stale

* fix: refetch on create strategy

* fix: lint

* fix: update snapshots

* fix: add link to icon button

* fix: revert test user

* fix: increase size!

* fix: use permission attr for ResponsiveButton

* fix: dev dependency

* fix: theme

* fix: stale style

* Update src/component/feature/FeatureView2/FeatureSettings/FeatureSettingsMetadata/FeatureTypeSelect/FeatureTypeSelect.tsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

* Update src/component/feature/FeatureView2/FeatureVariants/FeatureVariantsList/FeatureVariantsList.tsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

* Update src/component/feature/FeatureView2/FeatureVariants/FeatureVariantsList/FeatureVariantsListItem/useDeleteVariantMarkup.tsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Christopher Kolstad <git@chriswk.no>
2021-10-08 11:23:29 +02:00
Renovate Bot
9b34a6e771 chore(deps): update dependency immutable to v4.0.0 2021-10-08 02:02:28 +00:00
renovate[bot]
14ee56d914 chore(deps): update material-ui monorepo (#371)
* chore(deps): update material-ui monorepo

* fix: test snapshots and deprecation warnings

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-07 10:53:47 +02:00
Renovate Bot
81b4ea412c chore(deps): update dependency web-vitals to v2.1.1 2021-10-07 03:36:04 +00:00
Renovate Bot
440da6ea1b chore(deps): update dependency @types/react-router-dom to v5.3.1 2021-10-06 23:10:11 +00:00
Renovate Bot
20dd352875 chore(deps): update dependency date-fns to v2.25.0 2021-10-06 02:08:49 +00:00
Renovate Bot
b08103e6ad chore(deps): update dependency @types/node to v14.17.21 2021-10-06 00:15:53 +00:00
Renovate Bot
ddf7715d01 chore(deps): update dependency @types/react to v17.0.27 2021-10-03 19:18:45 +00:00
Renovate Bot
48940d63d0 chore(deps): update dependency @testing-library/react to v12.1.2 2021-10-03 17:59:55 +00:00
renovate[bot]
2ef935cf42 chore(deps): update react-dnd monorepo (#358)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 21:46:32 +02:00
Renovate Bot
03198c7b45 chore(deps): update dependency date-fns to v2.24.0 2021-09-30 19:16:31 +00:00
renovate[bot]
84abc8e0d4 chore(deps): update dependency @types/react-dom to v17.0.9 (#350)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 20:03:34 +02:00
renovate[bot]
8e70f6ab42 chore(deps): update dependency react-redux to v7.2.5 (#355)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 20:03:12 +02:00
renovate[bot]
bf1a40ad71 chore(deps): update dependency @testing-library/jest-dom to v5.14.1 (#359)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 20:01:13 +02:00
renovate[bot]
07158b7a0e chore(deps): update dependency @types/react-router-dom to v5.3.0 (#360)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 20:00:50 +02:00
renovate[bot]
f48edbe7d0 chore(deps): update dependency @testing-library/user-event to v13 (#374)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 20:00:16 +02:00
renovate[bot]
c4af358d4d chore(deps): update dependency @types/jest to v27 (#375)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 20:00:01 +02:00
renovate[bot]
19bb89e59f chore(deps): update dependency css-loader to v6 (#382)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 19:59:37 +02:00
renovate[bot]
f58c004c17 chore(deps): update dependency swr to v1 (#385)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 19:59:16 +02:00
renovate[bot]
3098b00488 chore(deps): update dependency web-vitals to v2 (#386)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 19:59:01 +02:00
renovate[bot]
695bb79796 chore(deps): update dependency react-timeago to v6 (#384)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 19:58:50 +02:00
Renovate Bot
86f4d668b9 chore(deps): update dependency react-router-dom to v5.3.0 2021-09-30 15:04:39 +00:00
Renovate Bot
5d9bdc04f3 chore(deps): update dependency @types/react to v17.0.26 2021-09-30 13:47:27 +00:00
Renovate Bot
2fe3644467 chore(deps): update dependency cypress to v8.5.0 2021-09-30 12:20:51 +00:00
renovate[bot]
0df726f1b4 chore(deps): update dependency @types/node to v14 (#379)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 12:47:31 +02:00
Renovate Bot
e6c1331225 chore(deps): pin dependency cypress to v8.4.1 2021-09-30 10:16:14 +00:00
Fredrik Strand Oseberg
87414c1c9c feat: e2e tests and mobile views (#348)
* fix: add sidebar button

* fix: set absolute positioned sidebar button

* feat: test setup

* fix: add tests for adding strategy

* fix: add delete  strategy test

* feat: add workflow

* feat: add vercel token

* fix: update project id

* fix: increase sleep

* fix: sleep

* fix: vercel

* fix: typo

* fix: vercel preview url action

* fix: yml formatting

* fix: steps

* fix: format

* fix: runs on

* fix: team id

* fix: teamid

* fix: add workflow

* fix: remove unused import

* fix: add token

* fix: add configuration

* fix: set env variables

* fix: use with

* feat: main navigation routes

* feat: mobile views

* fix: change spec name

* fix: update cypress project id

* fix: add record key

* fix: button positioning

* feat: permissions

* fix: custom strategy

* fix: remove unused action yml

* fix: update yarn lock

* fix: keys

* fix: remove videos and screenshots

* fix: add cyrpess folders to gitignore

* fix: env variable
2021-09-30 11:44:30 +02:00
renovate[bot]
51c12c2cdc chore(deps): update dependency @welldone-software/why-did-you-render to v6.2.1 (#361)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:25:22 +02:00
renovate[bot]
606b9d2566 chore(deps): update dependency @types/node to v12.20.27 (#347)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:25:00 +02:00
renovate[bot]
0739431bf6 chore(deps): update dependency enzyme-to-json to v3.6.2 (#352)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:24:39 +02:00
renovate[bot]
44d1e61db4 chore(deps): update dependency immutable to v4.0.0-rc.15 (#353)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:23:27 +02:00
renovate[bot]
474720807d chore(deps): update dependency @types/react to v17.0.25 (#349)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:22:06 +02:00
renovate[bot]
fc639a2981 chore(deps): update dependency node-fetch to v2.6.5 (#354)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:21:31 +02:00
renovate[bot]
4644138af1 chore(deps): update dependency @types/enzyme to v3.10.9 (#345)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:21:10 +02:00
renovate[bot]
463d7162b0 chore(deps): update dependency @types/jest to v26.0.24 (#346)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:20:12 +02:00
renovate[bot]
3f0369d89f chore(deps): update dependency @testing-library/react to v12 (#373)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-30 10:18:57 +02:00
Renovate Bot
bd02c8ea4f chore(deps): update dependency sass to v1.42.1 2021-09-30 08:17:58 +00:00
Renovate Bot
fa0ffd8b4e chore(deps): update dependency swr to v0.5.7 2021-09-30 07:05:20 +00:00
Renovate Bot
402e57fff6 chore(deps): update dependency typescript to v4.4.3 2021-09-30 02:29:49 +00:00
Renovate Bot
0e5492a4c4 chore(deps): update dependency redux to v4.1.1 2021-09-30 00:52:33 +00:00
Renovate Bot
e850ab05fd chore(deps): update dependency css-loader to v5.2.7 2021-09-29 23:21:32 +00:00
dependabot[bot]
c96d3805be chore(deps): bump url-parse from 1.5.1 to 1.5.3 (#331)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-29 22:30:09 +02:00
dependabot[bot]
746f6bd9b8 chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#338)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-29 22:29:47 +02:00
dependabot[bot]
d2838095dd chore(deps): bump tar from 6.1.5 to 6.1.11 (#333)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.5 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.5...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-29 21:15:49 +02:00
renovate[bot]
d3a2c90109 chore(deps): update dependency @types/debounce to v1.2.1 (#344)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 21:11:52 +02:00
renovate[bot]
7cb6082c3a chore(deps): update dependency react-timeago to v5.3.0 (#364)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 13:46:41 +02:00
Fredrik Strand Oseberg
27988e4b30 Feat/environment strategies (#339)
* feat: strategies list

* feat: dnd

* fix: resolve reference issues

* feat: configure strategy wip

* feat: rearrange list

* feat: add debounce and execution plan

* feat: add separator

* feat: update strategy

* fix: feature strategy accordion key

* fix: localize parameter update logic

* feat: ts conversion

* fix: perf issues

* feat: production guard

* fix: clean up environment list

* fix: implement markup hooks for environment list

* feat: wip constraints

* fix: handle nested data structure reference issue

* fix: clone deep on child props

* fix: remove constraints check

* fix: revert to strategies length

* fix: refactor useFeature

* feat: cache revalidation

* fix: set correct starting tab

* fix: reset params on adding new strategy

* fix: refactor to use useSWR instead of local cache

* fix: check dirty directly from new params

* fix: dialogue ts

* fix: Clean-up typescript warnings

* fix: some more typescript nits

* feat: strategy execution

* feat: strategy execution for environment

* fix: refactor execution separator

* fix: remove unused property

* fix: add header

* fix: 0 value for rollout

* fix: update snapshots

* fix: remove empty deps

* fix: use constant for env type

* fix: use default for useFeatureStrategy

* fix: update snapshot

* Update src/component/feature/FeatureView2/FeatureStrategies/FeatureStrategiesEnvironments/FeatureStrategiesEnvironmentList/useDeleteStrategyMarkup.tsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

* Update src/component/feature/FeatureView2/FeatureStrategies/FeatureStrategyExecution/FeatureStrategyExecution.tsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

* Update src/component/feature/strategy/EditStrategyModal/general-strategy.jsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: UnleashTeam <79193084+UnleashTeam@users.noreply.github.com>
2021-09-27 13:35:32 +02:00
renovate[bot]
236c798380 chore(deps): update dependency @testing-library/react to v11.2.7 (#342)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 09:19:30 +02:00
renovate[bot]
2be267332e chore(deps): pin dependencies (#341)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 09:12:17 +02:00
Ivar Conradi Østhus
7c270f7570 fix: update yarn.lock 2021-08-27 19:27:30 +02:00
Ivar Conradi Østhus
a97e5f96fb fix: update yarn.lock 2021-08-25 14:19:57 +02:00
dependabot[bot]
72b49ad4a8 chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#322)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 15:25:56 +02:00
dependabot[bot]
1dbf74f6d8 chore(deps): bump dns-packet from 1.3.1 to 1.3.4 (#303)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 12:42:14 +02:00
dependabot[bot]
4ba7bae061 chore(deps): bump ws from 6.2.1 to 6.2.2 (#307)
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 12:41:49 +02:00
dependabot[bot]
77e7a89be0 chore(deps): bump tar from 6.1.0 to 6.1.5 (#319)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.5.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.5)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 12:41:36 +02:00
Ivar Conradi Østhus
e339e5c01f fix: add logout as an explicit call (#311)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-07-20 22:56:57 +02:00
Fredrik Strand Oseberg
10eabb366f Offline mode (#312)
* move all icons to offline mode

* Reorder imports

* revert yarn.lock to original

* resolve errors

* use ConditionalRender, revert material icon css

* add all other font weights

* fix: add library icon

Co-authored-by: Aneesh Relan <aneesh.r@lucideustech.com>
2021-06-29 10:21:54 +02:00
dependabot[bot]
3e2a3909ab chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#291)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-18 13:41:41 +02:00
Fredrik Strand Oseberg
ad09c4039a Fix/strategy constraints (#289)
* fix: only update editable strategies if index is less than 0

* fix: add wdyr

* fix: set tracking to false as default

* chore: update readme
2021-05-07 08:31:25 +02:00
Fredrik Strand Oseberg
05334337c2 Feat/user profile (#274)
* chore: update changelog

* feat: user profile

* feat: onOutsideClick hook

* feat: tune user profile

* fix: refactor to button

* feat: mobile view

* fix: update tests

* feat: add link to docs
2021-04-23 13:49:42 +02:00
dependabot[bot]
982ed4a441 chore(deps): bump ssri from 6.0.1 to 6.0.2 (#270)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-23 13:29:36 +02:00
Fredrik Strand Oseberg
524936912d Feat/user flow (#267)
* feat: add new user page

* feat: passwordchecker

* fix: remove loading

* feat: reset password

* fix: move swr to devDeps

* feat: generate reset link

* feat: add reset password form

* fix: remove console log

* fix: rename to forgotten password

* feat: add simple menu

* fix: change password checker title

* fix: change text in new-user view

* fix: lint errors

* fix: add status code to constants

* fix: comment

* fix: add classes for new user component

* fix: tests

* fix: remove console log

* fix: remove retry method

* fix: invalid token constant

* fix: remove console log

* fix: dependency array on useCallback

* fix: featureview

* fix: redirect on authenticated

* refactor: progresswheel

* fix: lint deps
2021-04-19 10:55:15 +02:00
Christopher Kolstad
22795e251f Migrate to create-react-app and react-scripts (#263)
* Setup create-react-app and typescript

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-07 09:04:48 +02:00
Fredrik Strand Oseberg
dbed06f300 Feat/material UI (#250)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Christopher Kolstad <git@chriswk.no>
2021-03-30 15:14:02 +02:00
dependabot[bot]
2c070bf88d chore(deps): bump elliptic from 6.5.3 to 6.5.4 (#253)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 19:31:57 +02:00
dependabot[bot]
a238ba9b77 chore(deps): bump yargs-parser from 5.0.0 to 5.0.1 (#256)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/v5.0.1/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v5.0.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 19:31:43 +02:00
dependabot[bot]
459060508e chore(deps): bump y18n from 3.2.1 to 3.2.2 (#261)
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 19:31:22 +02:00
Ivar Conradi Østhus
b9e6586c30 feat/rbac: edit access for projects. (#251) 2021-03-11 13:59:20 +01:00
Fredrik Strand Oseberg
d11bee0b95 Feature/stale dashboard (#243)
* feat: initial structure

* feat: add reportCard

* feat: add report-toggle-list

* feat: add report-card

* feat: connect data

* feat: add material icons

* feat: add table styles

* fix: rename reportcard

* feat: add checkbox functionality

* fix: correct invalid json format

* feat: add support for changing project

* fix: linting

* fix: remove trailing slash

* fix: change rewrites to routes

* fix: update glob

* feat: add name sorting

* refactor: swap routes for rewrites in vercel.json

* feat: add rewrite rules

* feat: add all rewrite rules

* feat: initial useSort implementation

* feat: finalized useSort for consistent name sorting

* feat: date parsing

* feat: implement sorting functionality for headers

* fix: ensure consistent naming in useSort

* feat: finish reportcard

* fix: remove loader class

* feat: hide bulk actions behind feature flag

* feat: add tests

* fix: lint and proptypes

* fix: lint

* fix: update select styles

* fix: create snapshots from node 12

* fix: safari flex inconsistencies

* feat: expand conditionallyRender functionality to encompass passing functions as elseShow param

* fix: conditional project selector

* fix: add missing new-line

* fix: move dependencies

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-02-25 10:54:53 +01:00
Ivar Conradi Østhus
73c0c8beb0 fix: unsecure => insecure 2021-02-24 11:17:46 +01:00
Ivar Conradi Østhus
6fa6aaf68c fix: upgrade uglifyjs-webpack-plugin to version 2.2.0 2021-02-24 11:13:37 +01:00
Ivar Conradi Østhus
00f411d9d2 fix: UX should not eagerly store strategy updates! (#240)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-02-09 10:14:04 +01:00
Ivar Conradi Østhus
d0a54d6859 fix: upgraded jest to version 26.6.3 2021-02-05 15:35:32 +01:00
Ivar Conradi Østhus
3a6fa577bc feat: Addon support from UI (#236) 2021-02-05 14:24:22 +01:00
dependabot[bot]
f7f58fa0a7 chore(deps): bump ini from 1.3.5 to 1.3.8 (#231)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-02-04 20:06:52 +01:00
Ivar Conradi Østhus
171ccd337d fix: upgrade redux-devtools to version 3.7.0 2021-01-07 13:50:48 +01:00
Ivar Conradi Østhus
04dc797fe4 fix: update canisue-lite 2021-01-06 22:22:30 +01:00
Ivar Conradi Østhus
46843aecf1 fix: remove use of input stores 2021-01-06 21:41:56 +01:00
dependabot[bot]
39befeafe2 chore(deps): bump http-proxy from 1.18.0 to 1.18.1 (#223)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2020-11-27 22:24:46 +01:00
Ivar Conradi Østhus
fc15144a15 chore(deps-dev): bump node-fetch from 2.6.0 to 2.6.1 2020-11-23 21:15:05 +01:00
Ivar Conradi Østhus
ff4e66354f fix: upgrade whatwg-fetch to version 3.4.1 2020-09-25 21:18:42 +02:00
Ivar Conradi Østhus
1ac720267c fix: yarn.lock 2020-08-07 10:27:26 +02:00
dependabot[bot]
7d7d98d87b chore(deps): bump elliptic from 6.5.2 to 6.5.3 (#218)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 13:50:32 +02:00
dependabot[bot]
5567473c56 chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 (#217)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 13:50:18 +02:00
dependabot[bot]
ee4cce80b4 chore(deps-dev): bump lodash from 4.17.15 to 4.17.19 (#214)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 13:49:59 +02:00
Ivar Conradi Østhus
cf8ac31f8c fix: upgrade react-dnd to version 11.1.3 2020-08-03 13:44:05 +02:00
greenkeeper[bot]
39513c25c8 fix: Update react-dnd to the latest version 🚀 (#213)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-08-03 13:39:24 +02:00
Ivar Conradi Østhus
0945c4343e fix: add react-select 2020-05-18 16:03:35 +02:00
Ivar Conradi Østhus
c33a811032 fix: upgrade react-reduc to version 7.2.0 2020-04-18 22:08:53 +02:00
Ivar Conradi Østhus
9a24743764 fix: upgrade fetch-mock to version 9.4.0 2020-04-18 22:05:34 +02:00
Ivar Conradi Østhus
6ea48374ae fix: upgrade redux to version 4.0.5 2020-04-18 22:03:38 +02:00
Ivar Conradi Østhus
72d48b5b57 fix: upgrade babel dependencies 2020-04-18 22:01:25 +02:00
Ivar Conradi Østhus
aa13f2d755 fix: upgrade react-router to version 5.1.2 2020-04-18 21:54:49 +02:00
Ivar Conradi Østhus
88aca9e37a fix: upgrade react to version 16.13.1 2020-04-18 21:53:06 +02:00
Ivar Conradi Østhus
a3c6c8da37 fix: upgrade react-dnd to version 10.0.2"
Also drop Decorators
2020-04-18 21:48:38 +02:00
Ivar Conradi Østhus
73f2cebc7a fix: Add debounce for toggle-filter to avoid lag 2020-02-27 23:06:21 +01:00
Ivar Conradi Østhus
57f1699c00 fix: upgrade react-mdl to version 2.1.0 2020-01-26 12:03:10 +01:00
Ivar Conradi Østhus
19443c651f Feat: clone feature toggle configuration (#201)
Create a new feature toggle by cloning the config of an
existing feature toggle.

This feature alos moves away from the input store for the
"create feature toggle form".
2020-01-09 22:51:05 +01:00
Ivar Conradi Østhus
6171423300 fix: update mini-css-extract-plugin to version 0.9.0 2020-01-08 07:27:43 +01:00
greenkeeper[bot]
aa07fe7bf6 fix: update fetch-mock to version 8.0.0 (#199)
* chore(package): update fetch-mock to version 8.0.0

* chore(package): update lockfile yarn.lock

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2020-01-08 07:22:10 +01:00
ivaosthu
89c42d697b fix: upgrade react to 16.10.2 2019-10-09 20:14:37 +02:00
ivaosthu
159ddb8b18 fix: upgrade eslint to version 6.5.1 2019-10-09 20:05:58 +02:00
ivaosthu
02f7f9f2e9 fix: upgrade style-loader to version 1.0.0 2019-10-09 20:04:13 +02:00
ivaosthu
2603ce8d5d chore: update yarn.lock 2019-10-09 20:01:08 +02:00
Luan Raithz Machado
c25c0a76a8 fix: babel-preset-env (#190)
* changed do @babel/preset-env

* runned lint fix

* added beforeEach in ui-config-store-test
2019-10-09 19:58:49 +02:00
Weslei Juan Novaes Pereira
ca2350c05b fix: Added plugin to remove dist folder automatically (#191)
* Added official sdk in the footer

* Updated footer snapshot

* linting
2019-10-08 12:08:23 +02:00
ivaosthu
9deee857c9 chore: Update redux* to latest versions 2019-03-13 09:26:42 +01:00
ivaosthu
d1834fc931 chore: Update enzyme to latest versions 2019-03-13 09:23:53 +01:00
ivaosthu
cfd35d37cc chore: update debug to version 4.1.1 2019-03-13 09:21:11 +01:00
greenkeeper[bot]
9ef3f7bec0 chore(package): update lockfile yarn.lock 2018-12-07 12:06:43 +00:00
ivaosthu
3ce0ce8750 chore(lock): Update lockfile 2018-10-24 18:51:27 +02:00
greenkeeper[bot]
06f57da572 chore(package): update lockfile yarn.lock 2018-09-24 18:18:10 +00:00
greenkeeperio-bot
da64655db5 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-08-28 03:08:07 +00:00
greenkeeperio-bot
c5af438924 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-08-27 18:45:39 +00:00
ivaosthu
3b19cf0d3d chore(package): Upgrade eslint to version 5.4.0 2018-08-27 14:08:24 +02:00
ivaosthu
d74c4544b1 chore(pacakge): Upgrade enzyme to verison 3.5.0 2018-08-27 13:28:42 +02:00
ivaosthu
da088113af fix(webpack): Strip all comments in css/js bundles. 2018-08-22 18:06:28 +02:00
ivaosthu
1001ecf584 chore(package): update webpack to version 4.17.1 2018-08-22 17:04:02 +02:00
ivaosthu
9bac4befae chore(packages): Upgrade react-redux to version 5.0.7 2018-08-22 10:31:01 +02:00
ivaosthu
ccc3354b04 fix(webpack): Upgrade webpack to 4.x 2018-08-21 23:09:00 +02:00
ivaosthu
ff21680c0f chore(package): upgrade jest to 23.5.0 2018-08-16 09:23:55 +02:00
ivaosthu
c7b33554f4 chore(package): Upgrade redux to version 4.0.0 2018-08-16 09:19:57 +02:00
Ivar Conradi Østhus
505c1d59ae Merge branch 'master' into greenkeeper/style-loader-0.22.0 2018-08-14 09:05:14 +02:00
greenkeeperio-bot
8be7a785c9 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-08-07 13:49:00 +00:00
ivaosthu
59bcabe331 fix(router): Upgrade to react-router v. 4.x.
This is rather big change to react-router and
required a lot of rewrites.

Mostly followed this guide:
https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/migrating.md
2018-08-07 12:50:28 +02:00
ivaosthu
ef120cf2d1 chore(package): Upgrade eslit to 4.19.1 2018-08-06 11:32:16 +02:00
ivaosthu
ad8fad3a84 chore(package): Bump react-dnd to version 5.0.0 2018-08-06 11:15:47 +02:00
greenkeeperio-bot
cf6e9978f7 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-07-06 17:35:57 +00:00
Ivar Conradi Østhus
1f5feb6675 Merge branch 'master' into greenkeeper/sass-loader-7.0.1 2018-04-19 09:53:36 +02:00
greenkeeperio-bot
926ccb7f78 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-04-18 22:58:30 +00:00
greenkeeperio-bot
0b79bf96ff chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-04-13 14:31:53 +00:00
Ivar Conradi Østhus
5a67950c0a chore(yarn.lock): Update lock-file 2018-02-19 09:35:19 +01:00
Ivar Conradi Østhus
c5155ce03f fix(package): Upgrade react-redux to version 5.0.6 2018-02-13 08:59:30 +01:00
Ivar Conradi Østhus
c159b325dc fix(package): Upgrade react-modal to version 3.1.13 2018-02-13 08:56:10 +01:00
Ivar Conradi Østhus
a1931e7018 fix(package): Upgrade react to version 16.2.0 2018-02-09 10:18:08 +01:00
greenkeeper[bot]
1117c4fc26 * fix(package): update normalize.css to version 8.0.0 🚀 (#114) 2018-02-09 07:23:59 +01:00
Ivar Conradi Østhus
56539d83e6 chore(package.json): Bump react-mdl to 1.11.0 2018-02-08 21:18:00 +01:00
Ivar Conradi Østhus
24f1457a06 Merge pull request #105 from Unleash/greenkeeper/style-loader-0.20.0
Update style-loader to the latest version 🚀
2018-02-04 22:54:22 +01:00
Ivar Conradi Østhus
f540389189 Move metrics poller to seperate class 2018-02-02 21:27:41 +00:00
greenkeeperio-bot
455391d199 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-01-26 21:01:19 +00:00
greenkeeper[bot]
41984f976b Update jest to the latest version 🚀 (#101) 2018-01-17 16:10:47 +01:00
ivaosthu
737c732551 Bump jest to 22.1.2 2018-01-17 15:51:21 +01:00
Simen Bekkhus
551eeb63ab Ignore react dependencies for greenkeeper 2017-11-11 11:37:21 +01:00
Simen Bekkhus
c98c29c3b8 Upgrade jest 2017-11-11 09:18:27 +01:00
Simen Bekkhus
10ae1d8aa7 Upgrade prettier 2017-11-11 09:16:03 +01:00
Simen Bekkhus
8ef9def08c Use 120 as width in prettier (#90) 2017-08-28 21:40:44 +02:00
Simen Bekkhus
b176d63f56 Fix deprecations (#88)
* Fix some optimization bailouts

* Use prop-types package

* Make error comp functional

* Remove unused css transition dep

* Remove unused immutability helper dep

* Align react versions in package.json
2017-08-28 21:30:12 +02:00
Simen Bekkhus
683ae7e6d8 Use prettier (#87)
* Use prettier

* Upgrade to 1.6 beta

* Update lint deps

* Upgrade to full 1.6
2017-08-28 19:15:47 +02:00
ivaosthu
fc8d9a12b3 Remove '--display-optimization-bailout' flag from webpack-dev-server 2017-08-04 09:10:52 +02:00
Simen Bekkhus
e63e92028b Upgrade webpack (#86)
* Upgrade webpack

Fixes #83

* Transform modules in tests

* rc1 of extract text

* rc2 of extract text

* stable of extract text

* last dep bumps

* Add ModuleConcatenationPlugin

* Fix lint error
2017-07-10 23:30:38 +02:00
Simen Bekkhus
e6e7ffad36 Upgrade jest 2017-06-29 08:37:06 +02:00
Simen Bekkhus
6e0db0a998 Upgrade eslint 2017-06-29 08:36:10 +02:00
Simen Bekkhus
e657d2936e Yarn upgrade 2017-06-29 08:34:57 +02:00
Simen Bekkhus
0418603021 Add some tests (#74) 2017-02-23 22:18:23 +01:00
Simen Bekkhus
5bd117ecbd Add yarn lockfile 2017-02-23 15:15:19 +01:00