MCPcopy Create free account

hub / github.com/bcongdon/git-trophy / functions

Functions84 in github.com/bcongdon/git-trophy

↓ 3 callersFunctioncreate_material
Creates a material with a given color (rgb) and name (name)
git_trophy_lambda/model_generator.py:39
↓ 3 callersFunctionsendEvent
(event)
src/analytics.js:7
↓ 2 callersFunction_format_filename
(repo, year)
git_trophy_lambda/repo/repo_cache.py:11
↓ 2 callersFunction_is_git_available
()
git_trophy_lambda/repo/repo_client.py:17
↓ 2 callersMethodcheckAuthCallback
()
src/containers/RepoSelectorContainer.js:83
↓ 2 callersFunctionexportSceneX3D
(scene)
src/x3d-exporter.js:49
↓ 2 callersMethodgetButtonGroup
(size)
src/components/ExportPanel.js:30
↓ 2 callersFunctionget_github_user_years
(username)
git_trophy_lambda/user_client.py:5
↓ 2 callersFunctionget_repo_years
(owner, repo)
git_trophy_lambda/repo/repo_service.py:97
↓ 2 callersFunctionloadContributions
(entity, year)
src/actions.js:28
↓ 1 callersFunction_format_git_url
(owner, repo)
git_trophy_lambda/repo/repo_service.py:42
↓ 1 callersFunction_format_repo_url
(owner, repo)
git_trophy_lambda/repo/repo_service.py:46
↓ 1 callersFunction_get_num_commits
(repo_url)
git_trophy_lambda/repo/repo_client.py:87
↓ 1 callersFunction_github_outliers
(counts)
git_trophy_lambda/repo/utils.py:22
↓ 1 callersFunction_prepare_commit_series
Def prepares a commit log for being published: - Pads days at beginning of year. - Fills in gaps within year - Sorts comm
git_trophy_lambda/repo/repo_service.py:12
↓ 1 callersFunctioncoords_for_year_idx
Translates a day-of-year index into an XY coordinate for a day bar
git_trophy_lambda/model_generator.py:81
↓ 1 callersFunctioncreateX3DRoot
()
src/x3d-exporter.js:3
↓ 1 callersFunctioncreate_bar_materials
Creates materials for each of the BAR_COLORS
git_trophy_lambda/model_generator.py:33
↓ 1 callersFunctioncreate_contribution_model
Creates a model representing the user's contributions for the given year. Returns the model as the string representation of an X3D file.
git_trophy_lambda/model_generator.py:129
↓ 1 callersFunctioncreate_day_bars
Creates a colored day bar for each day in the contributions list Bar materials are taken from the 'mats' array
git_trophy_lambda/model_generator.py:93
↓ 1 callersFunctioncreate_model_base
Creates the rectangular solid num_weeks is used to make sure that the base is of the correct length
git_trophy_lambda/model_generator.py:47
↓ 1 callersFunctioncreate_user_label
Create a label in the side of the model base to display the user and year
git_trophy_lambda/model_generator.py:61
↓ 1 callersFunctiondelete_all
Deletes all objects in a scene
git_trophy_lambda/model_generator.py:26
↓ 1 callersFunctionexportGeometry
(geometry, tree)
src/x3d-exporter.js:16
↓ 1 callersFunctionexportMaterial
(material, tree)
src/x3d-exporter.js:10
↓ 1 callersFunctionexportObject
(object, tree)
src/x3d-exporter.js:28
↓ 1 callersMethodgetURL
()
src/components/ExportPanel.js:26
↓ 1 callersFunctionget_repo_commit_stats
(owner, repo, year)
git_trophy_lambda/repo/repo_service.py:50
↓ 1 callersFunctionget_repo_years
(repo_url)
git_trophy_lambda/repo/repo_client.py:97
↓ 1 callersFunctionget_user_contributions
(github_entity, year)
git_trophy_lambda/app.py:23
↓ 1 callersFunctionjoin_all_objects
Joins all objects in the scene into a mesh
git_trophy_lambda/model_generator.py:113
↓ 1 callersFunctionregisterChartDownload
(entity, year)
src/analytics.js:31
↓ 1 callersFunctionregisterDownload
(entity, year)
src/analytics.js:15
↓ 1 callersFunctionregisterShapewaysExport
(entity, year)
src/analytics.js:23
↓ 1 callersMethodrender
()
src/components/App.js:9
↓ 1 callersFunctionupdateQueryString
(entity, year)
src/actions.js:101
↓ 1 callersFunctionupdateSelectedEntity
(entity, year)
src/actions.js:94
Functioncache_data
(repo, year, contribution_data)
git_trophy_lambda/repo/repo_cache.py:27
Functioncalculate_github_quartiles
Finds quartile information for commits
git_trophy_lambda/repo/utils.py:43
MethodcloseLightbox
()
src/components/Information.js:22
MethodcomponentDidMount
()
src/components/Preview.js:34
MethodcomponentDidMount
()
src/containers/RepoSelectorContainer.js:79
MethodcomponentDidUpdate
()
src/containers/RepoSelectorContainer.js:75
FunctioncomponentWillReceiveProps
(nextProps)
src/containers/PreviewContainer.js:27
MethodcomponentWillUnmount
()
src/components/Preview.js:48
Functionconstructor
(props)
src/containers/PreviewContainer.js:19
Methodconstructor
(props)
src/components/Preview.js:19
Methodconstructor
(props)
src/components/RepoSelector.js:16
Methodconstructor
(props)
src/components/Information.js:6
Methodconstructor
(props)
src/components/ExportPanel.js:15
Methodconstructor
(props)
src/containers/RepoSelectorContainer.js:31
Functioncontributions
()
git_trophy_lambda/app.py:47
FunctiondownloadModel
()
src/actions.js:121
Functionerror_handler
(error)
git_trophy_lambda/app.py:98
FunctionexportModel
()
src/actions.js:136
FunctiongetBars
()
src/components/TrophyModel.js:67
FunctiongetBase
()
src/components/TrophyModel.js:26
FunctiongetLabel
()
src/components/TrophyModel.js:51
FunctiongetLabelText
()
src/components/TrophyModel.js:42
Functionget_cached_data
(repo, year)
git_trophy_lambda/repo/repo_cache.py:16
Functionget_level
Returns "level" quartile i.e: (0] percentile = 0th level (0, 25) percentile = 1st level [25, 50) percentile = 2nd le
git_trophy_lambda/repo/utils.py:64
Functionget_model_data
(username, year)
git_trophy_lambda/model_generator.py:161
Functionget_repo_commit_stats
(repo_url, since=None)
git_trophy_lambda/repo/repo_client.py:28
MethodhandleDropdownChange
(e, data)
src/components/RepoSelector.js:27
MethodhandleEntityChange
(e, data)
src/components/RepoSelector.js:31
MethodhandleExportClick
()
src/containers/RepoSelectorContainer.js:68
FunctionmapStateToProps
(state)
src/containers/RepoSelectorContainer.js:100
MethodopenLightbox
()
src/components/Information.js:18
Functionpad_year_data
Pads first week of the year of contribution data Note: Assumes sorted by day in ascending order
git_trophy_lambda/repo/utils.py:5
Functionping
()
git_trophy_lambda/app.py:42
Functionprocess_func
(pipe, *args, **kwargs)
git_trophy_lambda/processify.py:17
Functionprocessify
Decorator to run a function as a process. Be sure that every argument and the return value is *pickable*. The created process is joined, s
git_trophy_lambda/processify.py:9
Methodrender
()
src/components/Preview.js:53
Methodrender
()
src/components/RepoSelector.js:35
Methodrender
()
src/components/Information.js:26
Methodrender
()
src/containers/RepoSelectorContainer.js:41
FunctionsetSceneContainer
(container)
src/actions.js:117
Functiontest_deadlock
()
git_trophy_lambda/processify.py:62
Functiontest_exception
()
git_trophy_lambda/processify.py:67
Functiontest_function
()
git_trophy_lambda/processify.py:57
FunctionthreeMeshToReactMesh
(meshObj)
src/utils.js:3
FunctionupdateSelectedYear
(year)
src/actions.js:107
Functionwrapper
(*args, **kwargs)
git_trophy_lambda/processify.py:35
Functionyears
()
git_trophy_lambda/app.py:77