@oncehub/knowledgeowl-angular 4.1.6 → 4.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +3 -102
  2. package/esm2020/lib/index.mjs +3 -0
  3. package/esm2020/lib/knowledge-owl-link/knowledge-owl-link-module.mjs +18 -0
  4. package/esm2020/lib/knowledge-owl-link/knowledge-owl-link.mjs +92 -0
  5. package/esm2020/lib/knowledge-owl-link/knowledge-owl-widget-errors.mjs +3 -0
  6. package/esm2020/lib/knowledge-owl-link/public-api.mjs +3 -0
  7. package/esm2020/lib/knowledge-owl-widget/knowledge-owl-widget-errors.mjs +4 -0
  8. package/esm2020/lib/knowledge-owl-widget/knowledge-owl-widget-module.mjs +19 -0
  9. package/esm2020/lib/knowledge-owl-widget/knowledge-owl-widget.mjs +143 -0
  10. package/esm2020/lib/knowledge-owl-widget/public-api.mjs +3 -0
  11. package/esm2020/oncehub-knowledgeowl-angular.mjs +5 -0
  12. package/esm2020/public_api.mjs +2 -0
  13. package/fesm2015/oncehub-knowledgeowl-angular.mjs +279 -0
  14. package/fesm2015/oncehub-knowledgeowl-angular.mjs.map +1 -0
  15. package/fesm2020/oncehub-knowledgeowl-angular.mjs +275 -0
  16. package/fesm2020/oncehub-knowledgeowl-angular.mjs.map +1 -0
  17. package/index.d.ts +5 -0
  18. package/lib/knowledge-owl-link/knowledge-owl-link-module.d.ts +8 -0
  19. package/lib/knowledge-owl-link/knowledge-owl-link.d.ts +37 -0
  20. package/lib/knowledge-owl-link/knowledge-owl-widget-errors.d.ts +2 -0
  21. package/lib/knowledge-owl-widget/knowledge-owl-widget-errors.d.ts +3 -0
  22. package/lib/knowledge-owl-widget/knowledge-owl-widget-module.d.ts +8 -0
  23. package/lib/knowledge-owl-widget/knowledge-owl-widget.d.ts +63 -0
  24. package/package.json +25 -51
  25. package/.eslintrc.json +0 -82
  26. package/.github/workflows/codeql-analysis.yml +0 -71
  27. package/.github/workflows/npm-publish.yml +0 -23
  28. package/.lighthouse/jenkins-x/Kptfile +0 -11
  29. package/.lighthouse/jenkins-x/pullrequest.yaml +0 -278
  30. package/.lighthouse/jenkins-x/release.yaml +0 -269
  31. package/.lighthouse/jenkins-x/triggers.yaml +0 -19
  32. package/.prettierignore +0 -2
  33. package/.prettierrc +0 -3
  34. package/.travis.yml +0 -3
  35. package/CHANGELOG.md +0 -250
  36. package/LICENSE +0 -21
  37. package/OWNERS +0 -4
  38. package/OWNERS_ALIASES +0 -25
  39. package/angular.json +0 -47
  40. package/deploy.sh +0 -19
  41. package/package-deploy/npm-login.js +0 -14
  42. package/src/README.md +0 -5
  43. package/src/lib/knowledge-owl-link/index.ts +0 -1
  44. package/src/lib/knowledge-owl-link/knowledge-owl-link-module.ts +0 -10
  45. package/src/lib/knowledge-owl-link/knowledge-owl-link.spec.ts +0 -51
  46. package/src/lib/knowledge-owl-link/knowledge-owl-link.ts +0 -97
  47. package/src/lib/knowledge-owl-link/knowledge-owl-widget-errors.ts +0 -3
  48. package/src/lib/knowledge-owl-widget/index.ts +0 -1
  49. package/src/lib/knowledge-owl-widget/knowledge-owl-widget-errors.ts +0 -6
  50. package/src/lib/knowledge-owl-widget/knowledge-owl-widget-module.ts +0 -11
  51. package/src/lib/knowledge-owl-widget/knowledge-owl-widget.spec.ts +0 -66
  52. package/src/lib/knowledge-owl-widget/knowledge-owl-widget.ts +0 -162
  53. package/src/lib/tsconfig.json +0 -10
  54. package/src/ng-package.json +0 -7
  55. package/src/package-lock.json +0 -117
  56. package/src/package.json +0 -14
  57. package/src/polyfills.ts +0 -76
  58. package/src/tsconfig.lib.json +0 -31
  59. package/src/tsconfig.spec.json +0 -18
  60. package/test/karma.conf.js +0 -44
  61. package/test/test.ts +0 -24
  62. package/tsconfig.json +0 -34
  63. package/tsconfig.lib.prod.json +0 -9
  64. /package/{src/lib/index.ts → lib/index.d.ts} +0 -0
  65. /package/{src/lib/knowledge-owl-link/public-api.ts → lib/knowledge-owl-link/public-api.d.ts} +0 -0
  66. /package/{src/lib/knowledge-owl-widget/public-api.ts → lib/knowledge-owl-widget/public-api.d.ts} +0 -0
  67. /package/{src/public_api.ts → public_api.d.ts} +0 -0
@@ -1,269 +0,0 @@
1
- apiVersion: tekton.dev/v1beta1
2
- kind: PipelineRun
3
- metadata:
4
- creationTimestamp: null
5
- labels:
6
- branch: master
7
- build: "1"
8
- jenkins.io/pipelineType: build
9
- owner: jenkins-x-quickstarts
10
- repository: knowledgeowl-angular
11
- name: knowledgeowl-pr
12
- spec:
13
- pipelineSpec:
14
- params:
15
- - description: the unique build number
16
- name: BUILD_ID
17
- type: string
18
- - description: the name of the job which is the trigger context name
19
- name: JOB_NAME
20
- type: string
21
- - description: the specification of the job
22
- name: JOB_SPEC
23
- type: string
24
- - description: 'the kind of job: postsubmit or presubmit'
25
- name: JOB_TYPE
26
- type: string
27
- - default: master
28
- description: the base git reference of the pull request
29
- name: PULL_BASE_REF
30
- type: string
31
- - description: the git sha of the base of the pull request
32
- name: PULL_BASE_SHA
33
- type: string
34
- - default: ""
35
- description: git pull request number
36
- name: PULL_NUMBER
37
- type: string
38
- - default: ""
39
- description: git pull request ref in the form 'refs/pull/$PULL_NUMBER/head'
40
- name: PULL_PULL_REF
41
- type: string
42
- - default: master
43
- description: git revision to checkout (branch, tag, sha, ref…)
44
- name: PULL_PULL_SHA
45
- type: string
46
- - description: git pull reference strings of base and latest in the form 'master:$PULL_BASE_SHA,$PULL_NUMBER:$PULL_PULL_SHA:refs/pull/$PULL_NUMBER/head'
47
- name: PULL_REFS
48
- type: string
49
- - description: git repository name
50
- name: REPO_NAME
51
- type: string
52
- - description: git repository owner (user or organisation)
53
- name: REPO_OWNER
54
- type: string
55
- - description: git url to clone
56
- name: REPO_URL
57
- type: string
58
- tasks:
59
- - name: release
60
- params:
61
- - name: BUILD_ID
62
- value: $(params.BUILD_ID)
63
- - name: JOB_NAME
64
- value: $(params.JOB_NAME)
65
- - name: JOB_SPEC
66
- value: $(params.JOB_SPEC)
67
- - name: JOB_TYPE
68
- value: $(params.JOB_TYPE)
69
- - name: PULL_BASE_REF
70
- value: $(params.PULL_BASE_REF)
71
- - name: PULL_BASE_SHA
72
- value: $(params.PULL_BASE_SHA)
73
- - name: PULL_NUMBER
74
- value: $(params.PULL_NUMBER)
75
- - name: PULL_PULL_REF
76
- value: $(params.PULL_PULL_REF)
77
- - name: PULL_PULL_SHA
78
- value: $(params.PULL_PULL_SHA)
79
- - name: PULL_REFS
80
- value: $(params.PULL_REFS)
81
- - name: REPO_NAME
82
- value: $(params.REPO_NAME)
83
- - name: REPO_OWNER
84
- value: $(params.REPO_OWNER)
85
- - name: REPO_URL
86
- value: $(params.REPO_URL)
87
- resources: {}
88
- taskSpec:
89
- params:
90
- - description: git url to clone
91
- name: REPO_URL
92
- type: string
93
- - default: master
94
- description: git revision to checkout (branch, tag, sha, ref…)
95
- name: PULL_PULL_SHA
96
- type: string
97
- - default: source
98
- description: subdirectory inside of /workspace to clone the git repo
99
- name: subdirectory
100
- type: string
101
- - description: the unique build number
102
- name: BUILD_ID
103
- type: string
104
- - description: the name of the job which is the trigger context name
105
- name: JOB_NAME
106
- type: string
107
- - description: the specification of the job
108
- name: JOB_SPEC
109
- type: string
110
- - description: 'the kind of job: postsubmit or presubmit'
111
- name: JOB_TYPE
112
- type: string
113
- - default: master
114
- description: the base git reference of the pull request
115
- name: PULL_BASE_REF
116
- type: string
117
- - description: the git sha of the base of the pull request
118
- name: PULL_BASE_SHA
119
- type: string
120
- - default: ""
121
- description: git pull request number
122
- name: PULL_NUMBER
123
- type: string
124
- - default: ""
125
- description: git pull request ref in the form 'refs/pull/$PULL_NUMBER/head'
126
- name: PULL_PULL_REF
127
- type: string
128
- - description: git pull reference strings of base and latest in the form 'master:$PULL_BASE_SHA,$PULL_NUMBER:$PULL_PULL_SHA:refs/pull/$PULL_NUMBER/head'
129
- name: PULL_REFS
130
- type: string
131
- - description: git repository name
132
- name: REPO_NAME
133
- type: string
134
- - description: git repository owner (user or organisation)
135
- name: REPO_OWNER
136
- type: string
137
- stepTemplate:
138
- env:
139
- - name: BUILD_ID
140
- value: $(params.BUILD_ID)
141
- - name: JOB_NAME
142
- value: $(params.JOB_NAME)
143
- - name: JOB_SPEC
144
- value: $(params.JOB_SPEC)
145
- - name: JOB_TYPE
146
- value: $(params.JOB_TYPE)
147
- - name: PULL_BASE_REF
148
- value: $(params.PULL_BASE_REF)
149
- - name: PULL_BASE_SHA
150
- value: $(params.PULL_BASE_SHA)
151
- - name: PULL_NUMBER
152
- value: $(params.PULL_NUMBER)
153
- - name: PULL_PULL_REF
154
- value: $(params.PULL_PULL_REF)
155
- - name: PULL_PULL_SHA
156
- value: $(params.PULL_PULL_SHA)
157
- - name: PULL_REFS
158
- value: $(params.PULL_REFS)
159
- - name: REPO_NAME
160
- value: $(params.REPO_NAME)
161
- - name: REPO_OWNER
162
- value: $(params.REPO_OWNER)
163
- - name: REPO_URL
164
- value: $(params.REPO_URL)
165
- - name: DOCKER_REGISTRY
166
- valueFrom:
167
- configMapKeyRef:
168
- name: jenkins-x-docker-registry
169
- key: docker.registry
170
- - name: DOCKER_REGISTRY_ORG
171
- value: "kubernetes"
172
- name: ""
173
- resources:
174
- requests:
175
- cpu: 400m
176
- memory: 512Mi
177
- volumeMounts:
178
- - mountPath: /home/jenkins
179
- name: workspace-volume
180
- - mountPath: /etc/podinfo
181
- name: podinfo
182
- readOnly: true
183
- - mountPath: /etc/npm-cred
184
- name: npm-cred
185
- readOnly: true
186
- workingDir: /workspace/source
187
- steps:
188
- - script: |
189
- #!/bin/bash
190
- # Check for already running release pipeline and wait for them to get finished(if any) before continuing.
191
- ENV=$(echo $PULL_BASE_REF | cut -d '/' -f 2)
192
- echo "Checking already running release pipelines for ${REPO_NAME}'s service on $ENV...";
193
- CURRENT_BUILD_NO=$(jx get build pod | grep $HOSTNAME | awk '{print $4}');
194
- checkAlreadyRunningPipelines() {
195
- ALREADY_RUNNING_PIPELINES_COUNT=$(jx get build pods | awk -v REPO_NAME="$REPO_NAME" -v JOB_NAME="$JOB_NAME" -v ENV="$ENV" -v CURRENT_BUILD_NO="$CURRENT_BUILD_NO" '{if($2==REPO_NAME && $5==JOB_NAME && $3==ENV && $4<CURRENT_BUILD_NO && $7~"Pending|Running") {print $0}}' | wc -l);
196
- if [[ $ALREADY_RUNNING_PIPELINES_COUNT != 0 ]]; then
197
- echo "Waiting for already running ${REPO_NAME}'s release pipelines to get finished before continuing to avoid race conditon on $ENV..."
198
- sleep 1m;
199
- checkAlreadyRunningPipelines
200
- fi
201
- }
202
- checkAlreadyRunningPipelines
203
- image: ghcr.io/jenkins-x/jx-cli:3.1.299
204
- name: handle-race-condition
205
- resources: {}
206
- - args:
207
- - -c
208
- - 'mkdir -p $HOME; git config --global --add user.name ${GIT_AUTHOR_NAME:-so-integrations};
209
- git config --global --add user.email ${GIT_AUTHOR_EMAIL:-so-integrations@oncehub.com};
210
- git config --global credential.helper store; git clone $(params.REPO_URL)
211
- $(params.subdirectory); echo cloned url: $(params.REPO_URL) to dir: $(params.subdirectory);'
212
- command:
213
- - /bin/sh
214
- image: ghcr.io/jenkins-x/builder-jx:2.1.155-779
215
- name: git-clone
216
- resources: {}
217
- workingDir: /workspace
218
- - args:
219
- - step
220
- - git
221
- - merge
222
- - --verbose
223
- - --baseSHA
224
- - $(params.PULL_BASE_SHA)
225
- - --sha
226
- - $(params.PULL_BASE_REF)
227
- - --baseBranch
228
- - $(params.PULL_BASE_REF)
229
- command:
230
- - jx
231
- image: ghcr.io/jenkins-x/builder-jx:2.1.155-779
232
- name: git-merge
233
- resources: {}
234
- - args:
235
- - '[ -d /builder/home ] || mkdir -p /builder && ln -s /tekton/home /builder/home'
236
- command:
237
- - /bin/sh
238
- - -c
239
- image: ghcr.io/jenkins-x/builder-jx:2.1.155-779
240
- name: setup-builder-home
241
- resources: {}
242
- - args:
243
- - sh deploy.sh $PULL_BASE_REF
244
- command:
245
- - /bin/sh
246
- - -c
247
- image: dockeronce.azurecr.io/cloudbees/nodejs:sonf-v16-latest
248
- name: package-build-publish
249
- resources: {}
250
- volumes:
251
- - emptyDir: {}
252
- name: workspace-volume
253
- - downwardAPI:
254
- items:
255
- - fieldRef:
256
- fieldPath: metadata.labels
257
- path: labels
258
- name: podinfo
259
- - name: npm-cred
260
- secret:
261
- secretName: npm-cred
262
- podTemplate:
263
- ImagePullSecrets:
264
- - name: tekton-container-registry-auth
265
- hostNetwork: false
266
- schedulerName: ""
267
- serviceAccountName: tekton-bot
268
- timeout: 240h0m0s
269
- status: {}
@@ -1,19 +0,0 @@
1
- apiVersion: config.lighthouse.jenkins-x.io/v1alpha1
2
- kind: TriggerConfig
3
- spec:
4
- presubmits:
5
- - name: pr
6
- context: "pr"
7
- always_run: true
8
- optional: false
9
- trigger: "/test"
10
- rerun_command: "/retest"
11
- source: "pullrequest.yaml"
12
- postsubmits:
13
- - name: release
14
- context: "release"
15
- source: "release.yaml"
16
- branches:
17
- - ^(master)$
18
- - ^(qa)$
19
- - ^(team\/.+)$
package/.prettierignore DELETED
@@ -1,2 +0,0 @@
1
- package.json
2
- dist
package/.prettierrc DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "singleQuote": true
3
- }
package/.travis.yml DELETED
@@ -1,3 +0,0 @@
1
- language: node_js
2
- node_js:
3
- - '16'
package/CHANGELOG.md DELETED
@@ -1,250 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [4.1.3] - 2023-07-17
9
-
10
- - [ONCEHUB-70228] semver vulnerability has been fixed in project knowledgeowl-angular
11
-
12
- ## [4.1.2] - 2023-07-03
13
-
14
- - [ONCEHUB-69553] word-wrap vulnerability has been fixed in project knowledgeowl-angular
15
- - [ONCEHUB-65621] webpack vulnerability has been fixed in project knowledgeowl-angular
16
-
17
- ## [4.1.1] - 2023-06-14
18
-
19
- - [ONCEHUB-62023] engine.io, socket.io, socket.io-parser vulnerability has been fixed in project knowledgeowl-angular
20
-
21
- ## [4.0.9] - 2023-01-04
22
-
23
- - [ONCEHUB-62023](https://scheduleonce.atlassian.net/browse/ONCEHUB-62023): CVE-2022-46175 vulnerability found in package json5 in project knowledgeowl-angular
24
-
25
- ## [4.0.8] - 2022-12-13
26
-
27
- - [ONCEHUB-60847](https://scheduleonce.atlassian.net/browse/ONCEHUB-60847): CVE-2022-38900 vulnerability found in package decode-uri-component
28
-
29
- ## [4.0.7] - 2022-11-22
30
-
31
- ### Updated
32
-
33
- - [ONCEHUB-60383](https://scheduleonce.atlassian.net/browse/ONCEHUB-60383): CVE-2022-37603 vulnerability found in package loader-utils
34
- - [ONCEHUB-60450](https://scheduleonce.atlassian.net/browse/ONCEHUB-60450): CVE-2022-41940 vulnerability found in package engine.io
35
-
36
- ## [4.0.6] - 2022-11-09
37
-
38
- ### Updated
39
-
40
- - Fixed loader-utils vulnerability.
41
-
42
- ## [4.0.5] - 2022-10-31
43
-
44
- ### Updated
45
-
46
- - Fixed socket.io-parser vulnerability.
47
-
48
- ## [4.0.4] - 2022-07-21
49
-
50
- ### Updated
51
-
52
- - Updated @angular-devkit/build-angular packges to v13 latest.
53
-
54
- ## [4.0.3] - 2022-07-06
55
-
56
- ### Added
57
-
58
- - Added readme documentation on NPM.
59
-
60
- ## [4.0.2] - 2022-04-28
61
-
62
- ### Added
63
-
64
- - NA
65
-
66
- ### Changed
67
-
68
- - NA
69
-
70
- ### Removed
71
-
72
- - NA
73
-
74
- ### Fixed
75
-
76
- - Vulnerability fixes [ONCEHUB-53689](https://scheduleonce.atlassian.net/browse/ONCEHUB-53689)
77
-
78
- ## [4.0.0] - 2022-03-01
79
-
80
- ### Added
81
-
82
- - NA
83
-
84
- ### Changed
85
-
86
- - Updated project knowledgeowl-angular to use Angular 13
87
-
88
- ### Removed
89
-
90
- - NA
91
-
92
- ### Fixed
93
-
94
- - NA
95
-
96
- ## [3.0.2] - 2022-02-07
97
-
98
- ### Added
99
-
100
- - NA
101
-
102
- ### Changed
103
-
104
- - NA
105
-
106
- ### Removed
107
-
108
- - NA
109
-
110
- ### Fixed
111
-
112
- - [`ONCEHUB-50833`](https://scheduleonce.atlassian.net/browse/ONCEHUB-50833) Fixed package vulnerabilities
113
- - [`ONCEHUB-50603`](https://scheduleonce.atlassian.net/browse/ONCEHUB-50603) Fixed package vulnerabilities
114
- - [`ONCEHUB-47262`](https://scheduleonce.atlassian.net/browse/ONCEHUB-47262) Fixed package vulnerabilities
115
-
116
- ## [3.0.1] - 2022-01-24
117
-
118
- ### Added
119
-
120
- - NA
121
-
122
- ### Changed
123
-
124
- - NA
125
-
126
- ### Removed
127
-
128
- - NA
129
-
130
- ### Fixed
131
-
132
- - [`ONCEHUB-50115`](https://scheduleonce.atlassian.net/browse/ONCEHUB-50115) Fixed package vulnerabilities
133
- - [`ONCEHUB-50604`](https://scheduleonce.atlassian.net/browse/ONCEHUB-50604) Fixed package vulnerabilities
134
- - [`ONCEHUB-50609`](https://scheduleonce.atlassian.net/browse/ONCEHUB-50609) Fixed package vulnerabilities
135
- - [`ONCEHUB-50641`](https://scheduleonce.atlassian.net/browse/ONCEHUB-50641) Fixed package vulnerabilities
136
- - [`ONCEHUB-50756`](https://scheduleonce.atlassian.net/browse/ONCEHUB-50756) Fixed package vulnerabilities
137
-
138
- ## [2.0.4] - 2021-06-23
139
-
140
- ### Added
141
-
142
- - NA
143
-
144
- ### Changed
145
-
146
- - NA
147
-
148
- ### Removed
149
-
150
- - NA
151
-
152
- ### Fixed
153
-
154
- - [`ONCEHUB-43676`](https://scheduleonce.atlassian.net/browse/ONCEHUB-43676) Fixed package vulnerabilities
155
- - [`ONCEHUB-42560`](https://scheduleonce.atlassian.net/browse/ONCEHUB-42560) Fixed package vulnerabilities
156
- - [`ONCEHUB-42564`](https://scheduleonce.atlassian.net/browse/ONCEHUB-42564) Fixed package vulnerabilities
157
- - [`ONCEHUB-43237`](https://scheduleonce.atlassian.net/browse/ONCEHUB-43237) Fixed package vulnerabilities
158
-
159
- ## [2.0.1] - 2021-04-16
160
-
161
- ### Added
162
-
163
- - NA
164
-
165
- ### Changed
166
-
167
- - NA
168
-
169
- ### Removed
170
-
171
- - NA
172
-
173
- ### Fixed
174
-
175
- - [`ONCEHUB-40864`](https://scheduleonce.atlassian.net/browse/ONCEHUB-40864) Fixed package vulnerabilities for ssri
176
-
177
- ## [1.0.0] - 2020-09-15
178
-
179
- ### Added
180
-
181
- - NA
182
-
183
- ### Changed
184
-
185
- - Updated project knowledgeowl-angular to use Angular 9
186
-
187
- ### Removed
188
-
189
- - NA
190
-
191
- ### Fixed
192
-
193
- - [`ONCEHUB-32452`](https://scheduleonce.atlassian.net/browse/ONCEHUB-32452) Fixed package vulnerabilities for npm-registry-fetch
194
-
195
- ## [0.1.9] - 2020-07-07
196
-
197
- ### Added
198
-
199
- - NA
200
-
201
- ### Changed
202
-
203
- - NA
204
-
205
- ### Removed
206
-
207
- - NA
208
-
209
- ### Fixed
210
-
211
- - [`ONCEHUB-32349`](https://scheduleonce.atlassian.net/browse/ONCEHUB-32349) Fixed package vulnerabilities
212
-
213
- ## [0.1.8] - 2019-09-02
214
-
215
- ### Added
216
-
217
- - NA
218
-
219
- ### Changed
220
-
221
- - Converted knowledgeOwlLink component into directive [`ONCEHUB-16716`](https://scheduleonce.atlassian.net/browse/ONCEHUB-16716)
222
-
223
- ### Removed
224
-
225
- - NA
226
-
227
- ### Fixed
228
-
229
- -NA
230
-
231
- ## [0.1.7] - 2019-08-20
232
-
233
- ### Added
234
-
235
- - NA
236
-
237
- ### Changed
238
-
239
- - NA
240
-
241
- ### Removed
242
-
243
- - NA
244
-
245
- ### Fixed
246
-
247
- Dependency upgrades
248
-
249
- - [`ONCEHUB-15146`](https://scheduleonce.atlassian.net/browse/ONCEHUB-15146)
250
- - [`ONCEHUB-15340`](https://scheduleonce.atlassian.net/browse/ONCEHUB-15340)
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2019 ScheduleOnce
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/OWNERS DELETED
@@ -1,4 +0,0 @@
1
- approvers:
2
- - developers
3
- reviewers:
4
- - developers
package/OWNERS_ALIASES DELETED
@@ -1,25 +0,0 @@
1
- aliases:
2
- developers:
3
- - so-nagender
4
- - anurag-arya
5
- - amitbishtOH
6
- - pkotiyalso
7
- - mderazon
8
- - so-abahadur
9
- - amanpreetSO
10
- - AmitPandeyScheduleonce
11
- - ashishsatiSO
12
- - SO-ashusrivastava
13
- - Bharat Singh
14
- - giladgoraly
15
- - sohimanshu
16
- - so-kaushal
17
- - nalingarg
18
- - so-sdhawan
19
- - ShivamKe
20
- - ushankar208
21
- - vaibhavso
22
- - vinaykumar01
23
- - yoramwso
24
- - SoniRani
25
- - sumitsharma22
package/angular.json DELETED
@@ -1,47 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
- "cli": {
4
- "analytics": "47c16505-5eb3-4e8a-a186-dc68f7f3ea3b"
5
- },
6
- "version": 1,
7
- "newProjectRoot": "projects",
8
- "projects": {
9
- "knowledgeowl-angular": {
10
- "root": "",
11
- "sourceRoot": "src",
12
- "projectType": "library",
13
- "prefix": "",
14
- "architect": {
15
- "build": {
16
- "builder": "@angular-devkit/build-angular:ng-packagr",
17
- "options": {
18
- "tsConfig": "src/tsconfig.lib.json",
19
- "project": "src/ng-package.json"
20
- },
21
- "configurations": {
22
- "production": {
23
- "tsConfig": "tsconfig.lib.prod.json"
24
- }
25
- }
26
- },
27
- "test": {
28
- "builder": "@angular-devkit/build-angular:karma",
29
- "options": {
30
- "main": "test/test.ts",
31
- "tsConfig": "src/tsconfig.spec.json",
32
- "karmaConfig": "test/karma.conf.js"
33
- }
34
- },
35
- "lint": {
36
- "builder": "@angular-eslint/builder:lint",
37
- "options": {
38
- "lintFilePatterns": [
39
- "src/**/*.ts",
40
- "src/**/*.html"
41
- ]
42
- }
43
- }
44
- }
45
- }
46
- }
47
- }
package/deploy.sh DELETED
@@ -1,19 +0,0 @@
1
- #!/bin/sh
2
- set -e
3
-
4
- node package-deploy/npm-login.js $(cat "/etc/npm-cred/NPM_AUTH_TOKEN")
5
- npm whoami
6
- npm i
7
- chown root:root .
8
- npm run package
9
- filename="$(npm pack --dry-run | tail -n 1)"
10
- echo "$1"
11
-
12
- if [[ "$1" == "qa" ]] || [[ "$1" == "master" ]] || [[ "$1" == "staging" ]] || [[ "$1" == "staging-app2" ]]
13
- then
14
- npm publish dist/knowledgeowl-angular/$filename --registry=https://registry.npmjs.org/
15
- else
16
- npm publish --tag beta dist/knowledgeowl-angular/$filename --registry=https://registry.npmjs.org/
17
- fi
18
-
19
- echo "$filename package pushed to NPM successfully"
@@ -1,14 +0,0 @@
1
- let fs = require('fs');
2
- let path = require('path');
3
-
4
- let token = '';
5
-
6
- process.argv.forEach(function(val, index, array) {
7
- if (index == 2) token = val;
8
- });
9
-
10
- let registry = '//registry.npmjs.org/';
11
-
12
- var configPath = configPath ? configPath : path.join(__dirname, '../', '.npmrc');
13
-
14
- fs.writeFile(configPath, `${registry}:_authToken=${token}` + '\n', (err, message) => { if(err){ console.log(err , message)}});
package/src/README.md DELETED
@@ -1,5 +0,0 @@
1
- # KnowledgeOwl Angular
2
-
3
- The sources for this package are in the main [KnowledgeOwl Angular](https://github.com/scheduleonce/knowledgeowl-angular) repo. Please file issues and pull requests against that repo.
4
-
5
- License: MIT
@@ -1 +0,0 @@
1
- export * from './public-api';