David Corwin
David Corwin
.babelrc ``` { "plugins": [ [ "module-resolver", { "root": [ "." ], "alias": { "styles": "./styles", "components": "./components", "lib": "./lib", "pages": "./pages", "gql": "./gql" }, "cwd": "babelrc" } ], ......
#### User Story As an operator I would like to be able to see the parameters used when creating domain services in cloud.gov. We can do this by adding metadata...
#### User Story When users want to get help, they have to find their way to emailing federalist-support and know (or read the Contact page for) the information we need...
#### User Story Branches that contain `=` or `#` do not build successfully and do not show up in the build history for the repo. It's possible that this could...
#### User Story As a Federalist user and operator I don't want the builds for a site to be backed up behind a noisy neighbor. #### Background (Optional) Occasionally one...
#### User Story As a Federalist operator, I want to be aware of any issues with the builds #### Background (Optional) In addition, we should add monitoring/alerting for builds stuck...
#### User Story As a Federalist Operator I would like to see more information in the build timeout job log #### Background (Optional) Right now this just logs to stdout...
#### User Story As a user with a single page application (SPA) I want 404s to return `./index.html` #### Background (Optional) cloud.gov's [external domain broker](https://cloud.gov/docs/services/external-domain-service/) supports specifying `custom error pages`...
#### User Story As a user, I want to not be removed immediately from Federalist. #### Background (Optional) ##### Added  ##### Removed...
#### User Story As a Federalist Operator I want to be able to see soft deleted sites in the admin interface, and know when they were deleted to help investigated...