forked from FiligranHQ/zotprime
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: Updated CI patch: remove comments from dataserver Dockerfile patch: updated elasticsearch to 8.10.2 patch: Updated README.md feat: Directrories restructure patch: Addresses Issue zotero/dataserver#130 When a message has continued=false, delay is only 250ms Increase global-topic delays feat: updated create-user.sh init-mysql.sh as per latest dataserver update changes patch: elasticsearch logging verbosity to WARN Revert "Revert "Fix init-mysql.sh according to new schemas"" This reverts commit b9627b3. patch: remove comments from ds.Dockerfile patch 338c626ea3f252115837def54415a67df73b6f4e Return `Content-Type: application/zip` from S3 for compressed files We were returning the attachment file's content type instead of indicating that the response itself was a ZIP file. https://groups.google.com/g/zotero-dev/c/ZS7o5ymitFw/m/3RN6VxxlAQAJ a649154d4abbb4e39e331998eb5cd0c8bdeb71d3 Fix storage usage calculation for users with >1 group on a shard When we switched to `shardLibraries.storageUsage` and removed `SUM()`, `WITH ROLLUP` stopped counting all but one group per shard. 82540c48a99218aa7b5c9565957accece98e04ee Use MySQL's `new.` syntax in storageFileItems ON DUPLICATE KEY UPDATE patch: CI README.md obsolete patch: Added multistaging to dataserver dockerfile patch: update zotero client to 6.0.27 Github Actions Update Submodule client/zotero-client patch: Updated stream-server submodule Github Actions Update Submodule dataserver patch: branches for submodules patch: change version patch: Updated CI patch: apache permissions Revert "Fix init-mysql.sh according to new schemas" This reverts commit ef3eef7. patch: Add user. Mariadb syntax. Email and library ID commit 6f64386 Author: piernov <piernov@piernov.org> Date: Thu Nov 17 15:41:43 2022 +0100 Fix init-mysql.sh according to new schemas patch: syncDeleteLogKeys and tags to utf8mb4 Update create-user.sh for newer schemas and add custom library_id patch: typo in port definition for client.Dockerfile. Improve README.md patch: updated GKE, microk8s charts patch: Updated README.md Added Credits patch: updated client build to switch between linux/windows and to define api and stream server url's. patch: k8s updated GKE terraform, helm-chart patch: Updated README.md patch: Added SSL Certificate Manager. Updated Charts patch: Updated Helm Charts patch: Restructured secrets. Created Helm Charts patch: Added init.sh as postsart script into dataserver pod patch: removed CPU limits. Increased data storage. Updated terraform patch: client build update Pulled down update to client submodules patch: Connect from dataserver to mini via internal ip. Structure persistent volume names patch: dataserver patch: k8s updated liveness probes to fix GKE Ingress feat: For localhost server/client access minio via 10.5.5.1:9000. Removed rinetd. Update Zend/Service/Amazon/S3.php patch: .vscode to ignore patch: update k8s manifests patch: update k8s manifests feat: move dataserver ip/host config to .env. move stream server config into build fix: updated config.inc.php patch: configmap streamserver patch: Split manifests for microk8s and GKE patch: Ingress for GKE patch: dataserver config split between microk8s and cloud k8s patch: client for k8s patch: fix minio manifest volume issue patch: fix db manivfest volume issue patch: ignore kubeconfig patch: Updated terraform patch: Updated terraform patch: updated images from dockerhub. Updated terraform patch: refactor folders patch: introduced terraform patch: k8s refactor yaml names patch: k8s Added helm charts fix: client k8s fix fix: refactor miniomc entrypoint and env patch: k8s update folder structure. Added miniomc. update objects patch: Added priorityclasses fix: restart rinetd in case of exit patch: k8s update streamserver patch: k8s client setup patch: k8s objects added ingress, lb patch: k8s objects patch: k8s objects for dataserver fix: fix env variables for kubernetes. Remove duplicate env variables from entrypoint.sh patch: k8s objects for for elasticsearch updated fix: Added prod, dev docker-compose.yml versions, added elasticsearch RAM limit feat: copy dataserver during image buid and do not mount as a volume Reference minio/minio#5469 fix storage bugs (cherry picked from commit 404ded2) patch: k8s objects for tinymceclean patch: k8s objects for streamserver; for redis updated patch: k8s objects for localstack; for phpmyadmin updated; for db updated patch: k8s objects for elasticsearch patch: k8s objects for phpmyadmin, memcached; for db updated patch: k8s objects for redis patch: k8s objects for mariadb; for minio pod update fix: fix .gitignore fix: fix docker compose CI feat: Added 1. dev, prod docker compose. 2. docker compose build CI workflow. 3. pre-built images configuration patch: k8s objects for minio pod workable patch: k8s objects for minio partial
- Loading branch information
Showing
3,065 changed files
with
302 additions
and
454 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.env | ||
draft | ||
build | ||
logs | ||
**/secret*.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[submodule "tinymce-clean-server"] | ||
path = tinymce-clean-server | ||
url = https://github.com/uniuuu/tinymce-clean-server | ||
branch = stage | ||
[submodule "stream-server"] | ||
path = stream-server | ||
url = https://github.com/uniuuu/stream-server | ||
branch = stage | ||
[submodule "client/zotero-client"] | ||
path = client/zotero-client | ||
url = https://github.com/uniuuu/zotero | ||
branch = 6.0 | ||
[submodule "client/zotero-standalone-build"] | ||
path = client/zotero-standalone-build | ||
url = https://github.com/uniuuu/zotero-standalone-build | ||
[submodule "client/zotero-build"] | ||
path = client/zotero-build | ||
url = https://github.com/uniuuu/zotero-build | ||
branch = master | ||
[submodule "dataserver"] | ||
path = dataserver | ||
|
||
[submodule "stack/dataserver/dataserver"] | ||
path = stack/dataserver/dataserver | ||
url = https://github.com/uniuuu/dataserver.git | ||
branch = stage | ||
[submodule "stack/tinymce-clean-server/tinymce-clean-server"] | ||
path = stack/tinymce-clean-server/tinymce-clean-server | ||
url = https://github.com/uniuuu/tinymce-clean-server.git | ||
[submodule "stack/stream-server/stream-server"] | ||
path = stack/stream-server/stream-server | ||
url = https://github.com/uniuuu/stream-server.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Submodule zotero-client
updated
1383 files
Submodule zotero-standalone-build
updated
7 files
+2 −28 | build.sh | |
+1 −0 | config.sh | |
+1 −1 | modules/zotero-word-for-mac-integration | |
+1 −1 | scripts/5.0_release_build_and_deploy | |
+2 −1 | scripts/notarization_info | |
+0 −18 | scripts/notarization_status | |
+1 −1 | scripts/notarize_mac_app |
Submodule dataserver
deleted from
5fba6e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.