7c9eb74f44
chore(deps): update elixir docker tag to v1.14.0
continuous-integration/drone/pr Build is failing
2022-09-06 22:15:17 +00:00
c463839411
chore(deps): update dependency postgres to v14.4 ( #18 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| postgres | docker | minor | `14.3-alpine` -> `14.4-alpine` |
| postgres | | minor | `14.3-alpine` -> `14.4-alpine` |
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
Reviewed-on: #18
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2022-07-01 13:22:26 +00:00
7559f3dc71
chore(deps): update dependency postgres to v14.3 ( #17 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| postgres | docker | minor | `14.2-alpine` -> `14.3-alpine` |
| postgres | | minor | `14.2-alpine` -> `14.3-alpine` |
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
Reviewed-on: #17
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2022-06-09 11:39:26 +00:00
34c3a3e4c2
feat: expose system metrics ( #4 )
...
Use prom_ex to expose system metrics to prometheus and create dashboards.
Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: #4
2022-05-03 16:19:39 +00:00
e7df0322d7
Improve project usage ( #6 )
...
continuous-integration/drone/push Build is passing
1. Ignore unnecessary files, such as `pgcli` log/history, and extra `docker-compose` definitions.
2. Add `Makefile` with common tasks.
3. Add git pre-commit hook to ensure project is always properly formatted.
4. Add [`btree_gist`][0] extension to `postgres`.
Reviewed-on: #6
[0]: https://www.postgresql.org/docs/14/btree-gist.html
2022-04-23 17:15:16 +00:00
b7200555a8
feat: upgrade runtime and system dependencies ( #5 )
...
* Upgrade elixir, erlang, and postgres to their latest versions.
* Fix CI configuration, so tests are executed.
* Migrate project configuration from `Mix.Config` to `Config`.
Reviewed-on: #5
2022-04-22 15:21:25 +00:00
Joao P Dubas
f02c0ff310
[day-00] base infra for the project
2021-06-22 01:52:43 +00:00