Marc Anguera

Results 233 comments of Marc Anguera

@sauloperez couple of comments: 1) About the CodeClimate thing, I just see there is also an official GH Action app for CodeClimate in the marketplace, so we can keep both...

@sauloperez Did you see any similar error in the past? I basically copy-pasted from OFN, but apparently Rails can't connect to `postgresql`... I'm exposing the service at that port 🤔...

@sauloperez changing those 2 things (ENV var naming and the `--health-retries`), we got a different error 🤷 > Error: Failed to initialize, postgres service is unhealthy.

**UPDATE** I returned back to check an extra ENV var (I'd like to avoid infra changes/coordination) and tried a couple of tweaks more (more retries and newer PostgreSQL versions), but...

**UPDATE** After some random back and forth, I made some progress. Now the PostgreSQL service seems to start well, but it still fails due to: ``` rails aborted! ActiveRecord::StatementInvalid: PG::UndefinedFunction:...

**UPDATE** I tried forcing the hstore installation (https://github.com/coopdevs/timeoverflow/commit/7d11937025b199b0f2a3429db430281291d942b5), but no luck :( Anyway, I think this shouldn't be necessary 🤔 since we are loading the `structure.sql` file, which includes this...

That would be very useful, I agree @sseerrggii. Maybe we can just do it this way (to reuse more parts): - Add the missing reports, like Transfers - Add missing...

Hi @franpb14 👋🏼 In #599 I added the missing Transfer report and in #594 I added some missing relevant attributes. So, to finalize a 1st version of this project we...

hi @franpb14 👋🏼 since it's the place from where it is invoked, is fine to have it there.

Ok @franpb14! this is probably the 2 bullet point in the checklist here https://github.com/coopdevs/timeoverflow/issues/596#issuecomment-797756760, right?