Commit graph

7911 commits

Author SHA1 Message Date
Souhaila Noor
6e673bafa3 configure profile 2021-11-04 10:58:08 -05:00
Souhaila Noor
c19aa7d6b3 changed profile name 2021-11-04 10:27:13 -05:00
Souhaila Noor
b95d013e14 configure aws profile 2021-11-04 10:12:26 -05:00
Souhaila Noor
50f409771f updated aws profile 2021-11-04 09:59:11 -05:00
Souhaila Noor
df2064a860 define aws credential variables 2021-11-04 09:31:31 -05:00
Souhaila Noor
6ee2341c88 undo last commit changes 2021-11-04 09:04:43 -05:00
Souhaila Noor
e1ca09a7b5 comment other parts of script to speed up testing 2021-11-04 09:02:17 -05:00
Souhaila Noor
c29dcddca6 replace terraform with awscli for integration test 2021-11-04 08:57:10 -05:00
Souhaila Noor
a8d3d1c4d4 fix terraform apply inputs 2021-11-02 15:00:58 -05:00
Souhaila Noor
f3884e21ba changed directory name for terraform files 2021-11-02 14:40:06 -05:00
Souhaila Noor
01e4ae4070 fix missing plan file for terraform apply 2021-11-02 14:13:53 -05:00
Souhaila Noor
d565303160 fix script not running in correct directory 2021-11-02 13:28:33 -05:00
Souhaila Noor
39f85fe2a4 added terraform config for aws single node deployment 2021-11-02 12:25:01 -05:00
reese
e769c085ae
Merge pull request #1746 from molecula/sup-85
[SUP-85] add quotes around strings in webui representation
2021-11-01 10:42:14 -05:00
reese
7d47663b44
Merge branch 'master' into sup-85 2021-11-01 10:31:04 -05:00
Samir Patel
584cac2517
Merge pull request #1743 from molecula/54mir/toggle-schema-details
[FB-920] Add cmd option to disable cardinality calculation in schema/details endpoint
2021-11-01 10:24:24 -05:00
reesporte
510dd4dfb7 un-prettify for less lines of code changed :) 2021-11-01 09:36:36 -05:00
Samir Patel
8ee0528858
Merge branch 'master' into 54mir/toggle-schema-details 2021-11-01 09:31:35 -05:00
reesporte
705efc1b8a refactor for easier reading, add more tests 2021-11-01 09:25:07 -05:00
Samir Patel
faa831928c Add some error handling 2021-10-31 23:48:43 -05:00
Samir Patel
163492801f Add test to test endpoint code directly 2021-10-31 23:18:53 -05:00
Samir Patel
d828d73eae Add APISetOptions test for coverage 2021-10-29 19:04:21 -05:00
Samir Patel
21969b1637 Add unit test 2021-10-29 16:52:09 -05:00
reesporte
4a18973274 use prettier to format changed files 2021-10-29 16:16:59 -05:00
reesporte
77e8d6cdc9 Merge branch 'sup-85' of github.com:molecula/featurebase into sup-85 2021-10-29 16:06:35 -05:00
reesporte
ad0b6db841 refactor css as import 2021-10-29 16:04:58 -05:00
reese
86e7058c8c
Merge branch 'master' into sup-85 2021-10-29 12:32:56 -05:00
seebs
84f6a5570f
Merge pull request #1747 from molecula/gopsutilupg
uprev gopsutil
2021-10-29 12:14:11 -05:00
reesporte
f04cb01e5d meaningless commit 2021-10-29 11:56:09 -05:00
reesporte
e520277c71 please work holy moly 2021-10-29 11:33:40 -05:00
reesporte
ff43570881 hopefully this works 2021-10-29 10:32:32 -05:00
reesporte
029fad1fb7 hopefully this works to set up test coverage 2021-10-29 09:34:25 -05:00
reesporte
f6de92ecda set up jest test coverage in gitlab ci 2021-10-29 09:17:12 -05:00
reesporte
8bf4d196e6 set up jest test coverage in gitlab ci 2021-10-29 08:31:08 -05:00
reesporte
04642dad0f hopefully sets up jest test coverage in gitlab 2021-10-29 08:17:10 -05:00
reesporte
ae69ad0d4e add artifact path(s) 2021-10-28 16:21:58 -05:00
reesporte
cdbfcef0eb hopefully updates the ci pipeline to run jest
i updated the gitlab ci pipeline so that hopefully it will run jest coverage stuff for sonar
2021-10-28 16:19:03 -05:00
reesporte
5b869c2810 Merge branch 'sup-85' of github.com:molecula/featurebase into sup-85 2021-10-28 15:16:04 -05:00
reesporte
5ef7975475 refactor and add tests 2021-10-28 15:15:43 -05:00
Seebs
360f161303 uprev gopsutil
The old revision emits a warning on MacOS X that looks concerning, and
even though it's actually mostly-harmless, it is an annoyance.

Also run `go mod tidy` which affected go.sum.
2021-10-28 14:08:13 -05:00
reese
327b358bd2
Merge branch 'master' into sup-85 2021-10-28 13:48:20 -05:00
reesporte
aadfc63bf0 add quotes around strings 2021-10-28 13:45:07 -05:00
Matthew Jaffee
06714aa601
Merge pull request #1744 from molecula/SUP-76-stop-fsyncs
don't fsync on RBF Open if WAL is empty
2021-10-28 13:20:41 -05:00
reesporte
b66a0316e6 Merge branch 'upgrade-node' of github.com:molecula/featurebase into upgrade-node 2021-10-28 11:30:42 -05:00
Samir Patel
b787fccf3a Add cmd option to disable cardinality calc 2021-10-28 10:25:26 -05:00
Matthew Jaffee
c3e14cb9ae don't fsync on RBF Open if WAL is empty
This is targeted at reducing startup times, especially on OSX where
the fsync calls seem to be taking an egregiously long time. I got one
index to go from ~1min to open to ~1sec. This looks safe to me, but
will get opinions from RBF experts.
2021-10-28 09:43:32 -05:00
reese
115b1a9c6a
Merge pull request #1742 from molecula/sup-81
remove shards list from error message entirely
2021-10-28 09:42:57 -05:00
reesporte
968ce78c73 remove ShardSlice entirely 2021-10-27 17:05:56 -05:00
reesporte
bc44f9b8d1 remove shards list from error message entirely 2021-10-27 16:45:17 -05:00
Stephanie Yang
10f235dac1 attempt to upgrade node (to v14) and node-sass (to v4.14) 2021-10-27 13:00:40 -05:00