Skip to content

Commit 2377fd7

Browse files
authored
Removed analytics reports (#9174)
1 parent 0b619c8 commit 2377fd7

File tree

72 files changed

+749
-4536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+749
-4536
lines changed

Diff for: .vscode/launch.json

-22
Original file line numberDiff line numberDiff line change
@@ -280,28 +280,6 @@
280280
},
281281
"console": "internalConsole"
282282
},
283-
{
284-
"name": "server: RQ - analytics reports",
285-
"type": "debugpy",
286-
"request": "launch",
287-
"stopOnEntry": false,
288-
"justMyCode": false,
289-
"python": "${command:python.interpreterPath}",
290-
"program": "${workspaceFolder}/manage.py",
291-
"args": [
292-
"rqworker",
293-
"analytics_reports",
294-
"--worker-class",
295-
"cvat.rqworker.SimpleWorker",
296-
],
297-
"django": true,
298-
"cwd": "${workspaceFolder}",
299-
"env": {
300-
"DJANGO_LOG_SERVER_HOST": "localhost",
301-
"DJANGO_LOG_SERVER_PORT": "8282"
302-
},
303-
"console": "internalConsole"
304-
},
305283
{
306284
"name": "server: RQ - scheduler",
307285
"type": "debugpy",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Removed
2+
3+
- Existing implementation of analytics reports
4+
(<https://github.com/cvat-ai/cvat/pull/9174>)

Diff for: cvat-ui/src/components/actions-menu/actions-menu.tsx

-197
This file was deleted.

Diff for: cvat-ui/src/components/actions-menu/styles.scss

-16
This file was deleted.

0 commit comments

Comments
 (0)