-
- Downloads
Merge branch '84-write-tests-for-running-different-queries-in-backend-see-description' into 'dev'
Resolve "Write tests for running different queries in backend (see description)" Closes #84 See merge request erlenyd/mysql-query-profiler!127
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 6 additions, 6 deletions.gitlab-ci.yml
- README.md 3 additions, 1 deletionREADME.md
- app/backend/data-processor/DataProcessor.ts 3 additions, 3 deletionsapp/backend/data-processor/DataProcessor.ts
- app/backend/recorder/SqlAgent.ts 3 additions, 3 deletionsapp/backend/recorder/SqlAgent.ts
- app/backend/recorder/SqlManager.ts 39 additions, 35 deletionsapp/backend/recorder/SqlManager.ts
- app/backend/recorder/SqlMonitor.ts 4 additions, 4 deletionsapp/backend/recorder/SqlMonitor.ts
- app/backend/recorder/SqlRunner.ts 3 additions, 3 deletionsapp/backend/recorder/SqlRunner.ts
- app/backend/utils/FileIO.ts 1 addition, 1 deletionapp/backend/utils/FileIO.ts
- app/components/dashboard/QueryRecorder.tsx 1 addition, 1 deletionapp/components/dashboard/QueryRecorder.tsx
- app/components/results/MemoryPerformance/MemoryStages.tsx 1 addition, 1 deletionapp/components/results/MemoryPerformance/MemoryStages.tsx
- app/context/TabContext.tsx 2 additions, 2 deletionsapp/context/TabContext.tsx
- app/package.json 1 addition, 1 deletionapp/package.json
- package.json 1 addition, 1 deletionpackage.json
- test/unit_tests/Example.test.tsx 0 additions, 5 deletionstest/unit_tests/Example.test.tsx
- test/unit_tests/Explain.test.ts 35 additions, 0 deletionstest/unit_tests/Explain.test.ts
- test/unit_tests/T1geom.test.ts 37 additions, 0 deletionstest/unit_tests/T1geom.test.ts
- test/unit_tests/U1geom.test.ts 66 additions, 0 deletionstest/unit_tests/U1geom.test.ts
- test/unit_tests/queries/t1Geom.ts 6012 additions, 0 deletionstest/unit_tests/queries/t1Geom.ts
- test/unit_tests/queries/u1Geom.ts 10007 additions, 0 deletionstest/unit_tests/queries/u1Geom.ts
- test/unit_tests/recordWithManager.ts 17 additions, 0 deletionstest/unit_tests/recordWithManager.ts
Loading
Please register or sign in to comment