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

Add suggestions as comments for cfg configurations #215

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

vchrombie
Copy link
Member

This commit updates the cfg configs by commenting the optional/suggested configs in the example configurations.

#203

@vchrombie
Copy link
Member Author

Hi @mgalexander, thanks for opening the issue #203.

I think this approach would solve the issue of errors popping up while we copy paste the configuration. Would you like to give it a try?

setup.cfg

[githubql]
raw_index = github_event_raw
enriched_index = github_event_enriched
api-token = xxxxx
sleep-for-rate = true
sleep-time = "300" # (optional)
no-archive = true # (suggested)
studies = [enrich_duration_analysis:kanban, enrich_reference_analysis] # (optional)

Also @sduenas, do you think we should follow this approach everywhere is GrimoireLab.

@vchrombie
Copy link
Member Author

This should solve the issue of errors because of copy pasting the configurations. I will be merging this since there are no objections. Will decide on implementing this on the other repositories as well.

Thanks.

This commit updates the cfg configs by commenting the
optional/suggested configs in the example configurations.

Signed-off-by: Venu Vardhan Reddy Tekula <venuvardhanreddytekula8@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

1 participant