florian.vuillemot florian.vuillemot
  • Paris
  • Joined on 2019-02-11
d501f56799 Take care of the number of repository that are being analysed in the scheduer queue size
4688eafab5 Add message 'already in queue' and not 'is still up-to-date' in log if a repository is in the queue waiting to be analysed
Compare 2 commits »
florian.vuillemot commented on pull request reuse/api#40 2020-11-14 14:33:53 +00:00
Fix multiple enqueue

Should be fixed now :)

The problem with the queue size came from the place of enqueue that was: ` current_app.logger.debug("adding '%s' to queue", task.url) current_app.logger.debug( "size of…

florian.vuillemot commented on pull request reuse/api#40 2020-11-11 17:22:28 +00:00
Fix multiple enqueue

Rebase on reuse/api#39

@max.mehl could you check if the problem is gone ? :)

To be able to reproduce the error I added a random number at the end of the DNAME

7bfc972f41 Add TaskQueue to handle multiple enqueue of same task
7ad14c43d5 Update doc
bf9fd10724 Update doc
6775d78baa Merge branch 'allow_to_run_full_project_locally' of git.fsfe.org:florian.vuillemot/api into add_outdated_project_only_once_to_queue
ca87b22179 Add TaskQueue to handle multiple enqueue of same task
Compare 5 commits »
7ad14c43d5 Update doc
florian.vuillemot commented on pull request reuse/api#39 2020-11-11 12:21:43 +00:00
Allow to run full API locally

woo big sorry, I pushed on the bad branch !

If it's ok with you, you can merge of course, otherwise I can fix my commits :)

florian.vuillemot commented on pull request reuse/api#40 2020-11-10 21:48:40 +00:00
Fix multiple enqueue

Yes ! Sorry for the delay :)

But before, @reinhard could you please check the scheduler.py file ? I don't find this solution pretty. I find it error prone because a user can modify the Queue…

florian.vuillemot commented on pull request reuse/api#39 2020-11-10 21:36:59 +00:00
Allow to run full API locally

Thank you @max.mehl :) Don't hesitate to improve my English, my skills are still limited !

florian.vuillemot commented on pull request reuse/api#39 2020-11-07 17:11:02 +00:00
Allow to run full API locally

Could you please, test ? :)

6775d78baa Merge branch 'allow_to_run_full_project_locally' of git.fsfe.org:florian.vuillemot/api into add_outdated_project_only_once_to_queue
1ad4144391 Update doc
ccf8178945 Updated forms submodule
14c036fc35 Improve error handling and shared files between the reuse-api and the forms project
Compare 4 commits »
1ad4144391 Update doc
ccf8178945 Updated forms submodule
Compare 2 commits »
florian.vuillemot deleted branch add_fake_cd_front from fsfe-system-hackers/forms 2020-11-07 16:22:47 +00:00
florian.vuillemot merged pull request fsfe-system-hackers/forms#61 2020-11-07 14:56:21 +00:00
Add a fake fsfe cd front
florian.vuillemot pushed to master at fsfe-system-hackers/forms 2020-11-07 14:56:20 +00:00
b4a5ec4ff2 Merge pull request 'Add a fake fsfe cd front' (#61) from add_fake_cd_front into master
5ba1d34368 make reuse compliant
c5e3995a66 Add a fake fsfe cd front
Compare 3 commits »
florian.vuillemot created pull request fsfe-system-hackers/forms#61 2020-11-05 22:09:18 +00:00
Add a fake fsfe cd front
florian.vuillemot commented on pull request reuse/api#39 2020-11-05 22:08:50 +00:00
Allow to run full API locally

Something like https://git.fsfe.org/fsfe-system-hackers/forms/src/branch/add_fake_cd_front ? :)

With that, I'm able to run the full workflow locally ! If you agree with, I will add the Reuse…

florian.vuillemot pushed to add_fake_cd_front at fsfe-system-hackers/forms 2020-11-05 22:04:46 +00:00
c5e3995a66 Add a fake fsfe cd front
florian.vuillemot commented on pull request reuse/api#39 2020-11-04 22:16:49 +00:00
Allow to run full API locally

Ah ! Hard link, of course.

Last point to be able to finish this PR. What is the FSFE Community Database Frontend ? I need it to be able to run the forms app correctly and run the full…

florian.vuillemot commented on pull request reuse/api#39 2020-11-03 20:17:43 +00:00
Allow to run full API locally

Aaah sure, that’s the default network name Docker (or docker-compose) sets up, right?

Yes :)

Both repos.json are identical, but no symlinks. reuse-api only has access to /srv/reuse-api,…