Skip to content

contributte/commits-site

Aggregation of all nette/* repositories.

Setup

  1. fork and clone the project
  2. create empty database for the project
  3. copy config/local.neon.template to config/local.neon and configure it properly:
    • database for database connection
    • github.tokens for GitHub API tokens - generate them here with public access
      • tokens are used in round-robin mode and rate-limited requests retry with the next token
  4. run make install

Synchronization

During the synchronization process, all commits from all repositories are being synchronized.

You can run the synchronization either via console command

php bin/console synchronize

or via HTTP GET request

curl http://yourhost.com/synchronize.php

You can set this as a CRON job to run every 5 minutes.

To prevent the synchronization to run multiple times at one time, the Symfony Lock component is used.

About

:octocat: All @nette commits in one place

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors