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

chore: PR preview fixes #1021

Merged
merged 7 commits into from
Mar 4, 2025
Merged

chore: PR preview fixes #1021

merged 7 commits into from
Mar 4, 2025

Conversation

3mcd
Copy link
Member

@3mcd 3mcd commented Mar 4, 2025

This PR temporarily disables the minio-init service, which variably returns status code 0 or 1. I'm not sure what the cause is yet, but since file uploads are not working, I'm going to go ahead and merge this to get the preview workflow to report successes.

@3mcd 3mcd added the preview Auto-deploys a preview application label Mar 4, 2025
@github-actions github-actions bot temporarily deployed to gh-654103159-pr-1021 March 4, 2025 20:55 Inactive
@github-actions github-actions bot had a problem deploying to gh-654103159-pr-1021 March 4, 2025 21:48 Error
@github-actions github-actions bot temporarily deployed to gh-654103159-pr-1021 March 4, 2025 22:00 Inactive
@github-actions github-actions bot had a problem deploying to gh-654103159-pr-1021 March 4, 2025 22:12 Error
@github-actions github-actions bot had a problem deploying to gh-654103159-pr-1021 March 4, 2025 22:19 Error
@github-actions github-actions bot temporarily deployed to gh-654103159-pr-1021 March 4, 2025 23:06 Inactive
@3mcd 3mcd requested a review from tefkah March 4, 2025 23:45
@3mcd 3mcd merged commit b805225 into main Mar 4, 2025
8 checks passed
@3mcd 3mcd deleted the em/preview-fix branch March 4, 2025 23:46
kalilsn pushed a commit that referenced this pull request Mar 5, 2025
* chore: set log level=debug

* chore: try removing healthcheck

* chore: add healthcheck back

* chore: attach false maybe

* chore: really not sure

* chore: try removing minio-init

* chore: empty test commit
kalilsn added a commit that referenced this pull request Mar 5, 2025
* Add ranks to form elements

* Add rank to pub values

* Set rank for form elements with mudder when creating new forms

* Use mudder rank instead of order in form builder

* Fix test expectation

* Sort pub values by rank

* Fix bugs in related value ranking

* Fix form builder sort bugs

* Pass transaction to getPubType

* Fix off by one error

* Condense migrations

* Set collation order at field level rather than on query

* Improve form builder readability

* Cleanup

* Make keyboard interactions work on sortable form elements

* Fix missing hover state on form elements delete/restore buttons

* Add test for form element sorting

* Set config.label on element creation for proper default label

* Actually show label changes in form builder

* Set default label correctly for relationship elements

* Set correct input component for relationship fields on form creation

* Set default config.label when adding a new element to a form

* Make sure config.relationshipConfig.component is set for relationship form elements

* Update test now that label updates are actually reflected in the form builder

* Improve UX for adding relationship form element

Clicking edit on a newly added (not saved to the db) field, then
clicking cancel will no longer delete the element. That will only happen
if you click cancel immediately after adding the new element.

The save button in the form element panel will always be enabled when
first configuring a new field input element. Previously the only way
to add a new relationship field without making an unnecessary config
edit was to click the x, since the Save button was disabled and the
cancel button would remove the element from the form.

* Prevent fallback to bad slug value when rendering unconfigured relationship field

* Make sure mudder table in migrations is 0 indexed

* chore: PR preview fixes (#1021)

* chore: set log level=debug

* chore: try removing healthcheck

* chore: add healthcheck back

* chore: attach false maybe

* chore: really not sure

* chore: try removing minio-init

* chore: empty test commit

* Sort get pubs result in js

* Fix merge mistake

* Add ranks to values in datacite test

* Allow tabbing to form element buttons

Co-authored-by: Thomas F. K. Jorna <[email protected]>

* Fix arcadia seed

* Remove unnecessary sorting

* Sort pub values in the database

* Remove rank from returned values

* Update tests to ignore return order of pub values

* Update sort test to account for new drag handle setup

---------

Co-authored-by: Eric McDaniel <[email protected]>
Co-authored-by: Thomas F. K. Jorna <[email protected]>
allisonking pushed a commit that referenced this pull request Mar 6, 2025
* chore: set log level=debug

* chore: try removing healthcheck

* chore: add healthcheck back

* chore: attach false maybe

* chore: really not sure

* chore: try removing minio-init

* chore: empty test commit
allisonking pushed a commit that referenced this pull request Mar 6, 2025
* Add ranks to form elements

* Add rank to pub values

* Set rank for form elements with mudder when creating new forms

* Use mudder rank instead of order in form builder

* Fix test expectation

* Sort pub values by rank

* Fix bugs in related value ranking

* Fix form builder sort bugs

* Pass transaction to getPubType

* Fix off by one error

* Condense migrations

* Set collation order at field level rather than on query

* Improve form builder readability

* Cleanup

* Make keyboard interactions work on sortable form elements

* Fix missing hover state on form elements delete/restore buttons

* Add test for form element sorting

* Set config.label on element creation for proper default label

* Actually show label changes in form builder

* Set default label correctly for relationship elements

* Set correct input component for relationship fields on form creation

* Set default config.label when adding a new element to a form

* Make sure config.relationshipConfig.component is set for relationship form elements

* Update test now that label updates are actually reflected in the form builder

* Improve UX for adding relationship form element

Clicking edit on a newly added (not saved to the db) field, then
clicking cancel will no longer delete the element. That will only happen
if you click cancel immediately after adding the new element.

The save button in the form element panel will always be enabled when
first configuring a new field input element. Previously the only way
to add a new relationship field without making an unnecessary config
edit was to click the x, since the Save button was disabled and the
cancel button would remove the element from the form.

* Prevent fallback to bad slug value when rendering unconfigured relationship field

* Make sure mudder table in migrations is 0 indexed

* chore: PR preview fixes (#1021)

* chore: set log level=debug

* chore: try removing healthcheck

* chore: add healthcheck back

* chore: attach false maybe

* chore: really not sure

* chore: try removing minio-init

* chore: empty test commit

* Sort get pubs result in js

* Fix merge mistake

* Add ranks to values in datacite test

* Allow tabbing to form element buttons

Co-authored-by: Thomas F. K. Jorna <[email protected]>

* Fix arcadia seed

* Remove unnecessary sorting

* Sort pub values in the database

* Remove rank from returned values

* Update tests to ignore return order of pub values

* Update sort test to account for new drag handle setup

---------

Co-authored-by: Eric McDaniel <[email protected]>
Co-authored-by: Thomas F. K. Jorna <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Auto-deploys a preview application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant