mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
* implement log storage at backend * handle process id during removal. During one process we can write logs from different packages in different times (e.g. check and update later) and we would like to store all logs belong to the same process * set package context in main functions * implement logs support in interface * filter out logs posting http logs * add timestamp to log records * hide getting logs under reporter permission List of breaking changes: * `ahriman.core.lazy_logging.LazyLogging` has been renamed to `ahriman.core.log.LazyLogging` * `ahriman.core.configuration.Configuration.from_path` does not have `quiet` attribute now * `ahriman.core.configuration.Configuration` class does not have `load_logging` method now * `ahriman.core.status.client.Client.load` requires `report` argument now
206 lines
4.3 KiB
ReStructuredText
206 lines
4.3 KiB
ReStructuredText
ahriman.models package
|
|
======================
|
|
|
|
Submodules
|
|
----------
|
|
|
|
ahriman.models.action module
|
|
----------------------------
|
|
|
|
.. automodule:: ahriman.models.action
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.aur\_package module
|
|
----------------------------------
|
|
|
|
.. automodule:: ahriman.models.aur_package
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.auth\_settings module
|
|
------------------------------------
|
|
|
|
.. automodule:: ahriman.models.auth_settings
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.build\_status module
|
|
-----------------------------------
|
|
|
|
.. automodule:: ahriman.models.build_status
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.counters module
|
|
------------------------------
|
|
|
|
.. automodule:: ahriman.models.counters
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.internal\_status module
|
|
--------------------------------------
|
|
|
|
.. automodule:: ahriman.models.internal_status
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.log\_record\_id module
|
|
-------------------------------------
|
|
|
|
.. automodule:: ahriman.models.log_record_id
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.migration module
|
|
-------------------------------
|
|
|
|
.. automodule:: ahriman.models.migration
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.migration\_result module
|
|
---------------------------------------
|
|
|
|
.. automodule:: ahriman.models.migration_result
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.package module
|
|
-----------------------------
|
|
|
|
.. automodule:: ahriman.models.package
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.package\_description module
|
|
------------------------------------------
|
|
|
|
.. automodule:: ahriman.models.package_description
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.package\_source module
|
|
-------------------------------------
|
|
|
|
.. automodule:: ahriman.models.package_source
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.pkgbuild\_patch module
|
|
-------------------------------------
|
|
|
|
.. automodule:: ahriman.models.pkgbuild_patch
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.property module
|
|
------------------------------
|
|
|
|
.. automodule:: ahriman.models.property
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.remote\_source module
|
|
------------------------------------
|
|
|
|
.. automodule:: ahriman.models.remote_source
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.report\_settings module
|
|
--------------------------------------
|
|
|
|
.. automodule:: ahriman.models.report_settings
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.repository\_paths module
|
|
---------------------------------------
|
|
|
|
.. automodule:: ahriman.models.repository_paths
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.result module
|
|
----------------------------
|
|
|
|
.. automodule:: ahriman.models.result
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.sign\_settings module
|
|
------------------------------------
|
|
|
|
.. automodule:: ahriman.models.sign_settings
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.smtp\_ssl\_settings module
|
|
-----------------------------------------
|
|
|
|
.. automodule:: ahriman.models.smtp_ssl_settings
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.upload\_settings module
|
|
--------------------------------------
|
|
|
|
.. automodule:: ahriman.models.upload_settings
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.user module
|
|
--------------------------
|
|
|
|
.. automodule:: ahriman.models.user
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.user\_access module
|
|
----------------------------------
|
|
|
|
.. automodule:: ahriman.models.user_access
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.models.user\_identity module
|
|
------------------------------------
|
|
|
|
.. automodule:: ahriman.models.user_identity
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: ahriman.models
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|