Daniel Salazar
2a2a1f6a99
fix: backward compatibility for puter kv incr/decr ( #1697 )
2025-10-07 11:39:23 -07:00
ProgrammerIn-wonderland
f60e02565f
add conditional type overload for streaming
2025-10-03 16:38:44 -04:00
Nariman Jelveh
d085568674
Delete .github/ISSUE_TEMPLATE directory
2025-09-29 18:48:35 -07:00
Xiaochen Cui
9d0199f858
add apitest to github actions ( #1591 )
2025-09-19 13:27:32 -07:00
Daniel Salazar
466cc113c6
ci: drop support and testing for node 18
2025-09-18 16:10:44 -07:00
Eric Dubé
eca5da9c1f
Update issue templates
2025-03-03 14:50:06 -05:00
Nariman Jelveh
d6307cc389
Create FUNDING.yml
2024-11-10 08:48:12 -08:00
Zac0511
f2fc8ba5cf
Edit "Puter version" title and description in the bug report template
...
A quick edit to replace "Puter version (if accessible)" by "Puter version" and a new description to say that its not required.
2024-10-31 13:54:42 -04:00
Ibrahim H.
f9b9565dab
Create test workflow
...
basic test workflow setup, this allows checking that everything is fine on node v18 up to v22.
2024-10-14 22:18:36 -04:00
Zac0511
40f8634f24
Update bug_report.yaml
2024-10-14 22:16:04 -04:00
Zac0511
a22d9199f3
Update bug_report.yaml
2024-10-14 22:16:04 -04:00
Zac0511
551aed30be
Update bug_report.yaml
2024-10-14 22:16:04 -04:00
Zac0511
0cd8404e87
Update and rename bug_report.md to bug_report.yaml
2024-10-14 22:16:04 -04:00
Nariman Jelveh
8a5302c8e2
Merge pull request #619 from secondtruth/issue-template-meta
...
Add issue template for meta suggestions
2024-07-24 16:34:46 -07:00
Nariman Jelveh
9250e23d96
Update meta.md
2024-07-24 16:34:33 -07:00
Zac0511
bef38dfc96
meta: Create config.yml to add Puter Discord to the issue screen ( #631 )
...
This adds a config file which will show the Puter Discord Server in the issue menu, allowing users to quickly ask help on the Puter Discord
2024-07-24 16:24:19 -04:00
Nariman Jelveh
452b7495b1
use app-request as label for app idea issues
2024-07-20 11:46:20 -07:00
Christian Neff
fe63839bbb
Add issue template for meta suggestions
2024-07-20 19:38:22 +02:00
Christian Neff
b3c1b128e2
Add issue template for app ideas
2024-07-20 18:09:37 +02:00
KernelDeimos
602a19895c
fix: it was github actions the entire time
2024-07-18 16:58:36 -04:00
Nariman Jelveh
e5243ec560
Delete .github/ISSUE_TEMPLATE/driver-request.md
2024-07-09 19:05:04 -07:00
KernelDeimos
1f3eb08a70
chore: remove eslint
2024-07-08 00:53:40 -04:00
Eric Dubé
d6d6fb0c37
Update build-and-test.yml
2024-06-14 22:42:19 -04:00
Ben Hählen
6ef283d7ef
Docker CI - Update actions ( #460 )
...
* Update docker-image.yaml
* Update docker-image.yaml
* Update docker-image.yaml
* Update docker-image.yaml
* Update docker-image.yaml
* Create Docker on Tag and push on main
2024-06-06 16:41:19 -04:00
Eric Dubé
f20870544d
Update docker-image.yaml
2024-05-24 16:53:13 -04:00
Eric Dubé
4d91ef14f4
Update docker-image.yaml
2024-05-24 16:49:43 -04:00
Eric Dubé
6ed9f0a01d
Update docker-image.yaml
2024-05-24 16:41:20 -04:00
Eric Dubé
94e9f8fd34
Update docker-image.yaml
2024-05-24 16:37:01 -04:00
Eric Dubé
17e08cafce
Merge pull request #380 from AtkinsSJ/eslint-ci
...
Run ESLint on CI
2024-05-10 12:24:31 -04:00
Sam Atkins
c75a0bd311
ci: Wrap Docker images name with quotes
...
Not sure if this is required, but my IDE was complaining about it.
2024-05-10 09:29:49 +01:00
Sam Atkins
18633dcd88
ci: Stop producing Docker images for PRs
2024-05-10 09:28:55 +01:00
Sam Atkins
fbda8c8286
Run ESLint on CI
...
Run the ESLint static analysis tool on any code that is submitted, to
find possible bugs such as undefined functions and variables. We may
want to adjust the ESLint settings over time, but this seems like a
good start.
This is merged into the previous check-translations.yml action, because
that's also a form of linting. Possibly that could be reimplemented as
an ESLint plugin.
2024-05-08 18:53:37 +01:00
Ben Hählen
028b37b9d4
Update Docker CI
2024-04-24 11:29:44 +02:00
Eric Dubé
ec31007c4b
Update main.yml
2024-04-22 19:23:03 -04:00
Eric Dubé
e615c7ee7f
Update main.yml
2024-04-22 19:15:59 -04:00
Eric Dubé
35d4d4f755
Update main.yml
2024-04-22 19:14:21 -04:00
Eric Dubé
15f274e662
Create main.yml
2024-04-22 19:06:59 -04:00
Eric Dubé
07d95d5d3c
Update release-please.yml
2024-04-22 18:34:13 -04:00
Eric Dubé
22c61d8221
Update release-please.yml
2024-04-22 18:18:35 -04:00
Eric Dubé
87852d125f
Only deploy docker image on release branch
2024-04-22 17:47:47 -04:00
Eric Dubé
d3969b0122
Create release-please.yml
2024-04-22 17:46:40 -04:00
Eric Dubé
874928e845
Update bug_report.md
2024-04-22 16:39:47 -04:00
Sam Atkins
5ad78a5ebb
Expand supported versions that we test in CI
...
Phoenix now only requires 16.x or above, and so does Puter itself, so
let's include that, and also 18.x as the other LTS version.
2024-04-18 14:41:06 +01:00
Sam Atkins
ea40ac1e53
Re-enable Phoenix tests
...
This also runs the tests for contextlink, which I think we previously
never ran. I don't see any other packages that define an `npm test`
command. Having to manually list all the sub-package test directories in
the top-level package.json is a bit unfortunate, but it works.
For Puter itself we support Node 16.x IIRC, but Phoenix requires at
least 20.x currently.
2024-04-16 13:57:02 +01:00
Mohamed Elashri
a0f46c326a
Add build stage and remove linux/arm/v7
2024-04-08 17:12:26 +02:00
Mohamed Elashri
17ae6668b4
Add linux/arm/v7 again
...
We need to test if this is what causes the problem of the GitHub action getting stuck or `linux/arm/v6`
2024-04-05 01:10:47 +00:00
Mohamed Elashri
06a31fd67b
Fix typo in arm64 namespace
2024-04-05 00:59:05 +00:00
Mohamed Elashri
1a13ef6921
remove linux/arm/v7,linux/arm/v6 emporarily
2024-04-05 00:55:44 +00:00
Mohamed Elashri
74bff84226
Remove unpopular archs
...
For now, we need to stick to the most used archs for resources and build time reasons.
2024-04-04 21:35:22 +00:00
Mohamed Elashri
b1a3124fcc
Add requirements for multi-platform docker build to the CI
2024-04-04 22:58:00 +02:00