All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Contributor Type in schema
bio
,name
,location
,totalPullRequests
,websiteUrl
,email
,firstContributionDate
,avatarUrl
in User type.- total count of
pr
, total count ofissue
, total count ofcommits
,contributors
for user in organization and for organization type. - Organization in
.env
, client do not needs pass login for org, now it's set in.env
file. - Tests for all entities.
- Default token passed by org admin in
.env
. - List of invalid users, for filter bot in contributors list.
- Description for fields, and types documentation
- Lint problems in project
- Definition of schema that contains following informations: teams, repositories and members of an organization and user.
- Github Api V4 connection.
- Linter configuration
- Travis configuration
- Dockerfiles for node and mongo
- Dockercompose to orchestrating mongo and node services
- Apollo-Server configuration
.env
file to config server and front connection, and github oauth parameters.