-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add status to issues tasks in tasks.yaml #66
Comments
Plese, assign me to this issue. Thanks! |
Plese, explain what is to be done in issue. I couldn't find .client, .config, .gitorg, .task in repo. Thanks! |
These are the Now for a task, you have to check what its Try to understand the codebase of gci app, you will get this done 👍 ;) |
Can I solve this issue? @jayvdb |
@jayvdb I wasn't able to figure out that apart from adding Since, each task is already having a status attribute with a value of 2, it is getting overwritten. Then, changes will also be made while cleansing the tasks. Also, I want to know what does If we filter tasks that aren’t having status=2 while cleansing them, then the Also, how to get GCI TOKEN to test the changes ? |
You can not get a GCI TOKEN - it is admins only as it gives access to sensitive information about minors- tightly regulated by Google. You need to use the deployed tasks.yaml , in https://github.com/coala/community/tree/gh-pages/static re |
@jayvdb Should I make changes in both management commands - |
There were some tasks which were having |
The change needs to be in the gci/ modules on master, not in any management command as those are thin wrappers. ignore tasks without precise issue urls. |
During execution of Note - One drawback - there are atleast 204 tasks in deployed |
When a task has
max_instances: 1
and an issues URL , it can be annotated with an extra attribute to indicate the task status: available, claimed or completed.Instance are exported as instances.yaml , and indicate whether the task is in progress or completed.
Completed issues are the easiest to work with.
In progress tasks are slightly more complicated because the publish instances are filtered to remove tasks still in early phases of the task lifecycle. See https://github.com/coala/community/blob/master/gci/students.py#L84
The text was updated successfully, but these errors were encountered: