Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MVP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SO
OC
MVP
Commits
d6f55cd5
Commit
d6f55cd5
authored
10 months ago
by
simon.mellerin
Browse files
Options
Downloads
Patches
Plain Diff
#8
- fixes
parent
3c24b251
No related branches found
No related tags found
1 merge request
!11
#8 - Use XMLHttpRequest instead of fetch
Pipeline
#10147
passed with warnings
10 months ago
Stage: test
Stage: build
Stage: deploy
Stage: teardown
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/pages/connection.vue
+0
-1
0 additions, 1 deletion
src/pages/connection.vue
src/router.ts
+0
-3
0 additions, 3 deletions
src/router.ts
src/sparql/connection.ts
+0
-1
0 additions, 1 deletion
src/sparql/connection.ts
with
0 additions
and
5 deletions
src/pages/connection.vue
+
0
−
1
View file @
d6f55cd5
...
...
@@ -39,7 +39,6 @@ import Message from 'primevue/message';
import
{
ref
}
from
'
vue
'
;
import
{
useI18n
}
from
'
vue-i18n
'
;
import
{
useRouter
}
from
'
vue-router
'
;
import
{
useI18n
}
from
'
vue-i18n
'
const
accountStore
=
useAccountStore
()
const
router
=
useRouter
()
...
...
This diff is collapsed.
Click to expand it.
src/router.ts
+
0
−
3
View file @
d6f55cd5
...
...
@@ -3,9 +3,6 @@ import {
createRouter
,
createWebHistory
,
}
from
'
vue-router
'
import
{
routes
,
handleHotUpdate
}
from
'
vue-router/auto-routes
'
import
{
useAccountStore
}
from
'
./stores/account
'
import
{
checkIsAuthenticated
,
getProfileInfos
}
from
'
./sparql/connection
'
import
{
routes
}
from
'
vue-router/auto-routes
'
import
{
useAccountStore
}
from
'
./stores/account
'
import
{
getProfileInfos
}
from
'
./sparql/connection
'
...
...
This diff is collapsed.
Click to expand it.
src/sparql/connection.ts
+
0
−
1
View file @
d6f55cd5
import
{
httpFetch
}
from
"
@/helpers/http
"
import
{
getMemberInfos
,
getMemberProfile
}
from
"
./members
"
import
{
executeSparqlInsert
}
from
"
./sparql
"
import
type
{
Credentials
}
from
"
@/declarations
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment