Skip to content

Commit 177ceed

Browse files
committed
Merge remote-tracking branch 'SAPDocuments/master'
2 parents cc9031b + 8d57960 commit 177ceed

1,245 files changed

Lines changed: 162557 additions & 5960 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
jobs:
3+
build:
4+
timezone:
5+
America/Los_Angeles
6+
docker:
7+
- image: circleci/node:9.6.1
8+
steps:
9+
- checkout
10+
- restore_cache:
11+
key: dependency-cache-{{ checksum "package.json" }}
12+
- run:
13+
name: Install dependencies
14+
command: npm install --production
15+
- save_cache:
16+
key: dependency-cache-{{ checksum "package.json" }}
17+
paths:
18+
- node_modules
19+
- run:
20+
name: Run test tool
21+
command: npm run test
22+
no_output_timeout: '20m'
23+
notify:
24+
webhooks:
25+
# gitter hook
26+
- url: https://webhooks.gitter.im/e/15f197634234d80a32fa
27+

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ Thumbs.db
4242

4343
# validation files #
4444
######################
45-
rules.vr
45+
rules.vr
46+
package-lock.json
47+
package.json

.spelling

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ Kubernetes
101101
keychain
102102
Keychain
103103
keystore
104+
Konsole
104105
Leonardo
105106
Lifecycle
107+
localhost
106108
Lumira
107109
MacBook
108110
macOS
@@ -116,8 +118,10 @@ multistore
116118
Multistore
117119
Multitenant
118120
multitenant
121+
multipart
119122
MySQL
120123
Neo
124+
neo-app
121125
NetWeaver
122126
Node.js
123127
northwind
@@ -142,6 +146,7 @@ POJOs
142146
popup
143147
Postgres
144148
PostgreSQL
149+
Preinstallation
145150
preinstalled
146151
pre-pend
147152
pre-pended
@@ -205,6 +210,7 @@ uncurried
205210
unpartitioned
206211
UTC
207212
util
213+
Velotics
208214
VirtualBox
209215
virtualization
210216
VMware
@@ -215,6 +221,7 @@ Wi-Fi
215221
WinSCP
216222
Witalij
217223
Worklist
224+
Workset
218225
Wroblewski
219226
XML
220227
XSEngine
@@ -246,3 +253,6 @@ _23
246253
_24
247254
_25
248255
_FILE
256+
TensorFlow
257+
Bazel
258+
Jupyter

circle.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)