Commit graph

98 commits

Author SHA1 Message Date
Bruce Berrios 1ba7a76b86
Migrate middlewares to TypeScript (#2574)
* Migrate middlewares

* Update workflow

* Fix ignore

* Fix

* Fix

* Remove babel loader from root dependencies

* Remove mongoDb
2022-02-23 10:03:38 -05:00
Jack e57d864e9c
Update bug_report.yaml 2022-02-23 00:20:22 +01:00
Bruce Berrios 61f16584c9
Action anti cheat step (#2570)
* Add anti-cheat check

* Add anti-cheat step

* Test

* Revert

* .

* Fix
2022-02-22 23:02:37 +01:00
Ferotiq 1233d266a1
Fix (#2550)
* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update pr-check.yml
2022-02-20 22:29:39 +01:00
Ferotiq 7cbd9d2722
Allow the process for setting up project and committing code on Windows to be much smoother (#2549)
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Create install.cmd

* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update install.cmd

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update package.json

* fix lint script so windows users can use it correctly

* adFd

* rename
2022-02-20 20:47:24 +00:00
Ferotiq 71cdce20e3
TypeScript FrontEnd: Add Account Files (#2494)
* add account files, config, and db, fix other files, and make lint script work on cmd

* fuck operating systems

* remove project from eslint

* Merging and fixing some bugs

* fixed result ordering

* fixed quote filter stopping all results

* fixed words filter not working

* corrected type

* Update commandline-lists.ts

* Update types.d.ts

* removing explicit tag types

* mfing prettier

* small changes

* stuff

* fixes

* fix cannot read properties of undefined

* another check just to be safe

* okay that works

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-19 17:44:27 +01:00
Miodec f0313d6524 updated pr check action 2022-02-19 15:35:43 +01:00
Jack f8727b5c68
Action only installs node and dependencies when a changed file passes the filters 2022-02-18 20:23:58 +01:00
Jack 432fedb3c0
Pr-check 2022-02-18 19:25:33 +01:00
Miodec a478128bc5 pr check now only runs the required actions.
part of #2527
2022-02-18 18:23:26 +01:00
Jack 0d66afe2be
Update bug_report.yaml 2022-02-16 15:41:05 +01:00
Jack 8b879db9e5
Update bug_report.yaml 2022-02-16 15:40:40 +01:00
Jack db65902217
Update bug_report.yaml 2022-02-16 15:39:16 +01:00
Jack 556bc3614b
Update bug_report.yaml 2022-02-16 15:39:01 +01:00
Jack 4446e38f42
Update bug_report.yaml 2022-02-16 15:36:24 +01:00
Jack e3864e59ab
Create bug_report.yaml 2022-02-16 15:36:00 +01:00
Jack 4a69597c9f
Update bug_report.yaml 2022-02-16 15:33:48 +01:00
Jack 3a5fd22563
Update bug_report.yaml 2022-02-16 15:31:48 +01:00
Jack d04cdc6b8d
Update bug_report.yaml 2022-02-16 15:31:16 +01:00
Jack 7522808744
Update bug_report.yaml 2022-02-16 15:29:17 +01:00
Jack d3656d71db
Update bug_report.yaml 2022-02-16 15:28:39 +01:00
Jack 311583aea9
Update bug_report.yaml 2022-02-16 15:28:20 +01:00
Jack d43bca8244
Update bug_report.yaml 2022-02-16 15:27:59 +01:00
Jack 7be9e5ae8c
Update bug_report.yaml 2022-02-16 15:27:06 +01:00
Jack 2edbcc0ddd
Update bug_report.yaml 2022-02-16 15:26:36 +01:00
Jack 7be20efb9a
Update bug_report.yaml 2022-02-16 15:26:14 +01:00
Jack 34bd9165cf
Update bug_report.yaml 2022-02-16 15:25:50 +01:00
Jack c245f77c7f
Update bug_report.yaml 2022-02-16 15:25:00 +01:00
Jack a3577277a6
Update bug_report.yaml 2022-02-16 15:24:14 +01:00
Jack 202c7a4f03
Create bug_report.yaml 2022-02-16 13:20:47 +01:00
Jack 793b967460
Update bug_report.yaml 2022-02-16 13:20:05 +01:00
Jack 95010d36d9
Update bug_report.yaml 2022-02-16 13:19:52 +01:00
Jack 52437d13fb
Update bug_report.yaml 2022-02-16 13:19:24 +01:00
Jack ec0164b9b2
Update bug_report.yaml 2022-02-16 13:19:06 +01:00
Jack c576164c1e
Create bug_report.yaml 2022-02-16 13:18:34 +01:00
Jack 9904e5befe
Update bug_report.yaml 2022-02-16 13:16:53 +01:00
Jack 2e649dc461
Update bug_report.yaml 2022-02-16 13:16:20 +01:00
Jack c720717238
Update bug_report.yaml 2022-02-16 13:15:59 +01:00
Jack a54da18af6
Update bug_report.yaml 2022-02-16 13:15:38 +01:00
Jack 7fdf583f31
added more steps to the bug report form 2022-02-16 13:14:49 +01:00
Bruce Berrios eb2350bb1f
Move dependencies (#2483)
* Move dependencies

* Fixes

* Add stale pr action

* Update

* Fix cron schedule
2022-02-12 15:02:29 -05:00
Miodec 60f6a63e47 removed lit from action (runs inside build:live) 2022-02-12 21:01:17 +01:00
Miodec 17a0822ab6 added webpack to pr check 2022-02-12 19:07:58 +01:00
Miodec 89c62dc4b9 running action only on pr 2022-02-10 23:42:40 +01:00
Bruce Berrios 16855219f8
Cache dependencies (#2454)
* Cache dependencies

* Add linting to pre-commit hook
2022-02-09 11:45:27 -05:00
Bruce Berrios c8af14baab
Fix PR check action (#2447)
* fix

* Install all dependencies

* Fix PR check action

* Fix lint

* Update install.sh and remove pretty check
2022-02-08 22:17:26 +01:00
Bruce Berrios ccafcee72d
Oops (#2446)
* fix

* Install all dependencies
2022-02-08 21:41:59 +01:00
Bruce Berrios f4a9147308
Setup PR check action (#2445) by Bruception 2022-02-08 21:27:14 +01:00
Jack 66c888de0d
added merch store 2022-01-31 23:29:49 +01:00
Jack 2773ad4f8a
Delete feature_request.md 2021-10-10 22:26:06 +01:00