Commit Graph

89 Commits

Author SHA1 Message Date
f4295f7c57
Use recommended --omit=dev flag in runtime's npm ci 2024-07-22 09:20:57 +02:00
2199b3b998
Remove chown copy from package.json runtime copy 2024-07-22 09:19:49 +02:00
c7c9116ee5
Fix copy build typo 2024-07-22 09:18:34 +02:00
c0886b73e5
2nd attempt at optimising and hardening Docker image 2024-07-22 09:17:33 +02:00
979d77cca5
Optimise Dokcerfile to only ship transpiled JS 2024-07-22 09:00:10 +02:00
65393d8c2f
Create a Dockerfile 2024-07-22 08:52:50 +02:00
082bde0271
Remove redundant console.log 2024-07-20 11:46:33 +02:00
59706765c9
Implement throttling for processing entries 2024-07-18 22:39:57 +02:00
179ca09937
Handle GitHub PR files pagination 2024-07-17 16:26:07 +02:00
b39372fede Extract playlist's author from dedicated user page 2024-03-30 08:37:04 +01:00
576eaa6fc6 Remove redundant Netlify.toml file 2024-03-28 09:14:39 +01:00
5ad05aaf7d Extract playlist author from playlist page title 2024-03-28 08:37:55 +01:00
7c01bab5a4 Send up to 3 playlist check requests to Spotify at a time 2024-03-28 07:18:23 +01:00
1ec73fe016 Add a ping route for UptimeRobot 2024-01-18 09:04:43 +01:00
17034ee323 Reintroduce double title fix 2024-01-17 22:41:21 +01:00
44c7630ba5 Update Probot to the latest version 2024-01-17 22:11:13 +01:00
d9b90f24af Remove prestart script 2024-01-17 21:57:06 +01:00
96fee99db9 Add a prestart script 2024-01-17 19:59:28 +01:00
e53f948c20 Convert back to server app from lambda function 2024-01-17 19:56:31 +01:00
023956514b
Extract title from Spotify's meta tags 2024-01-17 19:28:21 +01:00
ab17aafa0c
Temporarily reintroduce double titles bug 2024-01-17 19:26:55 +01:00
4257382210 Try changing entrypoint's extension to mts 2024-01-15 07:27:37 +01:00
bbd2085f19 console.log to the rescue 2024-01-15 07:24:29 +01:00
5c77b3d593 Possible function export fix? 2024-01-15 07:20:19 +01:00
3990e29927 Update dependencies 2024-01-15 07:00:41 +01:00
deffd1fb5f Temporarily log link title 2024-01-15 07:00:28 +01:00
a981c5854c
Ensure playlist's title doesn't get added to link text twice 2024-01-09 07:24:05 +01:00
07963969ac Move Probot import to the top 2023-07-08 09:06:33 +02:00
90ca620044 Remove hacky code related to changing CWD 2023-07-06 14:38:30 +02:00
97395686b0 Remove redundant TS files 2023-07-06 14:33:59 +02:00
81a72804a4 Add package.json to included files 2023-07-06 14:33:36 +02:00
446df5d241 Examine new contents of /var/task 2023-07-06 14:32:22 +02:00
4559c2e3bc Reintroduce dist outDir 2023-07-06 14:30:25 +02:00
4156458106 Read contents of the function's directory 2023-07-06 14:24:01 +02:00
88ac521fae Log /var/runtime 2023-07-06 14:07:28 +02:00
6a2909a487 Revert to using TypeScript in Netlify's functions 2023-07-06 14:05:38 +02:00
d4ad69a1dc Temporarily log /var/task 2023-07-06 14:02:28 +02:00
7b44011d27 Set CWD to /var/runtime 2023-07-06 13:59:43 +02:00
41b5531389 Try to change CWD before adapter gets imported 2023-07-06 13:58:19 +02:00
629d4f11f8 Reintroduce AWS Lambda adapter 2023-07-06 13:55:18 +02:00
123f2b78ee Replace AWS Lambda adapter with custom function 2023-07-06 13:08:59 +02:00
22b75f6c3f Create a dummy package.json inside function's dir 2023-07-06 12:21:34 +02:00
ddb5c752ac Specify local files to include 2023-07-06 12:02:29 +02:00
a0dd3ccd0d Remove noEmit flag and use function from dist dir 2023-07-06 11:50:49 +02:00
80368e0647 Add handling of non-multiline PRIVATE_KEY variable 2023-07-06 11:42:13 +02:00
e33aadee11 Specify external node_modules 2023-07-06 11:10:26 +02:00
ec9d612eaa Adapt the bot to run via Netlify Functions 2023-07-06 11:01:01 +02:00
Maciej Pędzich (Mac)
8a086eeb26
Merge pull request #1 from maciejpedzich/dev
Add 400 to the list of expected status codes
2023-02-23 18:49:35 +01:00
Maciej Pędzich
30c616a397 Add 400 to the list of expected status codes 2023-02-23 18:48:41 +01:00
Maciej Pędzich
39dad9bbee Ignore GitHub App private keys 2023-02-23 18:47:42 +01:00