| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | (cargo-release) start next development iteration 0.4.2-alpha.0 | Owen Jacobson | 2020-06-16 |
| | | |||
| * | (cargo-release) version 0.4.1 | Owen Jacobson | 2020-06-16 |
| | | |||
| * | Set up travis for continuous testing | Owen Jacobson | 2020-06-16 |
| | | |||
| * | Fix broken doctests. | Owen Jacobson | 2020-06-16 |
| | | | | | Rust nightly un-broke doctests! | ||
| * | Add a README and project metadata. | Owen Jacobson | 2020-06-16 |
| | | |||
| * | Remove spurious import (thanks, clippy!) | Owen Jacobson | 2020-06-15 |
| | | |||
| * | An ops suggestion (hat tip @illegalhex!) | Owen Jacobson | 2020-06-08 |
| | | |||
| * | (cargo-release) start next development iteration 0.4.1-alpha.0 | Owen Jacobson | 2020-06-05 |
| | | |||
| * | (cargo-release) version 0.4.0 | Owen Jacobson | 2020-06-05 |
| | | |||
| * | Some more troubleshooting suggestions from personal experience | Owen Jacobson | 2020-06-05 |
| | | |||
| * | Add CApocalypse-related items | Owen Jacobson | 2020-06-05 |
| | | |||
| * | Reduce spurious copies. | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Slack integration. | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Remove some visual clutter in template rendering. | Owen Jacobson | 2020-06-04 |
| | | |||
| * | fmt | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Complete the partialization changes. | Owen Jacobson | 2020-06-04 |
| | | | | | This pulls the top-level framework for HTML out into its own partial. | ||
| * | App.json for Heroku Pipelines. | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Split the template out into partials. | Owen Jacobson | 2020-06-04 |
| | | | | | | This is a style experiment; the utility of using partials in an app with one view is limited, to say the least. | ||
| * | Fix a line wrapping gaffe | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Remove stray debugging code. | Owen Jacobson | 2020-06-04 |
| | | |||
| * | (cargo-release) start next development iteration 0.3.1-alpha.0 | Owen Jacobson | 2020-06-04 |
| | | |||
| * | (cargo-release) version 0.3.0 | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Fix mislabelled content type in t-t-c.yml | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Renamed primary binary to `web`. | Owen Jacobson | 2020-06-04 |
| | | | | | This closely matches Procfile entries, making the structure of the project a little easier to follow. | ||
| * | Be more explicit about caching | Owen Jacobson | 2020-06-04 |
| | | |||
| * | (cargo-release) start next development iteration 0.2.1-alpha.0 | Owen Jacobson | 2020-06-04 |
| | | |||
| * | (cargo-release) version 0.2.0 | Owen Jacobson | 2020-06-04 |
| | | |||
| * | Markdown support. | Owen Jacobson | 2020-06-04 |
| | | | | | | | | | This accomplishes two things: 1. The og cards and page title no longer contain half-baked markup. Instead, they show the markdown equivalent, which is generally pretty friendly. In other words, the page title is "Have you checked `resolv.conf`?" and not "Have you checked <code>resolve.conf</code>?" 2. Phrases can now start with terms other than "Have you checked". | ||
| * | Replace Python (apistar) version with Rust (actix-web) version. | Owen Jacobson | 2020-06-03 |
| |\ | |||
| | * | Port things-to-check to Rust as a learning exercise. | Owen Jacobson | 2020-06-03 |
| | | | | | This is somewhat overengineered in places, but does the job and exposes broadly the same interfaces as the Python version. Builds with emk/rust. | ||
| * | Upgrade vulnerable packages. | Owen Jacobson | 2020-05-20 |
| | | | | | | | | | | | | | | | | | | | | | * Jinja2: CVE-2019-10906 In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape. * urllib3: CVE-2019-11324 The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure is the correct outcome. This is related to use of the ssl_context, ca_certs, or ca_certs_dir argument. * requests: upgraded as it depends on urllib and restricts versions. * werkzeug: CVE-2019-14806 Pallets Werkzeug before 0.15.3, when used with Docker, has insufficient debugger PIN randomness because Docker containers share the same machine id. * gunicorn: No CVE, just good hygiene. | ||
| * | Update requirements to address security vulns | Owen Jacobson | 2019-01-06 |
| | | |||
| * | Fix errors in LICENSE.md | Owen Jacobson | 2019-01-06 |
| | | |||
| * | Merge pull request #2 from d33rforce/patch-2 | Owen Jacobson | 2017-11-23 |
| |\ | | | | | Update things-to-check.yml | ||
| | * | Update things-to-check.yml | Adam Field | 2017-11-23 |
| |/ | | | RTFM. | ||
| * | Merge pull request #1 from d33rforce/patch-1 | Owen Jacobson | 2017-11-14 |
| |\ | | | | | fucking binlogs | ||
| | * | Cadence fix ("Have you checked fucking binlogs") | Owen Jacobson | 2017-11-14 |
| | | | |||
| | * | fucking binlogs | Adam Field | 2017-11-14 |
| |/ | | | system.disk.in_use over device:/dev/xvdf1,host:shared-db was >= 0.85 on average during the last 10m. | ||
| * | OpenGraph metadata for Slack unfurling | Owen Jacobson | 2017-10-18 |
| | | |||
| * | One more thing to check, care of @idcmp | Owen Jacobson | 2017-10-12 |
| | | |||
| * | Remove item= param when navigating "That wasn't it" link | Owen Jacobson | 2017-10-11 |
| | | |||
| * | Style cleanup (thanks, @zakkain!) | Owen Jacobson | 2017-10-11 |
| | | |||
| * | Fork banner | Owen Jacobson | 2017-10-11 |
| | | |||
| * | The HTML is kind of jank | Owen Jacobson | 2017-10-11 |
