Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full recode #70

Merged
merged 36 commits into from
Sep 20, 2020
Merged

Full recode #70

merged 36 commits into from
Sep 20, 2020

Conversation

SpraxDev
Copy link
Member

closes #54

* GitHub Actions
* Issue templates
* CONTRIBUTING.md
* CODE_OF_CONDUCT.md
Add TypeScript as a dependency and move files to their new folders
@SpraxDev SpraxDev self-assigned this Aug 17, 2020
@SpraxDev SpraxDev marked this pull request as ready for review September 14, 2020 14:34
@SpraxDev
Copy link
Member Author

Done with testing locally. Currently preparing for production testing.

Gotta improve cookies and documentation. Then this PR can be merged

+ Using one secret for everything by providing a function that returns the first x bytes as a buffer (instead of base64 string)
+ Fixed demo-page not working with expired/invalid cookie

Should have done so earlier... Moving code inside classes and functions instead of top-level scope, allows for imports without the risk of any race conditions.
`mail.ts` importing `dynamicPageGenerator.ts` caused the `global` variable to be instantiated and trying to use `cfg` from `index.ts` before `cfg` could have had the chance to be populated correctly...

Thus this unreadable, large commit :/
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@SpraxDev SpraxDev merged commit a5dbe3b into master Sep 20, 2020
@SpraxDev SpraxDev deleted the typescript-recode branch September 20, 2020 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Recode using TypeScript
1 participant