Stepan Kuzmin
40b0a0c26a
feat: add bounds to tilejson endpoints ( #260 ) (h/t @jaspervercnocke)
2021-10-10 12:09:56 +03:00
Stepan Kuzmin
d22cc7772b
chore: update dependencies ( #259 )
2021-10-09 15:33:26 +03:00
Stepan Kuzmin
0071e94b9e
chore: improve logging ( #258 )
2021-10-08 17:24:16 +03:00
dependabot[bot]
441b63cb06
chore(deps): bump postgres-protocol from 0.6.1 to 0.6.2 ( #254 )
...
Bumps [postgres-protocol](https://github.com/sfackler/rust-postgres ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/sfackler/rust-postgres/releases )
- [Commits](https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.6.1...postgres-protocol-v0.6.2 )
---
updated-dependencies:
- dependency-name: postgres-protocol
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-30 14:27:03 +03:00
Stepan Kuzmin
f935db9f1f
chore: add benchmarks ( #230 )
2021-07-23 11:04:34 +03:00
Stepan Kuzmin
2e2599ad78
chore: update dependencies ( #226 )
2021-07-16 16:08:46 +03:00
Paul FLORENCE
aaae520933
Merge pull request #216 from gbip/fix_prepared_query
...
fix: escape table and schema in function source tiles URL
2021-07-02 16:08:48 +03:00
dependabot[bot]
c334931b21
chore(deps): bump semver from 0.11.0 to 1.0.0
...
Bumps [semver](https://github.com/dtolnay/semver ) from 0.11.0 to 1.0.0.
- [Release notes](https://github.com/dtolnay/semver/releases )
- [Commits](https://github.com/dtolnay/semver/compare/0.11.0...1.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 10:27:09 +03:00
dependabot[bot]
3697a695b0
chore(deps): bump actix from 0.9.0 to 0.10.0
...
Bumps [actix](https://github.com/actix/actix ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/actix/actix/releases )
- [Changelog](https://github.com/actix/actix/blob/v0.10.0/CHANGES.md )
- [Commits](https://github.com/actix/actix/compare/v0.9.0...v0.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 16:05:10 +03:00
Stepan Kuzmin
810a2db34f
update dependencies ( #204 )
...
* chore: update postgres
* chore: update dependencies
2021-04-25 14:46:44 +03:00
Stepan Kuzmin
3c01125fc5
feat: add composite sources support ( #184 )
...
* feat: add composite sources support WIP
* feat: handle empty composite sources
* fix: decompose queries
* docs: add docs on composite sources
* ci: push docker image
* test: add composite source tests
2021-04-24 20:19:37 +03:00
Miguel de Dios Matias
a0442571ea
chore: updates some deps ( #183 ) (h/t @mdtrooper)
...
* Update some deps (the most important is actix-web to 3.x) and some changes in the code run with new versions.
* Some fixes for cargo fmt.
* Fixed "error: this functions return value is unnecessarily wrapped by Result" from github actions (clippy).
2021-02-21 21:44:28 +03:00
dependabot-preview[bot]
4e8190bfef
chore(deps): bump env_logger from 0.7.1 to 0.8.1 ( #132 )
...
Bumps [env_logger](https://github.com/env-logger-rs/env_logger ) from 0.7.1 to 0.8.1.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases )
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-21 09:42:51 +03:00
dependabot-preview[bot]
fbee05bc8d
chore(deps): bump semver from 0.10.0 to 0.11.0 ( #119 )
...
Bumps [semver](https://github.com/steveklabnik/semver ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/steveklabnik/semver/releases )
- [Commits](https://github.com/steveklabnik/semver/compare/v0.10.0...v0.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-25 14:15:35 +03:00
dependabot-preview[bot]
99204cb609
chore(deps): bump postgres from 0.17.4 to 0.17.5 ( #110 )
...
Bumps [postgres](https://github.com/sfackler/rust-postgres ) from 0.17.4 to 0.17.5.
- [Release notes](https://github.com/sfackler/rust-postgres/releases )
- [Commits](https://github.com/sfackler/rust-postgres/compare/postgres-v0.17.4...postgres-v0.17.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-20 11:22:58 +03:00
Stepan Kuzmin
c1c59e158d
feat: add ssl/tls support #63 ( #90 )
...
* feat: add ssl/tls support #63
* feat: add danger-accept-invalid-certs option
* ci: switch to ekidd/rust-musl-builder:stable
* ci: enable docker/build-push-action
2020-06-02 09:49:21 +03:00
dependabot-preview[bot]
8835fd4b88
chore(deps): bump semver from 0.9.0 to 0.10.0 ( #92 )
...
Bumps [semver](https://github.com/steveklabnik/semver ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/steveklabnik/semver/releases )
- [Commits](https://github.com/steveklabnik/semver/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 16:59:19 +03:00
Stepan Kuzmin
9887d2bb99
feat: upgrade postgres crates ( #85 )
...
* feat: upgrade postgres crates
* style: rename db types
* ci: switch to x86_64-unknown-linux-gnu
2020-05-04 21:21:11 +03:00
dependabot-preview[bot]
4e4646c04a
chore(deps): bump actix-rt from 1.1.0 to 1.1.1 ( #84 )
...
Bumps [actix-rt](https://github.com/actix/actix-net ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/actix/actix-net/releases )
- [Commits](https://github.com/actix/actix-net/compare/rt-1.1.0...rt-1.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-01 18:53:02 +03:00
Stepan Kuzmin
ad3076812d
feat: upgrade to actix-web 2.0 ( #80 )
...
* chore: update actix-web to 2.0
* fix: use default CORS middleware
2020-04-26 17:57:13 +03:00
dependabot-preview[bot]
47b4c1cb8b
chore(deps): bump num_cpus from 1.12.0 to 1.13.0 ( #77 )
...
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/seanmonstar/num_cpus/releases )
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.12.0...v1.13.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-16 14:56:03 +03:00
dependabot-preview[bot]
9ee188c6d2
chore(deps): bump num_cpus from 1.11.1 to 1.12.0 ( #53 )
...
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus ) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/seanmonstar/num_cpus/releases )
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.11.1...v1.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 11:00:55 +03:00
dependabot-preview[bot]
ff421e99f1
chore(deps): bump num_cpus from 1.10.1 to 1.11.0 ( #37 )
...
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus ) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/seanmonstar/num_cpus/releases )
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.10.1...v1.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-04 13:58:49 +03:00
Stepan Kuzmin
313fc1cc2d
chore: 🤖 release 0.5.0
2019-10-26 21:25:41 +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]
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
Stepan Kuzmin
d071bde8ce
chore: 🤖 prepare v0.4.0 release
2019-09-30 15:55:54 +03:00
Stepan Kuzmin
ca4bf11da9
chore: 🤖 release 0.3.0
2019-03-16 19:12:11 +03:00
Stepan Kuzmin
a7c17934e2
refactor: 💡 remove table sources filter support
...
BREAKING CHANGE: remove table sources `filter` query param support
2019-03-16 19:02:56 +03:00
Stepan Kuzmin
4d7999f2bc
chore: 🤖 update dependencies
2019-03-15 13:00:00 +03:00
Stepan Kuzmin
e7c4dcfa14
fix: 🐛 check if PostGIS is installed when starting
...
check if PostGIS >= 2.4.0 is installed when starting martin
Issues: #13
2018-11-18 15:03:56 +03:00
Stepan Kuzmin
da1c4bb15d
chore: v0.2.0 release
2018-11-02 16:38:00 +03:00
Stepan Kuzmin
1e128a7bef
feat: add command-line interface
2018-10-10 19:13:53 +03:00
Stepan Kuzmin
6bbad23bc0
chore: update dependencies
2018-10-08 18:07:50 +03:00
Stepan Kuzmin
c55e61d27f
feat: add config support
2018-07-25 15:02:31 +03:00
Stepan Kuzmin
5532520f42
chore: update actix and actix-web to 0.7
2018-07-24 12:34:01 +03:00
Stepan Kuzmin
d9d6bf73d9
chore: update dependencies
2018-06-12 15:54:50 +03:00
Stepan Kuzmin
a1807ccc22
update dependencies, use number of available logical cpu as threads by default
2018-05-25 17:16:59 +03:00
Stepan Kuzmin
0080deb92c
feat: rewrite using actix
2018-05-05 12:41:40 +05:00
Stepan Kuzmin
e3b2d5042b
add tilejson endpoint
2018-03-28 19:15:00 +03:00
Stepan Kuzmin
25b385e14d
add query filter support
2018-03-28 12:26:44 +03:00
Stepan Kuzmin
d5e6eaabcb
WIP: refactoring
2018-03-26 14:12:43 +03:00
Stepan Kuzmin
131069d91d
WIP switch to actix-web
2018-03-13 14:32:09 +03:00
Stepan Kuzmin
ad37ab798a
restructure app
2018-02-21 17:47:41 +03:00
Stepan Kuzmin
6c8bbc9691
WIP
2018-02-21 17:03:00 +03:00
Stepan Kuzmin
1e3422c09a
WIP: switch to actix
2018-02-21 13:37:31 +03:00
Stepan Kuzmin
c6043d6b6d
implement lru cache for tiles
2018-01-26 12:45:09 +03:00
Stepan Kuzmin
9a295e09d1
add tileset endpoint, add feature properties to tile response
2018-01-24 16:41:03 +03:00