Граф коммитов

1924 Коммитов

Автор SHA1 Сообщение Дата
Michael Cooper 8e8cb899a5
Merge pull request #1150 from mozilla/disable-renovate
Delete renovate.json
2021-05-26 14:38:00 -07:00
Michael Cooper 946aa91c47
Delete renovate.json 2021-05-26 14:34:34 -07:00
bors[bot] c3f9a785d6
Merge #1129
1129: Update packages r=mythmon a=mythmon

This will supercede #1127 and #1128.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Cooper <mythmon@gmail.com>
2020-04-10 19:15:10 +00:00
Mike Cooper a109456a12
Resolve minimist, acorn, and kind-of 2020-04-10 12:15:22 -07:00
dependabot[bot] c131d6252c
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-10 12:08:42 -07:00
dependabot[bot] 94e0a0e256
Bump auth0-js from 9.11.3 to 9.13.2
Bumps [auth0-js](https://github.com/auth0/auth0.js) from 9.11.3 to 9.13.2.
- [Release notes](https://github.com/auth0/auth0.js/releases)
- [Changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/auth0.js/compare/v9.11.3...v9.13.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-10 18:38:47 +00:00
Alissa Sobo 58be585ac3
Merge pull request #1123 from mozilla/fix-typo
Fix typo for filter object validation message
2019-12-12 10:00:25 -08:00
Alissa Sobo b705925fb3 Fix typo for filter object validation message 2019-12-12 09:57:02 -08:00
bors[bot] c07f774b9c
Merge #1124
1124: Upgrade serialize-javascript to v2.1.2 r=uhlissuh a=rehandalal

r?

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
2019-12-12 17:47:08 +00:00
Rehan Dalal 336a6d78d0
Upgrade serialize-javascript to v2.1.2 2019-12-11 21:22:14 -05:00
bors[bot] c9fd4fb6cf
Merge #1118
1118: Add UI for editing multi-preference-experiment recipes r=rehandalal a=rehandalal

Not the prettiest thing in the world but it gets the job done. 

![image](https://user-images.githubusercontent.com/987136/69329689-8f1e7180-0c77-11ea-9c7a-6f07807ef47e.png)

There's a little bit of a gotcha that I couldn't solve without a massive overhaul of the forms (which didn't seem worth it) --- if you are typing a preference name and it happens to match an existing preference name, the existing pref will get overwritten with the one you are currently editing. In most cases I'm assuming users will be copying and pasting these pref names in so this should not be a problem. 

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
Co-authored-by: R&D <rehandalal@users.noreply.github.com>
2019-11-22 07:51:45 +00:00
Rehan Dalal 880143949c
Fix less file for real 2019-11-21 22:07:25 -05:00
R&D 9699da9338
Fix indent 2019-11-22 08:29:19 +05:30
R&D 21a77a61a7
Merge branch 'master' into multi-pref-ui 2019-11-22 08:27:32 +05:30
bors[bot] 2def100385
Merge #1121
1121: Add UI for branched addon studies r=mythmon a=rehandalal

Fixes #1059 

r?

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
2019-11-21 22:07:11 +00:00
Rehan Dalal c4391dbe48
Feedbacked 2019-11-21 17:06:23 -05:00
bors[bot] 8c1cce192e
Merge #1120
1120: Add ability to copy auth token from UI r=mythmon a=rehandalal

Fixes #1100 

r?

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
2019-11-21 17:29:42 +00:00
bors[bot] 8c1866f8ca
Merge #1119
1119: Show information about publish/disable failures r=mythmon a=rehandalal

Fixes #729 

r?

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
2019-11-21 17:02:08 +00:00
Rehan Dalal 7f8a261110
Add UI for branched addon studies 2019-11-21 08:26:46 -05:00
Rehan Dalal fc6ace5df5
Add ability to copy auth token from UI 2019-11-21 07:22:32 -05:00
Rehan Dalal 6d1ab30558
Show information about publish/disable failures 2019-11-21 06:45:30 -05:00
Rehan Dalal 5390f96138
Add UI for editing multi-preference-experiment recipes 2019-11-21 05:23:57 -05:00
bors[bot] 45d12460f9
Merge #1101
1101: Add a widget for multi-pref-experiment branches r=rehandalal a=mythmon

It's not the best UI, but it fits in the space and all the data is
available, which is more than can be said for the previous version.
Without this change there is simply no way to see the preference
changing or the value it is changing to.

## Before

![image](https://user-images.githubusercontent.com/305049/68439850-fdded380-017d-11ea-9e42-23c496bed730.png)

## After

![image](https://user-images.githubusercontent.com/305049/68439858-0505e180-017e-11ea-9e3a-55cc131d877a.png)


Fixes #1078

Co-authored-by: Mike Cooper <mythmon@gmail.com>
Co-authored-by: Michael Cooper <mythmon@gmail.com>
2019-11-21 00:00:31 +00:00
bors[bot] e4f281cd62
Merge #1117
1117: Update handlebars from 4.1.2 to 4.5.3 r=rehandalal a=mythmon

This is blocking CI. I poked around in the UI with this change applied, and I found one problem, but I was also able to reproduce that problem on master, so `¯\_(ツ)_/¯`.

Co-authored-by: Mike Cooper <mythmon@gmail.com>
2019-11-20 23:57:12 +00:00
Mike Cooper 22f5a2cf80
Update handlebars from 4.1.2 to 4.5.3 2019-11-19 11:28:35 -08:00
Mike Cooper bbb8d5cc30
prettier 2019-11-19 11:25:39 -08:00
Michael Cooper d3a24242ad Pass action type in recipe details test 2019-11-11 16:59:17 -08:00
Mike Cooper 1a88203e14
Add a widget for multi-pref-experiment branches
It's not the best UI, but it fits in the space and all the data is
available, which is more than can be said for the previous version.
Without this change there is simply no way to see the preference
changing or the value it is changing to.

Fixes #1078
2019-11-07 16:43:45 -08:00
bors[bot] 65eee17ab0
Merge #1099
1099: Revert "Merge #1089 #1091" r=tiftran a=mythmon

This reverts commit 803c221eac, reversing
changes made to 3eb31dfb4f.

This is the same as #1084, but antd was updated again since then. We should be more diligent about testing package updates going forward.

Co-authored-by: Mike Cooper <mythmon@gmail.com>
2019-11-07 17:47:55 +00:00
Mike Cooper d380c231a2
Revert "Merge #1089 #1091"
This reverts commit 803c221eac, reversing
changes made to 3eb31dfb4f.
2019-11-06 16:31:31 -08:00
bors[bot] 803c221eac
Merge #1089 #1091
1089: Update dependency antd to v3.24.3 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [antd](http://ant.design/) ([source](https://togithub.com/ant-design/ant-design)) | dependencies | minor | [`3.23.5` -> `3.24.3`](https://renovatebot.com/diffs/npm/antd/3.23.5/3.24.3) |


1091: Update dependency @testing-library/react to v9.3.1 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@testing-library/react](https://togithub.com/testing-library/react-testing-library) | devDependencies | patch | [`9.3.0` -> `9.3.1`](https://renovatebot.com/diffs/npm/@testing-library%2freact/9.3.0/9.3.1) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-31 20:39:36 +00:00
bors[bot] 3eb31dfb4f
Merge #1090
1090: Update dependency fetch-mock to v7.7.0 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [fetch-mock](http://www.wheresrhys.co.uk/fetch-mock) ([source](https://togithub.com/wheresrhys/fetch-mock)) | devDependencies | minor | [`7.5.1` -> `7.7.0`](https://renovatebot.com/diffs/npm/fetch-mock/7.5.1/7.7.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-31 20:30:26 +00:00
bors[bot] 3a93fa1bbb
Merge #1086 #1087 #1088
1086: Update dependency autoprefixer to v9.7.0 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [autoprefixer](https://togithub.com/postcss/autoprefixer) | dependencies | minor | [`9.6.5` -> `9.7.0`](https://renovatebot.com/diffs/npm/autoprefixer/9.6.5/9.7.0) |


1087: Update dependency Sphinx to v2.2.1 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [Sphinx](http://sphinx-doc.org/) | patch | `==2.2.0` -> `==2.2.1` |


1088: Update dependency eslint-config-prettier to v6.5.0 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | devDependencies | minor | [`6.4.0` -> `6.5.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/6.4.0/6.5.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-31 20:27:10 +00:00
bors[bot] 85dce1202c
Merge #1082 #1083
1082: Update dependency webpack-dev-server to v3.9.0 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [webpack-dev-server](https://togithub.com/webpack/webpack-dev-server) | devDependencies | minor | [`3.8.2` -> `3.9.0`](https://renovatebot.com/diffs/npm/webpack-dev-server/3.8.2/3.9.0) |


1083: Update react monorepo r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-react-hooks](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | devDependencies | minor | [`2.1.2` -> `2.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react-hooks/2.1.2/2.2.0) |
| [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | dependencies | minor | [`16.10.2` -> `16.11.0`](https://renovatebot.com/diffs/npm/react/16.10.2/16.11.0) |
| [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | dependencies | minor | [`16.10.2` -> `16.11.0`](https://renovatebot.com/diffs/npm/react-dom/16.10.2/16.11.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-31 20:26:04 +00:00
Renovate Bot a17475421a
Update dependency fetch-mock to v7.7.0 2019-10-31 20:20:56 +00:00
Renovate Bot e30edbde7b
Update dependency @testing-library/react to v9.3.1 2019-10-31 20:20:40 +00:00
Renovate Bot c261454417
Update react monorepo 2019-10-31 20:19:38 +00:00
Renovate Bot fc247e5015
Update dependency webpack-dev-server to v3.9.0 2019-10-31 20:19:26 +00:00
Renovate Bot e867bab10f
Update dependency eslint-config-prettier to v6.5.0 2019-10-31 20:19:14 +00:00
Renovate Bot a99633bd7b
Update dependency autoprefixer to v9.7.0 2019-10-31 20:19:03 +00:00
Renovate Bot 7c10df2eea
Update dependency antd to v3.24.3 2019-10-31 20:18:50 +00:00
Renovate Bot 775d30c76e
Update dependency Sphinx to v2.2.1 2019-10-31 20:18:39 +00:00
bors[bot] 1c8cd62112
Merge #1081
1081: Don't require reviews to merge with bors r=jaredkerim a=mythmon

We decided this doesn't gain us much, and just gets in the way. We've removed this requirement from all the other product-delivery repos as well.

Co-authored-by: Michael Cooper <mythmon@gmail.com>
2019-10-31 19:57:52 +00:00
bors[bot] 59730b9f27
Merge #1084
1084: revert antd dependencies r=mythmon a=tiftran



Co-authored-by: tiftran <ttran@mozilla.com>
2019-10-23 20:24:48 +00:00
tiftran ca500c84a3 revert antd dependencies 2019-10-23 10:38:54 -07:00
bors[bot] c204f50388
Merge #1074
1074: Update babel monorepo r=tiftran a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@babel/core](https://babeljs.io/) ([source](https://togithub.com/babel/babel)) | dependencies | patch | [`7.6.2` -> `7.6.4`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.6.2/7.6.4) |
| [@babel/runtime](https://togithub.com/babel/babel) | dependencies | patch | [`7.6.2` -> `7.6.3`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.6.2/7.6.3) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-22 16:14:05 +00:00
Renovate Bot d5cbe94c54
Update babel monorepo 2019-10-21 22:16:06 +00:00
bors[bot] 7cedd07e84
Merge #1079
1079: Update dependency dotenv to v8.2.0 r=tiftran a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dotenv](https://togithub.com/motdotla/dotenv) | devDependencies | minor | [`8.1.0` -> `8.2.0`](https://renovatebot.com/diffs/npm/dotenv/8.1.0/8.2.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-21 22:01:42 +00:00
bors[bot] 27fe28f60c
Merge #1077
1077: Update dependency webpack to v4.41.2 r=tiftran a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [webpack](https://togithub.com/webpack/webpack) | dependencies | patch | [`4.41.0` -> `4.41.2`](https://renovatebot.com/diffs/npm/webpack/4.41.0/4.41.2) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-21 21:56:49 +00:00
bors[bot] 470d897dc3
Merge #1076
1076: Update dependency stylelint to v11.1.1 r=tiftran a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [stylelint](https://stylelint.io) ([source](https://togithub.com/stylelint/stylelint)) | devDependencies | minor | [`11.0.0` -> `11.1.1`](https://renovatebot.com/diffs/npm/stylelint/11.0.0/11.1.1) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-21 21:53:56 +00:00