~kaction/nixfmt

5e004ddd — Zhenya Vinogradov 4 years ago master
Merge pull request #68 from serokell/zhenya/aws-sync

[OPS-984] Deployment: run `aws cp` before `aws sync` to replace existing files
86be8c3d — Zhenya Vinogradov 4 years ago
Deployment: run `aws cp` before `aws sync` to replace existing files

`aws s3 sync` compares file size and timestamps to decide if a file in
the bucket needs to be replaced, but all files in nix store have
timestamp=1. So if a new file happens to have the same size as the old
one, `aws s3 sync` would decide that it does not need to be updated.
Run `aws cp` before `aws sync` to update existing files unconditionally
ccfd9dab — Zhenya Vinogradov 4 years ago
Merge pull request #64 from serokell/zhenya/ops934-deploy-to-aws

[OPS-934] Deploy website to AWS, add 404 page
85cd6d7d — Zhenya Vinogradov 4 years ago
[OPS-934] Add a primitive 404 page

CloudFront has a terrifying 404 page by default
dfa6e6fb — Zhenya Vinogradov 4 years ago
[OPS-934] Deploy website to AWS
2877200f — Yorick 4 years ago
Merge pull request #67 from serokell/fix-builds

Fix builds
a9ac1680 — Lars Jellema 4 years ago
Clean up and fix build system
e6f6043c — Lars Jellema 4 years ago
Remove x-revision

If I understand correctly, it has no place in source control and should
only be provided when updating the cabal file on Hackage.
9f064e28 — Lars Jellema 4 years ago
Merge pull request #62 from andersk/version-bounds

Bump upper version bounds for Stackage lts-15.x
Bump upper version bounds for Stackage lts-15.x

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
eeab5dff — Christian Höppner 4 years ago
Please Hackage by adding Paths_nixfmt to autogen-modules
6583cb7a — Christian Höppner 4 years ago v0.4.0
Release 0.4.0
23b4d2e5 — Yorick 4 years ago
Merge pull request #55 from serokell/zhenya/pipeline

Store buildkite pipeline steps in the repository
73c4b589 — Zhenya Vinogradov 4 years ago
Store buildkite pipeline steps in the repository

Version control is good. Steps copied verbatim from the buildkite
settings
48bd5459 — Yorick 4 years ago
Merge pull request #54 from serokell/fix-parens

Fix indentation of leading comments in parens
c59d9592 — Lars Jellema 4 years ago
Fix indentation of leading comments in parens
31271371 — Lars Jellema 4 years ago
Merge pull request #52 from rycee/include-version

Include version in `--version` output
bb2e354f — Lars Jellema 4 years ago
Put summary and help in their proper places
Include version in `--version` output

Fixes #50
5534972e — Yorick 4 years ago
Merge pull request #51 from rycee/not-formatted-output

Print "not formatted" check result on one line
Next