dev
textPage 19 of 208
50 messages on this page
Tuesday, December 7, 2021
User bddf69
Sweet, I'll check it out in a little bit ๐
User 8a7f5b
@User 22055452 commited the requested file. I hope lmao ๐
Monday, December 6, 2021
User bddf69
Awesome, thanks for debugging! :P
User df8b38
it went through. Will create a PR that adds python3
User df8b38
wird that it takes so long, its on a NAND SSD
User df8b38
changed ownership of '/usr/src/app/node_modules/@sentry/core/esm/version.js.map' to 1000:1000
User df8b38
low it logs like crazy, lets see if it stops
User df8b38
alright, thx
User bddf69
Lunch break almost over so my replies are going to be delayed now.. :P
User bddf69
You can view versions and log output and all on the CI job I linked above if you wanna compare those
User bddf69
Sounds good!
User df8b38
ill make it verbose and see
User df8b38
good, what i expected
User bddf69
Should atleast :p
User bddf69
Nah, the Docker build does everything
User df8b38
do i need build CSMM on my machine before buliding docker? didnt even install npm deps yet
User df8b38
npm ci is passing with
python3 (3.8.10-r0) installed via apkstill stuck at chown ๐
User df8b38
i am building straight on my server
User df8b38
server is on debian
User df8b38
actually no
User df8b38
๐ค
User df8b38
hihi
User bddf69
I never tested on M1/M2 devices tbh
User bddf69
What machine are you building on? If you're on a ARM mac or something, that might cause some trouble
User df8b38
ill add python3 and see
User bddf69
That one took 0.6 seconds in CI, so yeah shouldnt get stuck there
https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/runs/4423448355?check_suite_focus=true#step:12:503
https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/runs/4423448355?check_suite_focus=true#step:12:503
User df8b38
also had to remove the fixed versions in the apk install command, it said it couldnt find it (and then installed exact that version ๐คท )
RUN apk --no-cache add curl=7.79.1-r0 git jq
User df8b38
it doesnt and hangs at step 15 which should take seconds i guess:
Step 15/19 : RUN chown -R node:node /usr/src/app
User bddf69
It shouldnt stop the build though?
User bddf69
Hmm good catch, I see the same issue in CI
User df8b38
Hey. Trying to get docker + development branch running.
Is it normal that python is missing // snappy install kinda fails on docker build?
snappy@6.3.5 install /usr/src/app/node_modules/snappy
prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=14.18.1 runtime=node arch=x64 libc=musl platform=linux)
gyp ERR! find Python
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used
gyp ERR! find Python - "python2" is not in PATH or produced an error
gyp ERR! find Python checking if "python3" can be used
gyp ERR! find Python - "python3" is not in PATH or produced an error
gyp ERR! find Python
gyp ERR! find Python
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used
gyp ERR! find Python - "python2" is not in PATH or produced an error
gyp ERR! find Python checking if "python3" can be used
gyp ERR! find Python - "python3" is not in PATH or produced an error
gyp ERR! find Python
Tuesday, November 30, 2021
User a87dc2
Renovate :3 tests :3
Thursday, November 25, 2021
User df8b38
True that, can get very boring ๐
User bddf69
I have dependabot for it but validating the update doesnt break anything is time consuming and boring
User bddf69
There's a bunch of tests but they were added after the code mostly
User bddf69
Iffy :p
User df8b38
How confident are you about your tests? I use https://renovatebot.com/ to keep my dependencies up2date
User bddf69
Winston is amazing ^^
The passport implementation is ok, I'm sure it could be better
User bddf69
Quite a few of the deps will be outdated, stuff moves too fast
User df8b38
nice to see winston in a real project, also looking forward to your passport implementation. Always wanted to use it but never found time
User df8b38
Small thingy: The lock file is outdated.
Tuesday, November 2, 2021
User bddf69
Merging to master now, main instances will be updated soon after
User bddf69
Tested, seems all good!
User bddf69
I'll test there tonight and merge to master
User bddf69
If anyone is reading this and wants to test it out on staging, please do
User bddf69
Merging to dev! Thanks :D
Thursday, October 28, 2021
User 071981
alright, will add that test during next week, im not home until Tuesday ๐
User bddf69
Let me know if you need any guidance for writing the tests :P
User bddf69
Looks great! I'm really excited for this, will make player management muuuch better ๐
Only thing I'd like to see on that PR is to add some tests for the API endpoint. The CI isn't reporting it in the Github comments for some reason, but coverage went down, https://codecov.io/github/CatalysmsServerManager/7-days-to-die-server-manager/commit/cbb6c40b96bb047fff3368eb958733bb85ca6923
See https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/blob/master/test/integration/controllers/savedTeleports.test.js for an example of a test that's similar