-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Refactor tasks files #3775
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
Comments
Hey! Can I take this issue? |
@shubham76 Go ahead! Make sure to link back to this issue in your PR (I normally do this in the body), especially if the PR only affects one of the subtasks and not the entire issue. |
This probably needs a little more hashing out before someone can jump in. |
I raised this on the underlying PR comment already.
I'd prefer either over |
Okay! So we shouldn't move the code to |
Hey! @agjohnson So how many submodules should we have to move above mentioned files into? |
Is this issue still open? |
I closed #3943 because it is old and had many conflicts. If anyone else wants to attempt this, I'm all for it. Please do try and keep the refactor minimal though! |
@ericholscher If this requires a new PR I'd like to take a stab at it. |
@Alig1493 go ahead! |
@stsewd Before proceeding I noticed that there are 5 failing tests in the updated upstream master, namely in rtd_tests/tests/test_backend.py(3) and rtd_tests/tests/test_celery.py(2) files. Will this be an issue moving forward? |
@Alig1493 build is passing on master |
@stsewd I keep getting errors in tests which require for me to connect to a remote repository. Is there any chance that there certain tests that will fail in local? |
@Alig1493 |
@dojutsu-user I see. I can't seem to figure out the issue on my end though. Keeps telling me it has failed to connect to remote repositories. |
Check that you have all the requirements for rtd, I guess it's your git version, it should be >=2.17 |
@stsewd My git version shows to be at version 2.7.4 |
@Alig1493 Can you post an screenshot or some error log?? |
@dojutsu-user sure. |
@Alig1493 you are not using the correct |
Hello, I see this issue still exists. I'm new here and would like to take a shot at it. May I know why #4888 was not merged? |
It got staled and with a lot of conflicts I think |
Okay, thank you. |
is this issue still open? |
Hi @Iamshankhadeep |
Our code changed a lot since this issue was opened and we are going to remove a lot of this code in #6535 or a similar one, these days. |
We have a lot of lines of code in
projects/tasks.py
and maybe some of them doesn't belong there or they can be moved tocore/tasks.py
.Tasks we can consider moving,
We want to refactor these files and take a look if there are other task files than can be refactored also.
Ref: #3762
The text was updated successfully, but these errors were encountered: