소스 검색

move react-app to its own folder inside project

Zhenya Taran 5 년 전
부모
커밋
37056d4561
86개의 변경된 파일29개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 0
      .gitignore
  2. 0 0
      kafka-ui-react-app/.env
  3. 25 0
      kafka-ui-react-app/.gitignore
  4. 0 0
      kafka-ui-react-app/LICENSE
  5. 0 0
      kafka-ui-react-app/README.md
  6. 0 0
      kafka-ui-react-app/docker-compose.yaml
  7. 0 0
      kafka-ui-react-app/mock/index.js
  8. 0 0
      kafka-ui-react-app/mock/payload/brokerMetrics.json
  9. 0 0
      kafka-ui-react-app/mock/payload/brokers.json
  10. 0 0
      kafka-ui-react-app/mock/payload/clusters.json
  11. 0 0
      kafka-ui-react-app/mock/payload/topicConfigs.json
  12. 0 0
      kafka-ui-react-app/mock/payload/topicDetails.json
  13. 0 0
      kafka-ui-react-app/mock/payload/topics.json
  14. 0 0
      kafka-ui-react-app/package-lock.json
  15. 0 0
      kafka-ui-react-app/package.json
  16. 0 0
      kafka-ui-react-app/public/favicon.ico
  17. 0 0
      kafka-ui-react-app/public/index.html
  18. 0 0
      kafka-ui-react-app/public/manifest.json
  19. 0 0
      kafka-ui-react-app/public/robots.txt
  20. 0 0
      kafka-ui-react-app/src/components/App.scss
  21. 0 0
      kafka-ui-react-app/src/components/App.tsx
  22. 0 0
      kafka-ui-react-app/src/components/AppContainer.tsx
  23. 0 0
      kafka-ui-react-app/src/components/Brokers/Brokers.tsx
  24. 0 0
      kafka-ui-react-app/src/components/Brokers/BrokersContainer.ts
  25. 0 0
      kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClusterWidget.tsx
  26. 0 0
      kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx
  27. 0 0
      kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidgetContainer.ts
  28. 0 0
      kafka-ui-react-app/src/components/Dashboard/Dashboard.tsx
  29. 0 0
      kafka-ui-react-app/src/components/Nav/ClusterMenu.tsx
  30. 0 0
      kafka-ui-react-app/src/components/Nav/Nav.tsx
  31. 0 0
      kafka-ui-react-app/src/components/Nav/NavConatiner.ts
  32. 0 0
      kafka-ui-react-app/src/components/Topics/Details/Details.tsx
  33. 0 0
      kafka-ui-react-app/src/components/Topics/Details/DetailsContainer.ts
  34. 0 0
      kafka-ui-react-app/src/components/Topics/Details/Messages/Messages.tsx
  35. 0 0
      kafka-ui-react-app/src/components/Topics/Details/Messages/MessagesContainer.ts
  36. 0 0
      kafka-ui-react-app/src/components/Topics/Details/Overview/Overview.tsx
  37. 0 0
      kafka-ui-react-app/src/components/Topics/Details/Overview/OverviewContainer.ts
  38. 0 0
      kafka-ui-react-app/src/components/Topics/Details/Settings/Settings.tsx
  39. 0 0
      kafka-ui-react-app/src/components/Topics/Details/Settings/SettingsContainer.ts
  40. 0 0
      kafka-ui-react-app/src/components/Topics/List/List.tsx
  41. 0 0
      kafka-ui-react-app/src/components/Topics/List/ListContainer.ts
  42. 0 0
      kafka-ui-react-app/src/components/Topics/List/ListItem.tsx
  43. 0 0
      kafka-ui-react-app/src/components/Topics/New/New.tsx
  44. 0 0
      kafka-ui-react-app/src/components/Topics/New/NewContainer.ts
  45. 0 0
      kafka-ui-react-app/src/components/Topics/Topics.tsx
  46. 0 0
      kafka-ui-react-app/src/components/Topics/TopicsContainer.ts
  47. 0 0
      kafka-ui-react-app/src/components/common/Breadcrumb/Breadcrumb.tsx
  48. 0 0
      kafka-ui-react-app/src/components/common/Dashboard/Indicator.tsx
  49. 0 0
      kafka-ui-react-app/src/components/common/Dashboard/MetricsWrapper.tsx
  50. 0 0
      kafka-ui-react-app/src/components/common/PageLoader/PageLoader.tsx
  51. 0 0
      kafka-ui-react-app/src/index.tsx
  52. 0 0
      kafka-ui-react-app/src/lib/constants.ts
  53. 0 0
      kafka-ui-react-app/src/lib/hooks/useInterval.ts
  54. 0 0
      kafka-ui-react-app/src/lib/paths.ts
  55. 0 0
      kafka-ui-react-app/src/lib/utils/formatBytes.ts
  56. 0 0
      kafka-ui-react-app/src/react-app-env.d.ts
  57. 0 0
      kafka-ui-react-app/src/redux/actionType.ts
  58. 0 0
      kafka-ui-react-app/src/redux/actions/actions.ts
  59. 0 0
      kafka-ui-react-app/src/redux/actions/index.ts
  60. 0 0
      kafka-ui-react-app/src/redux/actions/thunks.ts
  61. 0 0
      kafka-ui-react-app/src/redux/api/brokers.ts
  62. 0 0
      kafka-ui-react-app/src/redux/api/clusters.ts
  63. 0 0
      kafka-ui-react-app/src/redux/api/index.ts
  64. 0 0
      kafka-ui-react-app/src/redux/api/topics.ts
  65. 0 0
      kafka-ui-react-app/src/redux/interfaces/broker.ts
  66. 0 0
      kafka-ui-react-app/src/redux/interfaces/cluster.ts
  67. 0 0
      kafka-ui-react-app/src/redux/interfaces/index.ts
  68. 1 1
      kafka-ui-react-app/src/redux/interfaces/loader.ts
  69. 0 0
      kafka-ui-react-app/src/redux/interfaces/topic.ts
  70. 0 0
      kafka-ui-react-app/src/redux/reducers/brokers/reducer.ts
  71. 0 0
      kafka-ui-react-app/src/redux/reducers/brokers/selectors.ts
  72. 0 0
      kafka-ui-react-app/src/redux/reducers/clusters/reducer.ts
  73. 0 0
      kafka-ui-react-app/src/redux/reducers/clusters/selectors.ts
  74. 0 0
      kafka-ui-react-app/src/redux/reducers/index.ts
  75. 0 0
      kafka-ui-react-app/src/redux/reducers/loader/reducer.ts
  76. 0 0
      kafka-ui-react-app/src/redux/reducers/loader/selectors.ts
  77. 0 0
      kafka-ui-react-app/src/redux/reducers/topics/reducer.ts
  78. 0 0
      kafka-ui-react-app/src/redux/reducers/topics/selectors.ts
  79. 0 0
      kafka-ui-react-app/src/redux/store/configureStore/dev.ts
  80. 0 0
      kafka-ui-react-app/src/redux/store/configureStore/index.ts
  81. 0 0
      kafka-ui-react-app/src/redux/store/configureStore/prod.ts
  82. 0 0
      kafka-ui-react-app/src/serviceWorker.ts
  83. 0 0
      kafka-ui-react-app/src/setupTests.ts
  84. 0 0
      kafka-ui-react-app/src/theme/bulma_overrides.scss
  85. 1 1
      kafka-ui-react-app/src/theme/index.scss
  86. 0 0
      kafka-ui-react-app/tsconfig.json

+ 2 - 0
.gitignore

@@ -21,3 +21,5 @@ build
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
+
+.idea

+ 0 - 0
.env → kafka-ui-react-app/.env


+ 25 - 0
kafka-ui-react-app/.gitignore

@@ -0,0 +1,25 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+node_modules
+.pnp
+.pnp.js
+
+# testing
+coverage
+
+# production
+build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+.idea

+ 0 - 0
LICENSE → kafka-ui-react-app/LICENSE


+ 0 - 0
README.md → kafka-ui-react-app/README.md


+ 0 - 0
docker-compose.yaml → kafka-ui-react-app/docker-compose.yaml


+ 0 - 0
mock/index.js → kafka-ui-react-app/mock/index.js


+ 0 - 0
mock/payload/brokerMetrics.json → kafka-ui-react-app/mock/payload/brokerMetrics.json


+ 0 - 0
mock/payload/brokers.json → kafka-ui-react-app/mock/payload/brokers.json


+ 0 - 0
mock/payload/clusters.json → kafka-ui-react-app/mock/payload/clusters.json


+ 0 - 0
mock/payload/topicConfigs.json → kafka-ui-react-app/mock/payload/topicConfigs.json


+ 0 - 0
mock/payload/topicDetails.json → kafka-ui-react-app/mock/payload/topicDetails.json


+ 0 - 0
mock/payload/topics.json → kafka-ui-react-app/mock/payload/topics.json


+ 0 - 0
package-lock.json → kafka-ui-react-app/package-lock.json


+ 0 - 0
package.json → kafka-ui-react-app/package.json


+ 0 - 0
public/favicon.ico → kafka-ui-react-app/public/favicon.ico


+ 0 - 0
public/index.html → kafka-ui-react-app/public/index.html


+ 0 - 0
public/manifest.json → kafka-ui-react-app/public/manifest.json


+ 0 - 0
public/robots.txt → kafka-ui-react-app/public/robots.txt


+ 0 - 0
src/components/App.scss → kafka-ui-react-app/src/components/App.scss


+ 0 - 0
src/components/App.tsx → kafka-ui-react-app/src/components/App.tsx


+ 0 - 0
src/components/AppContainer.tsx → kafka-ui-react-app/src/components/AppContainer.tsx


+ 0 - 0
src/components/Brokers/Brokers.tsx → kafka-ui-react-app/src/components/Brokers/Brokers.tsx


+ 0 - 0
src/components/Brokers/BrokersContainer.ts → kafka-ui-react-app/src/components/Brokers/BrokersContainer.ts


+ 0 - 0
src/components/Dashboard/ClustersWidget/ClusterWidget.tsx → kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClusterWidget.tsx


+ 0 - 0
src/components/Dashboard/ClustersWidget/ClustersWidget.tsx → kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx


+ 0 - 0
src/components/Dashboard/ClustersWidget/ClustersWidgetContainer.ts → kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidgetContainer.ts


+ 0 - 0
src/components/Dashboard/Dashboard.tsx → kafka-ui-react-app/src/components/Dashboard/Dashboard.tsx


+ 0 - 0
src/components/Nav/ClusterMenu.tsx → kafka-ui-react-app/src/components/Nav/ClusterMenu.tsx


+ 0 - 0
src/components/Nav/Nav.tsx → kafka-ui-react-app/src/components/Nav/Nav.tsx


+ 0 - 0
src/components/Nav/NavConatiner.ts → kafka-ui-react-app/src/components/Nav/NavConatiner.ts


+ 0 - 0
src/components/Topics/Details/Details.tsx → kafka-ui-react-app/src/components/Topics/Details/Details.tsx


+ 0 - 0
src/components/Topics/Details/DetailsContainer.ts → kafka-ui-react-app/src/components/Topics/Details/DetailsContainer.ts


+ 0 - 0
src/components/Topics/Details/Messages/Messages.tsx → kafka-ui-react-app/src/components/Topics/Details/Messages/Messages.tsx


+ 0 - 0
src/components/Topics/Details/Messages/MessagesContainer.ts → kafka-ui-react-app/src/components/Topics/Details/Messages/MessagesContainer.ts


+ 0 - 0
src/components/Topics/Details/Overview/Overview.tsx → kafka-ui-react-app/src/components/Topics/Details/Overview/Overview.tsx


+ 0 - 0
src/components/Topics/Details/Overview/OverviewContainer.ts → kafka-ui-react-app/src/components/Topics/Details/Overview/OverviewContainer.ts


+ 0 - 0
src/components/Topics/Details/Settings/Settings.tsx → kafka-ui-react-app/src/components/Topics/Details/Settings/Settings.tsx


+ 0 - 0
src/components/Topics/Details/Settings/SettingsContainer.ts → kafka-ui-react-app/src/components/Topics/Details/Settings/SettingsContainer.ts


+ 0 - 0
src/components/Topics/List/List.tsx → kafka-ui-react-app/src/components/Topics/List/List.tsx


+ 0 - 0
src/components/Topics/List/ListContainer.ts → kafka-ui-react-app/src/components/Topics/List/ListContainer.ts


+ 0 - 0
src/components/Topics/List/ListItem.tsx → kafka-ui-react-app/src/components/Topics/List/ListItem.tsx


+ 0 - 0
src/components/Topics/New/New.tsx → kafka-ui-react-app/src/components/Topics/New/New.tsx


+ 0 - 0
src/components/Topics/New/NewContainer.ts → kafka-ui-react-app/src/components/Topics/New/NewContainer.ts


+ 0 - 0
src/components/Topics/Topics.tsx → kafka-ui-react-app/src/components/Topics/Topics.tsx


+ 0 - 0
src/components/Topics/TopicsContainer.ts → kafka-ui-react-app/src/components/Topics/TopicsContainer.ts


+ 0 - 0
src/components/common/Breadcrumb/Breadcrumb.tsx → kafka-ui-react-app/src/components/common/Breadcrumb/Breadcrumb.tsx


+ 0 - 0
src/components/common/Dashboard/Indicator.tsx → kafka-ui-react-app/src/components/common/Dashboard/Indicator.tsx


+ 0 - 0
src/components/common/Dashboard/MetricsWrapper.tsx → kafka-ui-react-app/src/components/common/Dashboard/MetricsWrapper.tsx


+ 0 - 0
src/components/common/PageLoader/PageLoader.tsx → kafka-ui-react-app/src/components/common/PageLoader/PageLoader.tsx


+ 0 - 0
src/index.tsx → kafka-ui-react-app/src/index.tsx


+ 0 - 0
src/lib/constants.ts → kafka-ui-react-app/src/lib/constants.ts


+ 0 - 0
src/lib/hooks/useInterval.ts → kafka-ui-react-app/src/lib/hooks/useInterval.ts


+ 0 - 0
src/lib/paths.ts → kafka-ui-react-app/src/lib/paths.ts


+ 0 - 0
src/lib/utils/formatBytes.ts → kafka-ui-react-app/src/lib/utils/formatBytes.ts


+ 0 - 0
src/react-app-env.d.ts → kafka-ui-react-app/src/react-app-env.d.ts


+ 0 - 0
src/redux/actionType.ts → kafka-ui-react-app/src/redux/actionType.ts


+ 0 - 0
src/redux/actions/actions.ts → kafka-ui-react-app/src/redux/actions/actions.ts


+ 0 - 0
src/redux/actions/index.ts → kafka-ui-react-app/src/redux/actions/index.ts


+ 0 - 0
src/redux/actions/thunks.ts → kafka-ui-react-app/src/redux/actions/thunks.ts


+ 0 - 0
src/redux/api/brokers.ts → kafka-ui-react-app/src/redux/api/brokers.ts


+ 0 - 0
src/redux/api/clusters.ts → kafka-ui-react-app/src/redux/api/clusters.ts


+ 0 - 0
src/redux/api/index.ts → kafka-ui-react-app/src/redux/api/index.ts


+ 0 - 0
src/redux/api/topics.ts → kafka-ui-react-app/src/redux/api/topics.ts


+ 0 - 0
src/redux/interfaces/broker.ts → kafka-ui-react-app/src/redux/interfaces/broker.ts


+ 0 - 0
src/redux/interfaces/cluster.ts → kafka-ui-react-app/src/redux/interfaces/cluster.ts


+ 0 - 0
src/redux/interfaces/index.ts → kafka-ui-react-app/src/redux/interfaces/index.ts


+ 1 - 1
src/redux/interfaces/loader.ts → kafka-ui-react-app/src/redux/interfaces/loader.ts

@@ -1,4 +1,4 @@
-import { FetchStatus } from 'redux/interfaces';
+import { FetchStatus } from 'redux/interfaces/index';
 
 export interface LoaderState {
   [key: string]: FetchStatus;

+ 0 - 0
src/redux/interfaces/topic.ts → kafka-ui-react-app/src/redux/interfaces/topic.ts


+ 0 - 0
src/redux/reducers/brokers/reducer.ts → kafka-ui-react-app/src/redux/reducers/brokers/reducer.ts


+ 0 - 0
src/redux/reducers/brokers/selectors.ts → kafka-ui-react-app/src/redux/reducers/brokers/selectors.ts


+ 0 - 0
src/redux/reducers/clusters/reducer.ts → kafka-ui-react-app/src/redux/reducers/clusters/reducer.ts


+ 0 - 0
src/redux/reducers/clusters/selectors.ts → kafka-ui-react-app/src/redux/reducers/clusters/selectors.ts


+ 0 - 0
src/redux/reducers/index.ts → kafka-ui-react-app/src/redux/reducers/index.ts


+ 0 - 0
src/redux/reducers/loader/reducer.ts → kafka-ui-react-app/src/redux/reducers/loader/reducer.ts


+ 0 - 0
src/redux/reducers/loader/selectors.ts → kafka-ui-react-app/src/redux/reducers/loader/selectors.ts


+ 0 - 0
src/redux/reducers/topics/reducer.ts → kafka-ui-react-app/src/redux/reducers/topics/reducer.ts


+ 0 - 0
src/redux/reducers/topics/selectors.ts → kafka-ui-react-app/src/redux/reducers/topics/selectors.ts


+ 0 - 0
src/redux/store/configureStore/dev.ts → kafka-ui-react-app/src/redux/store/configureStore/dev.ts


+ 0 - 0
src/redux/store/configureStore/index.ts → kafka-ui-react-app/src/redux/store/configureStore/index.ts


+ 0 - 0
src/redux/store/configureStore/prod.ts → kafka-ui-react-app/src/redux/store/configureStore/prod.ts


+ 0 - 0
src/serviceWorker.ts → kafka-ui-react-app/src/serviceWorker.ts


+ 0 - 0
src/setupTests.ts → kafka-ui-react-app/src/setupTests.ts


+ 0 - 0
src/theme/bulma_overrides.scss → kafka-ui-react-app/src/theme/bulma_overrides.scss


+ 1 - 1
src/theme/index.scss → kafka-ui-react-app/src/theme/index.scss

@@ -1,4 +1,4 @@
-@import './bulma_overrides.scss';
+@import 'src/theme/bulma_overrides';
 
 #root, body, html {
   width: 100%;

+ 0 - 0
tsconfig.json → kafka-ui-react-app/tsconfig.json