Commit Graph

46 Commits

Author SHA1 Message Date
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
Eric Dubé
e8935f5582
Add many platforms arbitrarily
Related to #214; added additional architectures which may or may not work. I'd rather someone find out it doesn't work then for them to be blocked from even trying.
2024-04-04 13:47:24 -04:00
Eric Dubé
2ce02db1b5
Update issue templates 2024-04-02 05:03:39 -04:00
Eric Dubé
fff46a6b63
Update issue templates 2024-04-02 04:54:33 -04:00
Sam Atkins
3f27608850 Add a script to check our translation files are valid
Checks the following:
- Translation files are valid JS
- Each translation file is registered in translations.js
- Each translation's code matches its name
- Translation dictionaries only contain keys that exist in the English
  translation.
2024-03-21 10:53:06 +00:00
Sylvain Huguet
f6279d0201
Change branch name in comment too. 2024-03-15 10:51:12 +01:00
Sylvain Huguet
06789da119 Renamed master branch to main to reflect upstream changes. 2024-03-15 10:42:22 +01:00
Sylvain Huguet
cc9d9b1063 fix indentation 2024-03-15 00:43:02 +01:00
Sylvain Huguet
c7850fe18f Tweaking the metadata/image tagging mechanism 2024-03-15 00:40:39 +01:00
Sylvain Huguet
072eec4004 Initial version 2024-03-15 00:15:16 +01:00