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

tweak: odds & sods #5478

Merged
merged 28 commits into from
Apr 11, 2024
Merged

tweak: odds & sods #5478

merged 28 commits into from
Apr 11, 2024

Conversation

jaskfla
Copy link
Contributor

@jaskfla jaskfla commented Mar 7, 2024

Merge checklist

  • Write out actual semantic messages for squashed merge

Changes

  • Removes unused meditrak-server package
  • Changes author website in package.jsons to https://bes.au
  • More verbose error message in VizConfig
  • Typographic touch-ups in admin-panel CustomLandingPagesPage
  • Short circuits TablePaginator
  • Changes the file mode of an ignore file from executable to regular

@jaskfla jaskfla changed the title no-issue: Odds and sods tweak: odds and sods Apr 2, 2024
@jaskfla jaskfla marked this pull request as ready for review April 4, 2024 03:50
Copy link
Contributor Author

@jaskfla jaskfla Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason this file was set as executable. Just changed it back into a regular plaintext file

# Before
$ ls -al | grep gitignore
-rwxr-xr-x@  1 Jasper  staff       25  2 Nov 10:31 .gitignore

# After
ls -al | grep gitignore
-rw-r--r--@  1 Jasper  staff       25  2 Nov 10:31 .gitignore

Not sure why GitHub shows this as an empty file in the diff. You can verify that it’s not empty by viewing the file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a short-circuit, otherwise lines 73–88 get executed for no reason

Copy link
Collaborator

@rohan-bes rohan-bes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice changes! One question but pre-approving

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of deleting this?

Copy link
Contributor Author

@jaskfla jaskfla Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, probably unclear in the diff UI, but that’s the only file in /meditrak-server. This PR deletes the unused package

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see! Thanks for cleaning up 🙏

@jaskfla jaskfla changed the title tweak: odds and sods tweak: odds & sods Apr 11, 2024
@jaskfla jaskfla merged commit e2be711 into dev Apr 11, 2024
44 checks passed
@jaskfla jaskfla deleted the odds-and-sods branch April 11, 2024 04:57
@jaskfla jaskfla mentioned this pull request Apr 11, 2024
1 task
@rohan-bes rohan-bes mentioned this pull request Apr 22, 2024
1 task
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.

2 participants