issues
search
zomglings
/
locust-demo
1
stars
0
forks
source link
wooey
#14
Open
zomglings
opened
4 years ago
zomglings
commented
4 years ago
Locust summary for:
https://github.com/wooey/Wooey/pull/55
zomglings
commented
4 years ago
Locust summary
Git references
Initial:
6223f23
Terminal:
94ef43c
wooey/forms/factory.py
Changes:
Name:
WooeyFormFactory
Type:
class
Changed lines:
76
Total lines:
145
Changes:
Name:
WooeyFormFactory.get_field
Type:
function
Changed lines:
8
Total lines:
56
Name:
WooeyFormFactory.get_group_forms
Type:
function
Changed lines:
43
Total lines:
51
Name:
WooeyFormFactory.get_master_form
Type:
function
Changed lines:
21
Total lines:
28
Name:
WooeyFormFactory.reset_forms
Type:
function
Changed lines:
3
Total lines:
3
Name:
mutli_render
Type:
function
Changed lines:
4
Total lines:
17
Changes:
Name:
mutli_render.render
Type:
function
Changed lines:
4
Total lines:
15
Name:
multi_value_from_datadict
Type:
function
Changed lines:
1
Total lines:
4
Changes:
Name:
multi_value_from_datadict.value_from_datadict
Type:
function
Changed lines:
1
Total lines:
2
wooey/wooeystorage.py
Changes:
Name:
CachedS3BotoStorage
Type:
class
Changed lines:
12
Total lines:
32
Changes:
Name:
CachedS3BotoStorage.__init__
Type:
function
Changed lines:
1
Total lines:
6
Name:
CachedS3BotoStorage._open
Type:
function
Changed lines:
1
Total lines:
5
Name:
CachedS3BotoStorage.modified_time
Type:
function
Changed lines:
7
Total lines:
7
Name:
CachedS3BotoStorage.delete
Type:
function
Changed lines:
1
Total lines:
7
wooey/models/core.py
Changes:
Name:
ScriptParameters
Type:
class
Changed lines:
15
Total lines:
173
Changes:
Name:
ScriptParameters.get_subprocess_value
Type:
function
Changed lines:
1
Total lines:
35
Name:
ScriptParameters.value
Type:
function
Changed lines:
2
Total lines:
14
Name:
ScriptParameters.value
Type:
function
Changed lines:
10
Total lines:
61
Name:
WooeyJob
Type:
class
Changed lines:
10
Total lines:
97
Changes:
Name:
WooeyJob.get_parameters
Type:
function
Changed lines:
1
Total lines:
2
Name:
WooeyJob.submit_to_celery
Type:
function
Changed lines:
3
Total lines:
29
Name:
ScriptParameterGroup
Type:
class
Changed lines:
2
Total lines:
9
Changes:
Name:
ScriptParameterGroup.__str__
Type:
function
Changed lines:
1
Total lines:
2
Name:
ScriptParameter
Type:
class
Changed lines:
9
Total lines:
53
Changes:
Name:
ScriptParameter.__str__
Type:
function
Changed lines:
1
Total lines:
2
Name:
WooeyFile
Type:
class
Changed lines:
4
Total lines:
13
Changes:
Name:
WooeyFile.__str__
Type:
function
Changed lines:
1
Total lines:
2
Name:
Script
Type:
class
Changed lines:
1
Total lines:
42
Name:
ScriptVersion
Type:
class
Changed lines:
2
Total lines:
25
wooey/templatetags/wooey_tags.py
Changes:
Name:
Library.simple_assignment_tag.dec
Type:
function
Changed lines:
38
Total lines:
38
Changes:
Name:
Library.simple_assignment_tag.dec.SimpleNode
Type:
class
Changed lines:
4
Total lines:
4
Changes:
Name:
Library.simple_assignment_tag.dec.AssignmentNode
Type:
class
Changed lines:
9
Total lines:
9
Changes:
Name:
Library.simple_assignment_tag.dec.compile_func
Type:
function
Changed lines:
12
Total lines:
12
Name:
Library
Type:
class
Changed lines:
56
Total lines:
57
Changes:
Name:
Library.simple_assignment_tag
Type:
function
Changed lines:
56
Total lines:
56
Changes:
Name:
GravatarUrlNode
Type:
class
Changed lines:
2
Total lines:
20
Changes:
Name:
GravatarUrlNode.render
Type:
function
Changed lines:
2
Total lines:
15
wooey/tests/test_scripts.py
Changes:
Name:
ScriptAdditionTests
Type:
class
Changed lines:
10
Total lines:
38
Changes:
Name:
ScriptAdditionTests.setUp
Type:
function
Changed lines:
3
Total lines:
3
Name:
ScriptAdditionTests.test_command_order
Type:
function
Changed lines:
2
Total lines:
14
Name:
ScriptAdditionTests.test_script_upgrade
Type:
function
Changed lines:
4
Total lines:
18
wooey/tests/test_views.py
Changes:
Name:
CeleryViews
Type:
class
Changed lines:
15
Total lines:
96
Changes:
Name:
CeleryViews.test_celery_results
Type:
function
Changed lines:
6
Total lines:
30
Name:
CeleryViews.test_celery_commands
Type:
function
Changed lines:
6
Total lines:
31
Name:
CeleryViews.test_celery_task_view
Type:
function
Changed lines:
3
Total lines:
19
Name:
WooeyViews
Type:
class
Changed lines:
15
Total lines:
56
Changes:
Name:
WooeyViews.setUp
Type:
function
Changed lines:
1
Total lines:
6
Name:
WooeyViews.test_multiple_choice_clone
Type:
function
Changed lines:
4
Total lines:
13
Name:
WooeyViews.test_multiple_choice
Type:
function
Changed lines:
10
Total lines:
34
wooey/views/views.py
Changes:
Name:
WooeyScriptBase
Type:
class
Changed lines:
43
Total lines:
112
Changes:
Name:
WooeyScriptBase.get_object
Type:
function
Changed lines:
30
Total lines:
30
Name:
WooeyScriptBase.get_context_data
Type:
function
Changed lines:
5
Total lines:
19
Name:
WooeyScriptBase.post
Type:
function
Changed lines:
7
Total lines:
52
Name:
WooeyHomeView
Type:
class
Changed lines:
1
Total lines:
17
Changes:
Name:
WooeyHomeView.get_context_data
Type:
function
Changed lines:
1
Total lines:
14
Name:
WooeyProfileView
Type:
class
Changed lines:
1
Total lines:
15
Changes:
Name:
WooeyProfileView.get_context_data
Type:
function
Changed lines:
1
Total lines:
12
Name:
WooeyScrapbookView
Type:
class
Changed lines:
1
Total lines:
19
Changes:
Name:
WooeyScrapbookView.get_context_data
Type:
function
Changed lines:
1
Total lines:
16
wooey/management/commands/addscript.py
Changes:
Name:
Command
Type:
class
Changed lines:
45
Total lines:
75
Changes:
Name:
Command.add_arguments
Type:
function
Changed lines:
4
Total lines:
6
Name:
Command.handle
Type:
function
Changed lines:
41
Total lines:
65
wooey/tests/test_forms.py
Changes:
Name:
FormTestCase
Type:
class
Changed lines:
11
Total lines:
40
Changes:
Name:
FormTestCase.test_group_form
Type:
function
Changed lines:
1
Total lines:
4
Name:
FormTestCase.test_multiplechoice_form
Type:
function
Changed lines:
9
Total lines:
20
wooey/tests/test_models.py
Changes:
Name:
TestJob
Type:
class
Changed lines:
20
Total lines:
61
Changes:
Name:
TestJob.test_jobs
Type:
function
Changed lines:
14
Total lines:
41
Name:
TestJob.test_multiplechoices
Type:
function
Changed lines:
4
Total lines:
11
Name:
ScriptTestCase
Type:
class
Changed lines:
7
Total lines:
26
Changes:
Name:
ScriptTestCase.test_multiple_choices
Type:
function
Changed lines:
7
Total lines:
24
wooey/conf/project_template/middleware.py
Changes:
Name:
ProcessExceptionMiddleware
Type:
class
Changed lines:
2
Total lines:
8
Changes:
Name:
ProcessExceptionMiddleware.process_response
Type:
function
Changed lines:
1
Total lines:
7
wooey/django_compat.py
Changes:
Name:
JsonResponse
Type:
class
Changed lines:
13
Total lines:
13
Changes:
Name:
JsonResponse.__init__
Type:
function
Changed lines:
7
Total lines:
7
Name:
Engine
Type:
class
Changed lines:
4
Total lines:
4
Changes:
Name:
Engine.from_string
Type:
function
Changed lines:
2
Total lines:
2
wooey/models/mixins.py
Changes:
Name:
ModelDiffMixin
Type:
class
Changed lines:
1
Total lines:
42
Changes:
Name:
ModelDiffMixin._dict
Type:
function
Changed lines:
1
Total lines:
3
wooey/tests/mixins.py
Changes:
Name:
FileCleanupMixin
Type:
class
Changed lines:
5
Total lines:
12
Changes:
Name:
FileCleanupMixin.tearDown
Type:
function
Changed lines:
5
Total lines:
11
Name:
ScriptFactoryMixin
Type:
class
Changed lines:
8
Total lines:
16
Changes:
Name:
ScriptFactoryMixin.tearDown
Type:
function
Changed lines:
7
Total lines:
10
wooey/tests/test_commands.py
Changes:
Name:
FormTestCase
Type:
class
Changed lines:
3
Total lines:
5
Changes:
Name:
FormTestCase.test_addscript
Type:
function
Changed lines:
2
Total lines:
3
wooey/tests/test_utils.py
Changes:
Name:
TestUtils
Type:
class
Changed lines:
6
Total lines:
46
Changes:
Name:
TestUtils.test_add_script
Type:
function
Changed lines:
2
Total lines:
2
wooey/views/authentication.py
Changes:
Name:
WooeyRegister
Type:
class
Changed lines:
1
Total lines:
35
Changes:
Name:
WooeyRegister.dispatch
Type:
function
Changed lines:
1
Total lines:
4
Name:
wooey_login
Type:
function
Changed lines:
1
Total lines:
20
wooey/views/wooey_celery.py
Changes:
Name:
JobBase
Type:
class
Changed lines:
11
Total lines:
51
Changes:
Name:
JobBase.get_context_data
Type:
function
Changed lines:
11
Total lines:
36
Name:
UserQueueView
Type:
class
Changed lines:
1
Total lines:
5
Changes:
Name:
UserQueueView.get_queryset
Type:
function
Changed lines:
1
Total lines:
2
Name:
UserResultsView
Type:
class
Changed lines:
1
Total lines:
12
Changes:
Name:
UserResultsView.get_context_data
Type:
function
Changed lines:
1
Total lines:
7
Name:
get_user_queue
Type:
function
Changed lines:
3
Total lines:
5
Name:
user_queue_json
Type:
function
Changed lines:
1
Total lines:
3
Name:
get_user_results
Type:
function
Changed lines:
2
Total lines:
5
Name:
all_queues_json
Type:
function
Changed lines:
1
Total lines:
18
Name:
celery_task_command
Type:
function
Changed lines:
4
Total lines:
32
wooey/admin.py
Changes:
Name:
ScriptVersionInline
Type:
class
Changed lines:
1
Total lines:
3
Name:
ParameterAdmin
Type:
class
Changed lines:
1
Total lines:
2
Name:
ParameterGroupAdmin
Type:
class
Changed lines:
1
Total lines:
2
wooey/backend/command_line.py
Changes:
Name:
bootstrap
Type:
function
Changed lines:
7
Total lines:
65
wooey/backend/utils.py
Changes:
Name:
titlecase_name
Type:
function
Changed lines:
3
Total lines:
3
Name:
purge_output
Type:
function
Changed lines:
12
Total lines:
15
Name:
get_job_commands
Type:
function
Changed lines:
5
Total lines:
22
Name:
create_wooey_job
Type:
function
Changed lines:
9
Total lines:
17
Name:
get_master_form
Type:
function
Changed lines:
2
Total lines:
3
Name:
get_form_groups
Type:
function
Changed lines:
2
Total lines:
3
Name:
reset_form_factory
Type:
function
Changed lines:
3
Total lines:
3
Name:
get_storage_object
Type:
function
Changed lines:
2
Total lines:
6
Name:
add_wooey_script
Type:
function
Changed lines:
59
Total lines:
141
Name:
valid_user
Type:
function
Changed lines:
3
Total lines:
20
Name:
get_file_info
Type:
function
Changed lines:
4
Total lines:
16
Name:
test_fastx
Type:
function
Changed lines:
2
Total lines:
33
Name:
create_job_fileinfo
Type:
function
Changed lines:
31
Total lines:
102
Name:
get_grouped_file_previews
Type:
function
Changed lines:
14
Total lines:
21
Name:
get_file_previews
Type:
function
Changed lines:
2
Total lines:
4
Name:
get_file_previews_by_ids
Type:
function
Changed lines:
2
Total lines:
4
wooey/migrations/0001_initial.py
Changes:
Name:
Migration
Type:
class
Changed lines:
13
Total lines:
142
wooey/migrations/0005_size_bytes.py
Changes:
Name:
Migration
Type:
class
Changed lines:
2
Total lines:
28
wooey/migrations/0006_script_group_defaults.py
Changes:
Name:
Migration
Type:
class
Changed lines:
1
Total lines:
13
wooey/migrations/0009_script_versioning.py
Changes:
Name:
Migration
Type:
class
Changed lines:
4
Total lines:
40
wooey/migrations/0011_script_versioning_cleanup.py
Changes:
Name:
Migration
Type:
class
Changed lines:
4
Total lines:
48
wooey/models/favorite.py
Changes:
Name:
Favorite
Type:
class
Changed lines:
2
Total lines:
12
wooey/signals.py
Changes:
Name:
script_version_presave
Type:
function
Changed lines:
3
Total lines:
7
Name:
script_version_postsave
Type:
function
Changed lines:
4
Total lines:
13
wooey/tasks.py
Changes:
Name:
submit_script
Type:
function
Changed lines:
9
Total lines:
94
wooey/tests/factories.py
Changes:
Name:
generate_script
Type:
function
Changed lines:
5
Total lines:
7
wooey/tests/scripts/crop.py
Changes:
Name:
main
Type:
function
Changed lines:
2
Total lines:
8
wooey/tests/scripts/fetch_cats.py
Changes:
Name:
main
Type:
function
Changed lines:
30
Total lines:
37
Locust summary for: https://github.com/wooey/Wooey/pull/55