Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin should clone retirement scripts from edx-platform, not from tubular #32

Closed
feanil opened this issue Feb 9, 2024 · 4 comments
Closed

Comments

@feanil
Copy link

feanil commented Feb 9, 2024

Hey All,

I just wanted to inform the maintainers of this plugin about a change coming up to the retirement code. It's moving from the tubular repo to the edx-platform repo as a part of openedx/axim-engineering#881

@fghaas
Copy link
Contributor

fghaas commented Feb 9, 2024

Ah very nice, thanks @feanil! We much appreciate the heads-up.

@fghaas fghaas changed the title Inform: Retirement Code Moving Plugin should clone retirement scripts from edx-platform, not from tubular Feb 12, 2024
@mrtmm
Copy link

mrtmm commented Mar 25, 2024

Hi @feanil, what's the expectation for folks currently running on Quince (or older releases)? Will there be a backport of the retirement scripts to older releases? For this plugin, when moving away from the Tubular repository, it would make sense to then rely on on the openedx image we already build anyway that includes edx-platform and drop the custom image we build here now.

@feanil
Copy link
Author

feanil commented Mar 26, 2024

We're not planning on backporting the scripts to older versions of the edx-platform repo. For Quince you can use tubular repo and for redwood you should use the edx-platform repo locations of the scripts. The tubular versions of the scripts will still work as we did not delete them, but that repo is archived and will not get tagged for redwood. I'm not sure if that answers your question, let me know if I missed anything.

@mrtmm
Copy link

mrtmm commented Mar 28, 2024

@feanil Ack, yes it does answer my question, thanks! I suppose we need to implement this change when we add support for the Redwood release and use it as it is for Quince.

mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Mar 28, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

Drop the custom image build and rely on the openedx image.

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Mar 28, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

Drop the custom image build and rely on the openedx image.

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Jul 19, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Jul 19, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Jul 29, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Jul 29, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Jul 29, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Jul 29, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Aug 1, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Aug 1, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Aug 1, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Aug 2, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Aug 2, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the custom image build and rely on the openedx image.
* Add support for Tutor 18 / Open edX Redwood (breaking change)

Fixes: hastexo#32
mrtmm pushed a commit to mrtmm/tutor-contrib-retirement that referenced this issue Aug 6, 2024
The Tubular repository has been deplrecated and the relevant
scripts have been moved to the edx-platform codebase.

* Drop the use of the Tubulas repository and install the retirement
  scripts from edx-platform..
* Add support for Tutor 18 / Open edX Redwood.

Fixes: hastexo#32
@mrtmm mrtmm closed this as completed in 8f0587d Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants