Przeglądaj źródła

Added missing templates, badges etc.

Kamil Piechaczek 7 lat temu
rodzic
commit
55bd938f6f

+ 12 - 0
packages/ckeditor-cloud-services-core/.editorconfig

@@ -0,0 +1,12 @@
+# Configurations to normalize the IDE behavior.
+# http://editorconfig.org/
+
+root = true
+
+[*]
+indent_style = tab
+tab_width = 4
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true

+ 18 - 0
packages/ckeditor-cloud-services-core/.gitattributes

@@ -0,0 +1,18 @@
+*			text=auto
+
+*.htaccess	eol=lf
+*.cgi		eol=lf
+*.sh		eol=lf
+
+*.css		text
+*.htm		text
+*.html		text
+*.js		text
+*.json		text
+*.php		text
+*.txt		text
+*.md		text
+
+*.png		-text
+*.gif		-text
+*.jpg		-text

+ 9 - 0
packages/ckeditor-cloud-services-core/.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,9 @@
+### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention))
+
+Type: Message. Closes #000.
+
+---
+
+### Additional information
+
+*For example – encountered issues, assumptions you had to make, other affected tickets, etc.*

+ 24 - 10
packages/ckeditor-cloud-services-core/.travis.yml

@@ -1,18 +1,32 @@
 sudo: required
 dist: trusty
 addons:
-    apt:
-        sources:
-            - google-chrome
-        packages:
-            - google-chrome-stable
+  firefox: latest
+  apt:
+    sources:
+    - google-chrome
+    packages:
+    - google-chrome-stable
 language: node_js
 node_js:
-    - "6"
+- '8'
+cache:
+  yarn: true
+branches:
+  except:
+  - stable
 before_install:
-    - export DISPLAY=:99.0
-    - sh -e /etc/init.d/xvfb start
+- export DISPLAY=:99.0
+- sh -e /etc/init.d/xvfb start
+- npm i -g yarn
 install:
-    - npm install
+- yarn add @ckeditor/ckeditor5-dev-tests
+- ckeditor5-dev-tests-install-dependencies
 script:
-    - npm run lint && npm test && cat ./coverage/text.txt
+- ckeditor5-dev-tests-travis
+after_success:
+- ckeditor5-dev-tests-save-revision
+env:
+  global:
+  - secure: RtA5YtWkbIlqhVhLsTd5i912ERdHTEOcMPG7I4Kw2wXy2SOjXN/jGM3+VMpvLpv1LxKJOws37tQvSjnFfN/HW3I4paaxDukitX4m3H017YiY2VxjhU7buHX6MBY8wAe/qtRZJbiZ44N5ww0HKyF3t9JrwS6UGaoxDreshRwt4DRBs+YA0V/z/fZoFY5zXpudjUiqgA2bXpDgYcURn2muEEJ5pD07bT+SdMldKFfOi/j6r8Uc1ibmcBxDTZ+42KKwT3NPd28ERVYInMlcepb1OB0N5MzDHE9gAqkCooE9WlZPL4AcXrxajhYpMMLamkTiOHsiBuUmGyBgrn76y4ypiW5gf1dVhz9h7YSBJAw5tGUmPHoG7/yigSTt7rabvFHpko7m372VENOky1kIrrLzaxJNspD0ujRw5ZZVqbxDZflPAE1jUNv/PZlKFze4zHaL8RFns0rv0tq3zNaiUki4TvRtgqxWrkrfPFyEp9WUMFcintB+B9z8kwCbWA/6Jwuby1QOtD7QmmSkEqnroJeahS71n1Z4+xJUk/b6EdOd18ew7PJ3VJMD3pkQddDJ6ly+SIl2SAyIAWOk4YPd+IzCcOm3vIxeHasLnnp/Gs1vTNSfQbgReOcNYm0IMM174HcqtGYf9prGRI3Bjp6B2pGGUipMO+D2V2pSzpSL+SbgBDQ=
+  - secure: v5nmXdqD8YvOUFlNRUzeDy73nDDmlSM0SW5jhS/zgWDa2SqLH9SbIGR1LQHKmzhs96GrVFQrPb/GibDKmIYo5FVsXXqzs0YvfDXkMO/ejZIs4k8Td/kLqbRCevK+xovJf3XZ44NwcreCF3jY9XRyasZRi65DK27tri53Ynahv+WGDl4w/3soTGR8xBHDmbE8uwVOL21ybIsFoQNCL4XcfROSVhjbGQQyspLuivkGipFuFa1aPlqnDdCmPBb1SBV7x+GPuDdry2uDdNulW74qXFvN8V5PJGsoJ5LtKeilNIEgTtD796tkpdwhQuBwqFU61G/LyNltGXWQhrntCjErdsHYsOezrVb1X3RUOoOma2Afp/y76WNiEuB06abyhXO5h98Un3dNa7rFiUxK1pcMAsyQnkKbvaJ/Y8TqsPyYEYRSA0gO6ayJeHWRsS6H3IfDlF1H29GIppAIQLC5UwERxFK3iVfEVwX1PX4d/75+QpyL1IPxq1jlVeqivFEom5QCWfYVpM27mmUsv37VcTG3oOOjdJdccuLTkPwp2VSbGpBhzOsiHpn+ffTzIJdGOxd9Adb9PbDETNVPdxF3FLZWd41Zfcmp+M62VNOljry9KT4nX4Hi8Jhv6KskWxYITMpNv1ZMLPJcPXyrbFUmE2bbry4hBJ9nn0ha4DSmjOPT40A=

+ 2 - 0
packages/ckeditor-cloud-services-core/CHANGELOG.md

@@ -0,0 +1,2 @@
+Changelog
+=========

+ 4 - 0
packages/ckeditor-cloud-services-core/CONTRIBUTING.md

@@ -0,0 +1,4 @@
+Contributing
+========================================
+
+See the [official contributors' guide to CKEditor 5](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html) to learn more.

+ 10 - 0
packages/ckeditor-cloud-services-core/README.md

@@ -1,6 +1,16 @@
 CKEditor Cloud Services Core
 ============================
 
+[![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor-cloud-services-core.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor-cloud-services-core)
+[![Build Status](https://travis-ci.org/ckeditor/ckeditor-cloud-services-core.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor-cloud-services-core)
+[![BrowserStack Status](https://automate.browserstack.com/automate/badge.svg?badge_key=d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)](https://automate.browserstack.com/public-build/d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)
+[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor-cloud-services-core/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor-cloud-services-core?branch=master)
+<br>
+[![Dependency Status](https://david-dm.org/ckeditor/ckeditor-cloud-services-core/status.svg)](https://david-dm.org/ckeditor/ckeditor-cloud-services-core)
+[![devDependency Status](https://david-dm.org/ckeditor/ckeditor-cloud-services-core/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor-cloud-services-core?type=dev)
+
+
 CKEditor Cloud Services Core API:
 
 * Upload Gateway - API for file uploads to CKEditor Cloud Services.