Samir Patel
c1746fae5b
add login
2021-10-21 13:33:21 -05:00
reesporte
adf3e528f5
Change time estimation to use avg time per message
...
In [SUP-75](https://molecula.atlassian.net/browse/SUP-75?atlOrigin=eyJpIjoiYmU5MzdkMmUyZTAyNGQ2Y2IzMDMzYTgzMDU2Y2ZhNmMiLCJwIjoiaiJ9 ) Allen
pointed out that the time estimation is really good for the first couple lines of output, but gets exponentially worse as execution continues.
After looking into it, it looks like we’re currently using a heuristic based on the amount of messages processed in the previous
second(ish) which is what results in that sort of exponential drop off.
To remedy this, I adjusted the time estimation calculation to use the average time per message up to the point of calculating the new
estimate to ideally improve estimates over time, with the trade-off of a potentially less accurate estimate to begin with.
2021-10-21 13:09:24 -05:00
Samir Patel
9669745de6
change tag
2021-10-21 12:04:31 -05:00
Samir Patel
466c5a5627
same
2021-10-21 12:00:47 -05:00
Samir Patel
841e79f343
same
2021-10-21 11:51:26 -05:00
Samir Patel
7e1b629504
change docker push url
2021-10-21 11:33:34 -05:00
Samir Patel
30fb649126
make directory changes
2021-10-21 11:18:42 -05:00
Samir Patel
3aec5fd9de
print more stuff
2021-10-21 09:38:42 -05:00
Samir Patel
5f152af53a
print stuff
2021-10-21 09:17:29 -05:00
Samir Patel
7cde102944
move binary to gitlab
2021-10-21 08:48:02 -05:00
Samir Patel
4ec0f7428a
change dir
2021-10-20 19:10:25 -05:00
Samir Patel
adcbc4c801
add -f flag
2021-10-20 18:06:30 -05:00
Samir Patel
2839ef53c9
add dir
2021-10-20 17:30:13 -05:00
Samir Patel
3fcdc6ff9e
same
2021-10-20 17:11:03 -05:00
Samir Patel
7b39ab2bbd
same
2021-10-20 17:09:34 -05:00
Samir Patel
00b6c2ff8a
change dockerfile path
2021-10-20 16:59:03 -05:00
Samir Patel
dd56bdf645
runs after linux arm64 build
2021-10-20 16:50:35 -05:00
Samir Patel
34a04d276e
change path to bin
2021-10-20 16:38:07 -05:00
Samir Patel
686f3a8684
remove lattice from dockerfile
2021-10-20 16:23:20 -05:00
Samir Patel
225b4a7a58
try with shell runner instead of dind
2021-10-20 15:17:23 -05:00
Samir Patel
554d3f1e35
same5
2021-10-20 14:34:24 -05:00
Samir Patel
5b0244e228
same4
2021-10-20 14:15:07 -05:00
Samir Patel
bde29ec792
same3
2021-10-20 14:01:05 -05:00
Samir Patel
35dc4aa07a
same2
2021-10-20 13:47:29 -05:00
Samir Patel
93a5cab3fc
same
2021-10-20 13:05:14 -05:00
Samir Patel
86c45fba1c
same
2021-10-20 12:49:49 -05:00
Samir Patel
9e2992424d
same
2021-10-20 12:41:38 -05:00
Samir Patel
e2f3a645c1
try to fix yml syntax
2021-10-20 12:28:26 -05:00
Samir Patel
aa0d5040e5
remove @ from yaml
2021-10-20 12:21:05 -05:00
Samir Patel
a83b7f64a0
tests if docker gets built in gitlab
2021-10-20 11:20:20 -05:00
Fletcher Haynes
3605449b53
Merge pull request #1734 from molecula/gitlab
...
Migrated Cloud Build to GitLab
2021-10-15 10:07:31 -07:00
Fletcher Haynes
72a2689e4c
Migrated Cloud Build to GitLab
...
This adds in a config YAML file for gitlab
2021-10-14 18:37:06 -07:00
nagamocha3000
263a5b86c9
Merge pull request #1733 from nagamocha3000/core-919-field-deadlock
...
CORE-919 Fix deadlock on field recreation after node restart
2021-10-14 18:20:25 +03:00
nagamocha3000
c6b7089332
Add comment as to why we are using os.Exit instead of panic
2021-10-14 18:07:02 +03:00
nagamocha3000
bce008df26
Fix deadlock on delete then recreate field after node restart
2021-10-14 17:04:09 +03:00
nagamocha3000
07a340ba9d
Add test for deadlock on field recreation
2021-10-13 23:11:56 +03:00
tgruben
9d2d30feb7
Merge pull request #1718 from tgruben/sql2-type
...
Better type support in result set for looker (postgres) sql2 interface
2021-10-12 12:36:15 -05:00
Todd Gruben
4d4f64a339
address ben's comments
2021-10-12 11:21:14 -05:00
Todd Gruben
5d57d361f4
quite down
2021-10-12 10:50:03 -05:00
Todd Gruben
e4e0d13837
go mod tidy correction?
2021-10-12 10:40:32 -05:00
Todd Gruben
c4c7d91bf0
make linker happy
2021-10-12 10:24:19 -05:00
Todd Gruben
34dad863e2
wip
2021-10-12 10:20:24 -05:00
Todd Gruben
caee5680c3
wip
2021-10-12 10:20:24 -05:00
Todd Gruben
1a068cf0e2
added type support for looker; added intercept for yellowfin typelen query
2021-10-12 10:20:24 -05:00
Kasey C. Rodgers
c4a348724e
Merge pull request #1726 from molecula/csv-error-17
...
adds more detail to CSV ingest error message
2021-10-12 07:04:22 -07:00
Kasey C. Rodgers
25230693c5
Merge branch 'master' into csv-error-17
2021-10-08 13:55:58 -07:00
Kasey C. Rodgers
ded60af8c3
Update pilosa.go
...
Co-authored-by: Matthew Jaffee <jaffee@pilosa.com>
2021-10-08 13:46:17 -07:00
Fletcher Haynes
276dab6d12
Merge pull request #1728 from molecula/cicd
...
Added in various CI files
2021-10-08 12:39:08 -07:00
Fletcher Haynes
6eefd2d1f0
Merge branch 'master' into cicd
2021-10-08 12:18:26 -07:00
Fletcher Haynes
155855d97f
Added in various CI files
...
This adds in configs for Cloud Build, Artifactory, and GitLab CI/CD.
2021-10-08 12:16:03 -07:00