| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Unpin cython
* Remove unused asyncpg
* Remove asyncpg license file
|
|
|
|
|
|
|
|
|
|
|
| |
* Always output awx logs to a file via otel
* That log file can always be later replayed into a product that
supports otlp at a later date.
* Useful when you find a problem that you need a time series DB to help
find and solve.
* Useful if a community member or customer has a problem where a time
series db would be helpful. You can take a "remote" users log and
replay it locally for analysis.
|
|
|
|
| |
* Add new package license files
|
|
|
|
|
|
|
| |
* Fixed mismatch between setuptools version in the makefile and requirements file
* Fix mismatch of versions in makefile and requirements
* Added maturin license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Python 3.9 -> 3.11 upgrade
* Test: updating azure-keyvault to 4.2.0
* Revert "Test: updating azure-keyvault to 4.2.0"
This reverts commit cf0b83699442e0c0de4a1152d4af8543a5e05b88.
* Test: updating azure-keyvault to latest and adding azure-identity
* Fix licenses
* Adding new licenses
* Revert "Fix licenses"
This reverts commit da3876911ef5ebbe7a8adbddd336ced3039b6228.
* Fixing dependencies
* Test: updating azure-keyvault to 4.2.0
* Fix licenses
* Revert "Fix licenses"
This reverts commit da3876911ef5ebbe7a8adbddd336ced3039b6228.
* Fixing dependencies
---------
Co-authored-by: César Francisco San Nicolás Martínez <csannico@redhat.com>
|
|
|
|
|
| |
* Bump axios UI dep to 1.6.z
* Add proxy-from-env license
|
|
|
|
|
|
|
|
|
|
|
| |
* Revert "Remove cython lib"
This reverts commit 46f816e7a41655169efc1b1357dce9a19b5c1da7.
* Revert "WIP consider droping cython dep"
This reverts commit 54b32c10f0229a207f62dbfadbaf885c9a41bd8b.
* Update Cython comment
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add django-ansible-base
Signed-off-by: jessicamack <jmack@redhat.com>
* add licenses
* add django-ansible-base
Signed-off-by: jessicamack <jmack@redhat.com>
* add licenses
* apply patch to fix permissions issue
---------
Signed-off-by: jessicamack <jmack@redhat.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Dispatcher refactoring to get pg_notify publish payload
as separate method
Refactor periodic module under dispatcher entirely
Use real numbers for schedule reference time
Run based on due_to_run method
Review comments about naming and code comments
|
| |
|
|
|
|
|
|
| |
This drops the django-taggit dependency and drops the relevant fields
from old migrations.
Signed-off-by: Rick Elrod <rick@elrod.me>
|
|
|
| |
Signed-off-by: Rick Elrod <rick@elrod.me>
|
|
|
| |
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Due to dependency issues specifically around upgrading to Django 4.2, we
cannot feasibly have a dependency on psycopg2 and psycopg3. The only
place that was currently using psycopg3 was wsrelay.
Change wsrelay to use the asyncpg library and psycopg2 instead.
Tested locally on kind with a dev build of awx.
Signed-off-by: Rick Elrod <rick@elrod.me>
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: jessicamack <jmack@redhat.com>
|
|\
| |
| | |
Fix high severity vulnerabilities.
|
| | |
|
| | |
|
|/
|
|
| |
[4.3] Bump python dependencies for security fixes
|
|
|
|
|
|
| |
Refs django/channels_redis#332
Refs #13313
Signed-off-by: Rick Elrod <rick@elrod.me>
|
| |
|
|
|
| |
Moved to forked version to get latest lxml to allow other pacakges to update
|
|
|
|
|
|
|
|
|
|
| |
Removing all >= dependencies as these were upgraded past the >= version with the last update.
The following libraries were secondary imports and were removed from the requirements.in as we are past the version required to fix their CVEs:
* autobhan
* kubernetes
* pyjwt
* sqlparse
|
| |
|
| |
|
|
Signed-off-by: Hao Liu <haoli@redhat.com>
|