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
worker_1 | Traceback (most recent call last): | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/worker.py", line 883, in perform_job | |
worker_1 | rv = job.perform() | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/job.py", line 657, in perform | |
worker_1 | self._result = self._execute() | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/job.py", line 663, in _execute | |
worker_1 | return self.func(*self.args, **self.kwargs) | |
worker_1 | File "/src/galaxy_ng/galaxy_ng/app/tasks/publishing.py", line 21, in import_and_auto_approve | |
worker_1 | import_collection(artifact_pk=artifact_pk, repository_pk=kwargs.get('repository_pk', None)) | |
worker_1 | TypeError: import_collection() got an unexpected keyword argument 'artifact_pk' |
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
worker_1 | ERROR 2020-07-23 18:41:59,881 rq.worker worker.handle_exception:933 57 LookupError: Could not determine ViewSet base name for model <class 'galaxy_ng.app.models.synclist.SyncList'> | |
worker_1 | Traceback (most recent call last): | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/worker.py", line 883, in perform_job | |
worker_1 | rv = job.perform() | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/job.py", line 657, in perform | |
worker_1 | self._result = self._execute() | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/job.py", line 663, in _execute | |
worker_1 | return self.func(*self.args, **self.kwargs) | |
worker_1 | File "/src/galaxy_ng/galaxy_ng/app/tasks/synclist.py", line 70, in curate_all_synclist_repository | |
worker_1 | task_group=task_group, |
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
worker_1 | ERROR 2020-07-23 18:41:59,881 rq.worker worker.handle_exception:933 57 LookupError: Could not determine ViewSet base name for model <class 'galaxy_ng.app.models.synclist.SyncList'> | |
worker_1 | Traceback (most recent call last): | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/worker.py", line 883, in perform_job | |
worker_1 | rv = job.perform() | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/job.py", line 657, in perform | |
worker_1 | self._result = self._execute() | |
worker_1 | File "/venv/lib64/python3.6/site-packages/rq/job.py", line 663, in _execute | |
worker_1 | return self.func(*self.args, **self.kwargs) | |
worker_1 | File "/src/galaxy_ng/galaxy_ng/app/tasks/synclist.py", line 70, in curate_all_synclist_repository | |
worker_1 | task_group=task_group, |
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
swagger: '2.0' | |
info: | |
title: Pulp 3 API | |
license: | |
name: GPLv2+ | |
logo: | |
url: https://pulp.plan.io/attachments/download/517478/pulp_logo_word_rectangle.svg | |
version: v3 | |
host: localhost:5001 | |
schemes: |
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
Package pulpcore/app/serializers changed: | |
Module __init__.py changed: | |
Removed import of SecretCharField from fields | |
Removed import of FileSystemExporterSerializer from exporter | |
New imported FilesystemExporterSerializer from exporter | |
Module base.py changed: | |
New imported packages re, traceback | |
New imported getLogger from new logging | |
Class _DetailFieldMixin changed: | |
Method __init__ changed implementation: |
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.2 | |
info: | |
title: '' | |
version: '' | |
paths: | |
/pulp/api/v3/status/: | |
get: | |
operationId: listStatus | |
parameters: [] | |
responses: |
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
https://gist.githubusercontent.com/alikins/94c33511e9d7fbbf718e923f4eef3f19/raw/16c4225b2673f5ab730dfca5ef1a3dc29b4dc944/openapi.yaml |
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.2 | |
info: | |
title: '' | |
version: '' | |
paths: | |
/pulp/api/v3/status/: | |
get: | |
operationId: listStatus | |
parameters: [] | |
responses: |
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.2 | |
info: | |
title: '' | |
version: '' | |
paths: | |
/pulp/api/v3/status/: | |
get: | |
operationId: listStatus | |
parameters: [] | |
responses: |
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
[newswoop:F31:galaxy_ng (master % u=)]$ pyff-git . v4.2.0a7 master | |
Package galaxy_ng/app/models changed: | |
Module collectionimport.py changed: | |
Class CollectionImport changed: | |
Method get_absolute_url changed implementation: | |
Code semantics changed | |
Package galaxy_ng/app/api/v3 changed: | |
Module serializers.py changed: | |
New imported settings from new django.conf | |
New imported _CollectionVersionSerializer from new pulp_ansible.app.galaxy.v3.serializers |