Code Monkey home page Code Monkey logo

Comments (4)

anmunoz avatar anmunoz commented on June 12, 2024

Hi @jason-fox,
Where can I find the links for QA Section about Draco?

from fiware-draco.

jason-fox avatar jason-fox commented on June 12, 2024

@anmunoz - I think that will have to wait for the QA team to test and release the results.

from fiware-draco.

anmunoz avatar anmunoz commented on June 12, 2024

Hi @jason-fox ,
I have been checking the requirements and I will answered with the modifications:

Missing Badges:

README Badge - CI Build/Unit Test (Travis)----(Pending)

Missing items within the README

README - QA Section (Included but TBD waiting for the QA team)
README - Training Section (Included but waiting for the tutorial in Fiware academy)
README - ToC ---- Done
README - How to Deploy text present --- Done
README - How to Run Tests text present----- Done
README - Main API Walkthrough text present-- Done
README - Access to the advanced API and Documentation text present--- Done

Missing Release Item

Releases uses SemVer (Please clarify I don't now what I have to do here)
(note the existing FIWARE_7.5 tag satisfies alignment for FIWARE releases)

Missing Docker Items

DOCKER - SemVer Image Available (Please clarify I don't now what I have to do here)
DOCKER - FIWARE Image Available (Please clarify I don't now what I have to do here)

No CREDITS file ----- Included and done

from fiware-draco.

jason-fox avatar jason-fox commented on June 12, 2024
README Badge - CI Build/Unit Test (Travis)----(Pending)

Its fine for an Incubated enabler to be pending items, they will need to be completed before applying for Full Member status.

README - QA Section (Included but TBD waiting for the QA team)
README - Training Section (Included but waiting for the tutorial in Fiware academy)

The QA section will fill automatically once the values are available. Personally I would have waited until they are available myself. For the training part, do you have slides or a video you could contribute to the Academy - if so just make a PR and/or raise an issue to get it included.

README - ToC ---- Done
README - How to Deploy text present --- Done
README - How to Run Tests text present----- Done
README - Main API Walkthrough text present-- Done
README - Access to the advanced API and Documentation text present--- Done

Great.

Releases uses SemVer (Please clarify I don't now what I have to do here)
(note the existing FIWARE_7.5 tag satisfies alignment for FIWARE releases)

Looking at the releases tab, you have one release called FIWARE_7.5 which is (actually just a tag under the hood) - this isn't a SemVer tag, its just a marker for the overall FIWARE release.A semantic release version would be major.minor.build - e.g. 1.0.0

All you need to do is to add another tag to 0c35a1d with the appropriate version number.
You can see an example here

DOCKER - SemVer Image Available (Please clarify I don't now what I have to do here)
DOCKER - FIWARE Image Available (Please clarify I don't now what I have to do here)

If you go to Docker Hub Draco is only offering the latest build, compare this with Keyrock which has tags for each FIWARE Release and each semver release.

You just need to checkout the code at 0c35a1d , build the versioned docker container and push to Docker Hub

docker build -t fiware-draco:FIWARE_7.5.1 .
docker login
docker push fiware-draco:FIWARE_7.5.1

and repeat for the semVer version.

from fiware-draco.

Related Issues (19)

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.