summaryrefslogtreecommitdiffstats
path: root/licenses (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unpin cypthon (#15246)Hao Liu2024-06-031-204/+0
| | | | | | | * Unpin cython * Remove unused asyncpg * Remove asyncpg license file
* Add recordingChris Meyers2024-05-311-0/+29
| | | | | | | | | | | * 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.
* Move requirements out of dev and into mainlineChris Meyers2024-05-3115-0/+2899
| | | | * Add new package license files
* Mismatch dependencies version (#14986)Cesar Francisco San Nicolas Martinez2024-03-141-0/+25
| | | | | | | * Fixed mismatch between setuptools version in the makefile and requirements file * Fix mismatch of versions in makefile and requirements * Added maturin license
* AAP-13369 Python 3.9 -> 3.11 upgrade (#14771)Dave2024-03-1323-61/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#14954)Michael Abashian2024-03-061-0/+20
| | | | | * Bump axios UI dep to 1.6.z * Add proxy-from-env license
* Revert "Drop cython dep" (#14884)Alan Rominger2024-02-151-0/+176
| | | | | | | | | | | * Revert "Remove cython lib" This reverts commit 46f816e7a41655169efc1b1357dce9a19b5c1da7. * Revert "WIP consider droping cython dep" This reverts commit 54b32c10f0229a207f62dbfadbaf885c9a41bd8b. * Update Cython comment
* Remove cython libAlan Rominger2024-02-131-176/+0
|
* Update dependency django-ansible-base (#14752)Hao Liu2024-01-104-276/+0
|
* Add django-ansible-base (#14705)jessicamack2023-12-076-0/+463
| | | | | | | | | | | | | | | | | | | * 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>
* Upgrade client library for dsv since tss already landed (#14362)Alan Rominger2023-10-111-201/+0
|
* Integrate scheduler into dispatcher main loop (#14067)Alan Rominger2023-08-101-21/+0
| | | | | | | | | | 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
* bump python-daemon package (#14301)Seth Foster2023-08-011-19/+0
|
* Drop unused django-taggit dependency (#14241)22.6.0Rick Elrod2023-07-311-27/+0
| | | | | | This drops the django-taggit dependency and drops the relevant fields from old migrations. Signed-off-by: Rick Elrod <rick@elrod.me>
* Migrate from django-redis to Django's built-in Redis caching support (#14210)Rick Elrod2023-07-131-26/+0
| | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Add AWS Secretsmanager plugin (#13778)Gabriel Muniz2023-06-154-0/+577
| | | Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
* Removes psycopg2 in favor of psycopg3John Westcott IV2023-06-144-50/+165
|
* Update Patternfly and related deps. (#14086)kialam2023-06-126-485/+0
|
* Adds RTL tests to new component, and to Instances List (#12927)Alex Corey2023-06-016-0/+485
|
* Adding upgrade to django-oauth-toolkit pre-migraitonJohn Westcott IV2023-05-114-0/+198
|
* [wsrelay] switch from psycopg 3 to asyncpg (#13965)Rick Elrod2023-05-103-165/+204
| | | | | | | | | | | 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>
* Removes more unnecessary licensesMichael Abashian2023-04-186-120/+0
|
* Remove codemirror licensesMichael Abashian2023-04-188-168/+0
|
* Unpinning futureJohn Westcott IV2023-04-101-0/+0
|
* update licenses to include new requirementjessicamack2023-03-302-0/+165
| | | | Signed-off-by: jessicamack <jmack@redhat.com>
* Merge pull request #13247 from kialam/audit-fix-onlySarah Akus2023-02-067-29/+98
|\ | | | | Fix high severity vulnerabilities.
| * Add new licenses and remove old ones.Kia Lam2023-02-027-29/+98
| |
* | Removed duplicate liscense file.Lila2023-01-251-19/+0
| |
* | Merge pull request #6276 from simaishi/43_bump_depsSatoe Imaishi2023-01-233-4/+22
|/ | | | [4.3] Bump python dependencies for security fixes
* Pin channels-redis to 4.3.1 to fix an async issue (#13348)21.10.2Rick Elrod2022-12-212-0/+51
| | | | | | Refs django/channels_redis#332 Refs #13313 Signed-off-by: Rick Elrod <rick@elrod.me>
* Add back pkgconfig for offline buildSatoe Imaishi2022-12-161-0/+19
|
* Updating python3-saml (#13263)John Westcott IV2022-12-151-19/+0
| | | Moved to forked version to get latest lxml to allow other pacakges to update
* Cleaning up requirements.inJohn Westcott IV2022-11-284-45/+0
| | | | | | | | | | 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
* Altering licenses and sources to match updated requirementsJohn Westcott IV2022-11-2818-508/+895
|
* delete old qsstats-magic licenseKeith J. Grant2022-11-171-24/+0
|
* move license directory out of docsHao Liu2022-11-04322-0/+12685
Signed-off-by: Hao Liu <haoli@redhat.com>