Skip to content

Commit

Permalink
Paid org version rewrite (#68)
Browse files Browse the repository at this point in the history
* update emails and license dates

* add marketplace events; reorg code

* modularize

* remove TODOs

* labels tests

* add buy comment only once

* plans updates

* max 1000 files

* update serverless

* remove issues write

* upgrade sentry

* add sentry DSN

* update noqcks/generated to 7.23.0

* add npmignore

* add org and app for serverless

* catch error with custom labels

* adding blocked accounts

* memory size change from 1024 to 512

* provisionedConcurrency

* 256mb

* checking for max files

* 256mb

* remove prepareFramesForEvent

* github actions v3

* remove synchronize file

* adding paid plan comments

* eslint fixes

* update wording about pro plan purchase

* remove deploy yaml

Co-authored-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks and Benji Visser authored Nov 15, 2022
1 parent f839be1 commit f62face
Show file tree
Hide file tree
Showing 43 changed files with 2,136 additions and 1,521 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
"jest": true
},
"extends": "airbnb-base",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}
30 changes: 0 additions & 30 deletions .github/workflows/deploy.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Node
node_modules/
coverage/

# Secrets
*.pem
Expand Down
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# package directories
node_modules
jspm_packages

# Serverless directories
.serverless
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Benji Visser <[email protected]>
Copyright (c) 2022 Benji Visser <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ I may update this privacy policy from time to time. Thus, you are advised to rev

## Contact me

If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at `[email protected]`.
If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at `[email protected]`.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ npm start

## License

[MIT](LICENSE) © 2021 Benji Visser <[email protected]>
[MIT](LICENSE) © 2022 Benji Visser <[email protected]>

1 change: 1 addition & 0 deletions app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ default_permissions:
# https://developer.github.com/v3/apps/permissions/#metadata-permissions
metadata: read

# read .gitattributes for custom generated files
single_file: read

single_file_name: ".gitattributes"
188 changes: 0 additions & 188 deletions index.js

This file was deleted.

Loading

0 comments on commit f62face

Please sign in to comment.