All Projects → wikimedia → WikiContrib

wikimedia / WikiContrib

Licence: MIT license
A tool for Wikimedia community members to visualize their technical contributions

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to WikiContrib

github-contribution-graph
Add beautiful GitHub contribution/commit graph to your profile README!
Stars: ✭ 37 (+76.19%)
Mutual labels:  contribution-graph
vet
Gerrit client using pull request workflow
Stars: ✭ 21 (+0%)
Mutual labels:  gerrit
grass-graph
PNG Generator of GitHub Public Contribution Graph
Stars: ✭ 102 (+385.71%)
Mutual labels:  contribution-graph
gerritbot-rs
Cisco Teams bot for Gerrit code reviews.
Stars: ✭ 13 (-38.1%)
Mutual labels:  gerrit
sonar-gerrit-plugin
Jenkins plugin for posting SonarQube issues as Gerrit review comments
Stars: ✭ 21 (+0%)
Mutual labels:  gerrit
arcanist-linters
A collection of custom Arcanist linters
Stars: ✭ 64 (+204.76%)
Mutual labels:  phabricator
Rishit-dagli
My GitHub profile README
Stars: ✭ 50 (+138.1%)
Mutual labels:  contribution-graph
contrib-awakens
Play games in GitHub's contribution graph.
Stars: ✭ 37 (+76.19%)
Mutual labels:  contribution-graph
phabricator-extensions
Github mirror of "phabricator/extensions" - our actual code is hosted in phabricator
Stars: ✭ 13 (-38.1%)
Mutual labels:  gerrit
docker-phabricator
docker-compose configuration for running phabricator
Stars: ✭ 19 (-9.52%)
Mutual labels:  phabricator
sonar-gerrit-plugin
SonarQube plugin for posting issues as Gerrit review comments
Stars: ✭ 32 (+52.38%)
Mutual labels:  gerrit
gerrit-cli
Gerrit in your command lines.
Stars: ✭ 39 (+85.71%)
Mutual labels:  gerrit
Phabricator
Effective June 1, 2021: Phabricator is no longer actively maintained.
Stars: ✭ 12,225 (+58114.29%)
Mutual labels:  phabricator
Gitfiti
abusing github commit history for the lulz
Stars: ✭ 6,750 (+32042.86%)
Mutual labels:  contribution-graph
gerrit-css-theme
Clean and modern CSS theme for Gerrit.
Stars: ✭ 21 (+0%)
Mutual labels:  gerrit
Github-Contribution-Graph
Jquery plugin to render like contribution graph on Github.
Stars: ✭ 43 (+104.76%)
Mutual labels:  contribution-graph
go-gerrit
Go(lang) client/library for Gerrit Code Review
Stars: ✭ 68 (+223.81%)
Mutual labels:  gerrit
vim-phabricator
Vim plugin for Phabricator and Arcanist
Stars: ✭ 17 (-19.05%)
Mutual labels:  phabricator
rview
A Gerrit client application for Android
Stars: ✭ 62 (+195.24%)
Mutual labels:  gerrit
github-contribution-graph-action
🙈 This GitHub action will automatically push empty commits to one of your repositories.
Stars: ✭ 42 (+100%)
Mutual labels:  contribution-graph

WikiContrib

WikiContrib is a tool for Wikimedia community members to visualize their technical contributions within a specified time range. Currently, the tool gathers statistics from Phabricator (task management system) and Gerrit (code collaboration platform).

This project was proposed in the Google Summer of Code 2019 and developed as an internship project by Rammanoj Potla. It also received small improvements from students as part of the Google Code-in contest.

Technologies used: Django (Python), React (Javascript)

Planned features

WikiContrib is participating in Outreachy Round 20. Some of the features planned for the Outreachy project "Gather and analyze user contributions on wiki & Github" and for the future to enhance the project are:

  • Counting technical contributions made by a user on-wiki such as modules and templates, user scripts & Gadgets, etc.
  • Counting technical contributions made to Github repositories under Wikimedia and other popular projects that are not necessarily under the Wikimedia account (e.g., WikiEduDashboard, apps-android-commons, etc.).
  • Anything else that can be measured as per the Technical Contributors Map.
  • Fetch the best user avatar and about information from the possible venues and display it alongside the contribution statistics.
  • New layouts for visualizing contributions.

Using the tool

To view a community members’ contributions, provide their full name, Gerrit username, and Phabricator username. By default, the tool searches for their contributions in the past year. There are options to filter by timestamp and issue type (for example: merged, open, etc.) There is also a feature to upload a list of usernames in a CSV format and view contributions for several community members altogether (this feature is still in experimental mode).

Getting Started

  • First, clone the repo git clone https://github.com/wikimedia/WikiContrib.git

Using Docker Compose

  1. Run cd WikiContrib
  2. To install docker-compose, run pip install docker-compose
  3. Set up the environment file: Copy contents of backend/WikiContrib/WikiContrib/.env.example to a new file backend/WikiContrib/WikiContrib/.env. Update it! Most likely you will be making changes only to DB_NAME, DB_USER, DB_PASSWORD and PHAB_KEY variables.
  4. To start the front-end as well as back-end server, run docker-compose up --build.
  5. Frontend running at localhost:3000 and backend running at localhost:8000
NOTE:
  • Use the --build flag only when running docker-compose for the first time. For repeated use, simply run docker-compose up. This will not reflect the changes you made in you local project setup.

Manually

This tool has two different components: Frontend & Backend. You will have to set up both for the tool to be fully functional, and the instructions do so are here:

Additional links

License

This project is licensed under the MIT LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].