Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
WrumS-Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oh14.dev
WrumS-Tools
Commits
e248bcde
Commit
e248bcde
authored
Apr 1, 2021
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Add usage tracking fetch
parent
f4e958f8
No related branches found
No related tags found
No related merge requests found
Pipeline
#18946
passed
Apr 1, 2021
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/empty.txt
+1
-0
1 addition, 0 deletions
public/empty.txt
src/App.svelte
+6
-0
6 additions, 0 deletions
src/App.svelte
with
7 additions
and
0 deletions
public/empty.txt
0 → 100644
+
1
−
0
View file @
e248bcde
nothing here.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/App.svelte
+
6
−
0
View file @
e248bcde
...
@@ -2,6 +2,12 @@
...
@@ -2,6 +2,12 @@
import
BivariateData
from
"
./components/BivariateData.svelte
"
;
import
BivariateData
from
"
./components/BivariateData.svelte
"
;
import
UnivariateData
from
"
./components/UnivariateData.svelte
"
;
import
UnivariateData
from
"
./components/UnivariateData.svelte
"
;
try
{
fetch
(
"
./empty.txt
"
)
}
catch
(
e
)
{
// do nothing
}
</script>
</script>
<section
class=
"hero is-primary"
>
<section
class=
"hero is-primary"
>
...
...
This diff is collapsed.
Click to expand it.
Louis Radtke
@louisradtke
mentioned in commit
58ec71ee
·
Apr 1, 2021
mentioned in commit
58ec71ee
mentioned in commit 58ec71eedcf98014439b35f50fabdead1519cbef
Toggle commit list
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