Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: remove image and image-push | siddharth ravikumar | 2022-06-05 | 1 | -8/+0 |
| | |||||
* | static/peach.css: tabs -> spaces | siddharth ravikumar | 2022-06-05 | 1 | -2/+2 |
| | |||||
* | version: bump to version 0.2.0v0.2.0 | siddharth ravikumar | 2022-06-05 | 1 | -1/+1 |
| | |||||
* | nws: update `Points` | siddharth ravikumar | 2022-06-05 | 2 | -21/+5 |
| | | | | Use `nws.get` for hitting the NWS points endpoint. | ||||
* | nws: update GetForecastHourly | siddharth ravikumar | 2022-06-05 | 2 | -22/+6 |
| | | | | Use `nws.get` for hitting the NWS forecast hourly endpoint. | ||||
* | nws: update GetForecast | siddharth ravikumar | 2022-06-05 | 1 | -20/+4 |
| | | | | Use `nws.get` for hitting the NWS forecast endpoint. | ||||
* | nws: add get | siddharth ravikumar | 2022-06-05 | 2 | -1/+146 |
| | | | | A thin HTTP GET wrapper for hitting NWS API endpoints. | ||||
* | README.md: link to peach site | siddharth ravikumar | 2022-06-04 | 1 | -1/+3 |
| | |||||
* | README.md: update building | siddharth ravikumar | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | README.md: update building | siddharth ravikumar | 2022-06-04 | 1 | -0/+7 |
| | |||||
* | version: add package doc | siddharth ravikumar | 2022-06-04 | 1 | -0/+1 |
| | |||||
* | photon: add package doc | siddharth ravikumar | 2022-06-04 | 1 | -0/+1 |
| | |||||
* | README.md: running: update environment variables | siddharth ravikumar | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | README.md: add about building and running | siddharth ravikumar | 2022-06-04 | 1 | -0/+19 |
| | |||||
* | remove bin/Makefile | siddharth ravikumar | 2022-06-04 | 1 | -12/+0 |
| | |||||
* | remove bin/image-push | siddharth ravikumar | 2022-06-04 | 1 | -15/+0 |
| | |||||
* | remove bin/image | siddharth ravikumar | 2022-06-04 | 1 | -13/+0 |
| | |||||
* | remove peach.yaml | siddharth ravikumar | 2022-06-04 | 1 | -39/+0 |
| | |||||
* | update README.md | siddharth ravikumar | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | version.Version: bump to 0.1.1v0.1.1 | siddharth ravikumar | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | peach: update comments | siddharth ravikumar | 2022-06-04 | 1 | -10/+10 |
| | |||||
* | .github/workflows/deploy.yml: don't run on push to main | siddharth ravikumar | 2022-06-04 | 1 | -2/+0 |
| | | | | Run only when a tag is pushed. | ||||
* | .github/workflows/deploy.yml: remove debug cruft | siddharth ravikumar | 2022-06-04 | 1 | -5/+0 |
| | |||||
* | .github/workflows/deploy.yml: set environment | siddharth ravikumar | 2022-06-04 | 1 | -0/+1 |
| | |||||
* | update .github/workflows/deploy.yml | siddharth ravikumar | 2022-06-04 | 1 | -1/+2 |
| | |||||
* | update .github/workflows/deploy.yml | siddharth ravikumar | 2022-06-04 | 1 | -1/+2 |
| | |||||
* | update .github/workflows/deploy.yml | siddharth ravikumar | 2022-06-04 | 1 | -2/+2 |
| | |||||
* | update .github/workflows/deploy.yml | siddharth ravikumar | 2022-06-04 | 1 | -0/+3 |
| | |||||
* | peach: update comments | siddharth ravikumar | 2022-06-04 | 2 | -6/+6 |
| | |||||
* | .github/workflows: update deploy.yml | siddharth ravikumar | 2022-06-04 | 1 | -2/+4 |
| | |||||
* | version: bump to version 0.1.0v0.1.0 | siddharth ravikumar | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | .github/workflows: remove run-tests.yml | siddharth ravikumar | 2022-06-04 | 1 | -11/+0 |
| | |||||
* | .github/workflows: update deploy.yml | siddharth ravikumar | 2022-06-04 | 1 | -2/+0 |
| | |||||
* | .github/workflows: add deploy.yml | siddharth ravikumar | 2022-06-04 | 1 | -0/+17 |
| | |||||
* | add fly.toml | siddharth | 2022-06-04 | 1 | -0/+41 |
| | |||||
* | .github/workflows: run-tests.yml: fix make target name | siddharth | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | .github/workflows: add run-tests.yml | siddharth | 2022-06-03 | 1 | -0/+11 |
| | |||||
* | peach.yaml: update image | siddharth ravikumar | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | peach: update bidaily period border | siddharth ravikumar | 2022-06-03 | 2 | -2/+2 |
| | |||||
* | version: bump to 0.1.0.dev | siddharth ravikumar | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | templates/weather.tmpl: add bidaily forecast | siddharth ravikumar | 2022-06-03 | 2 | -6/+63 |
| | |||||
* | peach: update Weather | siddharth ravikumar | 2022-06-03 | 3 | -18/+0 |
| | | | | Remove Period field. | ||||
* | peach: update NewWeather | siddharth ravikumar | 2022-06-03 | 1 | -3/+3 |
| | | | | Just do the bidaily forecast for the next 3 days instead of 5. | ||||
* | peach: update Weather | siddharth ravikumar | 2022-06-03 | 2 | -14/+35 |
| | | | | Add bidaily timeline. | ||||
* | peach.yaml: update image | siddharth ravikumar | 2022-06-02 | 1 | -1/+1 |
| | |||||
* | main.go: update logRequest | siddharth ravikumar | 2022-06-02 | 1 | -1/+5 |
| | |||||
* | peach.yaml: update image | siddharth ravikumar | 2022-06-02 | 1 | -1/+1 |
| | |||||
* | peach: add logging | siddharth ravikumar | 2022-06-02 | 1 | -0/+10 |
| | |||||
* | peach.yaml: update image | siddharth ravikumar | 2022-06-02 | 1 | -1/+1 |
| | |||||
* | peach.yaml: update image | siddharth ravikumar | 2022-06-02 | 1 | -1/+1 |
| |