jctanner

Results 27 comments of jctanner

@rochacbruno these models require the full survey data rather than the final computed scores. I've dumped everthing required and made scripts to import the old data here: https://github.com/jctanner/galaxy-hacking/blob/main/beta.surveys/load_data.py

@jamesongithub this sounds a lot like blocks + include ... ``` - hosts: foo tasks - block: - include: tasks1.yml rescue: - include: recovery_tasks.yml ``` Is that what you are...

seeing another traceback when tokens are fetched with the keycloak profile ... ``` pulp-1 | Traceback (most recent call last): pulp-1 | File "/usr/local/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner pulp-1 |...

another issue with DAB ... ``` pulp-1 | Traceback (most recent call last): pulp-1 | File "/usr/local/lib/python3.11/site-packages/rest_framework/fields.py", line 446, in get_attribute pulp-1 | return get_attribute(instance, self.source_attrs) pulp-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pulp-1...

a git revert wouldn't have worked?