Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull new changes #2

Merged
merged 3 commits into from
Sep 30, 2020
Merged

Pull new changes #2

merged 3 commits into from
Sep 30, 2020

Commits on Sep 3, 2020

  1. Prevent errors due to concurrent modification

    Currently if tasks_queue is modified while the for loop is executing, an error is produced
    TheGreatGooo authored and alinefm committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    13a4f59 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Fix kimchi-project#299: Do not use cherrypy.lib.reprconf.Parser() to …

    …load plugin config
    
    Cherrypy Parser has a bug that is returning a Constant instead of strings.
    Overcome this problem by manually parsing plugin configuration file into a dict.
    
    Partial fixes kimchi#1318 as well.
    
    Signed-off-by: Aline Manera <aline.manera@gmail.com>
    alinefm committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    25c5b2a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Merge pull request #1 from kimchi-project/master

    Pull current changes
    NZLostboy committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    7de99a2 View commit details
    Browse the repository at this point in the history