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

Fix post deployment workflows #147

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

diegoalzate
Copy link
Collaborator

closes #145

overview

on our deployment jobs we do not install dependencies as they are not needed but it seems like this causes a bug actions/setup-node#801

this should remove the error

@diegoalzate diegoalzate added the bug Something isn't working label Feb 5, 2024
@diegoalzate diegoalzate self-assigned this Feb 5, 2024
@diegoalzate diegoalzate merged commit a734a65 into main Feb 6, 2024
3 checks passed
@diegoalzate diegoalzate deleted the diego/fix-post-deployments branch February 6, 2024 11:59
diegoalzate added a commit that referenced this pull request Feb 13, 2024
* Add automated release process documentation (#117)

* Update workflows and seed script (#118)

* Diego/update develop test (#119)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* Diego/fix bump script authentication (#120)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Diego/fix bump script authentication (#121)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Update deployment workflows with environment variables

* Diego/fix bump script authentication (#122)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Update deployment workflows with environment variables

* Fix error handling in bump-version.sh

* Diego/fix bump script authentication (#123)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Update deployment workflows with environment variables

* Fix error handling in bump-version.sh

* Update git push URL to use GitHub token

* Diego/fix bump script authentication (#124)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Update deployment workflows with environment variables

* Fix error handling in bump-version.sh

* Update git push URL to use GitHub token

* Remove unnecessary comments in bump-version.sh script

* Diego/fix bump script authentication (#125)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Update deployment workflows with environment variables

* Fix error handling in bump-version.sh

* Update git push URL to use GitHub token

* Remove unnecessary comments in bump-version.sh script

* Bump version in deploy-development.yml and deploy-production.yml workflows

* Diego/fix bump script authentication (#126)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Update deployment workflows with environment variables

* Fix error handling in bump-version.sh

* Update git push URL to use GitHub token

* Remove unnecessary comments in bump-version.sh script

* Bump version in deploy-development.yml and deploy-production.yml workflows

* Remove persist-credentials option from checkout step in deploy workflows

* patch update for gh actions (#127)

* Update workflows and seed script

* Update deployment workflows and bump version

* Update workflow triggers

* fix: Update git push URL

* Update deployment workflows with environment variables

* Fix error handling in bump-version.sh

* Update git push URL to use GitHub token

* Remove unnecessary comments in bump-version.sh script

* Bump version in deploy-development.yml and deploy-production.yml workflows

* Remove persist-credentials option from checkout step in deploy workflows

* Bump version to 0.2.0 [skip ci]

---------

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>

* patch update for gh actions (#128)

* update develop with main actions (#129)

* attempt to fix actions (#130)

* Update import paths in seed.ts

* merge main to develop (#131)

* Prerelease v1.0.0 (#108)

* add nullable question id to registration fields

* add registration data id in question options table and accepted column

* add optionQuetionId bool and migrations

* add question id null by default

* add connect registration_field_ids to question options

* add registration value as option title

* improve query performance by pre filtering registrationData

* add informative tabel names and new migrations

* fix unit tests

* Update package.json version to 0.2.0

* clean up console logs

* add new db migration due to breaking table changes

* add ranking column to event and registrationField table

* add db migration

* add reference to question id

* update function tsdoc

* improve error handling of updateQuestionOptions

* optimized query

* add script basic framework

* add script

* add function docstring

* add command to run the script

* improve logging and error handling

* add func to to delete existing data in the database table

* create assets folder and move groups.csv to assets

* Update import paths in seed.ts

* change execution command and move csv parser to dev dependencies

* update yaml file

* move insert custom groups to db folder

* merge develop to next (#133)

* Update import paths in seed.ts

* merge main to develop (#131)

* updated path due to depreciated package

* Fix federated credentials (#134)

* Delete migration files and update user table

* Update package.json version to 1.0.0

* Update package.json version to 0.2.0

* Remove enums (#135)

* Refactor registrationFields and registrations table definitions

* Add migration for changing data types and default value

* change registration field options table name and remove unecassary comments

---------

Co-authored-by: Diego Alzate <diego35.da@gmail.com>

* Bump to version 1.0.0 prerelease (#138)

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>

* add character limit with default zero

* Bump to version 1.1.0 prerelease (#141)

Co-authored-by: MartinBenediktBusch <MartinBenediktBusch@users.noreply.github.com>

* Add event registration description (#143)

* add registration description

* add migration

* revert version bump

* Bump to version 1.2.0 prerelease (#144)

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>

* Improve zupass login (#146)

* Refactor authentication logic and add user verification schema

* Remove unused createNonce function

* Update auth router and service to use verifyPCD instead of verifyNonce and simplify function

* fix: removes possible impersonation hack

* Bump to version 1.3.0 prerelease (#148)

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>

* Add dependency installation step to deployment workflows (#147) (#149)

* Bump to version 1.3.1 prerelease (#150)

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>

* add emaill notification name and make them updatable

* Bump to version 1.4.0 prerelease (#154)

Co-authored-by: MartinBenediktBusch <MartinBenediktBusch@users.noreply.github.com>

* Add COOKIE_PASSWORD to API router (#151)

* Bump to version 1.5.0 prerelease (#155)

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>

* Update database connection URL, port, and cookie password in .env.example (#156)

* adjust function overwriteRegistrationData (#159)

* adjust function overwriteRegistrationData

* implement for loop and remove promise all

* initialize empty array fill it at each iteration step

* change function name

* Refactor registrationData functions

* Refactor sendRegistrationData function and add test for updating registration data

---------

Co-authored-by: Diego Alzate <diego35.da@gmail.com>

* Bump to version 1.6.0 prerelease (#160)

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>

---------

Co-authored-by: diegoalzate <diegoalzate@users.noreply.github.com>
Co-authored-by: Martin Benedikt Busch <43137759+MartinBenediktBusch@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Benedikt Busch <bene.busch1992@gmail.com>
Co-authored-by: MartinBenediktBusch <MartinBenediktBusch@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Post job failing on release
2 participants