Commit graph

60 commits

Author SHA1 Message Date
Bruce Berrios 2bae227b63 chore: Prettier fix node 18 (Bruception) (#4533)
* fix: spelling mistakes in Nepali wordlist and quotes (#4528)

* fix spelling mistakes

* fix spelling mistakes in word list

* remove duplicates

* fix quote lengths

* chore: disable commitlint in commit-msg hook

This should make life easier for new contributors.
PR names still have to follow the convention though.
This check still runs on master on the main repo.

* node 18

---------

Co-authored-by: sapradhan <sapradhan@users.noreply.github.com>
Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-14 14:27:00 +02:00
Miodec 3981caba40 ci: update node version 2023-08-10 23:44:14 +02:00
Miodec 5eea3a261e ci: update job name 2023-08-10 23:38:04 +02:00
Miodec 559cef6b52 ci: add action to validate pr titles 2023-08-10 23:34:50 +02:00
Bruce Berrios fa32e08c0e
Upgrade actions in workflows (#4232) 2023-04-30 11:20:09 -04:00
Bruce Berrios dcb505e507
Fix on failure action (#3959)
* Fix on failure action

* Bad commit

* Use API token

* Another bad commit

* Fix bad commits
2023-01-27 21:07:08 -05:00
Jack dc1b217cb9
Update monkey-ci.yml 2023-01-27 01:58:25 +01:00
Bruce Berrios b2c75a11d4
Housekeeping (#3940)
* Housekeeping

* Early exit not needed
2023-01-25 11:50:30 +01:00
Bruce Berrios e8e377ff62
House keeping (#3867) bruception
* Add comment for blind mode

* Maybe fix on failure job
2023-01-04 14:48:33 +01:00
Bruce Berrios bdd6ce0ffa
Housekeeping (#3816)
* housekeeping

* bad commit

* fix bad
2022-12-08 14:46:17 +01:00
Bruce Berrios 89fa7dc25d
Add failed PR comment job (#3808) Bruception
* Add failed PR comment job

* test

* .

* test

* Download workflow artifact

* .

* test

* .

* test

* nice

* Fix typo
2022-12-07 23:02:13 +01:00
Bruce Berrios 4a56a31b07
Checkout monkey CI (#3807) 2022-12-05 19:07:06 +01:00
Bruce Berrios 46d7a78ffe
Add Monkey CI (#3799)
* Split PR checks

* Split Jobs

* Test

* Fix path check

* Use checkout

* Undo

* oh boy

* .

* .

* .

* .

* test

* .

* .

* .

* .

* .

* .

* .

* yay

* Remove jsonschema from global dep

* monkey ci

* .

* oops

* test

* .

* .

* .

* .

* .

* .

* .

* ayy

* add permissions
2022-12-05 18:52:15 +01:00
Bruce Berrios 5a0e8ae72e
Housekeeping (#3374) 2022-08-08 16:16:07 +02:00
Bruce Berrios d9da78673e
Add git config (#3080) 2022-06-07 16:05:36 -05:00
Bruce Berrios c15d0c1572
Fix prettier issues (#3078)
* Fix

* Pretty Workflow

* spacing fix

* oops

* Update base pretty script
2022-06-07 12:02:03 -04:00
Bruce Berrios d7862750ce
Remove lua (#2996) 2022-05-19 18:45:17 +02:00
Bruce Berrios 1384e9f81d
Add pretty check (#2990) bruception
* Add pretty check

* test

* test

* Add pretty check

* Add condition check

* Enforce style on code changes

* Update scripts

* Any src
2022-05-19 11:31:18 +02:00
Miodec a8dfc44f49 testing new feature 2022-05-10 12:56:27 +02:00
Miodec 3da1246a38 added if 2022-05-06 23:17:29 +02:00
Miodec e451375274 saving pr number 2022-05-06 18:43:53 +02:00
Miodec f88dc88c8d added permissions 2022-05-06 17:23:06 +02:00
Miodec 366999bb8e still trying to comment 2022-05-06 14:48:27 +02:00
Miodec fb1d8577a6 workflow update 2022-05-06 14:37:29 +02:00
Miodec 66916dabf2 linking workflow 2022-05-06 13:53:32 +02:00
Miodec b481f8e145 testing new workflow 2022-05-06 13:38:19 +02:00
Jack 80e9e49a78
Create labeler.yml 2022-05-06 12:53:08 +02:00
Miodec 89c9557475 definitely didnt forget about those 2022-05-05 23:35:40 +02:00
Bruce Berrios 8095dd6bfc
Add test step in pr-check action (#2942) Bruception
* Add test step in pr-check action

* Add jest action

* Specify wd

* Remove action

* Remove test

* Add anti-cheat check
2022-05-05 23:06:40 +02:00
Bruce Berrios 91220a5bdc
Move backend source files into src folder (#2943) 2022-05-05 19:27:00 +02:00
Evan f584d683bb
Rename scripts to ts (#2869) ferotiq
* Rename scripts to ts

* Update config.base.js

* Delete firebase-config.ts
2022-04-24 17:20:30 +02:00
Bruce Berrios adf5a0d1db
Include dev branch in CI (#2739) 2022-03-20 11:31:51 -05:00
Jack fe668e4811
Moved firebase to new modular version 9 sdk (#2727)
* using modular sdk

* removing last script

* replacing more code

* unused code

* removed unused code

* removed unused code

* importing auth

* using analytics controller

* importing auth and analytics

* importing auth

* updated git ignore

* fixed path

* removed live config from gitignore

* added error message when failing to initialize firebase

* added live config
using live config when building production

* removed unused code

* fixed incorrect function use

* added example config

* added a step to the contributing guide

* optional steps

* fixed path

* using example in source code so that github actions dont cry like little babies

* using function correctly

* using function correctly

* ignoring live

* removed

* added action webpack config

* bruce said "no-no"

This reverts commit 0a1e5e1660.

* Fix

* Add ignore

* updated instructions

* using correct functions

* using correct function

* missing parameter

* using correct function

* using correct function

* removed ts ignores

* using new functions

* removed refresh

* using new functions

* merge fix

* fixed merge

* regenereated lockfile

* using correct function

* defaulting to the email thats already entered

* moved lines

Co-authored-by: Bruception <bberr022@fiu.edu>
2022-03-19 12:33:25 +01:00
Bruce Berrios 6d0966eea0
Compile sass using webpack (#2728) bruception
* Compile sass using webpack

* Add scss compilation
2022-03-18 15:40:40 +01:00
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
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
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
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
Jack c13a83cff5 removed workflow 2021-10-10 16:40:02 +01:00