This web application constructs the web page you can see. Different pages will be rendered based on the url received. Generally, it controls the website rendering process.
All acceptable url patterns (in regex) are presented below:
[(empty pattern | default page)](#default) |
Return a development information web page.
view_dev_raven_links (request)
Return a HTML contains a list of ENV settings.
view_env_variables (request)
Return a JSON string that indicates the status of kubernetes
view_monitoring_alive (request)
Return a HTML page contains the privacy policy.
view_privacy_policy (request)
Pattern:app-domain-config-error
Return a pop-up shows no domain config error.
view_no_domain_config_error (request, is_test_page=False)
None
Pattern: d3m-configuration-error
Return a pop-up shows no D3M config error.
view_d3m_config_error (request)
None
Serve up the workspace, the current home page. Include global js settings.
view_pebbles_home (request)