socketsecurity 0.0.62__tar.gz → 0.0.64__tar.gz
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.
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/PKG-INFO +1 -1
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/pyproject.toml +1 -1
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/__init__.py +1 -1
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/gitlab.py +4 -4
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity.egg-info/PKG-INFO +1 -1
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/README.md +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/setup.cfg +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/__init__.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/classes.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/exceptions.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/github.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/issues.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/licenses.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/core/messages.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity/socketcli.py +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity.egg-info/SOURCES.txt +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity.egg-info/dependency_links.txt +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity.egg-info/entry_points.txt +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity.egg-info/requires.txt +0 -0
- {socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity.egg-info/top_level.txt +0 -0
|
@@ -179,7 +179,7 @@ class Gitlab:
|
|
|
179
179
|
payload = {
|
|
180
180
|
"body": body
|
|
181
181
|
}
|
|
182
|
-
payload = json.dumps(payload)
|
|
182
|
+
# payload = json.dumps(payload)
|
|
183
183
|
do_request(path, payload=payload, method="POST")
|
|
184
184
|
|
|
185
185
|
@staticmethod
|
|
@@ -188,11 +188,11 @@ class Gitlab:
|
|
|
188
188
|
payload = {
|
|
189
189
|
"body": body
|
|
190
190
|
}
|
|
191
|
-
payload = json.dumps(payload)
|
|
192
|
-
do_request(path, payload=payload, method="
|
|
191
|
+
# payload = json.dumps(payload)
|
|
192
|
+
do_request(path, payload=payload, method="PUT")
|
|
193
193
|
|
|
194
194
|
@staticmethod
|
|
195
|
-
def get_comments_for_pr() -> dict:
|
|
195
|
+
def get_comments_for_pr(repo: str, pr: str) -> dict:
|
|
196
196
|
path = f"projects/{ci_merge_request_project_id}/merge_requests/{ci_merge_request_iid}/notes"
|
|
197
197
|
raw_comments = do_request(path)
|
|
198
198
|
comments = {}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socketsecurity-0.0.62 → socketsecurity-0.0.64}/socketsecurity.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|