Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Fixed bugs in project auto-update. #7442

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Fixed bugs in project auto-update. #7442

merged 1 commit into from
Jan 18, 2023

Conversation

barankyle
Copy link
Member

@barankyle barankyle commented Jan 18, 2023

Summary

Combined creating and patching project cronjob into one function. It tries to patch the named cronjob, and if it doesn't exist, tries to create that cronjob instead.

Made update-cronjob-image script try/catch its patching of existing cronjobs so that failures don't throw an error and restart the builder process.

Added copying of /patches to local Dockerfile

A summary of changes being made in this PR

References

closes #insert number here

Checklist

  • If this PR is still a WIP, convert to a draft
  • ensure all checks pass
  • When this PR is ready, mark it as "Ready for review"
  • Changes have been manually QA'd
  • Changes reviewed by at least 2 approved reviewer

QA Steps

List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos.

Combined creating and patching project cronjob into one function. It tries
to patch the named cronjob, and if it doesn't exist, tries to create that
cronjob instead.

Made update-cronjob-image script try/catch its patching of existing cronjobs
so that failures don't throw an error and restart the builder process.

Added copying of /patches to local Dockerfile
@speigg speigg merged commit ee33fb8 into dev Jan 18, 2023
@speigg speigg deleted the auto-update-fixes branch January 18, 2023 05:07
@barankyle barankyle linked an issue Jan 18, 2023 that may be closed by this pull request
dinomut1 pushed a commit that referenced this pull request Jan 19, 2023
Combined creating and patching project cronjob into one function. It tries
to patch the named cronjob, and if it doesn't exist, tries to create that
cronjob instead.

Made update-cronjob-image script try/catch its patching of existing cronjobs
so that failures don't throw an error and restart the builder process.

Added copying of /patches to local Dockerfile
dinomut1 pushed a commit that referenced this pull request Jan 23, 2023
Combined creating and patching project cronjob into one function. It tries
to patch the named cronjob, and if it doesn't exist, tries to create that
cronjob instead.

Made update-cronjob-image script try/catch its patching of existing cronjobs
so that failures don't throw an error and restart the builder process.

Added copying of /patches to local Dockerfile
speigg pushed a commit that referenced this pull request Jan 25, 2023
* encode ktx2 into EE_material on gltf export
createReadableTexture can now return render target or texture with canvas source
enable cached image loader on GLTFLoader

* widget alignment improvements (#7443)

* Fixed bugs in project auto-update. (#7442)

Combined creating and patching project cronjob into one function. It tries
to patch the named cronjob, and if it doesn't exist, tries to create that
cronjob instead.

Made update-cronjob-image script try/catch its patching of existing cronjobs
so that failures don't throw an error and restart the builder process.

Added copying of /patches to local Dockerfile

* Env config (#7445)

* Multiview skybox patch threejs update (#7448)

* multiview skybox patch and threejs update

* update three version

* update multiview patch

* fix tsc issues

* update local build script in client to copy dist to file server

* update local build script in client to copy dist to file server

* ignore hyperflux local state sync on node

* fix scene update system not being injected in the server

* Replaced all process.env's in config.ts (#7449)

* Add Support For Hardware XR Origin Reset Event (#7452)

* add translateAndRotateAvatar (#7451)

* Updated build script to support custom registry (#7459)

* begin ktx2-encode service

* add compression context menu option to file browser

* add control quality level
add toggle mipmaps

* define type for ktx2-encode create function

Co-authored-by: Josh Field <joshfield999@gmail.com>
Co-authored-by: Kyle Baran <kbaran@bitscoop.com>
Co-authored-by: Hanzla Mateen <hanzlamateen@live.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Issues with auto-updating
2 participants