Coder Social home page Coder Social logo

fedora-modularity / message-tagging-service Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 6.0 271 KB

Tag koji builds with the correct tags, triggered by the message bus

License: GNU General Public License v2.0

Python 97.41% Dockerfile 1.00% Shell 1.59%

message-tagging-service's People

Contributors

azhuzhu avatar lcarva avatar mprahl avatar mvalik avatar tdawson avatar tkdchen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

message-tagging-service's Issues

Please use yaml.safe_load

message-tagging-service.py contains: this_config = yaml.load(config_stream).
Please replace this line with this_config = yaml.safe_load(config_stream), since yaml.load() is very insecure and dangerous, and you should not need the extra power.

Rename this project to module-tagging-service?

The intent of this service is to tag module builds in Koji. However, it does so by acting on a message. The current name may imply that messages are getting tagged instead of builds and may cause confusion.

I think initially the "M" in "MTS" was intended to be "module", not "message".

This project has misleading name

Hi,

I was searching for the rhmsg library and got to this project where I was really confused what this project does because OSBS team has a project (Gutentag @lkolacek) for tagging images but the name of this project is so similar that I really had to ask @csomh what is this project about and if the project is not similar to Gutentag. Is it possible to change the name to something more descriptive (@csomh suggested module-tagging-service)?

Thank you

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.