From 5b460b8e69b3d1e1492909839faa9bcd8de74d7b Mon Sep 17 00:00:00 2001 From: neelansh <96shubh@gmail.com> Date: Thu, 9 Nov 2017 22:17:11 +0530 Subject: [PATCH] _projects: Fix trailing whitespace in YAML Removed the trailing whitespaces from the YAML front matter block of the Markdown files. Fixes https://github.com/coala/projects/issues/386 --- README.md | 12 ++++++------ _projects/antlr_v4.md | 10 +++++----- _projects/aspects.md | 10 +++++----- _projects/bear_updates.md | 10 +++++----- _projects/coala_cli.md | 12 ++++++------ _projects/coala_web.md | 12 ++++++------ _projects/cobot_enhancement.md | 12 ++++++------ _projects/commit_based_perftest.md | 6 +++--- _projects/communication_bridge.md | 10 +++++----- _projects/create_jenkins_plugin.md | 12 ++++++------ _projects/debug_profile.md | 12 ++++++------ _projects/documentation_extraction.md | 10 +++++----- _projects/editor_support.md | 12 ++++++------ _projects/enhance_coala_quickstart.md | 12 ++++++------ _projects/extend_linter_integration.md | 12 ++++++------ _projects/generic_bears.md | 10 +++++----- _projects/gitmate_gitlab.md | 12 ++++++------ _projects/implement_aspects.md | 10 +++++----- _projects/implement_metrics_for_coala.md | 12 ++++++------ _projects/improve_diff_handling.md | 12 ++++++------ _projects/integrate-pyflakes-AST.md | 10 +++++----- _projects/jetbrains-ide-plugin.md | 12 ++++++------ _projects/nested_languages.md | 12 ++++++------ _projects/newcomer_metrics.md | 10 +++++----- _projects/optimize_caching.md | 12 ++++++------ _projects/pr_perftest.md | 8 ++++---- _projects/roberta_external_source.md | 10 +++++----- _projects/rstcheck_with_better_sphinx_support.md | 10 +++++----- _projects/use_coala.md | 12 ++++++------ _projects/use_coala_2.md | 10 +++++----- _projects/use_coala_3.md | 10 +++++----- _projects/vulture.md | 10 +++++----- 32 files changed, 173 insertions(+), 173 deletions(-) diff --git a/README.md b/README.md index e88cc244..b0c0388f 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,20 @@ Mentors and admins can define projects in markdown using the following structure --- name: "Write Project Name Here" desc: "Write a one line Description of Project here." -requirements: +requirements: - "The applicant has to fulfill this to get started." difficulty: "low|medium|high" -issues: +issues: - "https://github.com/coala/coala/issues/####" -mentors: +mentors: - sils - sims1253 -initiatives: +initiatives: - GSoC -tags: +tags: - Plugins - CI -collaborating_projects: +collaborating_projects: - "Add umbrella and sub-orgs here" --- diff --git a/_projects/antlr_v4.md b/_projects/antlr_v4.md index 1e2dc5b8..9a1c6a5d 100644 --- a/_projects/antlr_v4.md +++ b/_projects/antlr_v4.md @@ -1,23 +1,23 @@ --- -collaborating_projects: +collaborating_projects: - coala - ANTLRv4 desc: "This project is about integrating ANTLR into the coala bear API. " difficulty: high -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: antlr_v4.md -mentors: +mentors: - Udayan12167 name: "Integrate ANTLR v4 into coala" -requirements: +requirements: - "The participant should have one patch to [coala](https://github.com/coala/coala) accepted." - "Being familiar with the current Bear API and what it provides." - "Knowledge of ANTLR and Java is a bonus." - "Knowledge of ASTs and basic language grammar." -tags: +tags: - API - AST - Bears diff --git a/_projects/aspects.md b/_projects/aspects.md index 61c99abd..485c22ea 100644 --- a/_projects/aspects.md +++ b/_projects/aspects.md @@ -1,26 +1,26 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "This project is about collecting bears based on aspects that the user wants to have checked." developers_involved: [] difficulty: high status: completed -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: implement_aspects.md -mentors: +mentors: - userzimmermann - jayvdb - myint name: "Implement Aspects Support" -requirements: +requirements: - "The participant should have one patch to any bear accepted." - "The participant should have one patch to the coala core accepted." - "The participant should have a solid understanding of [cEP-0005](https://github.com/coala/cEPs/blob/master/cEP-0005.md)." - "The participant should have a solid understanding of [cEP-0002](https://github.com/coala/cEPs/blob/master/cEP-0002.md)." -tags: +tags: - Core - Bears - Aspects diff --git a/_projects/bear_updates.md b/_projects/bear_updates.md index c2ecdf55..9e3e5c21 100644 --- a/_projects/bear_updates.md +++ b/_projects/bear_updates.md @@ -1,22 +1,22 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "Fixing issues and improving documentation and testing of existing linter bears." difficulty: low -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: bear_updates.md -mentors: +mentors: - abhsag24 - NiklasMM name: "Improve Lint Bear Quality" -requirements: +requirements: - "The participant should have one bugfix patch to any bear accepted." - "The participant should have understanding of the linter and test framework for bears." - "The proposal should contain issues which are planned to be addressed, chosen (and potentially [filed](https://github.com/coala/coala-bears/issues/new)) by the student." -tags: +tags: - Documentation - Bears - Testing diff --git a/_projects/coala_cli.md b/_projects/coala_cli.md index 9a06fce0..658592db 100644 --- a/_projects/coala_cli.md +++ b/_projects/coala_cli.md @@ -1,14 +1,14 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "There are a number of possible options to improve the coala interface written down in [a draft of cEP-0004](https://github.com/coala/cEPs/pull/29/files)." developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://gitlab.com/coala/GSoC-2017/issues/51" - "https://gitlab.com/coala/GSoC-2017/issues/52" - "https://gitlab.com/coala/GSoC-2017/issues/53" @@ -28,14 +28,14 @@ issues: - "https://gitlab.com/coala/GSoC-2017/issues/138" - "https://gitlab.com/coala/GSoC-2017/issues/158" markdown: coala_cli.md -mentors: +mentors: - yukiisbored - Adrianzatreanu name: "Improve the coala CLI" -requirements: +requirements: - "One patch to the coala core accepted." - "Clear ideas on how to improve the CLI in the proposal." -tags: +tags: - Core - CLI --- diff --git a/_projects/coala_web.md b/_projects/coala_web.md index d529157e..a3769304 100644 --- a/_projects/coala_web.md +++ b/_projects/coala_web.md @@ -1,14 +1,14 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "This project aims to intensify usage of coala by developing well organised web interfaces." developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://gitlab.com/coala/GSoC-2017/issues/12" - "https://gitlab.com/coala/GSoC-2017/issues/35" - "https://gitlab.com/coala/GSoC-2017/issues/36" @@ -27,14 +27,14 @@ issues: - "https://gitlab.com/coala/GSoC-2017/issues/199" - "https://gitlab.com/coala/GSoC-2017/issues/204" markdown: coala_web.md -mentors: +mentors: - sils - fneu name: "Improve coala website & supporting tools" -requirements: +requirements: - "At least one patch to each of coala-landing and coala-html should be accepted and merged." - "The student should be familiar with web design tools & trends." -tags: +tags: - Web - Blog --- diff --git a/_projects/cobot_enhancement.md b/_projects/cobot_enhancement.md index 0f6d1170..1e11af2c 100644 --- a/_projects/cobot_enhancement.md +++ b/_projects/cobot_enhancement.md @@ -1,13 +1,13 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "Port cobot to errbot, test the new plugins, and introduce new useful features" developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC -issues: +issues: - "https://gitlab.com/coala/GSoC-2017/issues/152" - "https://gitlab.com/coala/GSoC-2017/issues/50" - "https://gitlab.com/coala/GSoC-2017/issues/45" @@ -18,13 +18,13 @@ issues: - "https://gitlab.com/coala/GSoC-2017/issues/49" - "https://gitlab.com/coala/GSoC-2017/issues/48" markdown: cobot_enhancement.md -mentors: +mentors: - Udayan12167 - sadovnychyi name: "cobot enhancement, testing and porting" -requirements: +requirements: - "At least one patch to cobot should be accepted and merged." -tags: +tags: - community - cobot --- diff --git a/_projects/commit_based_perftest.md b/_projects/commit_based_perftest.md index 6910375e..8862deeb 100644 --- a/_projects/commit_based_perftest.md +++ b/_projects/commit_based_perftest.md @@ -3,14 +3,14 @@ desc: "A technique to view the performance of a piece of software and automatica developers_involved: [] difficulty: medium status: in_progress -intiatives: +intiatives: - Paper issues: [] markdown: commit_based_perftest.md name: "Researching commit-based performance testing" -requirements: +requirements: - "The participant should have some prior experience with investigating the performance of software." -tags: +tags: - Research - coala --- diff --git a/_projects/communication_bridge.md b/_projects/communication_bridge.md index d8530efe..4f5e7f58 100644 --- a/_projects/communication_bridge.md +++ b/_projects/communication_bridge.md @@ -1,21 +1,21 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "A way to post CI problems to online team rooms, such as IRC, Telegram, slack or gitter." difficulty: medium -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: communication_bridge.md -mentors: +mentors: - jayvdb - chauffer name: "Real-time team communication bridge" -requirements: +requirements: - "At least one patch to the coala core should be accepted and merged." - "Some familiarity with hubot" -tags: +tags: - CI - Bots --- diff --git a/_projects/create_jenkins_plugin.md b/_projects/create_jenkins_plugin.md index 7c660809..02366e6b 100644 --- a/_projects/create_jenkins_plugin.md +++ b/_projects/create_jenkins_plugin.md @@ -1,24 +1,24 @@ --- -collaborating_projects: +collaborating_projects: - coala - jenkins desc: "Jenkins users should be able to see coala results right in the Jenkins UI." difficulty: low -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala/issues/2757" markdown: create_jenkins_plugin.md -mentors: +mentors: - Udayan12167 - uhafner name: "Create Jenkins Plugin" -requirements: +requirements: - "Any patch to jenkins has been accepted." - "The applicant is familiar with the coala plugins." - "Any patch to any coala plugin has been accepted and merged." -tags: +tags: - Plugins - CI --- diff --git a/_projects/debug_profile.md b/_projects/debug_profile.md index dc0216c2..1452c246 100644 --- a/_projects/debug_profile.md +++ b/_projects/debug_profile.md @@ -1,25 +1,25 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "coala should support developers of code analysis by providing facilities to debug and profile bears." difficulty: high -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala/issues/565" - "https://github.com/coala/coala/issues/1101" markdown: debug_profile.md -mentors: +mentors: - Makman2 - Udayan12167 name: "Debug and Profile Bears" -requirements: +requirements: - "At least one patch to the coala core should be accepted and merged." - "The student should be familiar with ongoing technical [cEPs](https://coala.io/cep)." - "The proposal needs to contain a clear concept." - "Familiarity with pdb is a plus." -tags: +tags: - Core - Bears - Debugging diff --git a/_projects/documentation_extraction.md b/_projects/documentation_extraction.md index e0a7a837..5dd5d5ae 100644 --- a/_projects/documentation_extraction.md +++ b/_projects/documentation_extraction.md @@ -1,23 +1,23 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "The Project is about writing language independent documentation extraction and parsing algorithms." developers_involved: [] difficulty: high status: completed -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: documentation_extraction.md -mentors: +mentors: - SanketDG - NiklasMM name: "Documentation Extraction and Parsing" -requirements: +requirements: - "The participant should have one bugfix patch to any bear accepted." - "The participant should have a basic understanding of the algorithms behind existing documentation extraction routines." -tags: +tags: - Documentation - Bears --- diff --git a/_projects/editor_support.md b/_projects/editor_support.md index ea5c4cf5..715b7a0e 100644 --- a/_projects/editor_support.md +++ b/_projects/editor_support.md @@ -1,13 +1,13 @@ --- -collaborating_projects: +collaborating_projects: - coala status: in_progress desc: "Develop an efficient strategy that allows coala to maintain a number of plugins for different editors." difficulty: medium -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala-atom/issues/37" - "https://github.com/coala/coala-emacs/issues/11" - "https://github.com/coala/coala-eclipse/issues/25" @@ -15,14 +15,14 @@ issues: - "https://github.com/coala/coala-gedit/issues/5" - "https://github.com/coala/coala-sublime/issues/4" markdown: editor_support.md -mentors: +mentors: - AbdealiJK - fneu name: "Cohesive Editor Support" -requirements: +requirements: - "The proposal has to provide a convincing strategy for testing, documentation and maintaining editor plugins" - "The applicant should have one patch accepted to any of the coala plugins." -tags: +tags: - Editors - Plugins --- diff --git a/_projects/enhance_coala_quickstart.md b/_projects/enhance_coala_quickstart.md index ce76bdc5..591ad187 100644 --- a/_projects/enhance_coala_quickstart.md +++ b/_projects/enhance_coala_quickstart.md @@ -1,14 +1,14 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "Extract useful data from a project's configuration files to build a relevant `.coafile`." developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://gitlab.com/coala/GSoC-2017/issues/21" - "https://gitlab.com/coala/GSoC-2017/issues/56" - "https://gitlab.com/coala/GSoC-2017/issues/58" @@ -23,14 +23,14 @@ issues: - "https://gitlab.com/coala/GSoC-2017/issues/66" - "https://gitlab.com/coala/GSoC-2017/issues/67" markdown: enhance_coala_quickstart.md -mentors: +mentors: - adtac - Adrianzatreanu name: "Enhance coala-quickstart" -requirements: +requirements: - "At least one patch to coala core and coala-quickstart each should be accepted and merged." - "The student should be familiar with ongoing technical [cEPs](https://coala.io/cep)." -tags: +tags: - "Information Extraction" - CLI - CI diff --git a/_projects/extend_linter_integration.md b/_projects/extend_linter_integration.md index 7e8ca54a..baf7449b 100644 --- a/_projects/extend_linter_integration.md +++ b/_projects/extend_linter_integration.md @@ -1,25 +1,25 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "This project enhances our linter framework and creates a number of third party tool integrations." developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/engagement/issues/66" markdown: extend_linter_integration.md -mentors: +mentors: - AbdealiJK - Makman2 - Mixih name: "Extend Linter Integration" -requirements: +requirements: - "The applicant has added an arbitrary linter to coala." - "The proposal contains a list of linters to integrate for every milestone, split into two batches." -tags: +tags: - Linter - Bears --- diff --git a/_projects/generic_bears.md b/_projects/generic_bears.md index c535eedb..141a43e1 100644 --- a/_projects/generic_bears.md +++ b/_projects/generic_bears.md @@ -1,22 +1,22 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "The project is about fixing Issues with Generic Bears and providing better API." difficulty: medium -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: generic_bears.md -mentors: +mentors: - abhsag24 - Mixih name: "Improve Generic Bear Quality" -requirements: +requirements: - "The participant should have one bugfix patch to any bear accepted." - "The participant should have an understanding of the algorithms behind existing Generic bears and test framework for bears." - "The proposal should contain issues which are planned to be addressed, chosen (and potentially [filed](https://github.com/coala/coala-bears/issues/new)) by the student." -tags: +tags: - Documentation - Bears - Testing diff --git a/_projects/gitmate_gitlab.md b/_projects/gitmate_gitlab.md index 19fabb28..c3f6bf22 100644 --- a/_projects/gitmate_gitlab.md +++ b/_projects/gitmate_gitlab.md @@ -1,5 +1,5 @@ --- -collaborating_projects: +collaborating_projects: - coala - GitMate - IGitt @@ -7,10 +7,10 @@ desc: "GitMate will support GitHub very soon with it's plugin system - GitLab an developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://gitlab.com/coala/GSoC-2017/issues/6" - "https://gitlab.com/coala/GSoC-2017/issues/26" - "https://gitlab.com/coala/GSoC-2017/issues/27" @@ -33,15 +33,15 @@ issues: - "https://gitlab.com/coala/GSoC-2017/issues/96" - "https://gitlab.com/coala/GSoC-2017/issues/97" markdown: gitmate_gitlab.md -mentors: +mentors: - sils - seblat - fneu name: "Implement GitLab and Bitbucket Support for GitMate" -requirements: +requirements: - "The participant should have one patch to [GitMate-2](https://gitlab.com/gitmate/gitmate-2) accepted." - "Django knowledge is a big plus." -tags: +tags: - Web - CI --- diff --git a/_projects/implement_aspects.md b/_projects/implement_aspects.md index b0d43d40..2deaf167 100644 --- a/_projects/implement_aspects.md +++ b/_projects/implement_aspects.md @@ -1,23 +1,23 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "This project is about annotating results of bears with ``aspects`` which are like categories allowing to group results." developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC issues: [] markdown: aspects.md -mentors: +mentors: - userzimmermann - sils name: "Convert Bears to Aspects" -requirements: +requirements: - "The participant should have one patch to any bear accepted." - "The participant should have understanding of [cEP-0005](https://github.com/coala/cEPs/blob/master/cEP-0005.md)." - "The proposal should contain bears which are planned to be addressed and a rough draft on which aspects will be needed and how they will be implemented." -tags: +tags: - Documentation - Bears - Aspects diff --git a/_projects/implement_metrics_for_coala.md b/_projects/implement_metrics_for_coala.md index f6d8b7c2..ca228b9b 100644 --- a/_projects/implement_metrics_for_coala.md +++ b/_projects/implement_metrics_for_coala.md @@ -1,23 +1,23 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "There is more to software quality than just passing builds - coala should support generating metrics for your code." difficulty: high -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala/issues/759" markdown: implement_metrics_for_coala.md -mentors: +mentors: - fneu - jayvdb name: "Implement Metrics for coala" -requirements: +requirements: - "At least one patch to the coala core should be accepted and merged." - "The student should be familiar with ongoing technical [cEPs](https://coala.io/cep)." - "The proposal needs to contain a clear concept." -tags: +tags: - Core - Bears --- diff --git a/_projects/improve_diff_handling.md b/_projects/improve_diff_handling.md index 0f7258d2..da6fef5f 100644 --- a/_projects/improve_diff_handling.md +++ b/_projects/improve_diff_handling.md @@ -1,23 +1,23 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "Bears should be able to offer more than just one possible patch for an issue." difficulty: low -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala/issues/1021" markdown: improve_diff_handling.md -mentors: +mentors: - sils - jayvdb - Mariatta name: "Improve Diff Handling" -requirements: +requirements: - "The proposal has to contain a clear concept." - "The applicant should have one patch accepted to the coala core." -tags: +tags: - Core - CLI --- diff --git a/_projects/integrate-pyflakes-AST.md b/_projects/integrate-pyflakes-AST.md index 366b3a8f..a1aff605 100644 --- a/_projects/integrate-pyflakes-AST.md +++ b/_projects/integrate-pyflakes-AST.md @@ -1,22 +1,22 @@ --- -collaborating_projects: +collaborating_projects: - coala - Pyflakes desc: "Integrate pyflakes-enhanced AST into coala so that bears can access it." difficulty: medium -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: integrate-pyflakes-AST.md -mentors: +mentors: - jayvdb - srisankethu name: "Integrate pyflakes-enhanced AST into coala " -requirements: +requirements: - "The participant has a patch to any bear merged. Check out [existing bear proposal](https://github.com/coala/coala-bears/issues)." - "The participant has a patch to pyflakes merged. Check out [easy task](https://bugs.launchpad.net/pyflakes/+bugs?field.tag=easy)." -tags: +tags: - Bears - Pyflakes --- diff --git a/_projects/jetbrains-ide-plugin.md b/_projects/jetbrains-ide-plugin.md index 16f95167..9e73dc51 100644 --- a/_projects/jetbrains-ide-plugin.md +++ b/_projects/jetbrains-ide-plugin.md @@ -1,22 +1,22 @@ --- -collaborating_projects: +collaborating_projects: - coala - jetbrains desc: "Offer a general mechanism of highlighting code analysis results from external tools in jetbrain IDE, the primary goal is to support coala. " difficulty: high -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala/issues/2019" markdown: jetbrains-ide-plugin.md -mentors: +mentors: - traff name: "Plugin for jetbrains IDEs" -requirements: +requirements: - "The applicant should have at least one patch accepted to any of the coala plugins." - "The applicant shoule be familiar with jetbrains IDEs, e.g. PyCharm, IntelliJ IDEA." -tags: +tags: - "Jetbrains IDEs" - Plugins --- diff --git a/_projects/nested_languages.md b/_projects/nested_languages.md index 5da84b3a..f6455562 100644 --- a/_projects/nested_languages.md +++ b/_projects/nested_languages.md @@ -1,23 +1,23 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "Multiple programming languages can coexist in the same source file - coala should support writing code analysis that only works on parts of files." difficulty: medium -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala/issues/1690" markdown: nested_languages.md -mentors: +mentors: - Udayan12167 - NiklasMM name: "Handle Nested Programming Languages" -requirements: +requirements: - "At least one patch to the coala core should be accepted and merged." - "The student should be familiar with ongoing technical [cEPs](https://coala.io/cep)." - "The proposal needs to contain a clear concept." -tags: +tags: - Core - Bears --- diff --git a/_projects/newcomer_metrics.md b/_projects/newcomer_metrics.md index eeec2c10..9267537a 100644 --- a/_projects/newcomer_metrics.md +++ b/_projects/newcomer_metrics.md @@ -1,19 +1,19 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "Provide public metrics about newcomers and the newcomer process." difficulty: medium -initiatives: +initiatives: - GSoC issues: [] markdown: newcomer_metrics.md -mentors: +mentors: - jayvdb name: "Newcomer metrics and gamification" -requirements: +requirements: - "At least one patch to each of coala-landing and coala-html should be accepted and merged." - "The student should be familiar with web design tools & trends." -tags: +tags: - community - webservice --- diff --git a/_projects/optimize_caching.md b/_projects/optimize_caching.md index bf298bac..0a303dcc 100644 --- a/_projects/optimize_caching.md +++ b/_projects/optimize_caching.md @@ -1,25 +1,25 @@ --- -collaborating_projects: +collaborating_projects: - coala desc: "Improve coala's performance by improving file caching and other performance bottlenecks." difficulty: medium -initiatives: +initiatives: - GSoC - RGSoC -issues: +issues: - "https://github.com/coala/coala/issues/2541" - "https://github.com/coala/coala/issues/2699" - "https://github.com/coala/coala/issues/2912" markdown: optimize_caching.md -mentors: +mentors: - adtac - sils name: "Optimize Caching" -requirements: +requirements: - "At least one patch to the coala core should be accepted and merged." - "The student should be familiar with ongoing technical cEPs especially [cEP-0002](https://github.com/coala/cEPs/blob/master/cEP-0002.md)." - "The proposal needs to show some familiarity with coala's caching implementation." -tags: +tags: - Core - Bears --- diff --git a/_projects/pr_perftest.md b/_projects/pr_perftest.md index d2930c05..9c4bd3ce 100644 --- a/_projects/pr_perftest.md +++ b/_projects/pr_perftest.md @@ -1,17 +1,17 @@ --- -collaborating_projects: +collaborating_projects: - coala - GitMate desc: "Essentially a codecov for performance, but smarter." difficulty: medium -initiatives: +initiatives: - Paper issues: [] markdown: pr_perftest.md name: "Performance measurement for pull requests" -requirements: +requirements: - "Prior experience with commit-based performance testing." -tags: +tags: - coala - GitMate - performance diff --git a/_projects/roberta_external_source.md b/_projects/roberta_external_source.md index c9c794d3..6ac82c5d 100644 --- a/_projects/roberta_external_source.md +++ b/_projects/roberta_external_source.md @@ -1,21 +1,21 @@ --- -collaborating_projects: +collaborating_projects: - coala - openroberta desc: "Create a loader for projects from remote data sources that can be used from the coala web page in order to provide one click linting for online projects. " difficulty: high -initiatives: +initiatives: - GSoC issues: [] markdown: roberta_external_source.md -mentors: +mentors: - maweki name: "One click linting for online projects in the browser" -requirements: +requirements: - "The applicant should be be familiar with bear creation and XML parsing using xpath or a similar query language" - "The applicant should be reasonable familiar with the coala codebase and the workings of REST APIs, including authentication." - "The applicant has contributed to a relevant coala module, the Open Roberta platform, or both." -tags: +tags: - Bears - Web --- diff --git a/_projects/rstcheck_with_better_sphinx_support.md b/_projects/rstcheck_with_better_sphinx_support.md index cc6c6519..069edf77 100644 --- a/_projects/rstcheck_with_better_sphinx_support.md +++ b/_projects/rstcheck_with_better_sphinx_support.md @@ -1,22 +1,22 @@ --- -collaborating_projects: +collaborating_projects: - coala - rstcheck desc: "Add an alternative front end for rstcheck to better support checking Sphinx documents." difficulty: medium -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: rstcheck_with_better_sphinx_support.md -mentors: +mentors: - myint name: "Improve Sphinx support in rstcheck" -requirements: +requirements: - "Familiarity with reStructuredText and Sphinx." - "Familiarity with nesting code blocks within reStructuredText." - "Experience with making use of Python packages to create new functionality." -tags: +tags: - reStructuredText - Sphinx --- diff --git a/_projects/use_coala.md b/_projects/use_coala.md index b2a6eb0e..179425d4 100644 --- a/_projects/use_coala.md +++ b/_projects/use_coala.md @@ -1,21 +1,21 @@ --- -collaborating_projects: +collaborating_projects: - docker-coala-base desc: "Use coala CI on a popular GitHub project, of your choice, using a Docker image on Travis CI, and report the results to the coala developers." difficulty: beginner -initiatives: +initiatives: - GCI -issues: +issues: - "https://github.com/coala/meta/issues/58" - "https://github.com/coala/meta/issues/81" markdown: use_coala.md -mentors: +mentors: - jayvdb - sils name: "Use coala CI on a popular GitHub repository" -requirements: +requirements: - "Joined http://coala.io/chat ." -tags: +tags: - community - docker --- diff --git a/_projects/use_coala_2.md b/_projects/use_coala_2.md index 83b169e5..d9e2b156 100644 --- a/_projects/use_coala_2.md +++ b/_projects/use_coala_2.md @@ -1,18 +1,18 @@ --- -collaborating_projects: +collaborating_projects: - docker-coala-base desc: "Fix a popular GitHub project so that the repository contents conform to linter rules that are verified by coala CI on each commit using Travis CI." difficulty: medium -initiatives: +initiatives: - GCI markdown: use_coala_2.md -mentors: +mentors: - jayvdb - sils name: "Use coala CI on a popular GitHub repository - Advanced" -requirements: +requirements: - "Completed task 'use_coala'." -tags: +tags: - community - docker --- diff --git a/_projects/use_coala_3.md b/_projects/use_coala_3.md index 9b1ebebb..2e25a796 100644 --- a/_projects/use_coala_3.md +++ b/_projects/use_coala_3.md @@ -1,18 +1,18 @@ --- -collaborating_projects: +collaborating_projects: - docker-coala-base desc: "Implement coala CI on a popular GitHub project, of your choice, using a Docker image on Travis CI, and report the results to the coala developers." difficulty: medium -initiatives: +initiatives: - GCI markdown: use_coala_3.md -mentors: +mentors: - jayvdb - sils name: "Implement coala CI on a popular GitHub repository" -requirements: +requirements: - "Completed task 'use_coala_2'." -tags: +tags: - community - docker --- diff --git a/_projects/vulture.md b/_projects/vulture.md index 139e4237..8dcba46d 100644 --- a/_projects/vulture.md +++ b/_projects/vulture.md @@ -1,24 +1,24 @@ --- -collaborating_projects: +collaborating_projects: - coala - vulture desc: "This project is about using vulture to automatically remove unused python code." developers_involved: [] difficulty: medium status: completed -initiatives: +initiatives: - GSoC - RGSoC issues: [] markdown: vulture.md -mentors: +mentors: - jendrikseipp name: "Vulture dead code removal" -requirements: +requirements: - "The participant should have one patch to [vulture](https://bitbucket.org/jendrikseipp/vulture) accepted." - "Being familiar with the current Bear API and what it provides. Fixing an issue for a Bear during the newcomer process would help with this." - "Knowledge of ASTs and basic language grammar is a bonus." -tags: +tags: - Vulture - AST - Bears