logdetective 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ SERVER_CONFIG_PATH = os.environ.get("LOGDETECTIVE_SERVER_CONF", None)
48
48
 
49
49
  SERVER_CONFIG = load_server_config(SERVER_CONFIG_PATH)
50
50
 
51
- MR_REGEX = re.compile(r"refs/merge-requests/(\d+)/merge")
51
+ MR_REGEX = re.compile(r"refs/merge-requests/(\d+)/.*$")
52
52
  FAILURE_LOG_REGEX = re.compile(r"(\w*\.log)")
53
53
 
54
54
  LOG = get_log(SERVER_CONFIG)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: logdetective
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: Log using LLM AI to search for build/test failures and provide ideas for fixing these.
5
5
  License: Apache-2.0
6
6
  Author: Jiri Podivin
@@ -325,6 +325,12 @@ Fore some reason, we need to manually run this command after every reboot:
325
325
  nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml
326
326
  ```
327
327
 
328
+ HTTPS certificate generated through:
329
+
330
+ ```
331
+ certbot certonly --standalone -d logdetective01.fedorainfracloud.org
332
+ ```
333
+
328
334
 
329
335
  License
330
336
  -------
@@ -9,12 +9,12 @@ logdetective/server/database/base.py,sha256=oMJUvbWeapIUP-8Cf_DR9ptFg8CsYeaBAIjO
9
9
  logdetective/server/database/models.py,sha256=8jW4k03Kny_3ld35214hcjYoJqlBvQIr4LH9mfQukXw,2750
10
10
  logdetective/server/metric.py,sha256=VYMifrfIhcqgyu6YYN0c1nt8fC1iJ2_LCB7Bh2AheoE,2679
11
11
  logdetective/server/models.py,sha256=f42yMMMMfTdTN4KWpPUfaEoaiE9rhqltA0dQNKGOB2w,5660
12
- logdetective/server/server.py,sha256=lDdXO3s1larmHvuQDasvutEvcOpa3Rv5Cd_btyiqHdU,23118
12
+ logdetective/server/server.py,sha256=0q7e6eMbFJTP8s41jnHQt_H1IJsoPV40ke2JZ9kjeJk,23116
13
13
  logdetective/server/templates/gitlab_comment.md.j2,sha256=kheTkhQ-LfuFkr8av-Mw2a-9VYEUbDTLwaa-CKI6OkI,1622
14
14
  logdetective/server/utils.py,sha256=OFvhttjv3yp8kfim5_s4mNG8ly21qyILxE0o3DcVVKg,1340
15
15
  logdetective/utils.py,sha256=eudens1_T6iTtYhyzoYCpwuWgFHUMDSt6eWnrAB-mAI,6188
16
- logdetective-0.5.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
17
- logdetective-0.5.0.dist-info/METADATA,sha256=420Qn9rAheVSNDYmHjUYSB5AojmY58lUCNt3RNzwFC4,12714
18
- logdetective-0.5.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
19
- logdetective-0.5.0.dist-info/entry_points.txt,sha256=3K_vXja6PmcA8sNdUi63WdImeiNhVZcEGPTaoJmltfA,63
20
- logdetective-0.5.0.dist-info/RECORD,,
16
+ logdetective-0.5.1.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
17
+ logdetective-0.5.1.dist-info/METADATA,sha256=qRj80bljfb-6HII5tK9ErVHWaplHVVi4A-wxCBsiiKU,12830
18
+ logdetective-0.5.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
19
+ logdetective-0.5.1.dist-info/entry_points.txt,sha256=3K_vXja6PmcA8sNdUi63WdImeiNhVZcEGPTaoJmltfA,63
20
+ logdetective-0.5.1.dist-info/RECORD,,