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

Main release #25

Merged
merged 41 commits into from
May 2, 2024
Merged

Main release #25

merged 41 commits into from
May 2, 2024

Conversation

Siumauricio
Copy link
Contributor

Feature Additions:

  • Introduced migrate file to facilitate running migrations through the npm command.
  • Added setup file to automate the spinning up of necessary files and services.
  • Implemented canary builds for testing purposes to enhance CI/CD processes.

Fixes:

  • Fixed redirection to a valid route, ensuring users are directed to appropriate locations specially when are loggin in 2fa.
  • Updated the slugify function to remove unwanted characters from the appName, addressing issue Connecting Github is returning 404 #10
  • Corrected a typo from 'enviroment' to 'environment'.
  • Changed for in loop to for of for accessing real values in iterations, enviroments to builders like nixpacks was not passing now is fixed.

Rei-x and others added 30 commits April 30, 2024 15:35
Automatically navigate to new project after creation
On GCP instances lsof -i gives false positive about port usage. Using ss -tulnp fixes this
…-404

fix(#10): slugify the appName and remove weird characters
I updated the script since the actual script was outdate
feat: use `ss -tulnp | grep ':PORT '` instead of `lsof -i :PORT`
@Siumauricio Siumauricio merged commit de278d9 into main May 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants