Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Feb 23, 2024
1 parent 606f640 commit e4f1ab9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ Python scripts for integrating pipelines with various services/tools such as:

The scripts perform work to enable continuous delivery (CD) for https://edx.org. These scripts are called from various tasks/jobs/stages in GoCD pipelines - but could be called from any automation/CD framework.


## ⚠️ Deprecation Notice ⚠️
************************

**Effective Date:** February 26, 2024

**Repository Migration:**
Following scripts related to user retirement feature has been [deprecated](https://github.com/openedx/axim-engineering/issues/881)
and migrated [here](https://github.com/openedx/edx-platform/tree/master/scripts/user_retirement) on `edx-platform` repository.

- `tubular/scripts/get_learners_to_retire.py`
- `tubular/scripts/replace_usernames.py`
- `tubular/scripts/retire_one_learner.py`
- `tubular/scripts/retirement_archive_and_cleanup.py`
- `tubular/scripts/retirement_bulk_status_update.py`
- `tubular/scripts/retirement_partner_report.py`

This decision was made to streamline and consolidate our codebase.

The migration process was completed through this Pull Request: [PR #34063](https://github.com/openedx/edx-platform/pull/34063)

**Archival**: Afterwards we are going to archive the `tubular` repository. This means that it will become read-only, and no further updates or changes will be accepted.

We appreciate your understanding and cooperation during this transition. If you have any questions or concerns, please don't hesitate to reach out to us.

Thank you for your continued support and contributions to the Open edX community.

## Configuration
```
pip install -e .[dev]
Expand Down

0 comments on commit e4f1ab9

Please sign in to comment.