| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* - add new entry points
- add logic to check what version of the project is running
* remove former discovery method
* update custom_injectors and remove unused import
* fix how we load external creds
* remove stale code to match devel
* fix cloudforms test and move credential loading
* add load credentials method to get tests passing
* Conditionalize integration tests if the cred is present
* remove inventory source test
* inventory source is covered in the workflow job template target
|
| |
|
|
|
|
|
|
|
|
|
| |
* Use advisory_lock from DAB
* Remove the django-pglocks dep
* Re-run updater script
* Move the import in new location
|
| |
|
|
|
|
|
| |
* It would seem that fine-grain noqa pylint ignores do the job and are
already in place. Prefer that over the coarse entire file ignore.
|
| |
|
| |
|
| |
|
|
|
| |
Spelling of docker volume fix.
|
| |
|
|
|
|
|
| |
* Migrate to new image for logstash container
* Remove ELK stack tooling I will not maintain
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Add test to ensure bootstrap reqs are good
* Give full diff list in assert
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update dependencies to fix offline build
* Downgrade cryptography due to compatibility issue with openssl
* Downgrade setuptools
* Run update script to assure constraints work
* Maintain pin on cryptography
* Small adjustment to comment
---------
Co-authored-by: Satoe Imaishi <simaishi@redhat.com>
|
|
|
|
|
| |
* Delete test file that should have been removed
* Add more insights env variables
|
|
|
| |
Delete the cleanup_tokens system job template
|
|
|
|
|
| |
* Fix API documentation rendering related #15116
* Fix tests and formatting issues #15116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* General upgrade of dependencies
* adjust licenses to match requirements
* add missing licenses
* another pass to fix licenses
* Try easy for for psycopg encoding pattern change
---------
Co-authored-by: jessicamack <jmack@redhat.com>
|
|
|
| |
* Tests for exclude list with multiple jobs
|
|
|
|
|
| |
* Disable color logs in CI
* Disable management command color
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#15721)
* Fix incorrectly passed keywords with exclude-strings arg to ansible-runner worker cleanup command
Signed-off-by: Sasa Jovicic <jovicic.sasa@hotmail.com>
* Keep the quotes for each arg and adjust test_receptor
---------
Signed-off-by: Sasa Jovicic <jovicic.sasa@hotmail.com>
|
| |
|
| |
|
|
|
|
| |
* Consume inject_credential from its new home, awx_plugins.interfaces
|
| |
|
|
|
|
|
|
|
|
|
| |
controller querying active host count (#15715)
* lint
* change timeout to 5 minutes
* change timeout to 5 minutes
|
| |
|
| |
|
|
|
|
|
| |
* Upload container logs for live tests
* Get rid of dash that does nothing
|
|
|
| |
This hopefully resolves error message seen in logs sometimes about "should be Decimal type"
|
|
|
|
|
|
|
| |
* Send job_lifecycle logs to external loggers
* Include structured data in message
* Attach the organization_id of the job
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to month: datetime.date (#15704)
* host_metrics date fix
* AAP-36839 Remove excess comments
* fix extra date() conversion
* actual fix
* datetime is a library, use datetime.datetime
---------
Co-authored-by: Andrea Restle-Lay <arestlel@arestlel-thinkpadx1carbongen9.rht.csb>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* pull the correct collection plugin for the product
* remove unused import and logging line
* refactor code to load entry points
* reformat method
* lint fix
* renames for clarity and a lint fix
* move function to utils
* move the rest of the code into load_inventory_plugins
* temp - confirm that tests will pass
* revert change caught in merge
* change back requirement
the related PR has been merged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a bug where a schedule that was created
to run only once will continue to run repeatedly.
e.g. an rrule with
dtstart 20240730; count 1; freq MINUTELY
This job will run on 20240730, and should never
run again.
However, the next time the schedule
update_computed_fields runs, the dtstart
will fast forward to today's date, and
next_run will be computed from that. This will trigger
the job to run again, which is not intended.
If count is set, we just should not fast forward the
rrule and always calculate next_run based on original
dtstart.
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
|
|
|
| |
* Use runtime log utility moved to DAB
|
|
|
| |
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
|
|
|
|
|
|
|
| |
Fix project cache identifiers for new updates
Finish test and discover viable solution
Add comment on related task code
|
| |
|
|
|
|
|
|
|
|
| |
* Unit tests do not create CredentialType records for Credential
plugins. Instead, they explicitly instantiate CredentialType(s) for
Credential plugins. They rely on CredentialType.defaults[key] to do
so. This change makes sure custom_injectors get bolted onto the
created CredentialType.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix error creating partition due to uncaught exception
the primary fix is to simply add an exception class
to those caught in the except block
This also adds live tests for the general scenario
although this does not hit the new exception type
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PoC for running dev env tests
* Replace in github actions
* Try non interactive
* Move folder to better location
* Further streamlining of new test folders
* Consolidate fixture, add writeup docs
* Use star import
* Push the wait-for-job to the conftest
|