summaryrefslogtreecommitdiffstats
path: root/licenses (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 'relation "social_auth_usersocialauth" does not exist' error (#15626)Lila Yasin2024-11-114-305/+0
| | | | | * Ran updater.sh * Remove uneeded licenses
* Add back git requirements as comments & re-run script (#15317)Alan Rominger2024-10-294-0/+305
| | | | | | | | | | | * Add back git requirements as comments * Add comment to commented out git lines for clarity * Re run the updater script * Add new licenses * Fix library name
* 3rd party auth removal cleanupHao Liu2024-10-155-290/+1
| | | | | | | | | | | | | | | | | | - Sequentiallize auth config removal migrations - Remove references to third party auth - update license files - lint fix - Remove unneeded docs - Remove unreferenced file - Remove social auth references from docs - Remove rest of sso dir - Remove references to third part auth in docs - Removed screenshots of UI listing removed settings - Remove AuthView references - Remove unused imports ... Co-Authored-By: jessicamack <21223244+jessicamack@users.noreply.github.com>
* Remove sso app (#15550)Djebran Lezzoum2024-10-154-123/+0
| | | Remove sso app.
* Remove SAML authentication (#15568)jessicamack2024-10-153-107/+0
| | | | | | | | | * remove saml * remove license file and management command * update requirements, add migrations * remove unused imports
* Remove RADIUS authentication (#15548)Djebran Lezzoum2024-10-152-52/+0
| | | | | | | Remove RADIUS authentication from AWX Do not remove models fields and tables let it for a stage where all the work of removing external auth finished AAP-27707 Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Remove TACACS+ authentication (#15547)Djebran Lezzoum2024-10-151-24/+0
| | | | | Remove TACACS+ authentication from AWX. Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Remove LDAP authentication (#15546)Djebran Lezzoum2024-10-152-96/+0
| | | Remove LDAP authentication from AWX
* Use awx-plugins-shared code from `awx_plugins.interfaces` (#15566)Sviatoslav Sydorenko (Святослав Сидоренко)2024-10-021-0/+202
| | | | | | | | | | | | | | | | | | | | | * Add `awx_plugins.interfaces` runtime dependency * Use `awx_plugins.interfaces` for runtime detection The original function name was `server_product_name()` but it didn't really represent what it did. So it was renamed into `detect_server_product_name()` in an attempt of disambiguation. * Use `awx_plugins.interfaces` to map container path The original function `to_container_path` has been renamed into `get_incontainer_path()` to represent what it does better and make the imports more obvious. * Add license file for awx_plugins.interfaces --------- Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Use awx-plugins insteadChris Meyers2024-09-041-0/+202
| | | | | * Instead of sourcing cred and inv plugins from the awx repo awx_plugins local directory, source them from the python package awx-plugins-core.
* Remove old UI (#15414)Hao Liu2024-08-22161-4267/+0
| | | | | | * Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies
* Replace ansiconv with ansi2html (#15328)jessicamack2024-08-223-20/+165
| | | | | | | | | | | | | * replace ansiconv with ansi2html The ansiconv package is archived so I'm replacing it with a similar package that's still actively being worked on. * remove minimum version The version minimum was used to get the latest version while running the upgrader * set minimum version for ansi2html * provide usage info
* Unpin django-guid and update license (#15381)jessicamack2024-08-171-23/+17
| | | | | unpin django-guid and update license there's no reason listed for the pin and the changelog doesn't describe any changes that should block a full upgrade. they changed licenses to MIT
* Unpin channels-redis (#15329)jessicamack2024-08-071-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * unpin channels-redis The bug that initially caused the upgrade block has been resolved https://github.com/django/channels_redis/issues/332 * replace aioredis Exception with a redis Exception Version 4.0.0 of channel-redis migrated the underlying Redis library from aioredis to redis-py. The Exception has been changed to an equivalent * remove unused license * remove UPGRADE BLOCKER in README * remove hiredis it was an indirect dependency from aioredis which was removed * remove unused license * add back hiredis it's potentially providing a performance boost. install explicitly as a part of redis. upgrade to more recent version * remove UPGRADE BLOCKER for hiredis it was also addressed as a part of this PR
* 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>