Commit Graph

540 Commits

Author SHA1 Message Date
dependabot-preview[bot]
9ae3baae1c chore(deps): bump serde_derive from 1.0.101 to 1.0.102 (#35)
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.102.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.102)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 09:04:11 +03:00
dependabot-preview[bot]
d71f220b44 chore(deps): bump serde from 1.0.101 to 1.0.102 (#34)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.102.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.102)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 08:42:02 +03:00
Stepan Kuzmin
215d3647a2
ci: 🎡 add security audit check 2019-10-27 16:13:17 +03:00
Stepan Kuzmin
1612211c9d
chore: 🤖 update dependencies 2019-10-27 15:46:40 +03:00
Stepan Kuzmin
3b9dfa39e7
chore(release): 0.5.0 2019-10-26 21:26:38 +03:00
Stepan Kuzmin
313fc1cc2d
chore: 🤖 release 0.5.0 2019-10-26 21:25:41 +03:00
Stepan Kuzmin
aecb7ce6f4
fix: 🐛 change tilejson scheme to xyz by default
BREAKING CHANGE: TileJSON scheme is XYZ by default

Closes: #29
2019-10-26 21:21:29 +03:00
Stepan Kuzmin
5a807e40e2
feat: upgrade actix-web to 1.0 (#33)
* test: 💍 add function sources tests

* test: 💍 limit postgres pool size in tests

* feat: 🎸 upgrade actix-web to 1.0
2019-10-26 20:37:49 +03:00
dependabot-preview[bot]
782bb8f1bd chore(deps): bump r2d2 from 0.8.5 to 0.8.6 (#32)
Bumps [r2d2](https://github.com/sfackler/r2d2) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/sfackler/r2d2/releases)
- [Changelog](https://github.com/sfackler/r2d2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sfackler/r2d2/compare/v0.8.5...v0.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 08:46:54 +03:00
Stepan Kuzmin
78efc873f5
chore: 🤖 update dependencies 2019-10-18 12:17:55 +03:00
dependabot-preview[bot]
51cabe83c0 chore(deps): bump env_logger from 0.7.0 to 0.7.1 (#31)
Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/sebasmagri/env_logger/releases)
- [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebasmagri/env_logger/compare/v0.7.0...v0.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17 12:09:32 +03:00
Stepan Kuzmin
58f8066b24
Update README.md 2019-10-14 16:57:19 +03:00
Stepan Kuzmin
1c371bd62e chore: 🤖 update dependencies 2019-10-11 11:23:32 +03:00
dependabot-preview[bot]
980dd70d14 chore(deps): bump tilejson from 0.1.0 to 0.2.0 (#27)
Bumps [tilejson](https://github.com/stepankuzmin/rust-tilejson) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/stepankuzmin/rust-tilejson/releases)
- [Commits](https://github.com/stepankuzmin/rust-tilejson/compare/v0.1.0...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-10 12:03:36 +03:00
dependabot-preview[bot]
1ecb8a48d6 chore(deps): bump env_logger from 0.6.2 to 0.7.0 (#25)
Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/sebasmagri/env_logger/releases)
- [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebasmagri/env_logger/compare/v0.6.2...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 21:52:03 +03:00
Stepan Kuzmin
9c2dea40b6 chore: 🤖 release 0.4.1 2019-10-07 12:19:07 +03:00
Kristjan
856c93c338 Fix Postgis version check (#23) (h/t [Krizz](https://github.com/Krizz))
Fixes Postgis version check to allow Beta/RC versions
2019-10-06 18:13:39 +03:00
Stepan Kuzmin
ac076834bf
chore: 🤖 update dependencies 2019-10-05 13:09:00 +03:00
Stepan Kuzmin
5c845315fd chore: 🤖 update rust-musl-builder to 1.38.0 2019-10-04 15:56:30 +03:00
Stepan Kuzmin
ceb851f05b chore: 🤖 update dependencies 2019-10-04 15:54:49 +03:00
Stepan Kuzmin
0796fbe5dc test: 💍 add tests for source lists and CORS 2019-10-01 15:52:36 +03:00
Stepan Kuzmin
dfde87557f chore: 🤖 update dependencies 2019-10-01 14:55:55 +03:00
Stepan Kuzmin
31ff2bfd90 ci: 🎡 test for docker image build in CI 2019-09-30 19:12:00 +03:00
Stepan Kuzmin
dec3759a16 docs: ✏️ update README.md 2019-09-30 18:54:27 +03:00
Stepan Kuzmin
947add145c ci: 🎡 run docker image action on push into master 2019-09-30 18:51:49 +03:00
Stepan Kuzmin
ac48f1c9f8 ci: 🎡 add docker image action 2019-09-30 18:34:06 +03:00
Stepan Kuzmin
4f0027c401
Update and rename .github/workflows/dockerimage.yml to dockerimage.yml 2019-09-30 17:29:17 +03:00
Stepan Kuzmin
b1d6ceda02 chore(release): 0.4.0 2019-09-30 16:24:38 +03:00
Stepan Kuzmin
656f5392da ci: 🎡 fix sha256 generation 2019-09-30 16:24:15 +03:00
Stepan Kuzmin
5c64cb21fb chore(release): 0.4.0 2019-09-30 15:56:14 +03:00
Stepan Kuzmin
d071bde8ce chore: 🤖 prepare v0.4.0 release 2019-09-30 15:55:54 +03:00
Stepan Kuzmin
4ba1f6f477 chore(release): 0.4.0 2019-09-30 15:40:22 +03:00
Stepan Kuzmin
b331e91b16 chore(release): 0.4.0 2019-09-30 13:34:38 +03:00
Stepan Kuzmin
f48a70e933 ci: 🎡 remove release notes 2019-09-30 13:33:42 +03:00
Stepan Kuzmin
384d682dc4 chore: 🤖 update dependencies 2019-09-30 12:50:12 +03:00
Stepan Kuzmin
f334070acb ci: 🎡 cleanup 2019-09-30 12:49:35 +03:00
Stepan Kuzmin
72ff83bc90 ci: 🎡 add release notes 2019-09-30 12:42:49 +03:00
Stepan Kuzmin
d86d6dc023 refactor: 💡 fix clippy issues 2019-09-30 11:28:34 +03:00
Stepan Kuzmin
1bd48d50d7
ci: 🎡 update CI workflow 2019-09-30 08:43:16 +03:00
Stepan Kuzmin
9c7d57e389
ci: 🎡 rewrite workflow 2019-09-29 21:47:24 +03:00
Stepan Kuzmin
f248541969
ci: 🎡 debug 2019-09-29 18:52:05 +03:00
Stepan Kuzmin
ef636ffbca
ci: 🎡 use tag from env 2019-09-29 18:38:07 +03:00
Stepan Kuzmin
9053bbaab7
ci: 🎡 install toolchain 2019-09-29 18:16:11 +03:00
Stepan Kuzmin
31dffd043b
ci: 🎡 use Rust cargo Action 2019-09-29 18:09:16 +03:00
Stepan Kuzmin
2eb54bd2ea
ci: 🎡 use matrix strategy on release action 2019-09-29 17:13:08 +03:00
Stepan Kuzmin
682bc879f7
ci: 🎡 add release action 2019-09-29 16:30:54 +03:00
Stepan Kuzmin
5b9a864949
ci: 🎡 switch from CircleCI to Github Actions 2019-09-29 15:59:11 +03:00
Stepan Kuzmin
bf9c66a89e
ci: 🎡 cleanup 2019-09-29 15:52:35 +03:00
Stepan Kuzmin
2282e8fd7f
ci: 🎡 run server in background 2019-09-29 15:41:32 +03:00
Stepan Kuzmin
3222a1d074
ci: 🎡 add vtzero check 2019-09-29 15:32:19 +03:00