Matthew Jaffee
db87a3c4f7
fix vet shadow issue
2022-01-11 10:15:58 -06:00
Matthew Jaffee
7fbd371038
get some of the client tests to actually *run*
...
discovered that client tests weren't running due to integration build
tag. Fixed the file I needed to get through SonarCloud and documented
rest of what needs to be done in FB-1152 https://molecula.atlassian.net/browse/FB-1152
2022-01-11 10:15:58 -06:00
Matthew Jaffee
131f891f75
fix up error messages in client batch test
2022-01-11 10:15:58 -06:00
Matthew Jaffee
6335b9c801
disable retryablehttp logger because *wow* that's a lot of output
2022-01-11 10:15:58 -06:00
Matthew Jaffee
16161025f2
trying to get sonar coverage reporting working
...
looks like test-report.out and coverage.out aren't about the same
tests. I'm unclear on how sonar uses tests.reportPaths vs
coverage.reportPaths, but figured I'd try at least generating them
from the same run to see if that helped.
2022-01-11 10:15:58 -06:00
Matthew Jaffee
55a385ed2d
add sorting for ints/mutex in batch importer
...
fixes pathological case where imports with randomly ordered IDs which
spanned multiple shards and included ints or mutex fields could be
incredibly slow due to making 1000s of requests.
2022-01-11 10:15:58 -06:00
reese
ce8b5fa323
Merge pull request #1849 from molecula/fb-1148
...
distinct on timestamps can reduce now
2022-01-11 09:52:52 -06:00
reesporte
1f370744c5
add multi-shard test for distinct(timestamp)
2022-01-10 15:41:30 -06:00
reesporte
cf483aca77
distinct on timestamps can reduce now
2022-01-10 13:07:57 -06:00
pokeeffe-molecula
b82e05b012
Merge pull request #1843 from molecula/cicd-smoketest
...
make sure gauntlet does not run unless scheduled
2022-01-08 17:09:49 -06:00
pokeeffe-molecula
6dee0d1ec2
changes
2022-01-08 16:42:23 -06:00
pokeeffe-molecula
a5c36d5c21
remove un-needed files
2022-01-08 16:00:46 -06:00
pokeeffe-molecula
4743624210
refactored scripts for imperative setup and execution
2022-01-08 15:35:57 -06:00
pokeeffe-molecula
bb434639ad
cleaning up terraform to put in pre-prepared VPC
2022-01-07 17:25:48 -06:00
pokeeffe-molecula
b864d6b6f1
un-broke some stuff
2022-01-07 13:40:35 -06:00
pokeeffe-molecula
eb60fb301f
Merge branch 'master' into cicd-smoketest
2022-01-07 11:58:10 -06:00
pokeeffe-molecula
c0161b6bbc
Merge pull request #1846 from molecula/cicd-mitigations
...
disable gauntlet
2022-01-07 11:18:10 -06:00
pokeeffe-molecula
219322b675
fix ordering of rules
2022-01-07 10:43:52 -06:00
pokeeffe-molecula
5779b1c036
disable gauntlet
2022-01-07 10:12:20 -06:00
reese
2494aaf959
Merge pull request #1845 from molecula/staticcheck-file-perm-fix
...
fix file perms to be _actually_ 600
2022-01-07 10:06:47 -06:00
reesporte
bebc54b4e2
fix file perms to be _actually_ 600
...
based on staticcheck results:
server/server.go:627:58: file mode '600' evaluates to 01130; did you mean '0600'? (SA9002)
server/server.go:632:65: file mode '600' evaluates to 01130; did you mean '0600'? (SA9002)
2022-01-07 09:30:11 -06:00
Fletcher Haynes
3b2ee2a15c
.gitlab/.gitlab-ci.yml
2022-01-07 07:17:00 -08:00
Fletcher Haynes
369c91daf9
Fixed a few more things
2022-01-07 07:04:01 -08:00
Fletcher Haynes
d328ead713
Resolved conflicts
2022-01-07 06:59:08 -08:00
Fletcher Haynes
70833218b1
Added in auto-peering of smoketest VPC
2022-01-07 06:58:02 -08:00
pokeeffe-molecula
574be963ec
follow up changes to get vpn working - still no dice
2022-01-06 20:13:52 -06:00
Fletcher Haynes
56cf9f43f5
Added in connecting the gauntlet VPC to a VPC that can be reached via the VPN
2022-01-06 17:07:14 -08:00
pokeeffe-molecula
e550925fba
changes
2022-01-06 19:00:00 -06:00
Kasey C. Rodgers
801d1e3e73
Merge pull request #1844 from molecula/fix-tls-check
...
correct TLS enabled check
2022-01-06 10:55:17 -08:00
Fletcher Haynes
1e2aa7c807
Changed smoke test to allow failure
2022-01-06 10:36:20 -08:00
kcrodgers24
5dfca76fbb
correct TLS enabled check
2022-01-06 09:29:03 -08:00
Samir Patel
2469d7e61c
Merge pull request #1830 from molecula/protect-endpoints
...
[FB-1023] Protect endpoints
2022-01-06 11:52:40 -05:00
Samir Patel
41bde6ccba
don't write content to no content
2022-01-06 10:35:11 -06:00
Samir Patel
6e9efd0e09
Merge branch 'protect-endpoints' of github.com:molecula/featurebase into protect-endpoints
2022-01-05 17:30:18 -06:00
Samir Patel
3fe381ff22
address feeback
2022-01-05 17:29:59 -06:00
reese
7881b0987f
Merge branch 'master' into protect-endpoints
2022-01-05 17:24:41 -06:00
pokeeffe-molecula
183d30073d
Merge branch 'master' into cicd-smoketest
2022-01-05 16:20:27 -06:00
pokeeffe-molecula
c5e91420cc
make sure gauntlet does not run unless scheduled
2022-01-05 16:19:47 -06:00
pokeeffe-molecula
4268804a46
Merge pull request #1842 from molecula/cicd-smoketest
...
Cicd smoketest
2022-01-05 15:55:42 -06:00
pokeeffe-molecula
1fccfabc8f
changes based on feedback
2022-01-05 15:35:38 -06:00
pokeeffe-molecula
6959c424e3
getting smoke test report to show
2022-01-05 14:39:45 -06:00
pokeeffe-molecula
a2ee26b57c
running all of gauntlet in schedule
2022-01-05 12:25:41 -06:00
reesporte
fd896de270
rename CookieValue to AuthContext
...
because we're not using cookies anymore
2022-01-05 12:10:33 -06:00
pokeeffe-molecula
03fc5d470d
I give up...we're sleeping
2022-01-04 22:11:38 -06:00
pokeeffe-molecula
6c8e309e70
added connection timeout
2022-01-04 21:30:06 -06:00
pokeeffe-molecula
f5b669508b
getting node deployed; first test
2022-01-04 20:55:23 -06:00
pokeeffe-molecula
2f68b2a6f6
set data nodes to 1; refine cluster test
2022-01-04 19:57:37 -06:00
pokeeffe-molecula
97fc84ef17
fixed filenames for output
2022-01-04 19:31:18 -06:00
pokeeffe-molecula
f51834be82
declare the cluster_prefix variable
2022-01-04 18:37:18 -06:00
pokeeffe-molecula
2e0812ed98
variable fix
2022-01-04 18:09:16 -06:00