Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vuex-store
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
Coscine
frontend
libraries
vuex-store
Merge requests
!8
Topic/1227 frontend performance
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Topic/1227 frontend performance
Topic/1227-frontendPerformance
into
Product/1107-frontendPerformance
Overview
0
Commits
12
Pipelines
8
Changes
10
Merged
Topic/1227 frontend performance
Marcel Nellesen
requested to merge
Topic/1227-frontendPerformance
into
Product/1107-frontendPerformance
Dec 11, 2020
Overview
0
Commits
12
Pipelines
8
Changes
10
coscine/issues#1227
Edited
Jan 15, 2021
by
Marcel Nellesen
0
0
Merge request reports
Compare
Product/1107-frontendPerformance
version 6
36841fcd
Jan 11, 2021
version 5
522c8065
Jan 11, 2021
version 4
08a46c1b
Jan 8, 2021
version 3
9f55bc3e
Dec 16, 2020
version 2
f1aed612
Dec 15, 2020
version 1
516fe351
Dec 14, 2020
Product/1107-frontendPerformance (base)
and
latest version
latest version
847a04e5
12 commits,
Jan 12, 2021
version 6
36841fcd
11 commits,
Jan 11, 2021
version 5
522c8065
10 commits,
Jan 11, 2021
version 4
08a46c1b
9 commits,
Jan 8, 2021
version 3
9f55bc3e
3 commits,
Dec 16, 2020
version 2
f1aed612
2 commits,
Dec 15, 2020
version 1
516fe351
1 commit,
Dec 14, 2020
10 files
+
79
−
25028
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
.gitignore
+
8
−
0
View file @ 847a04e5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,6 +2,14 @@
node_modules
/dist
# yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
# local env files
.env.local
.env.*.local
Loading