Git Product home page Git Product logo

Comments (7)

joelhinz avatar joelhinz commented on July 30, 2024 5

@jessarcher we use SQLite for our tests in github actions. Now our actions pipeline fails every time when trying to run migrations. Is there a way we can disable the pulse migration if the environment is testing?

You could tell the environment that pulse isn't enabled. That way, it won't run the migration. E.g.:

// config/pulse.php
'enabled' => env('PULSE_ENABLED', true),

// phpunit.xml
<server name="PULSE_ENABLED" value="false"/>

@jessarcher I thought it was a bug at first as well, but I'm leaning towards maybe it should be a warning in the Pulse docs rather than a code fix? Great work on Pulse, btw. :)

from pulse.

jessarcher avatar jessarcher commented on July 30, 2024 4

Hi @nezaboravi,

Pulse currently only works with a MySQL database, as mentioned at https://laravel.com/docs/10.x/pulse#installation.

I can see how this would be annoying in a project that uses SQLite for local development. I think we'll look at making it possible to disable the Pulse migrations in a local environment.

I've done some work in #64 to add Postgres support. It might be trivial to add SQLite support as well, although I don't think I'd recommend using Pulse with SQLite in production.

from pulse.

ryanpitts1 avatar ryanpitts1 commented on July 30, 2024 2

@jessarcher we use SQLite for our tests in github actions. Now our actions pipeline fails every time when trying to run migrations. Is there a way we can disable the pulse migration if the environment is testing?

from pulse.

timacdonald avatar timacdonald commented on July 30, 2024 2
// phpunit.xml
<server name="PULSE_ENABLED" value="false"/>

This is the way 👍

from pulse.

eleftrik avatar eleftrik commented on July 30, 2024

Thanks for the hint, @joelhinz 👍

from pulse.

ryanpitts1 avatar ryanpitts1 commented on July 30, 2024

Thanks for the hint @joelhinz and @timacdonald!

from pulse.

nezaboravi avatar nezaboravi commented on July 30, 2024
// phpunit.xml
<server name="PULSE_ENABLED" value="false"/>

This is the way 👍

This is the way.

from pulse.

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.