Giter VIP home page Giter VIP logo

Comments (5)

hoatle avatar hoatle commented on August 10, 2024

this is not easy as I haven't figured out how to set plugin config dynamically.

The current WIP branch: https://github.com/hoatle/teracy-dev/tree/features/186-plugins-settings

from dev.

hoatle avatar hoatle commented on August 10, 2024

I've merged as incomplete implementation:

  • use plugins config format

but temporarily use fixed plugin checking. Need to work on this to get it dynamic.

from dev.

hoatle avatar hoatle commented on August 10, 2024

related to #239

from dev.

hoatle avatar hoatle commented on August 10, 2024

new plugin config format from #239

  "plugins": [{
    "_id": "0",
    "name": "vagrant-gatling-rsync",
    "config_key": "gatling",
    "required": true,
    // auto rsync watch when up/ reload done
    // should try to reduce rsync latency to 0.5s instead of 1s #173
    "latency": 0.5, //0.5s
    "time_format": "%H:%M:%S",
    "rsync_on_startup": true
  }, {
    "_id": "1",
    "name": "vagrant-rsync-back",
    "required": true
  }]

from dev.

hoatle avatar hoatle commented on August 10, 2024

#246 should help to customize other vagrant plugins now, though, it's not the most convenient way (just json config is enough)

from dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.