Results 65 comments of Nicholas Moore

I think [you are right](https://gitlab.com/help/workflow/time_tracking.md). I has updated my comment above.

I can find time for it only after summer. Maybe someone else want to do it?

About month ago Gitlab API was changed and these changes were taken into account in last commits in this repository. Are you pulled updates? I recommend to run `php artisan...

Are you pulled last changes from this repo (`git pull`)?

May you give example of lost data? How was formed comment about time spent, how it looks in response of Gitlab API?

Looks like problem with access to files. Try to comment next line https://github.com/zubroide/gitpab/blob/142b8885b74d5adaf5e0f2e4a3161edd24d3775f/docker-compose.yml#L15 And next lines https://github.com/zubroide/gitpab/blob/142b8885b74d5adaf5e0f2e4a3161edd24d3775f/docker-compose.yml#L28-L29

Cron must be in container with PHP: https://github.com/zubroide/gitpab/blob/6dacf84305bf36355fd0c7df818accc1a79beda2/docker/php/Dockerfile#L59-L60 https://github.com/zubroide/gitpab/blob/6dacf84305bf36355fd0c7df818accc1a79beda2/docker/php/entrypoint.sh#L41-L42 Database must syncs every hour at 11 minute: https://github.com/zubroide/gitpab/blob/6dacf84305bf36355fd0c7df818accc1a79beda2/docker/cron/crontab#L1

Currently docker container must be restarted after modifying project list.

Gitpab analyse spent time only from comments

Database must syncs every hour at 11 minute. How many time ago you added spent time?