Giter Club home page Giter Club logo

Comments (11)

fescobar avatar fescobar commented on August 18, 2024 1

@IgorDodukh 1 week for beta, 2 weeks for release.

from allure-docker-service.

IgorDodukh avatar IgorDodukh commented on August 18, 2024 1

@fescobar Thank you for your work. I will test new build and provide you my feedback in a few days.

from allure-docker-service.

fescobar avatar fescobar commented on August 18, 2024 1

Thanks @IgorDodukh, just you can use the icons provided for the native allure framework:

https://github.com/allure-framework/allure2/tree/master/allure-generator/src/main/javascript/blocks/executor-icon

from allure-docker-service.

fescobar avatar fescobar commented on August 18, 2024 1

@IgorDodukh The tests were successful!!. I've re-released version 2.13.3, please remove your local images if you are using the same version to pull the latest 2.13.3.
Check the documentation about the new changes here:
https://github.com/fescobar/allure-docker-service#allure-docker-service-1
https://github.com/fescobar/allure-docker-service/releases/tag/v2.13.3

from allure-docker-service.

fescobar avatar fescobar commented on August 18, 2024

@IgorDodukh can you provide some screenshots to reproduce the issue, please?

from allure-docker-service.

IgorDodukh avatar IgorDodukh commented on August 18, 2024

@fescobar Here is the screenshot where I marked the column with the results I want to open.
Screen Shot 2020-04-23 at 2 45 38 PM

from allure-docker-service.

fescobar avatar fescobar commented on August 18, 2024

@IgorDodukh Yes, you are right. Give me a few days to see if it's possible to add that feature easily. Thanks

from allure-docker-service.

fescobar avatar fescobar commented on August 18, 2024

@IgorDodukh Work in Progress...

from allure-docker-service.

IgorDodukh avatar IgorDodukh commented on August 18, 2024

@IgorDodukh Work in Progress...

Thank you. Do you have an estimate of when it can be ready?

from allure-docker-service.

fescobar avatar fescobar commented on August 18, 2024

Hi @IgorDodukh. I've released a beta version frankescobar/allure-docker-service:beta. Please if you have any other beta version remove your previous images and download the latest beta

I've implemented your feature requested. For your change, I needed to deprecate the port 4040, just you need to use the port 5050 like this:

version: '3'
services:
  allure:
    image: "frankescobar/allure-docker-service:beta"
    environment:
      CHECK_RESULTS_EVERY_SECONDS: 1
      KEEP_HISTORY: "TRUE"
    ports:
      - "5050:5050"
    volumes:
      - ${PWD}/allure-results:/app/allure-results

Also, instead of using the url http://localhost:4040, you should use http://localhost:5050/latest-report.
https://github.com/fescobar/allure-docker-service/tree/beta#port-4040-deprecated

The documentation is up to date in the README.md from beta branch
https://github.com/fescobar/allure-docker-service/tree/beta

Here is how it works the navigability between build results in trends
https://github.com/fescobar/allure-docker-service/tree/beta#keep-history-and-trends
Before releasing this, I will add a way to keep just a specific quantity of executions to avoid overload the storage in the machine.

Also if you want to check how it works the new feature Multiple Projects you can follow this section:
https://github.com/fescobar/allure-docker-service/tree/beta#MULTIPLE-PROJECTS---REMOTE-REPORTS

I appreciate your suggestions and please let me know if everything is working well or not.

from allure-docker-service.

IgorDodukh avatar IgorDodukh commented on August 18, 2024

Hi @fescobar.

I've tested new beta version of allure-docker-service and it looks great for me.
I tried to work with all new features and everything works as expected. No issues were noticed.

The only improvement I'd like to request:

  • GitLab support in execution_type (GitLab logo)

I appreciate your efforts. Thank you!

from allure-docker-service.

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.