Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
FFDS-register-front
Commits
8417616c
Commit
8417616c
authored
Sep 07, 2020
by
cazenave
Browse files
for k8sDAD
parent
6956f6fc
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/register-front/main-es2015.js
View file @
8417616c
...
...
@@ -1312,17 +1312,17 @@ repository:\n\
data
=
'
\
@prefix dcat: <http://www.w3.org/ns/dcat#>.
\n\
@prefix dct: <http://purl.org/dc/terms/>.
\n\
@prefix fdp: <http://
fdp-api.default.svc.cluster.local/
>.
\n\n
fdp:new
\n\
@prefix fdp: <http://
localhost
>.
\n\n
fdp:new
\n\
a dcat:Catalog, dcat:Resource;
\n\
dct:description "
'
+
this
.
Form
.
value
.
repodescription
+
'
";
\n\
dct:hasVersion "
'
+
this
.
Form
.
value
.
repoversion
+
'
";
\n\
dct:isPartOf <http://
fdp-api.default.svc.cluster.
local>;
\n\
dct:isPartOf <http://local
host
>;
\n\
dct:title "
'
+
this
.
Form
.
value
.
reponame
+
'
".
\n
'
;
const
httpOptions
=
{
headers
:
new
_angular_common_http__WEBPACK_IMPORTED_MODULE_3__
[
"
HttpHeaders
"
]({
'
Accept
'
:
'
text/turtle
'
,
'
Content-Type
'
:
'
text/turtle
'
,
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI
wOGY4YjNiNC01Nzc1LTQyYmQtYjlmMy0zMTFhZDVkNGFiODg
iLCJpYXQiOjE1OT
QxOTQwMzY
sImV4cCI6MTU5
NTQwMzYzNn0.p2ygh7D36NziWOSTpBplcyn4jLp_vKKoUUcg27M3hIo
'
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI
3ZTY0ODE4ZC02Mjc2LTQ2ZmItOGJiMS03MzJlNmUwOWY3ZTk
iLCJpYXQiOjE1OT
gwMDgxNzQ
sImV4cCI6MTU5
OTIxNzc3NH0.yWSgkGV4z-nn1icME4XcZCZSaod_nXChRhcGEizsp38
'
})
};
return
this
.
http
...
...
@@ -1727,7 +1727,7 @@ __webpack_require__.r(__webpack_exports__);
const
environment
=
{
production
:
true
,
apiurl
:
'
172.17.03
'
apiurl
:
'
sandbox9.cines.fr
'
};
...
...
dist/register-front/main-es2015.js.map
View file @
8417616c
This diff is collapsed.
Click to expand it.
dist/register-front/main-es5.js
View file @
8417616c
...
...
@@ -2394,17 +2394,17 @@ repository:\n\
_data
=
'
\
@prefix dcat: <http://www.w3.org/ns/dcat#>.
\n\
@prefix dct: <http://purl.org/dc/terms/>.
\n\
@prefix fdp: <http://
fdp-api.default.svc.cluster.local/
>.
\n\n
fdp:new
\n\
@prefix fdp: <http://
localhost
>.
\n\n
fdp:new
\n\
a dcat:Catalog, dcat:Resource;
\n\
dct:description "
'
+
this
.
Form
.
value
.
repodescription
+
'
";
\n\
dct:hasVersion "
'
+
this
.
Form
.
value
.
repoversion
+
'
";
\n\
dct:isPartOf <http://
fdp-api.default.svc.cluster.
local>;
\n\
dct:isPartOf <http://local
host
>;
\n\
dct:title "
'
+
this
.
Form
.
value
.
reponame
+
'
".
\n
'
;
var
httpOptions
=
{
headers
:
new
_angular_common_http__WEBPACK_IMPORTED_MODULE_3__
[
"
HttpHeaders
"
]({
'
Accept
'
:
'
text/turtle
'
,
'
Content-Type
'
:
'
text/turtle
'
,
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI
wOGY4YjNiNC01Nzc1LTQyYmQtYjlmMy0zMTFhZDVkNGFiODg
iLCJpYXQiOjE1OT
QxOTQwMzY
sImV4cCI6MTU5
NTQwMzYzNn0.p2ygh7D36NziWOSTpBplcyn4jLp_vKKoUUcg27M3hIo
'
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI
3ZTY0ODE4ZC02Mjc2LTQ2ZmItOGJiMS03MzJlNmUwOWY3ZTk
iLCJpYXQiOjE1OT
gwMDgxNzQ
sImV4cCI6MTU5
OTIxNzc3NH0.yWSgkGV4z-nn1icME4XcZCZSaod_nXChRhcGEizsp38
'
})
};
return
this
.
http
.
post
(
this
.
appConfig
.
fdpurl
+
"
/catalog
"
,
_data
,
httpOptions
).
subscribe
(
function
(
r
)
{
...
...
@@ -3082,7 +3082,7 @@ repository:\n\
var
environment
=
{
production
:
true
,
apiurl
:
'
172.17.03
'
apiurl
:
'
sandbox9.cines.fr
'
};
/***/
},
...
...
dist/register-front/main-es5.js.map
View file @
8417616c
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment