This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removed packages galaxy_ng/app/access_control, galaxy_ng/app/access_control/statements | |
Package galaxy_ng/app/auth changed: | |
Module auth.py changed: | |
New imported settings from new django.conf | |
New imported BasePermission from new rest_framework.permissions | |
New class RHEntitlementRequired with 1 public method | |
Package galaxy_ng/app/api/ui/views changed: | |
Module auth.py changed: | |
Removed import of access_policy from removed galaxy_ng.app.access_control | |
New imported RestrictOnCloudDeployments from new galaxy_ng.app.api.permissions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- pulp_openapi.yaml 2020-08-11 14:53:19.395031869 -0400 | |
+++ pulp_expand_openapi.yaml 2020-08-11 14:36:26.706642136 -0400 | |
@@ -598,14 +598,14 @@ | |
responses: | |
'200': | |
description: No response body | |
- '{ansible_collection_import_href}': | |
+ /api/automation-hub/content/{path}/v3/imports/collections/{task}/: | |
get: | |
- operationId: collection_import_read |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.3 | |
info: | |
title: Pulp 3 API | |
version: v3 | |
description: Fetch, Upload, Organize, and Distribute Software Packages | |
contact: | |
name: Pulp Team | |
email: [email protected] | |
url: https://pulpproject.org | |
license: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.3 | |
info: | |
title: Pulp 3 API | |
version: v3 | |
description: Fetch, Upload, Organize, and Distribute Software Packages | |
contact: | |
name: Pulp Team | |
email: [email protected] | |
url: https://pulpproject.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git pulpcore/openapi/__init__.py pulpcore/openapi/__init__.py | |
index 315a40ccf..1d8bd704a 100644 | |
--- pulpcore/openapi/__init__.py | |
+++ pulpcore/openapi/__init__.py | |
@@ -281,7 +281,7 @@ def parse(self, request, public): | |
schema = view.schema | |
- path = self.convert_endpoint_path_params(path, view, schema) | |
+ # path = self.convert_endpoint_path_params(path, view, schema) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(galaxy_ng_2) [newswoop:F31:pulpcore (master % u=)]$ diff -u ~/0040_accesspolicy.py pulpcore/app/migrations/0041_accesspolicy.py | |
--- /home/adrian/0040_accesspolicy.py 2020-08-11 10:34:53.699259324 -0400 | |
+++ pulpcore/app/migrations/0041_accesspolicy.py 2020-08-11 10:34:59.459240934 -0400 | |
@@ -8,7 +8,7 @@ | |
class Migration(migrations.Migration): | |
dependencies = [ | |
- ('core', '0039_set_admin_is_staff'), | |
+ ('core', '0040_set_admin_is_staff'), | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- cli args: | |
- artifact filename | |
- config setup | |
- get default config | |
- read config files | |
- /etc/galaxy-importer/galaxy-imporer.cfg | |
- site-packages/galaxy-importer/galaxy-importer.cfg | |
- config options | |
- log level |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The following packages are considered to be unsafe in a requirements file: | |
# setuptools | |
pip-compile -U -o requirements/requirements.insights.txt \ | |
setup.py requirements/requirements.insights.in | |
Traceback (most recent call last): | |
File "/home/adrian/venvs/galaxy_ng_2/bin/pip-compile", line 8, in <module> | |
sys.exit(cli()) | |
File "/home/adrian/venvs/galaxy_ng_2/lib64/python3.6/site-packages/click/core.py", line 829, in __call__ | |
return self.main(*args, **kwargs) | |
File "/home/adrian/venvs/galaxy_ng_2/lib64/python3.6/site-packages/click/core.py", line 782, in main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(galaxy_ng_py36) [newswoop:F31:galaxy_ng (use_pulp_git_330 %)]$ ./compose run --rm api manage spectacular --format openapi --file spec-openapi.yaml | |
INFO: Using compose profile alikins | |
INFO: $ANSIBLE_HUB_UI_PATH is unset. | |
If you want to run the UI inside compose please set $ANSIBLE_HUB_UI_PATH | |
to the location of your local copy of https://github.com/ansible/ansible-hub-ui. | |
Starting galaxy_ng_postgres_1 ... done | |
Starting galaxy_ng_redis_1 ... done | |
Starting galaxy_ng__base_1 ... done | |
Installing path django-extensions in editable mode. | |
Installing path pulpcore in editable mode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
content-app_1 | [2020-08-03 15:22:40 +0000] [102] [INFO] Booting worker with pid: 102 | |
content-app_1 | [2020-08-03 15:22:40 +0000] [103] [INFO] Booting worker with pid: 103 | |
content-app_1 | [2020-08-03 15:22:40 +0000] [104] [INFO] Booting worker with pid: 104 | |
content-app_1 | [2020-08-03 15:22:40 +0000] [105] [INFO] Booting worker with pid: 105 | |
api_1 | [2020-08-03 15:22:40 +0000] [99] [ERROR] Exception in worker process | |
api_1 | Traceback (most recent call last): | |
api_1 | File "/venv/lib64/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker | |
api_1 | worker.init_process() | |
api_1 | File "/venv/lib64/python3.6/site-packages/gunicorn/workers/base.py", line 119, in init_process | |
api_1 | self.load_wsgi() |