:py:mod:`webapp.routes` ======================= .. py:module:: webapp.routes .. autoapi-nested-parse:: Routes for pgconfig-ce webapp. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: webapp.routes.get_year webapp.routes.view_about webapp.routes.view_root_url webapp.routes.view_app_param_not_set webapp.routes.view_app_params webapp.routes.view_app_param_changes_v2 webapp.routes.redirect_param_change webapp.routes.redirect_custom_with_defaults webapp.routes.view_custom_config_comparison webapp.routes.get_param_select_html webapp.routes._version_select_html Attributes ~~~~~~~~~~ .. autoapisummary:: webapp.routes.LOGGER .. py:data:: LOGGER .. py:function:: get_year() Gets the current year. Used for providing dynamic copyright year in the footer. :returns: Current year :rtype: int .. py:function:: view_about() .. py:function:: view_root_url() .. py:function:: view_app_param_not_set() .. py:function:: view_app_params(pg_param) .. py:function:: view_app_param_changes_v2(vers1, vers2) .. py:function:: redirect_param_change() .. py:function:: redirect_custom_with_defaults() Route supporting removed feature. If users have this route bookmarked, don't just 404 on them. Gives hint at query to run to get the data directly in their database. .. py:function:: view_custom_config_comparison(vers1) Route supporting removed feature. If users have this route bookmarked, don't just 404 on them. Gives hint at query to run to get the data directly in their database. .. py:function:: get_param_select_html(filter_default: str = 'max_parallel_workers_per_gather') -> str Returns HTML of parameter options to select from on the "single parameter" page. :param filter_default: Default value: max_parallel_workers_per_gather :type filter_default: str :returns: **html** :rtype: str .. py:function:: _version_select_html(name, filter_default)