Ruwan Pradeep Geeganage
Ruwan Pradeep Geeganage
Hi @nodiscc , Is there anything I have to do regarding this PR?
@Solaris17 , I think you can set a tag name. e.g: `refs/tags/2.2.0` Instead of `refs/heads/main`.
@Solaris17 , sorry for the late reply. Do you have any project which I can refer to so I can modify this based on your suggestion.
I’ll look into it. At the moment, backend doesn’t know whether the content is from a file or not. And the way i read file is also not efficient. (I...
@sokoow , at the moment, files and texts both are saved in Database. The main reason I thought to store both in DB not have an additional artifact to backup...
@Solaris17 , I will increase the file size limit to 10mb and make another release ASAP.
@sokoow, @Solaris17, I increased the max file size to 10MB. if you are interested, I added E2E tests too. 😆
@TwoBrake Sorry for the late reply. I'll look into this and provide a fix ASAP.
@TwoBrake , I think it causes by this line. https://github.com/rpgeeganage/ots-share-app/blob/main/docker-compose.yml#L56 In that I expose the mongo port to the host machine. Can u comment it out and retry.
And try `make clean`. It will close the running docker containers. Then try commenting. Because that line expose 27017 port to the host. So if another instance is using it,...