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

793 Commits

Author SHA1 Message Date
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
Fredrik Strand Oseberg
0d13681fd6 4.3.0-beta.2 (#531) 2021-11-29 14:16:25 +01:00
Renovate Bot
e767d5370a chore(deps): update dependency redux-thunk to v2.4.1 2021-11-27 01:53:34 +00:00
Fredrik Strand Oseberg
3bd373002e 4.3.0-beta.1 (#529) 2021-11-26 16:14:44 +01:00
sighphyre
b85b326104 task: Add buttons for deleting/editing a constraint (#522)
* task: Add buttons for deleting/editing a constraint

* task: Improve look and feel of constraints buttons

- Make constraints fill their container
- Move constraint buttons to material ui buttons
- Move constraint buttons to top right of their container

* fix: adjust positioning

* fix: added project id to permissin button

* fix: add correct permission

* fix: update create feature path

Co-authored-by: Simon Hornby <simon@getunleash.ai>
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-11-26 16:07:05 +01: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
Fredrik Strand Oseberg
e78273516a Chore/update frontend 4.2.13 (#503)
* chore: update changelog

* 4.2.13
2021-11-12 13:24:41 +01: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
Fredrik Oseberg
e2414216da 4.2.12 2021-11-04 15:40:54 +01:00
Youssef Khedher
2cb9c130b7 fix: handle undefined project with default (#486)
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-11-04 10:02:17 +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
Ivar Conradi Østhus
0ee2c02cba 4.2.11 2021-10-28 14:22:35 +02: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
Ivar Conradi Østhus
e56aeed8e0 4.2.10 2021-10-22 13:40:04 +02: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
Ivar Conradi Østhus
bdf98dd8b4 4.2.9 2021-10-21 22:32:14 +02:00
Renovate Bot
f2b4158e53 chore(deps): pin dependency copy-to-clipboard to 3.3.1 2021-10-21 10:10:50 +00:00
Ivar Conradi Østhus
0636e1f75e 4.2.8 2021-10-21 10:53:48 +02: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
Ivar Conradi Østhus
ab7f496749 4.2.7 2021-10-20 13:25:45 +02: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
Ivar Conradi Østhus
02872f15ee 4.2.6 2021-10-15 14:17:07 +02: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
Ivar Conradi Østhus
3575838a77 4.2.5 2021-10-14 09:42:27 +02:00
Ivar Conradi Østhus
df59958e56 4.2.4 2021-10-14 09:42:16 +02: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
Christopher Kolstad
8a9dc32bad Create hook for fetching featureMetrics (#414)
* Create hook for fetching featureMetrics
2021-10-13 10:20:34 +02: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
Ivar Conradi Østhus
c9ade1ff2d 4.2.3 2021-10-12 14:20:02 +02: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
Ivar Conradi Østhus
a4ac8386d0 4.2.2 2021-10-01 19:41:26 +02:00
Fredrik Oseberg
0253bdedba 4.2.1 2021-10-01 13:52:11 +02: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
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 Oseberg
a5d4a569e9 4.2.0 2021-09-27 13:40: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
Fredrik Oseberg
b2a6201ce3 4.1.1 2021-09-05 12:16:11 +02:00
Fredrik Oseberg
8687325fc9 4.1.0 2021-09-01 13:26:04 +02:00
Fredrik Oseberg
4acf897494 4.1.0-beta.11 2021-08-30 14:27:30 +02:00
Ivar Conradi Østhus
ae4d8f6b05 4.1.0-beta.10 2021-08-27 19:27:36 +02:00
Fredrik Oseberg
a09ee63a40 4.1.0-beta.9 2021-08-27 13:44:41 +02:00
Fredrik Oseberg
fd8d82b9bf 4.1.0-beta.8 2021-08-27 13:20:58 +02:00
Ivar Conradi Østhus
c33581081b 4.1.0-beta.7 2021-08-26 21:04:10 +02:00
Ivar Conradi Østhus
2d8f1d033a fix: content-wrapper should not take 100% 2021-08-26 19:54:22 +02:00
Ivar Conradi Østhus
11f1ca7393 4.1.0-beta.6 2021-08-26 09:47:12 +02:00
Ivar Conradi Østhus
57dc1c6e89 4.1.0-beta.5 2021-08-26 09:45:08 +02:00
Fredrik Oseberg
cf990307d3 fix: change prepublish to prepare 2021-08-25 14:24:19 +02:00
Fredrik Oseberg
39de27cbe2 4.1.0-beta.4 2021-08-25 13:41:59 +02:00
Ivar Conradi Østhus
b5bb516c1c feat: SSO auto-create users with default role (#326) 2021-08-23 12:16:38 +02:00
Fredrik Oseberg
45554773a4 4.1.0-beta.3 2021-08-19 13:59:00 +02:00
Fredrik Oseberg
5febe31e71 4.1.0-beta.2 2021-08-13 11:10:23 +02:00
Ivar Conradi Østhus
ae38000cf7 Fix/make sure stickiness exists (#320)
* chore: update changelog

* 4.1.0-beta.1

* fix: Project filter was trying to filter based on full project object

* 4.0.6

* fix: add user to archived toggle view

* fix: remove console log

* 4.0.7

* 4.0.8

* fix: make sure the index we're trying to access exists

* fix: load fonts from google, fallback to system fonts

* fix: snapshot

* 4.0.10

* fix: update package json

* fix update fonts

* fix: remove custom font family for archive

* fix: update snapshot

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-08-11 13:34:39 +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 Oseberg
16e0a7b4de 4.0.5 2021-07-16 11:24:08 +02:00
Fredrik Oseberg
a73f4bb892 4.0.5-beta.2 2021-07-07 16:27:26 +02:00
Fredrik Oseberg
8759f1ae9b 4.0.5-beta.1 2021-07-07 11:07:47 +02:00
Ivar Conradi Østhus
f0b864d206 4.0.4 2021-06-08 13:33:05 +02:00
Ivar Conradi Østhus
215be8b672 4.0.3 2021-06-08 13:02:23 +02:00
Fredrik Oseberg
95b58fdb41 4.0.2 2021-06-07 11:05:00 +02:00
Ivar Conradi Østhus
0a020c6b3e 4.0.1 2021-05-25 19:29:43 +02:00
Ivar Conradi Østhus
5bbd0a734b fix: INLINE_RUNTIME_CHUNK 2021-05-25 18:50:29 +02:00
Ivar Conradi Østhus
d152995f36 4.0.0 2021-05-21 14:30:08 +02:00
Ivar Conradi Østhus
8b8cfd7130 4.0.0-beta.5 2021-05-18 14:01:36 +02:00
Ivar Conradi Østhus
a93e4f5374 4.0.0-beta.4 2021-05-11 15:03:29 +02:00
Ivar Conradi Østhus
84388fd812 v4.0.0-beta.3 2021-05-11 12:24:56 +02:00
Ivar Conradi Østhus
c9cd70e05b 4.0.0-beta.2 2021-05-10 13:27:59 +02:00
Fredrik Oseberg
48ed5f711f 4.0.0-beta.1 2021-05-07 11:26:05 +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
Ivar Conradi Østhus
23e49f948a 4.0.0-beta.0 2021-05-05 22:23:44 +02:00
Ivar Conradi Østhus
76cd54fd91 feat: upgrade to node.js v14 2021-05-05 22:18:35 +02:00
Ivar Conradi Østhus
ec06e92ef7 4.0.0-alpha.14 2021-05-04 22:10:48 +02:00
Ivar Conradi Østhus
dd64566719 4.0.0-alpha.13 2021-05-04 21:30:27 +02:00
Ivar Conradi Østhus
c2e50bf16c 4.0.0-alpha.12 2021-05-02 20:46:40 +02:00
Ivar Conradi Østhus
dad8d3de81 4.0.0-alpha.11 2021-04-29 22:00:58 +02:00
Fredrik Strand Oseberg
1f46d3b21b Fix/cleanup (#276)
* chore: update changelog

* 4.0.0-alpha.10

* fix: add dnd provider as top level wrapper

* fix: add forgotten password link to password auth

* fix: remove unecceesary dnd component

* fix: check for usedTokenError
2021-04-27 09:48:00 +02:00
Fredrik Oseberg
b1c32eab71 4.0.0-alpha.9 2021-04-23 15:23:36 +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
Ivar Conradi Østhus
99c4b7e36d 4.0.0-alpha.8 2021-04-23 13:39:34 +02:00
Ivar Conradi Østhus
a82feadf01 4.0.0-alpha.7 2021-04-22 10:48:46 +02:00
Ivar Conradi Østhus
43101d0483 4.0.0-alpha.6 2021-04-21 09:41:29 +02:00
Ivar Conradi Østhus
6532d6a136 4.0.0-alpha.5 2021-04-21 09:38:40 +02:00
Ivar Conradi Østhus
f669f96d49 wip: frontend should understand rbac permissions (#269)
* chore: update changelog

* 4.0.0-alpha.4

* wip: frontend should understand rbac permissions

* move all feature components to hasAccess

* fix: remove all change permissions

* fix all the tests

* fix all the tests x2

* fix snapshot for node 12

* fine tune perms a bit

* refactor: rewrite to ts

* refactor: use admin constant

* fix: import

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-20 19:13:31 +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
Ivar Conradi Østhus
e69ba78536 4.0.0-alpha.3 2021-04-12 20:22:08 +02:00
Ivar Conradi Østhus
4e92e068ab 4.0.0-alpha.2 2021-04-09 13:39:49 +02:00
Ivar Conradi Østhus
41ce9105c6 fix: move all deps to devDependecies 2021-04-09 13:38:30 +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 Oseberg
30e3f468eb 4.0.0-alpha.1 2021-03-30 15:52:18 +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
Ivar Conradi Østhus
335a0a3cc3 3.15.0 2021-03-29 19:47:56 +02:00
Ivar Conradi Østhus
b8b48b5726 feat: Adapt API keys to new endpoint (#259)
* 3.14.1

* more changs!

* fix: cleanup UI to match API

* fix
2021-03-29 19:32:15 +02:00
Ivar Conradi Østhus
19aebbf774 3.14.0 2021-03-12 11:47:00 +01:00
Ivar Conradi Østhus
b9e6586c30 feat/rbac: edit access for projects. (#251) 2021-03-11 13:59:20 +01:00
Fredrik Oseberg
ae977b0bf1 3.13.5 2021-03-08 15:34:08 +01:00
Fredrik Oseberg
95d83dc812 3.13.4 2021-03-05 11:36:42 +01:00
Fredrik Oseberg
8929e106cb 3.13.3 2021-02-26 10:46:13 +01:00
Fredrik Oseberg
72e2981cf5 3.13.2 2021-02-25 15:21:57 +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
74b04b7a43 3.13.1 2021-02-24 11:25:07 +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
8a72a7ef5d 3.13.0 2021-02-23 14:08:42 +01:00
Ivar Conradi Østhus
6101a2525d 3.12.0 2021-02-19 12:34:36 +01:00
Ivar Conradi Østhus
972eccb7f1 3.11.4 2021-02-09 21:58:18 +01:00
Ivar Conradi Østhus
a3554834e5 3.11.3 2021-02-09 12:49:20 +01:00
Ivar Conradi Østhus
16dcf858d7 3.11.2 2021-02-09 10:41:04 +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
aa83e68ef9 3.11.1 2021-02-05 15:09:25 +01:00
Ivar Conradi Østhus
1b2f723750 fix: make sure we also bundle SVG in public 2021-02-05 15:08:35 +01:00
Ivar Conradi Østhus
cc29392e6c 3.11.0 2021-02-05 14:33:32 +01:00
Ivar Conradi Østhus
3a6fa577bc feat: Addon support from UI (#236) 2021-02-05 14:24:22 +01:00
Christopher Kolstad
9221f69ca8 3.10.0 2021-01-22 10:21:12 +01:00
Christopher Kolstad
c536a892b9 3.9.1 2021-01-21 10:14:33 +01:00
Christopher Kolstad
9438465bfd 3.9.0 2021-01-18 09:57:10 +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
de9e544dc7 3.8.4 2021-01-06 22:30:38 +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
Ivar Conradi Østhus
a5bd890e12 3.8.3 2020-12-22 10:13:43 +01:00
Ivar Conradi Østhus
fc5110aaa9 3.8.2 2020-12-15 13:27:53 +01:00
Ivar Conradi Østhus
5c06541859 3.8.1 2020-12-14 23:02:51 +01:00
Ivar Conradi Østhus
9e9b2ffe6a 3.8.0 2020-11-27 22:27:34 +01:00
Ivar Conradi Østhus
af8c9c1683 3.7.0 2020-11-23 21:40:47 +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
8d1ffba52c 3.6.5 2020-11-04 09:21:14 +01:00
Ivar Conradi Østhus
06ac056d2b 3.6.4 2020-10-05 23:15:33 +02:00
Ivar Conradi Østhus
14595fb051 3.6.3 2020-10-04 20:41:09 +02:00
Ivar Conradi Østhus
b9fd968735 3.6.2 2020-09-26 22:21:51 +02:00
Ivar Conradi Østhus
050209376f 3.6.1 2020-09-25 22:13:20 +02:00
Ivar Conradi Østhus
61c933f982 3.6.0 2020-09-25 21:21:10 +02: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
d88435f0c5 fix: use https url for local->heroku proxy 2020-09-24 19:30:27 +02:00
Ivar Conradi Østhus
96bcee8d2b 3.5.1 2020-08-11 12:16:16 +02:00
Ivar Conradi Østhus
5cb2036bba 3.5.0 2020-08-10 22:06:20 +02:00
Ivar Conradi Østhus
c7cacc183b 3.5.0-0 2020-08-07 10:42:04 +02:00
Ivar Conradi Østhus
571adc5803 fix: dependencies 2020-08-07 10:35:00 +02:00
Ivar Conradi Østhus
303b6edb99 feat: added time-ago to toggle-list 2020-08-07 10:08:23 +02:00
Ivar Conradi Østhus
e7e0b78697 3.4.1-0 2020-08-06 11:12:38 +02:00
Ivar Conradi Østhus
60705d3993 3.4.0 2020-08-03 14:05:40 +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
ec06a63a8b 3.3.5 2020-06-15 15:29:56 +02:00
Ivar Conradi Østhus
784b6e0846 3.3.4 2020-05-22 19:39:54 +02:00
Ivar Conradi Østhus
2beef592a5 3.3.3 2020-05-20 16:33:54 +02:00
Ivar Conradi Østhus
0945c4343e fix: add react-select 2020-05-18 16:03:35 +02:00
Ivar Conradi Østhus
ff8056bb9a 3.3.2 2020-05-14 22:37:41 +02:00
Ivar Conradi Østhus
91fd43c553 fix: correct repo url in package.json 2020-05-12 23:35:42 +02:00
Ivar Conradi Østhus
c5accbb5a2 3.3.1 2020-05-12 23:00:09 +02:00
Ivar Conradi Østhus
7e20f2c813 3.2.21 2020-04-19 20:24:03 +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
f1a6015691 3.2.20 2020-04-13 22:35:12 +02:00
Ivar Conradi Østhus
c42a06ffb9 3.2.19 2020-03-10 15:12:53 +01:00
Ivar Conradi Østhus
dff785275a 3.2.18 2020-03-05 17:07:51 +01:00
Ivar Conradi Østhus
d70d3ab978 3.2.17 2020-02-27 23:15:46 +01: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
8253dbb0ad 3.2.16 2020-02-27 21:39:16 +01:00
Ivar Conradi Østhus
03b4ec9751 3.2.15 2020-02-12 22:19:14 +01:00
Ivar Conradi Østhus
5c16ba8ae5 3.2.14 2020-02-12 20:43:32 +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
ae0aae740a 3.2.13 2020-01-10 08:24:23 +01:00
Ivar Conradi Østhus
c27fb9ac1d 3.2.12 2020-01-09 22:53:18 +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
ff8ce52347 3.2.11 2020-01-08 08:22:49 +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
63aa67a7a8 3.2.9 2019-10-27 19:42:37 +01:00
ivaosthu
ef2999caa1 3.2.8 2019-10-24 16:30:32 +02:00
ivaosthu
d1e0972401 3.2.7 2019-10-13 20:48:08 +02: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
086d80d6fd fix: Build with node-10 2019-10-09 20:02:15 +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
459db23d50 3.2.6 2019-07-29 10:52:40 +02:00
ivaosthu
90bf50d6e5 3.2.5 2019-07-29 10:17:55 +02:00
ivaosthu
08540e5740 3.2.4 2019-05-04 06:35:33 +02:00
Ivar Conradi Østhus
83e2e522f4 fix: make greenkeeper stop push pr for react-dnd 2019-03-29 10:56:55 +01:00
ivaosthu
547ef7300e 3.2.2 2019-03-13 09:31:27 +01: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
Ivar Conradi Østhus
f2d7a46035 Merge pull request #163 from Unleash/greenkeeper/css-loader-2.0.0
Update css-loader to the latest version 🚀
2019-03-13 09:16:27 +01:00
ivaosthu
9b3fb06268 3.2.1 2019-03-06 19:41:21 +01:00
ivaosthu
41e4ed59fd 3.2.0 2019-02-08 09:17:52 +01:00
ivaosthu
fc955a5b97 feat: Inital beta for variants 2019-02-08 08:59:27 +01:00
ivaosthu
5c097daf45 3.1.4 2019-01-19 11:45:53 +01:00
greenkeeper[bot]
0c441225ed chore(package): update css-loader to version 2.0.0 2018-12-07 12:06:39 +00:00
ivaosthu
6de8c297fd chore(package.json): Allow greenkeeper to update react 2018-11-23 18:31:36 +01:00
greenkeeper[bot]
2f1bd573b1 chore(package): update fetch-mock to version 7.0.2 2018-09-24 18:16:47 +00:00
greenkeeper[bot]
eb162c77e7 chore(package): update babel-eslint to version 9.0.0 2018-08-28 03:03:52 +00:00
greenkeeper[bot]
91df469588 chore(package): update style-loader to version 0.23.0 2018-08-27 18:39:43 +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
c1edfb3870 3.1.3 2018-08-22 18:36:25 +02:00
ivaosthu
da088113af fix(webpack): Strip all comments in css/js bundles. 2018-08-22 18:06:28 +02:00
ivaosthu
60fd204bc2 3.1.2 2018-08-22 17:20:16 +02:00
ivaosthu
3573f7650d chore(package): move all dependencies to devDependencies as they are not used outside this module. 2018-08-22 17:15:46 +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
Ivar Conradi Østhus
3405a9b5a1 Merge branch 'master' into upgrade/jest_23 2018-08-16 12:00:54 +02:00
ivaosthu
1fb59bc91f 3.1.1 2018-08-16 09:25:47 +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
ivaosthu
227f1f7ea3 3.1.0 2018-08-15 19:20:04 +02:00
Ivar Conradi Østhus
505c1d59ae Merge branch 'master' into greenkeeper/style-loader-0.22.0 2018-08-14 09:05:14 +02:00
greenkeeper[bot]
5dd1f4f608 chore(package): update style-loader to version 0.22.0 2018-08-07 13:44:43 +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
ivaosthu
9c32862a77 chore(package): Bump react to version 16.4.2 2018-08-06 11:14:56 +02:00
greenkeeper[bot]
6e5526378f chore(package): update css-loader to version 1.0.0 2018-07-06 17:31:11 +00:00
ivaosthu
3f08553e3e 3.0.1 2018-04-27 10:23:15 +02:00
Ivar Conradi Østhus
1f5feb6675 Merge branch 'master' into greenkeeper/sass-loader-7.0.1 2018-04-19 09:53:36 +02:00
greenkeeper[bot]
955885a03d chore(package): update style-loader to version 0.21.0 2018-04-18 22:53:01 +00:00
greenkeeper[bot]
4a6a0fbe92 chore(package): update sass-loader to version 7.0.1
Closes #122
2018-04-13 14:26:33 +00:00
Corinne Krych
29ea3dabcc test(feature): test add, update feature form 2018-02-17 16:57:03 +01:00
Corinne Krych
bfee62ed82 test(form): add enzyme tests 2018-02-16 20:45:05 +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
c18ad66bb2 Merge branch 'master' into react_16 2018-02-11 18:24:36 +01:00
Ivar Conradi Østhus
5e545765de 3.0.0 2018-02-10 09:33:16 +01:00
Ivar Conradi Østhus
a1931e7018 fix(package): Upgrade react to version 16.2.0 2018-02-09 10:18:08 +01:00
Ivar Conradi Østhus
f199b591f9 3.0.0-alpha.8 2018-02-09 10:10:15 +01:00
Corinne Krych
a3560a481c Merge branch 'master' into timezone 2018-02-09 08:43:52 +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
Corinne Krych
920872512c feat(timezone): Timezone should be configurable 2018-02-07 14:53:10 +01:00
Ivar Conradi Østhus
95ad6ed33a 3.0.0-alpha.7 2018-02-05 08:51:05 +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
Ivar Conradi Østhus
6cf9c689db chore(travis) build with node 8 2018-02-02 12:52:31 +01:00
greenkeeper[bot]
01b8da6516 chore(package): update style-loader to version 0.20.0 2018-01-26 20:55:30 +00:00
greenkeeper[bot]
41984f976b Update jest to the latest version 🚀 (#101) 2018-01-17 16:10:47 +01:00
ivaosthu
922b894a40 3.0.0-alpha.5 2018-01-17 15:53:33 +01:00
ivaosthu
737c732551 Bump jest to 22.1.2 2018-01-17 15:51:21 +01:00
ivaosthu
471a37337f 3.0.0-alpha.4 2017-11-29 10:47:22 +01:00
Simen Bekkhus
551eeb63ab Ignore react dependencies for greenkeeper 2017-11-11 11:37:21 +01:00
greenkeeper[bot]
38760aacc6 chore(package): update dependencies 2017-11-11 09:19:10 +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
ivaosthu
96f0566fa5 3.0.0-alpha.3 2017-10-12 09:28:11 +02:00
Ivar
88feee71ff 3.0.0-alpha.2 2017-09-13 11:39:47 +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
sveisvei
4f48a65462 3.0.0-alpha.1 2017-06-28 12:40:54 +02:00
ivaosthu
a74c71fe17 2.2.6 2017-04-24 13:07:22 +02:00
ivaosthu
52a63d1264 Allow node version >= 6 2017-04-24 13:06:51 +02:00
ivaosthu
c3f18ca0a0 2.2.5 2017-03-07 18:53:04 +01:00
ivaosthu
def58c8f4b 2.2.4 2017-03-07 18:31:08 +01:00
ivaosthu
367df8ba96 Fix static assets inside public folder on release 2017-03-07 18:30:45 +01:00
ivaosthu
54861f586c 2.2.3 2017-03-07 17:34:30 +01:00
ivaosthu
ffb2adcbd8 Add licence. #73 2017-03-07 14:31:30 +01:00
Simen Bekkhus
0418603021 Add some tests (#74) 2017-02-23 22:18:23 +01:00
ivaosthu
cf3e24dab2 2.2.2 2017-02-15 22:20:52 +01:00
ivaosthu
b70b3bb452 2.2.1 2017-02-15 17:18:25 +01:00
sveisvei
d87ce81a70 2.2.0 2017-02-06 10:31:39 +01:00
ivaosthu
f28e9f270e 2.1.3 2017-02-02 10:11:26 +01:00
ivaosthu
839a49835a 2.1.2 2017-02-02 10:04:09 +01:00
ivaosthu
780556ef5e 2.1.1 2017-02-02 09:43:01 +01:00
sveisvei
553989f636 2.1.0 2017-01-20 19:49:56 +01:00
ivaosthu
b3e657917d 2.0.0 2017-01-11 12:32:35 +01:00
sveisvei
d0316392f6 2.0.0-alpha.8 2017-01-09 11:55:37 +01:00
sveisvei
137cd364d6 2.0.0-alpha.7 2017-01-06 13:07:56 +01:00
sveisvei
9cc6b97e68 2.0.0-alpha.6 2017-01-06 12:55:45 +01:00
ivaosthu
df8b001991 Webpack devServer port via process.env.PORT 2017-01-02 22:23:23 +01:00
ivaosthu
87a76b6227 Added option to use hosted heroku api when developing 2017-01-02 22:23:23 +01:00
sveisvei
97f99b0103 2.0.0-alpha.5 2017-01-02 11:27:21 +01:00
sveisvei
80bc2806d3 2.0.0-alpha.4 2017-01-02 10:00:53 +01:00
sveisvei
7243dce22d add sort strategies via react-dnd 2016-12-30 23:24:46 +01:00
sveisvei
4d5c901807 add support for decorators via babel 2016-12-30 23:07:37 +01:00
ivaosthu
ed073230fc add react-router-scroll to package.json 2016-12-29 12:46:37 +01:00
ivaosthu
109fe8302b test should run build until we have actual tests 2016-12-29 12:46:10 +01:00
sveisvei
adde1652be 2.0.0-alpha.3 2016-12-27 13:17:13 +01:00
ivaosthu
e7fbf227a6 2.0.0-alpha.2 2016-12-23 11:07:19 +01:00
ivaosthu
5a24660a52 Prepare release 2016-12-23 10:59:31 +01:00
ivaosthu
a256e7c44d Switch to react-modal to avoid buggy polyfill 2016-12-22 15:50:56 +01:00
ivaosthu
c9ea64639e Added dialog-polyfill.
closes #23
2016-12-22 14:09:16 +01:00
sveisvei
f645e71eeb get build green, inline calc method that wasn't ready for browser 2016-12-17 20:54:48 +01:00
sveisvei
66527bf085 remove --hot, duplicate hot declarertion 2016-12-13 19:53:07 +01:00
sveisvei
c512345f71 remove old stuff 2016-12-04 15:02:45 +01:00
sveisvei
eeb40113c5 wip 2016-12-04 12:49:01 +01:00
Ivar
a7c844d716 add fetch polifill 2016-11-16 22:19:38 +01:00
ivaosthu
a642ce0c04 remove unused files 2016-11-14 09:49:38 +01:00
ivaosthu
a4e02aeda4 upgrade react-router 2016-11-14 09:32:13 +01:00
ivaosthu
ed0acc3265 upgrade normalize.css 2016-11-14 09:18:15 +01:00
ivaosthu
7f8ec4262d Make build produce a production build
Closes #1
2016-11-10 22:49:28 +01:00
ivaosthu
9ef5598fd5 expose all files for now 2016-11-10 16:43:21 +01:00
ivaosthu
8070e6000e fix urls 2016-11-10 16:34:39 +01:00
ivaosthu
3b53b79fb2 fix /api path 2016-11-10 16:09:48 +01:00
ivaosthu
d2d77ed002 add explicit entry 2016-11-10 15:39:53 +01:00
ivaosthu
ac35ba2f91 build a self-contained SPA 2016-11-10 15:10:56 +01:00
ivaosthu
de58139501 Adding travis 2016-11-10 15:03:38 +01:00
ivaosthu
d21bf84a5b init 2016-11-10 14:27:06 +01:00