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

29 Коммитов

Автор SHA1 Сообщение Дата
Michael Cooper 0c0b758525
Update remaining crates 2021-05-13 16:20:05 -07:00
Michael Cooper 836b175b7e
Update to actix-web 3 2021-05-13 16:20:04 -07:00
Michael Cooper 10c4a5f2d1
Update to actix-web 2 2021-05-13 16:20:04 -07:00
Mike Cooper c4ae6aca11
Ignore RUSTSEC-2018-0015
This is that the package is now unmaintained. This is not an immediate security problem that should block our CI.
2019-11-13 09:31:32 -08:00
Mathieu Leplatre 4ae323ef68
Upgrade term to 0.6.1 2019-11-04 12:56:26 +01:00
bors[bot] 0f52d0dd98
Merge #74
74: Update Rust crate envy to ^0.4.0 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| envy | dependencies | minor | `^0.3.3` -> `^0.4.0` |

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#mozilla/classify-client).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-08 16:12:20 +00:00
Renovate Bot a723461503
Update Rust crate envy to ^0.4.0 2019-10-08 15:59:52 +00:00
bors[bot] 1dc82769f1
Merge #72
72: Update Rust crate actix to ^0.8.0 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| actix | dependencies | minor | `^0.7` -> `^0.8.0` |

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#mozilla/classify-client).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-10-08 15:59:18 +00:00
Renovate Bot 41373e43d8
Update Rust crate cadence to ^0.19.0 2019-10-08 08:26:35 +00:00
Renovate Bot 05018e94ba
Update Rust crate actix to ^0.8.0 2019-10-08 08:25:34 +00:00
Mike Cooper 95453ba75e Update actix-web to 1.0
This is a large change, since actix-web changed significantly. It also removes
Sentry integration, because currently the Sentry integration with Actix does
not support actix-web 1.0.
2019-09-18 15:00:31 -07:00
bors[bot] e7ce260b13 Merge #60
60: Update Rust crate slog-term to v2.4.1 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| slog-term | dependencies | patch | `2.4.0` -> `2.4.1` |

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#mozilla/classify-client).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-07-18 21:52:56 +00:00
Mike Cooper 87c06286c6
Update libflate from 0.1.19 to 0.1.25 2019-07-16 10:55:25 -07:00
Mike Cooper 81afc36775
Update smallvec from 0.6.7 to 0.6.10 2019-07-16 10:55:07 -07:00
Renovate Bot 993801d601
Update Rust crate slog-term to v2.4.1 2019-07-13 02:58:38 +00:00
Mike Cooper 8ea5bfd9e1
Update maxmindbdb to 0.13.0 2019-01-22 10:05:51 -08:00
Mike Cooper 8336eb48d7
Add request and geolocation instrumentation
Fixes #41
2019-01-15 12:54:40 -08:00
Mathieu Leplatre f838328298
Use slog-derive instead of custom code 2019-01-11 15:37:55 +01:00
Mike Cooper ea3bc2c526
Switch settings management to envy
I find this a lot simpler and more flexible than the previous library
2019-01-08 15:22:12 -08:00
Mike Cooper a264b85abe
Merge remote-tracking branch 'upstream/master' into better-ips 2018-12-21 12:24:55 -08:00
Mike Cooper 3ce770eed3
Merge remote-tracking branch 'upstream/master' into better-ips 2018-12-19 16:26:54 -08:00
Mathieu Leplatre 2a7831c752
Enable MozLog logging (ref #3) 2018-12-20 01:25:10 +01:00
Mathieu Leplatre 1afe32b2b4
Enable Sentry for errors (fixes #13) 2018-12-20 01:16:00 +01:00
Mike Cooper 8ecee572f5
Make processing of X-Forwarded-For header configurable
Fixes #8
2018-12-18 15:42:25 -08:00
Mike Cooper f7aa304ef3
Remove cargo-culted and unneeded ctrlc handling 2018-12-13 15:45:36 -08:00
Mike Cooper 7e001f37c6
Introduce a settings system
Fixes #4
2018-12-13 14:49:36 -08:00
Mike Cooper 7cd307420c
Remove unused dependency on listenfd 2018-12-12 13:04:26 -08:00
Mike Cooper c21136b1ca
Updates to deploy in Google App Engine 2018-12-10 14:54:52 -08:00
Mike Cooper 0e93b76106
Use an actix worker for geoip lookups 2018-12-07 14:58:02 -05:00