Skip to content

Commit ec8f47e

Browse files
Merge branch 'master' into master
2 parents 9aa8d84 + e0deaf6 commit ec8f47e

File tree

5,513 files changed

+70790
-212668
lines changed

Some content is hidden

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

5,513 files changed

+70790
-212668
lines changed

.circleci/config.yml

Lines changed: 10 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,18 @@
1-
version: 2
2-
jobs:
3-
build-all:
4-
docker:
5-
- image: circleci/node:10.16.0
6-
steps:
7-
- checkout
8-
- restore_cache:
9-
key: dependency-cache-{{ checksum "package.json" }}
10-
- run:
11-
name: Install dependencies
12-
command: npm install --production
13-
- save_cache:
14-
key: dependency-cache-{{ checksum "package.json" }}
15-
paths:
16-
- node_modules
17-
- run:
18-
name: Run test tool on the all tutorials
19-
command: npm run test
20-
no_output_timeout: '15m'
21-
build:
22-
docker:
23-
- image: circleci/node:10.16.0
24-
steps:
25-
- run: echo "RUN_BUILD is ${RUN_BUILD}"
26-
- checkout
27-
- restore_cache:
28-
key: dependency-cache-{{ checksum "package.json" }}
29-
- run:
30-
name: Install dependencies
31-
command: |
32-
if [[ ${RUN_BUILD} ]]; then
33-
npm install --production
34-
fi
35-
- save_cache:
36-
key: dependency-cache-{{ checksum "package.json" }}
37-
paths:
38-
- node_modules
39-
- run:
40-
name: Run test tool on the all tutorials
41-
command: |
42-
if [[ ${RUN_BUILD} ]]; then
43-
npm run test
44-
fi
45-
no_output_timeout: '15m'
46-
1+
orbs:
2+
tutorial-checker-orb: saptutorials/[email protected]
3+
version: 2.1
474
notify:
485
webhooks:
49-
# gitter hook
506
- url: https://webhooks.gitter.im/e/15f197634234d80a32fa
517
workflows:
528
version: 2
539
nightly:
5410
triggers:
55-
- schedule:
56-
cron: "0 1 * * 0-5"
57-
filters:
58-
branches:
59-
only:
60-
- master
11+
- schedule:
12+
cron: "0 1 * * 0-5"
13+
filters:
14+
branches:
15+
only:
16+
- master
6117
jobs:
62-
- build-all
18+
- tutorial-checker-orb/build-all

.reuse/dep5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: Tutorials
3+
Upstream-Contact: Joshua Margo ([email protected])
4+
Source: https://github.com/sap-tutorials/Tutorials
5+
6+
Files: *
7+
Copyright: 2022 SAP SE or an SAP affiliate company and https://github.com/sap-tutorials/Tutorials contributors
8+
License: CC-BY-4.0

LICENSE.txt

Lines changed: 395 additions & 233 deletions
Large diffs are not rendered by default.

LICENSES/CC-BY-4.0.txt

Lines changed: 156 additions & 0 deletions
Large diffs are not rendered by default.

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Circle CI](https://circleci.com/gh/SAPDocuments/Tutorials.svg?style=svg)](https://circleci.com/gh/SAPDocuments/Tutorials)
22
[![devDependency Status](https://david-dm.org/SAPDocuments/Tutorials/dev-status.svg)](https://david-dm.org/SAPDocuments/Tutorials?type=dev)
3+
[![REUSE status](https://api.reuse.software/badge/github.com/sap-tutorials/Tutorials)](https://api.reuse.software/info/github.com/sap-tutorials/Tutorials)
34

45
# Tutorials for https://developers.sap.com
56
Welcome to the Markdown tutorial catalog for tutorials you can find on the [SAP developer pages](https://developers.sap.com) here: <https://developers.sap.com/tutorial-navigator.html>.

analyze/constants/index.js

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

analyze/helpers/config.js

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

analyze/helpers/csv.js

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

analyze/helpers/fs.js

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

analyze/helpers/output.js

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

analyze/helpers/run-args.js

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

analyze/memory/csv-helper.js

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

0 commit comments

Comments
 (0)