Skip to content

Remove ascender_collection (moved to ctrliq/ascender-collection) - #517

Merged
cigamit merged 1 commit into
ctrliq:mainfrom
blaipr:remove-ascender-collection
Jun 25, 2026
Merged

Remove ascender_collection (moved to ctrliq/ascender-collection)#517
cigamit merged 1 commit into
ctrliq:mainfrom
blaipr:remove-ascender-collection

Conversation

@blaipr

@blaipr blaipr commented Jun 25, 2026

Copy link
Copy Markdown
Contributor
SUMMARY

The Ansible collection (ctrliq.ascender) has been moved to its own repository
at https://github.com/ctrliq/ascender-collection. This PR removes the in-tree
copy and decouples all references from the rest of the codebase.

Deleted:

  • ascender_collection/ directory (176 files — plugins, tests, changelogs, tools)

Cleaned up references in:

  • Makefile — removed all COLLECTION_* variables and targets (test_collection, symlink_collection, build_collection, install_collection, test_collection_sanity, test_collection_integration); removed ascender_collection from the black target
  • pyproject.toml — removed extend-exclude = "ascender_collection" from black config
  • tox.ini — removed ascender_collection from flake8 command and ascender_collection_build from flake8 exclude list
  • .gitignore — removed collection-related ignore entries
  • .github/copilot-instructions.md — removed collection from directory table and lint command examples
  • .github/workflows/promote.yml — removed commented-out collection build/publish job
  • .github/PULL_REQUEST_TEMPLATE.md — removed "Collection" from component list
ISSUE TYPE
  • Breaking Change
COMPONENT NAME
  • Other
ASCENDER VERSION

N/A

ADDITIONAL INFORMATION

The ('ascender', 'awx.awx.controller') entry in test_inventory.py was intentionally
left alone — it tests the inventory source plugin FQCN mapping, which is a runtime
dependency on the installed collection, not a reference to the local directory.

The Ansible collection has been moved to its own repository at
https://github.com/ctrliq/ascender-collection. Remove the in-tree copy
and all references: Makefile collection targets/variables, black/flake8
config, .gitignore entries, CI workflow, PR template, and docs.
@cigamit
cigamit merged commit b36729e into ctrliq:main Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants