OrientDb JDBC Driver
push eventmeveo-org/meveo
commit sha 383e4edcacd438751d34594c77ebe9a322ec7ac9
#357:Concat the sourcePath
push time in 14 hours
PR closed arangodb/arangodb-java-driver
This PR changes the behavior on how the base URL for the HttpConnection was constructed.
Now possible:
- Accessing Arango behind a reverse Proxy e.G.
example.com/arango
pr closed time in 15 hours
pull request commentarangodb/arangodb-java-driver
Improved HttpConnection#buildBaseUrl to allow usage of Paths
URL paths support has also impact on parsing dynamically acquired hosts endpoints, triggered by acquireHostList settings.
But unfortunately URL paths are not officially supported by ArangoDB, as you can see in the documentation related to endpoints name format:
- https://www.arangodb.com/docs/3.7/http/endpoints.html#get-information-about-all-coordinator-endpoints
- https://www.arangodb.com/docs/3.7/programs-arangod-cluster.html#my-advertised-endpoint
Even if it works for some db versions, this is not intentionally allowed, not tested and the db behavior could change in the future. Therefore I would close this for now and reconsider it in case the db will officially support URL paths.
comment created time in 15 hours
push eventmeveo-org/meveo
commit sha 1914f6feba5fafcc8c570be9c71e33a65d5b0dac
#357:Added package directory for java file
push time in a day
PR opened Requarks/wiki
In case of large DrawIO diagrams, today it is sometimes impossible to display it totally on the screen. This quick workaround provides a way to enable a scrollbar if the width of the diagram is higher than the browser/screen width.
pr created time in a day
push eventmeveo-org/meveo
commit sha a0885dc489dbd57c8fb96049aa762f68de0c9b28
#357:Fixed crt directory
push time in 2 days
push eventmeveo-org/meveo
commit sha 926cabd5a43e7ed8b635db015a2571226f99de46
Remove hibernate module for JacksonUtil
commit sha 396d4e20cd4562ff252ca6541b72afabe5b04143
Add log when failed to invoke setter
commit sha 28acaecd3d69c79a772ffd557b0fd7c20b128b42
Handle case where the value which is supposed to be a collection comes with a single value
commit sha b982f49c2189d67ede16bf4d566faddd8c68ddb9
Use Jackson to convert single value to collection
commit sha 5f865db9ce19c26f271e900df091cb4cc850a857
Update entrypoint.sh for the extra configurations
commit sha dae2bb57976c471f79bf11f37ecc6ae186fea76b
Fix docker-entrypoint.sh
commit sha b2ec776fc9ef9150a9e810cb6ca363b73da93a5d
Update the default value for MetaspaceSize
commit sha df87018fa91a011ba3846ea9a421baec1db2d457
Update docker stuffs
commit sha e6573d345f44d0eba0c8a0c2a25f9b0c17b61244
Entity graph conversion : handle list of custom relations
commit sha 12046485724bd3be14c798ff5921fdbfcaffe9f0
Raise error if we create en entity reference with no uuid
commit sha c46647759ed1fd8d3f8e43e5e533823a6c220573
Throw exception when target of relation is null
commit sha 930ce88b35f4347c8656a44de15d0d7d9a3dda06
Entity graph conversion : fix circular references
commit sha f11a8553f4e488f7827b08c3046209c587fefca6
Use correct logger type
commit sha 08d1853144130e55d5ec940d4a18760678d148b8
Change method to differentiate relationships and entities
commit sha ffdb6bb58123636dd7460ccf34452cd56d8acbd3
Fix relationships reattachment after merge
commit sha a3e637f7e64f5e0058ac31048ebd29e264c96b54
Convert Dto Data instead of a cast
commit sha 0736b3fa8bdca7447255e2ac10bc33a7eb0fbf1f
v6.14.0
commit sha 7f89f915cc4c728b02e538525ce1a87b6f099a01
Create IEndpointRs
commit sha 6fe0ad17d8b32f5403d9737cd2a8c8925bae6df4
v6.15.0-SNAPSHOT
commit sha 5be3fd043b23d79cf3143e16b34fbea08bf026fa
Move annotation to interface
push time in 2 days
issue commentRequarks/wiki
Video is not rendered in view mode, but is ok in edit mode
This is direly needed. I'm very surprised it's not included.
comment created time in 2 days
push eventmeveo-org/meveo
commit sha 0d0934473897a67a287a0e4b7075c4e881165a86
#357:Fixed suppression of customScript
push time in 3 days
PR opened Requarks/wiki
What does this PR do ?
It adds the ability to completely customize the liveness probe and readiness probe of the wikijs deployment in the helm chart.
The actual configuration DOES NOT change the probes defined before : users who do not care about this change won't notice anything.
Why this PR ?
I opened this PR because when I deployed wikijs via helm, after install the pod was crashlooping because it was too slow to start, and the probe keep restarting it, so I looked for more customizations of the probe and I got none, so I decided to make it myself and share it.
Where should the reviewer start ?
The two files changed are the deployment of wikijs : dev/helm/templates/deployment.yaml and the default values file in dev/helm/values.yaml
Tests
Using helm template . renders the same deployment as before the change, so I think it does not break anything.
Step to reproduce :
- clone the base repo, branch dev :
helm template test-release . > ~/.test-base - clone my fork (https://github.com/larueli/wiki.git), branch dev :
helm template test-release . > ~/.test-fork - Compare :
diff ~/.test-base ~/.test-fork
Anything else ?
Should I add an option to remove probes ?
pr created time in 3 days
push eventmeveo-org/meveo
commit sha 3038f3c3eaf49ae138a7ba74e626f8ba9ef174f8
#357:Changed directory of endpoints
push time in 3 days
push eventmeveo-org/meveo
commit sha a1056d4c712b3349d80ac2c2dd12956b0b1dd5b5
Data persistence in module
commit sha 56857c78c1ff381a06806843d93ff242ec8bcace
#271:Added a meveoModule.json
push time in 3 days
issue openedRequarks/wiki
<!-- Wiki.js 1.x? Go to https://github.com/Requarks/wiki-v1/issues -->
Actual behavior
No Documentation
Expected behavior
Add documentation
Steps to reproduce the behavior
N/A <!-- FOR FEATURE REQUESTS: Use the feature request board instead: https://requests.requarks.io/wiki -->
<!-- Love Wiki.js? Please consider supporting our collective: 👉 https://opencollective.com/wikijs/donate -->
sudo vi /Library/LaunchDaemons/www.wiki-js.application.plist
Create file /Library/LaunchDaemons/www.wiki-js.application.plist with the following: - Set the Working Directory as needed.
BEGIN www.wiki-js.application.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>www.wiki-js.application</string>
<key>WorkingDirectory</key>
<string>/Users/candrews/wiki/root</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/node</string>
<string>server</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
END www.wiki-js.application.plist
To Load and start: launchctl load /Library/LaunchDaemons/www.wiki-js.application.plist launchctl start /Library/LaunchDaemons/www.wiki-js.application.plist
To enable at boot: launchctl enable system/www.wiki-js.application.plist
created time in 3 days
issue openedRequarks/wiki
Cannot read property 'created' of undefined
Discussed in https://github.com/Requarks/wiki/discussions/4105
<div type='discussions-op-text'>
<sup>Originally posted by miukumac June 20, 2021</sup> Running 2.5.201 in Docker with PostgreSQL, every single page, whether edited or created now errors out with;
"Cannot read property 'created' of undefined" or Cannot read property 'updated' of undefined and causes the page to end up with a "Conflict" warning.
So far I cannot find anything wrong with the install and the docker output gives no hint as to what the problem could be. I have tried re-creating the docker instances, exporting and importing the pgsql database as well as sideloading languages to no avail.
I have tested with Edge (91.0.864.54) and Chrome (91.0.4472.114) so far and they both exhibit the same issues. </div>
created time in 3 days
issue closedRequarks/wiki
Hi
after following this guild https://docs.requarks.io/en/install/ubuntu
on each page load I am seeing "An unexpected error occurred."

also in the setting all the left hand menu is .title example

Can someone help please?
closed time in 4 days
TheWizardUkissue closedRequarks/wiki
Comments edit doesn't load updated version
Comments edit is working not as expected.
Actual behavior:
- I posted a comment and want to edit it
- I press "Update comment" button. Then I enter new text and save it.
- New text appears on the page
- I press "Update comment" again
- I see the first version I entered the first time
Expected results
- I want to see the latest version of text, I see on the page
Installation Current Version: 2.5.201 Operating System: Docker Container (Linux) Hostname: wiki CPU Cores: 1 Total RAM: 1.95 GB Working Directory: /wiki Configuration File: /wiki/config.yml
closed time in 4 days
aprokopenkoissue closedRequarks/wiki
Wiki JS - What am i doing wrong arrrrrrrr..
Hi
I have done some testing with ubuntu, centos and a centos / docker mix with various versions of node.js and postgresql. All within the support versions detailed on the wiki js site and presented with the same issue each time.
My issue, due to corporate network restrictions only port 80 is open and already in use by other applications so I am using proxypass, example below I have removed some personal details.
<VirtualHost *:80
ProxyPreserveHost on
ProxyPass /wiki http://localhost:3000 retry=1 acquire=3000 timeout=600 keepalive=On
ProxyPassReverse /wiki http://localhost:3000
RequestHeader set Host localhost
</VirtualHost>
When hitting the url I am faced with just a white page. I can see a header subject “wiki setup” or the title of my homepage I created below, so I know it’s kind of working, and If I inspect the page with some browser tools I can see the context
Example, If I RDP to an environment where theses network restrictions are not in place I can access the wiki js without any issues via port 3000
Creating a home page with some duff info and saving it in the RDP env then going back to the corporate network, although still a white screen inspecting the source I can see the changes made in the RDP session.
I have tried enabling / disabling some of the wiki js security setting x fow etc still no luck
Am I doing something wrong?
Thanks for your time
closed time in 4 days
TheWizardUkissue commentRequarks/wiki
Wiki JS - What am i doing wrong arrrrrrrr..
hope these helps
comment created time in 4 days
issue commentRequarks/wiki
sideload also being mentioned in the official guideline https://docs.requarks.io/install/sideload
comment created time in 4 days
pull request commentRequarks/wiki
@NGPixel Any thoughts on this pull request? It would be really nice to get this upstream.
comment created time in 4 days
push eventarangodb/arangodb-docker
commit sha da569961c6a136675562b066aa542d4a8e05c8cf
arangodb 3.7.12
push time in 5 days
issue openedarangodb/arangodb-java-driver
Remove --allow-incomplete-classpath from native-image.properties
--allow-incomplete-classpath is suitable for debugging but nor for running production code. Its presence in arangodb-java-driver enables it for all projects depending on it. The maintainers of those projects thus may get mislead into believing that their code is correct (because otherwise the native compilation would have failed) but in reality the code is broken and may fail in production.
created time in 5 days
issue commentRequarks/wiki
Here's a guide to doing so - if you are using Docker although the same works for plain install. https://stackoverflow.com/questions/62383153/wiki-js-cant-go-through-corporate-proxy
Check the last reply.
comment created time in 6 days
issue commentRequarks/wiki
How did you including the localization files in offline mode ?
comment created time in 6 days
issue commentRequarks/wiki
Hi, I take it back - we are still getting errors on trying to save any page ( Cannot read property 'updated' of undefined ) despite embedding the locale files in the container.
So no, including the localization files in offline mode did not fix it completely :-(
comment created time in 6 days
issue commentRequarks/wiki
Thanks for the reply miukumac
can you details the steps to fix the issue please?
comment created time in 6 days
issue commentRequarks/wiki
We ran into the same issue on our WikiJS Dockers - it seems the localization files are failing to load and things are breaking hard.
Triaged it by sideloading them and setting offline mode on for now.
comment created time in 6 days
issue openedRequarks/wiki
Hi
after following this guild https://docs.requarks.io/en/install/ubuntu
on each page load I am seeing "An unexpected error occurred."

also in the setting all the left hand menu is .title example

Can someone help please?
created time in 6 days
push eventmeveo-org/meveo
commit sha f3a071a86c1aceb322ac2787590c07306bc96818
#248:fixed one camel case
commit sha ee7c05d40a9a87b36690e7ac7c06fb29a108d5b4
#357:Changed directory to get json schema and java files
commit sha 9e6782df0e803d9aa7e12ac34f6de7fe0dfa1d54
#357:Changed directory of endpoints
commit sha daf8d34f4e5a14ca00193cf796f77801cf79b49a
#357: Changed directory of java file for script
commit sha c24f45180f3740d76ab33af8bd365aaf5a9f0615
#357:Changed directory to get json schema et java file
commit sha d9245330fb0c4468af664932f647c44fec1821a3
#357:RemoveFilesFromModule
push time in 6 days
push eventRequarks/wiki
commit sha b3612b61bad08ad8f8182ea410e6e947a001a3f7
docs: update BACKERS ***NO_CI***
push time in 7 days