- Install required system dependencies
sudo apt-get install python3-dev default-libmysqlclient-dev build-essential- Remove
backports.zoneinfopackage from requirements.txt - Create virtual env
python -m venv venv| β― curl -kv -ueinstein:relativity https://host.docker.internal:9200/ocs/v1.php/cloud/capabilities | xmllint --format - | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <ocs> | |
| <meta> | |
| <status>ok</status> | |
| <statuscode>100</statuscode> | |
| <message>OK</message> | |
| </meta> | |
| <data> |
| --- | |
| { | |
| "kind": "pipeline", | |
| "type": "docker", | |
| "name": "core-apiAll-e-UK-latest-mysql8.0-php7.3", | |
| "workspace": { "base": "/var/www/owncloud", "path": "testrunner/apps/" }, | |
| "steps": [ | |
| { | |
| "name": "install-core", | |
| "image": "owncloudci/core", |
| { | |
| "system": { | |
| "instanceid": "oc5qorwksd85", | |
| "passwordsalt": "***REMOVED SENSITIVE VALUE***", | |
| "secret": "***REMOVED SENSITIVE VALUE***", | |
| "trusted_domains": [ | |
| "localhost" | |
| ], | |
| "datadirectory": "\/home\/kiran\/www\/owncloud\/core\/data", | |
| "overwrite.cli.url": "http:\/\/localhost\/owncloud\/core", |
| import random | |
| from datetime import datetime, timedelta | |
| from typing import Optional, Tuple | |
| class Owner: | |
| def __init__(self, name: str, dob: str): | |
| self.name = name | |
| self.dob = dob |
| <pre><span style="background-color:#CC0000"><font color="#2E3436"><b> FAIL </b></font></span> <font color="#8D8F8A">packages/web-app-files/tests/unit/views/</font><b>SharedWithOthers.spec.js</b> | |
| SharedWithOthers | |
| <font color="#C4A000">β</font> skipped should show the list loader when the wrapper is still loading | |
| when the wrapper is not loading anymore | |
| <font color="#C4A000">β</font> skipped should show the no content message component if the paginated resources is empty | |
| when length of paginated resources is greater than zero | |
| <font color="#4E9A06">β</font> should load the resource table with correct props (4 ms) | |
| <font color="#C4A000">β</font> skipped should not show the no content message component | |
| <font color="#C4A000">β</font> skipped should show the list info component for the resource table | |
| <font color="#C4A000">β</font><font color="#8D8F8A"> skipped should call "$_fileActions_triggerDefaultAction" method if "fileClick" event is emitte |
| import {Extension, textInputRule} from "@tiptap/core" | |
| export const SmilieReplacer = Extension.create({ | |
| name: "smilieReplacer", | |
| addInputRules() { | |
| return [ | |
| textInputRule({find: /-___- $/, replace: "π "}), | |
| textInputRule({find: /:"-\) $/, replace: "π "}), | |
| textInputRule({find: /':-\) $/, replace: "π "}), |
| import { Node } from "@tiptap/core" | |
| export const inputRegex = /https:\/\/www.youtube.com\/[a-z?=A-Z\-0-7&_]+/ | |
| export default Node.create({ | |
| name: "iframe", | |
| group: "block", | |
| defaultOptions: { | |
| allowFullscreen: true, | |
| HTMLAttributes: { |
| <template> | |
| <v-card | |
| class="full-width" | |
| flat tile | |
| > | |
| <div v-if="label" | |
| class="tiptap-label" | |
| > | |
| {{ label }} | |
| </div> |