All Projects → worknenjoy → Gitpay

worknenjoy / Gitpay

Licence: agpl-3.0
Bounties for issues on demand. Be rewarded by learning, using Git workflow and continuous integration

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gitpay

Github Review Filter
Chrome extension to filter files in GitHub code review using glob
Stars: ✭ 42 (-65.29%)
Mutual labels:  pull-requests
Export Pull Requests
Export pull requests and/or issues to a CSV file. Supports GitHub, GitLab, and Bitbucket
Stars: ✭ 68 (-43.8%)
Mutual labels:  pull-requests
Awesome Pull Requests
How people work together (PR welcome!)
Stars: ✭ 94 (-22.31%)
Mutual labels:  pull-requests
Performance Improvements For Woocommerce
Performance tweaks for the front-end and back-end of a store.
Stars: ✭ 46 (-61.98%)
Mutual labels:  marketplace
Hacktoberfest2020
Make your first Pull Request and earn a free tee from GitHub!
Stars: ✭ 1,141 (+842.98%)
Mutual labels:  pull-requests
Jina Hub
An open-registry for hosting Jina executors via container images
Stars: ✭ 71 (-41.32%)
Mutual labels:  marketplace
Reviewbot
Reviewbot is a Slack bot that shows reviewable pull requests.
Stars: ✭ 40 (-66.94%)
Mutual labels:  pull-requests
Cagette
Cagette.net, le logiciel libre des circuits courts
Stars: ✭ 111 (-8.26%)
Mutual labels:  marketplace
Changelog Ci
Changelog CI is a GitHub Action that generates changelog, Then the changelog is committed and/or commented to the release Pull request.
Stars: ✭ 68 (-43.8%)
Mutual labels:  pull-requests
Unchained
Headless & open-source e-commerce toolkit. The Unchained Engine is our core product and is written in Node.js ES6
Stars: ✭ 92 (-23.97%)
Mutual labels:  marketplace
Atom Pull Requests
View/Edit comments on a Pull Request directly inside the Atom Editor
Stars: ✭ 47 (-61.16%)
Mutual labels:  pull-requests
Repo Lockdown
GitHub Action that immediately closes and locks issues and pull requests
Stars: ✭ 56 (-53.72%)
Mutual labels:  pull-requests
Revert
A GitHub Action to automatically revert a commit on a '/revert' comment
Stars: ✭ 89 (-26.45%)
Mutual labels:  pull-requests
Amazon Ecs
With Laravel, search and lookup Amazon products easily.
Stars: ✭ 43 (-64.46%)
Mutual labels:  marketplace
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (-18.18%)
Mutual labels:  pull-requests
Datashare Toolkit
DIY commercial datasets on Google Cloud Platform
Stars: ✭ 41 (-66.12%)
Mutual labels:  marketplace
Marketplace Sample Apps
Repository of sample codes demonstrating usage of SDK and APIs on the Freshworks developer platform. 🔗 https://developers.freshworks.com
Stars: ✭ 70 (-42.15%)
Mutual labels:  marketplace
Git Pull Request
Send git pull requests via command line
Stars: ✭ 115 (-4.96%)
Mutual labels:  pull-requests
Acyl
Testing Environments On Demand
Stars: ✭ 105 (-13.22%)
Mutual labels:  pull-requests
24pullrequests
🎄 Giving back to open source for the holidays
Stars: ✭ 1,290 (+966.12%)
Mutual labels:  pull-requests

Gitpay

Codacy Badge Financial Contributors on Open Collective FOSSA Status first-timers-only Average time to resolve an issue Percentage of issues still open

An Open Source Bounty platform to solve issues from Git, since open source and libraries to real projects demands

https://gitpitch.com/worknenjoy/gitpay

Slack channel

We have a slack channel to collaborate with solutions and to help you, and to be fun

Join us on slack

What is Gitpay?

We offer a marketplace for contributors and projects that use git for on demand project needs, using the Git Workflow as contract to solve issues and reward contributors.

  • You can complete tasks with open collaboration and receive bounties for it
  • Companies can receive reports, fixes and enhancements about the project by developers and offer bounties to complete required tasks

Who is contributing

Join the team

Join the Github team to be assigned to tasks and to be part of the core.

Join the Gitpay team on Github

Requirements

  • Node.js (currently at v8.6.0)
  • React with webpack

Running tests

To run the test: npm run migrate-test (first time)

npm run test (to run the tests)

Setup environment

For fully integration with api services used by the platform, you will need the api keys. You should make a copy of your .env.example to .env with the right credentials. Please let me know if you need any of those to solve a issue (mail [email protected])

You can do this with: cp .env.example .env

You need to run create the .env in order to run the project: cp .env.example .env

Database

Install postgres

  1. install: brew install postgres (mac)
  2. start the service: brew services start postgresql
  3. create postgres user: createuser postgres -s
  4. Login into postgres cli: psql -U postgres
  5. Create test database: create database gitpay_test;
  6. Create a dev database: create database gitpay_dev;
  7. Exit: \q

Run migration

To run the migrations

npm run migrate

To create a new migration

sequelize migration:create --name modelname

How to create new models

  • For Many to Many
    1. Create migration for first model (table organizations)
    2. Create migration for second model (table projects)
    3. Create migration for joint model (table organizations_projects)
    4. Change in the model to Project.belongsTo(models.Organization)
    5. Change in the second model to Organization.hasMany(models.Project)

Database seeding

For more information related to database seeding please refer: https://en.wikipedia.org/wiki/Database_seeding

To seed the database

npm run seed

For test environment

npm run seed-test

For exhaustive list of options available, refer migration.js in root directory

Run project

Frontend server

  • first go to frontend folder: cd frontend
  • Then run the server: npm run dev

Backend (node.js)

npm run start:dev

Then you can access at http://localhost:8082

Translation

Please don't change the translation files directly, they will be managed on Crowdin. The only thing you need to do is run

npm run translate

on front-end and use the React Intl (https://formatjs.io/docs/react-intl/) library to give id and default text to your strings.

Docker

Requirements

  • Docker Engine
  • Docker Compose

Linux

Ubuntu

Installing

Arch Linux / Manjaro / Antergos

Installing

  • Docker and Docker Compose: sudo pacman -S docker docker-compose

Running

Development environment
Test environment
  • Run docker-compose -f docker-compose.test.yml up

First timers

Here you can start to learn how to create your first pull request and start to be a contributor: https://github.com/worknenjoy/gitpay/issues/247

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

FOSSA Status

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].