Eric Herbrandson
|
f5769b55bc
|
Converting services.js and service.js to TS
|
2020-08-23 16:38:27 -05:00 |
|
Eric Herbrandson
|
e35a88fff8
|
Oooops. Adding missing files
|
2020-08-23 16:28:10 -05:00 |
|
Eric Herbrandson
|
15635b1087
|
More TS progress
|
2020-08-22 10:12:11 -05:00 |
|
Eric Herbrandson
|
e0604589fa
|
Removing some TODO types
|
2020-08-19 22:41:12 -05:00 |
|
Eric Herbrandson
|
cfb24de72b
|
More TS progress
|
2020-08-19 22:14:02 -05:00 |
|
Eric Herbrandson
|
539b6b2b71
|
Fixing issue where auth cookie is being sent w/ every response
|
2020-08-19 14:08:35 -05:00 |
|
Eric Herbrandson
|
1e15acfdf1
|
Merge branch 'dev' into darkMode
|
2020-08-19 11:42:26 -05:00 |
|
Eric Herbrandson
|
375a2dd68f
|
package-lock.json update
|
2020-08-19 11:42:14 -05:00 |
|
Eric Herbrandson
|
89fb423f1e
|
Merge pull request #122 from tianni4104/121
add debounce for connectStream
|
2020-08-19 09:59:21 -05:00 |
|
Eric Herbrandson
|
366d2f26a6
|
Merge branch 'master' into dev
|
2020-08-19 09:54:23 -05:00 |
|
Eric Herbrandson
|
1e6e99c4c8
|
Merge pull request #125 from dannyockilson/win10-dev
Install and configure cross-env
|
2020-08-19 09:10:08 -05:00 |
|
Danny Ockilson
|
cb8dd768af
|
Install and configure cross-env
Allows ENV variable usage in npm scripts on windows dev machines
|
2020-08-19 04:46:00 -04:00 |
|
atu
|
38a2f61d58
|
fix debounce according to CRs
|
2020-08-18 20:57:03 -07:00 |
|
Eric Herbrandson
|
614854fd01
|
More TS
|
2020-08-18 09:41:55 -05:00 |
|
Eric Herbrandson
|
87cfaf5e86
|
Merge pull request #124 from garasubo/remove-sensitive-logging
scrub headers when logging
|
2020-08-17 13:26:18 -05:00 |
|
takumi
|
ca5696eed5
|
scrub headers when logging
|
2020-08-17 14:14:33 +09:00 |
|
Eric Herbrandson
|
2401a5bbdd
|
More TS
|
2020-08-16 19:16:54 -05:00 |
|
Eric Herbrandson
|
b1a6030e43
|
Converting a lot more files to TS
|
2020-08-16 11:37:11 -05:00 |
|
atu
|
884854df7c
|
fix debounce according to CRs
|
2020-08-13 23:31:06 -07:00 |
|
Eric Herbrandson
|
bc76ef410a
|
Fixing some issues caused by a recent merge
|
2020-08-12 10:38:55 -05:00 |
|
atu
|
95eccb61d0
|
add debounce for connectStream
|
2020-08-10 19:22:26 -07:00 |
|
Eric Herbrandson
|
f30cedcd1e
|
Merge pull request #118 from tianni4104/typescript
extra components into ts
|
2020-08-10 10:53:30 -05:00 |
|
atu
|
18d5d378b3
|
fix some types
|
2020-08-09 20:56:25 -07:00 |
|
Eric Herbrandson
|
cca2f33c86
|
Converting Nodes, Node, Pods, and Pod to TS
|
2020-08-09 18:26:49 -05:00 |
|
atu
|
4b6b80ece3
|
extra components into ts
|
2020-08-08 15:20:02 -07:00 |
|
atu
|
710bc8d446
|
extra components into ts
|
2020-08-08 15:20:02 -07:00 |
|
Eric Herbrandson
|
a71ce9a620
|
Merge pull request #120 from ericblackburn/typescript
Converted eventsPanel.js to Typescript tsx
|
2020-08-07 09:07:48 -05:00 |
|
Eric Blackburn
|
b6f238c350
|
Converted eventsPanel.js to Typescript tsx
|
2020-08-06 17:58:55 -05:00 |
|
Eric Herbrandson
|
31129a419b
|
Converting namespaces.js to TS
|
2020-08-06 17:01:50 -05:00 |
|
Eric Herbrandson
|
15a73a9f6f
|
Converting apiProxy.js, api.js, and namespace.js to TS
|
2020-08-06 16:41:12 -05:00 |
|
Eric Herbrandson
|
0ea9c39be0
|
Merge pull request #114 from tianni4104/typescript
convert all utils into ts
|
2020-08-06 14:33:01 -05:00 |
|
atu
|
d5e907c71b
|
replace any[] with TODO[]
|
2020-08-06 12:31:14 -07:00 |
|
atu
|
2fa1f8d320
|
fix type any to TODO and add multiple components to ts
|
2020-08-06 12:31:14 -07:00 |
|
atu
|
345acf3ce9
|
fix type
|
2020-08-06 12:31:14 -07:00 |
|
atu
|
6d0e0dce44
|
convert all utils into ts
|
2020-08-06 12:31:14 -07:00 |
|
Eric Herbrandson
|
03a646f636
|
Merge pull request #117 from ericblackburn/typescript
Converted client/src/components/donut.js to Typescript tsx
|
2020-08-06 14:22:20 -05:00 |
|
Eric Blackburn
|
3d3fc19973
|
Updated donut.tsx to call super.componentWillUnmount() first, so that it inherits any future logic changes to base
|
2020-08-06 14:18:56 -05:00 |
|
Eric Herbrandson
|
52b730bb65
|
Prep work
|
2020-08-06 14:18:51 -05:00 |
|
Eric Blackburn
|
2e8fdad99f
|
Converted client/src/components/donut.js to Typescript tsx
|
2020-08-06 13:53:37 -05:00 |
|
Eric Herbrandson
|
24b9410c78
|
Merge pull request #116 from ericblackburn/typescript
Converted client/src/components/doc.js to typescript tsx
|
2020-08-06 13:26:36 -05:00 |
|
Eric Blackburn
|
29c80726e2
|
Converted client/src/components/doc.js to typescript tsx
|
2020-08-06 12:32:56 -05:00 |
|
Eric Herbrandson
|
704bb32fa1
|
Merge pull request #115 from ericblackburn/typescript
Updated filter.tsx to be compatible with inputFilter.tsx
|
2020-08-06 09:18:45 -05:00 |
|
Eric Herbrandson
|
ea2ba42473
|
Merge branch 'master' into dev
|
2020-08-05 21:49:10 -05:00 |
|
Eric Blackburn
|
baf8a842ea
|
Updated filter.tsx to be compatible with inputFilter.tsx
|
2020-08-05 20:25:11 -05:00 |
|
Eric Herbrandson
|
3ea561ab07
|
Merge pull request #112 from tianni4104/typescript
convert art and multiple components to ts and some typings
|
2020-08-05 17:55:57 -05:00 |
|
atu
|
6fc8d8fdbe
|
fix art type and add sorter to tsx
|
2020-08-05 15:46:34 -07:00 |
|
Eric Herbrandson
|
15afea4b7c
|
Merge pull request #113 from ericblackburn/typescript
Typescript: Converted inputFilter and updated field.tsx FieldProps children type
|
2020-08-05 17:44:38 -05:00 |
|
atu
|
95288b1cb3
|
convert all art to ts
|
2020-08-05 15:24:10 -07:00 |
|
Eric Blackburn
|
e77d094e62
|
Updated FieldProps.children to be ReactNode to support an array. Fixed syntax as well.
|
2020-08-05 17:15:09 -05:00 |
|
Eric Blackburn
|
797d95b3f8
|
Converted client/src/components/inputFilter.js to tsx
|
2020-08-05 17:13:48 -05:00 |
|