-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/update deps #309
Open
hwchen
wants to merge
48
commits into
master
Choose a base branch
from
chore/update-deps
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Chore/update deps #309
Changes from 4 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
ce775af
waypoint
hwchen 9cdce85
[waypoint] update futures crate, macros
hwchen ef0126a
[waypoint] update core for futures and anyhow, turn off stream
hwchen 0384fe2
[core, clickhouse] update clickhouse, Backend trait
hwchen 2343067
[mysql] update deps
hwchen 4dbd6be
[postgres] update deps
hwchen 9adea96
[server] comment out logic layer temp
hwchen 41c832e
[server] change lots of fn sigs, clean diagnosis handler
hwchen 42a2598
[server] in handlers::util, comment out macros and redis
hwchen 3640437
[server] clean handlers::metadata
hwchen a684d21
[server] clean handlers::aggregate
hwchen 84e04b6
more cleanly disable aggregate_stream
hwchen e800f90
fix LL cache and config
hwchen 18f6d86
fix backend `into` error
hwchen 3d85726
weird fix deref error for Status
hwchen b4a890b
[server] clean main
hwchen 4e312b3
[server] remove actix::system
hwchen 255c695
[server] fix async problem with ll cache
hwchen 3775479
[server] fix llconfig init
hwchen ef87055
[test] disable end-to-end, to be reworked
hwchen 3e1b9b4
[clickhouse] fix options for current driver
hwchen 4a52375
[server] derive Default for cache
hwchen 7bf8f8e
[server] cli option for no ll
hwchen a3f3b86
[server] construct AppState directly in main
hwchen 7c049a9
[server] dont mitigate sql injection if no ll cache available
hwchen ad350f2
server: simplify handler module structure
hwchen 40a22ee
server: simplifiy ll module structure naming
hwchen a22d93f
ll server: remove box utils
hwchen 52090c2
ll server: comment out redis
hwchen 513e93f
ll server: replace failure with anyhow
hwchen 7894721
ll server: comment out redis insert cache
hwchen 2553d25
ll server: clean metadata
hwchen 3236231
ll server clean geoservice mod
hwchen 2880823
ll server: clean relations and geoservice
hwchen ed8e067
ll server: clean aggregate
hwchen 1da1cd3
server: fix app borrowing
hwchen 87e6260
server: diagnosis compiler warnings
hwchen 308ce12
server: ll warnings
hwchen c66065e
server: more warnings
hwchen c823c05
clickhouse: rate warning
hwchen 4237359
server: update redis cache
hwchen 132ea78
remove outdated cookie replace
hwchen 59f6f89
temp for acceptance: switch clickhouse readonly
hwchen bf07d57
fix order for SourceMetadata usin indexmap
hwchen e9e8ff4
temp hack to use env var to switch clickhouse legacy readonly
hwchen 5a4b23b
switch redis cache back on, add logging
hwchen 26c9b4e
remove unnecessary comment
hwchen f342857
add logging to jwt auth
hwchen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
use failure::{Error, format_err}; | ||
use anyhow::{Error, format_err}; | ||
|
||
|
||
#[derive(Debug)] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,18 @@ edition = "2018" | |
name = "tesseract-olap" | ||
version = "0.14.13" | ||
|
||
[package.metadata.deb] | ||
maintainer = "Walther Chen <[email protected]>" | ||
extended-description = "Olap engine for serving web applications" | ||
depends = "$auto" | ||
section = "Web Servers" | ||
priority = "optional" | ||
assets = [ [ "../target/release/tesseract-olap", "usr/bin/", "755",], [ "pkg/deb/tesseract-olap.service", "/etc/systemd/system/tesseract-olap.service", "644",],] | ||
maintainer-scripts = "pkg/deb/maintainer-scripts" | ||
|
||
[dependencies] | ||
actix = "0.7.7" | ||
anyhow = "1" | ||
dotenv = "0.13.0" | ||
failure = "0.1.2" | ||
futures = "0.1.25" | ||
lazy_static = "1.2.0" | ||
log = "0.4.3" | ||
pretty_env_logger = "0.2.4" | ||
|
@@ -20,14 +27,16 @@ serde_derive = "1.0.70" | |
serde_json = "1.0.33" | ||
serde_qs = "0.4.1" | ||
structopt = "0.2.13" | ||
thiserror = "1" | ||
mime = "0.3.13" | ||
url = "2.1.0" | ||
jsonwebtoken = "6" | ||
jsonwebtoken = "7" | ||
r2d2_redis = "0.13.0" | ||
futures = "0.3.13" | ||
|
||
[dependencies.actix-web] | ||
version = "0.7.18" | ||
features = [ "ssl",] | ||
version = "4.0.0-beta.3" | ||
features = [ "rustls",] | ||
|
||
[dependencies.tesseract-clickhouse] | ||
path = "../tesseract-clickhouse" | ||
|
@@ -40,12 +49,3 @@ path = "../tesseract-postgres" | |
|
||
[dependencies.tesseract-core] | ||
path = "../tesseract-core" | ||
|
||
[package.metadata.deb] | ||
maintainer = "Walther Chen <[email protected]>" | ||
extended-description = "Olap engine for serving web applications" | ||
depends = "$auto" | ||
section = "Web Servers" | ||
priority = "optional" | ||
assets = [ [ "../target/release/tesseract-olap", "usr/bin/", "755",], [ "pkg/deb/tesseract-olap.service", "/etc/systemd/system/tesseract-olap.service", "644",],] | ||
maintainer-scripts = "pkg/deb/maintainer-scripts" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frabarz wanted to ask about this table in the test. It seems to be hardcoded, without any initialization. I'm not quite sure why the test needed here, seems like it's testing something very specific in a workflow.