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

3283 Коммитов

Автор SHA1 Сообщение Дата
Renovate Bot 3282615950
Update dependency eslint-plugin-import to v2.14.0 2018-08-24 22:08:10 +00:00
bors[bot] c1c9a95f6e Merge #1476
1476: Update dependency eslint-config-airbnb to v15.1.0 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>eslint-config-airbnb</code> (<a href="https://renovatebot.com/gh/airbnb/javascript">source</a>) from <code>v15.0.1</code> to <code>v15.1.0</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 22:01:54 +00:00
Renovate Bot 6cca8ac268
Update dependency eslint-config-airbnb to v15.1.0 2018-08-24 21:48:50 +00:00
bors[bot] 1b6adc259b Merge #1473
1473: Update dependency babel-preset-babili to v0.1.4 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>babel-preset-babili</code> (<a href="https://renovatebot.com/gh/babel/babili">source</a>) from <code>v0.0.12</code> to <code>v0.1.4</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 21:42:17 +00:00
bors[bot] 0442064a7a Merge #1475
1475: correction to word search r=mythmon a=peterbe

I did a poor job [code reviewing](https://github.com/mozilla/normandy/pull/1469/files#diff-e23e9be8c7802aeb186b2018486c038eR908) apparently.

Also, wouldn't have happened if we didn't have so much repeated code in v2 and v3 etc :)

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2018-08-24 20:51:45 +00:00
Peter Bengtsson 7df3458f49 correction to word search 2018-08-24 16:49:47 -04:00
Renovate Bot bdc02d48da
Update dependency babel-preset-babili to v0.1.4 2018-08-24 20:09:27 +00:00
bors[bot] ae674ec8c7 Merge #1472
1472: Update dependency babel-plugin-transform-object-rest-spread to v6.26.0 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>babel-plugin-transform-object-rest-spread</code> (<a href="https://renovatebot.com/gh/babel/babel">source</a>) from <code>v6.23.0</code> to <code>v6.26.0</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 19:38:05 +00:00
bors[bot] 9a361d25af Merge #1471
1471: Update dependency babel-plugin-transform-es2015-modules-commonjs to v6.26.2 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>babel-plugin-transform-es2015-modules-commonjs</code> (<a href="https://renovatebot.com/gh/babel/babel">source</a>) from <code>v6.24.1</code> to <code>v6.26.2</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 19:32:24 +00:00
Renovate Bot 94b370d4c4
Update dependency babel-plugin-transform-object-rest-spread to v6.26.0 2018-08-24 19:28:16 +00:00
Renovate Bot a3f4ffaebc
Update dependency babel-plugin-transform-es2015-modules-commonjs to v6.26.2 2018-08-24 19:28:03 +00:00
bors[bot] fca3295a04 Merge #1457
1457: python:3.6-slim with hash r=mythmon a=peterbe

Fixes #1434 

I don't know why Renovate hasn't suggested something like this yet. Perhaps it's in our renovate config. Either way, I see no risk of using 3.6 instead of 3.6.6. Especially since we use a hash.

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2018-08-24 19:21:54 +00:00
bors[bot] f3edb8c653 Merge #1469
1469: Make all words required when searching r=peterbe a=mythmon

This should make searching a bit nicer. I didn't realize how bad "any word matches" was without a scoring step. I considered adding a scoring step, but I don't know if that is reasonable at our scale.

Co-authored-by: Mike Cooper <mythmon@gmail.com>
2018-08-24 19:05:22 +00:00
Peter Bengtsson f1319930d0
python:3.6-slim with hash
Fixes #1434
2018-08-24 15:01:28 -04:00
bors[bot] d9da3c60b9 Merge #1467
1467: Update dependency babel-loader to v7.1.5 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>babel-loader</code> (<a href="https://renovatebot.com/gh/babel/babel-loader">source</a>) from <code>v7.1.1</code> to <code>v7.1.5</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 18:34:54 +00:00
Renovate Bot 57542b37f8
Update dependency babel-loader to v7.1.5 2018-08-24 18:27:10 +00:00
bors[bot] d1762e29f7 Merge #1470
1470: Rename test shortcuts in run.sh r=mythmon a=sciurus

Matching on "pytest" and running a predefined set of commands prevented
us from running pytest with different arguments. We rename our pytest
launching shortcut to fix that and preemptively fix the same problem
with karma.

Co-authored-by: Brian Pitts <bpitts@mozilla.com>
2018-08-24 18:26:56 +00:00
bors[bot] 5526f1e767 Merge #1468
1468: Update dependency babel-plugin-import to v1.8.0 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>babel-plugin-import</code> (<a href="https://renovatebot.com/gh/ant-design/babel-plugin-import">source</a>) from <code>v1.2.1</code> to <code>v1.8.0</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 18:18:51 +00:00
Brian Pitts abc39a5b8b Rename test shortcuts in run.sh
Matching on "pytest" and running a predefined set of commands prevented
us from running pytest with different arguments. We rename our pytest
launching shortcut to fix that and preemptively fix the same problem
with karma.
2018-08-24 13:13:14 -05:00
Mike Cooper a0ef59c99d
Make all words required when searching 2018-08-24 11:12:12 -07:00
bors[bot] 01fef24920 Merge #1465
1465: Update dependency ajv to v5.5.2 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>ajv</code> (<a href="https://renovatebot.com/gh/epoberezkin/ajv">source</a>) from <code>v5.2.0</code> to <code>v5.5.2</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 18:10:25 +00:00
Renovate Bot 37582f46d4
Update dependency babel-plugin-import to v1.8.0 2018-08-24 18:09:31 +00:00
Renovate Bot 204d1ac37a
Update dependency ajv to v5.5.2 2018-08-24 18:09:09 +00:00
bors[bot] a0db1fcb14 Merge #1466
1466: Update dependency babel-core to v6.26.3 r=mythmon a=renovate[bot]

<p>This Pull Request updates devDependency <code>babel-core</code> (<a href="https://babeljs.io/">homepage</a>, <a href="https://renovatebot.com/gh/babel/babel">source</a>) from <code>v6.24.1</code> to <code>v6.26.3</code></p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 18:00:27 +00:00
Renovate Bot 650a9e7da3
Update dependency babel-core to v6.26.3 2018-08-24 17:20:48 +00:00
bors[bot] d6b035e64d Merge #1464
1464: Pin python Docker tag r=mythmon a=renovate[bot]

<p>This Pull Request pins Docker base image <code>python:3.6.0-slim</code> to use a digest (<code>sha256:ed16e4e6ee97ad893c5be1a22aae0de95b996b0a21e544d9b8a4625f66d1d49e</code>).<br />
This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit <a href="https://renovatebot.com/docs/docker">https://renovatebot.com/docs/docker</a></p>
<p><strong>Important</strong>: Renovate will wait until you have merged this Pin request before creating PRs for any <em>upgrades</em>. If you do not wish to pin anything, please update your config accordingly instead of leaving this PR open.</p>
<hr />
<p>This PR has been generated by <a href="https://renovatebot.com">Renovate Bot</a>.</p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 17:12:09 +00:00
Renovate Bot 6e1b37b53f
Pin python Docker tag 2018-08-24 16:56:02 +00:00
bors[bot] f88995fcdb Merge #1463
1463: Pin dependencies r=mythmon a=renovate[bot]

<p>This Pull Request renovates the package group "Pin Dependencies" with the following modifications:</p>
<ul>
<li>Pins dependency <code>nsp</code> (<a href="https://renovatebot.com/gh/nodesecurity/nsp">source</a>) from <code>^3.2.1</code> to <code>v3.2.1</code></li>
<li>Pins dependency <code>mozilla-normandy-action-argument-schemas</code>  from <code>0.3</code> to <code>v0.3.0</code></li>
</ul>
<p><strong>Important</strong>: Renovate will wait until you have merged this Pin request before creating PRs for any <em>upgrades</em>. If you do not wish to pin anything, please update your config accordingly instead of leaving this PR open.</p>
<hr />
<p>This PR has been generated by <a href="https://renovatebot.com">Renovate Bot</a>.</p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2018-08-24 16:47:53 +00:00
Renovate Bot 3112b78f68
Pin dependencies 2018-08-24 16:47:09 +00:00
bors[bot] 2baec5e000 Merge #1459
1459: Configure Renovate r=mythmon a=renovate[bot]

<p>Welcome to <a href="https://renovatebot.com">Renovate</a>! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.</p>
<p>🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.</p>
<hr />
<h3 id="detected-package-files">Detected Package Files</h3>
<ul>
<li><code>.circleci/config.yml</code> (circleci)</li>
<li><code>ci/docker-compose.yml</code> (docker-compose)</li>
<li><code>Dockerfile</code> (dockerfile)</li>
<li><code>client/actions/console-log/package.json</code> (npm)</li>
<li><code>client/actions/opt-out-study/package.json</code> (npm)</li>
<li><code>client/actions/preference-experiment/package.json</code> (npm)</li>
<li><code>client/actions/show-heartbeat/package.json</code> (npm)</li>
<li><code>package.json</code> (npm)</li>
</ul>
<h3 id="configuration">Configuration</h3>
<p>🔡 Renovate has detected a custom config for this PR. Feel free to post it to the <a href="https://renovatebot.com/gh/renovatebot/config-help/issues">Config Help repository</a> if you have any doubts and would like it reviewed.</p>
<p>⚠️ This PR has a merge conflict, however Renovate is unable to automatically fix that due to edits in this branch. Please resolve the merge conflict manually.</p>
<h3 id="what-to-expect">What to Expect</h3>
<p>With your current configuration, Renovate will create 39 Pull Requests:</p>
<p>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2018-08-24 16:38:55 +00:00
Peter Bengtsson 66936ec916
digest pin Dockerfile(s) but not docker-compose.yml 2018-08-24 12:36:20 -04:00
bors[bot] f5bb5e9be4 Merge #1461
1461: Store revision author r=mythmon a=rehandalal

Fixes #1460.

r?

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
2018-08-24 16:28:19 +00:00
Rehan Dalal 49ed692231
Feedbacked 2018-08-24 11:42:39 -04:00
Rehan Dalal a6bb41caed
Store revision author 2018-08-24 00:08:25 -04:00
Rehan Dalal b301ea316d
Add failing tests for revisions created/updated without user 2018-08-24 00:05:05 -04:00
Renovate Bot 86f49f6339
Add renovate.json 2018-08-22 20:09:34 +00:00
bors[bot] 27180c37fa Merge #1456
1456: null bytes string in /api/v1/recipe/signed r=mythmon a=peterbe

Fixes #1455 

The trick here to use `django_filters`'s `CharFilter` in some way. That has builtin support for rejecting strings with null bytes in them. 

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2018-08-21 21:06:34 +00:00
bors[bot] ce737575ea Merge #1452
1452: resilience against rounding error in timestamp in test_caching fixture r=rehandalal a=peterbe

Fixes #1423 

Hopefully my comment is clear enough. A way to "visualize" it is to create [a script like this](https://gist.github.com/peterbe/699e6826a82717e896a8ddb9b0a53fde).

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2018-08-21 15:32:47 +00:00
Peter Bengtsson 2adc4118e5
null-bytes check in v2 and v3 2018-08-21 08:52:02 -04:00
Peter Bengtsson 31f880eebf
check for null-bytes in countries, locales, channels in v2 too 2018-08-21 08:40:03 -04:00
Peter Bengtsson cbb86daa88
feedbacked 2018-08-20 16:59:44 -04:00
Peter Bengtsson 5c4a05ba74 null bytes string in /api/v1/recipe/signed
Fixes #1455
2018-08-20 15:36:40 -04:00
bors[bot] a6d2bab12f Merge #1454
1454: Scheduled weekly dependency update for week 33 r=rehandalal a=pyup-bot






### Update [botocore](https://pypi.org/project/botocore) from **1.10.75** to **1.10.80**.




Co-authored-by: pyup-bot <github-bot@pyup.io>
2018-08-20 16:20:30 +00:00
pyup-bot dc290d8003 Update sphinx from 1.7.6 to 1.7.7 2018-08-20 09:18:23 -07:00
pyup-bot f6db87fd81 Update pytest from 3.7.1 to 3.7.2 2018-08-20 09:18:21 -07:00
pyup-bot b15a988d43 Update pytest-django from 3.3.3 to 3.4.1 2018-08-20 09:18:19 -07:00
pyup-bot 17d6080e38 Update gevent from 1.3.5 to 1.3.6 2018-08-20 09:18:17 -07:00
pyup-bot 916a8964de Update django-configurations from 2.0 to 2.1 2018-08-20 09:18:15 -07:00
pyup-bot fbca390726 Update boto3 from 1.7.75 to 1.7.80 2018-08-20 09:18:14 -07:00
pyup-bot dd7b1c277a Update setuptools from 40.0.0 to 40.1.0 2018-08-20 09:18:12 -07:00