Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cache_review
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cache_review
Merge requests
!3
Setup CI and fix install 1.0.x
#3446118
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Setup CI and fix install 1.0.x
#3446118
issue/cache_review-3446118:3446118-add-basic-test-1.0
into
1.0.x
Overview
5
Commits
5
Pipelines
8
Changes
7
All threads resolved!
Show all comments
Merged
Andrey Postnikov
requested to merge
issue/cache_review-3446118:3446118-add-basic-test-1.0
into
1.0.x
11 months ago
Overview
5
Commits
5
Pipelines
8
Changes
7
All threads resolved!
Show all comments
Expand
Closes
#3446118
0
0
Merge request reports
Compare
1.0.x
version 8
88090713
10 months ago
version 7
11b1fd3c
10 months ago
version 6
db9d983a
10 months ago
version 5
b622cc19
10 months ago
version 4
6e44b14f
10 months ago
version 3
9b1fdf4a
10 months ago
version 2
6246e49d
11 months ago
version 1
5d4c9558
11 months ago
1.0.x (base)
and
latest version
latest version
11b1fd3c
5 commits,
10 months ago
version 8
88090713
6 commits,
10 months ago
version 7
11b1fd3c
5 commits,
10 months ago
version 6
db9d983a
4 commits,
10 months ago
version 5
b622cc19
3 commits,
10 months ago
version 4
6e44b14f
3 commits,
10 months ago
version 3
9b1fdf4a
2 commits,
10 months ago
version 2
6246e49d
1 commit,
11 months ago
version 1
5d4c9558
1 commit,
11 months ago
7 files
+
157
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
css/cache_review.css
+
25
−
25
Options
@@ -11,38 +11,38 @@
}
.date
{
font-weight
:
bold
;
color
:
brown
;
font-weight
:
bold
;
}
.cache-designition
{
position
:
relative
;
margin-left
:
20px
;
display
:
block
;
margin-left
:
20px
;
}
/*Common tooltip styles*/
/*
Common tooltip styles
*/
.cache_tooltip
{
font-weight
:
bold
;
position
:
relative
;
z-index
:
998
;
display
:
inline-block
;
float
:
right
;
width
:
18px
;
height
:
20px
;
z-index
:
998
;
line-height
:
1em
;
padding
:
3px
;
margin
:
1px
;
padding
:
3px
;
font-weight
:
bold
;
line-height
:
1em
;
}
.cache_tooltiptext
{
visibility
:
hidden
;
border-radius
:
6px
;
position
:
absolute
;
font-weight
:
normal
;
font-size
:
12px
;
z-index
:
999
;
visibility
:
hidden
;
width
:
max-content
;
padding
:
2px
;
z-index
:
999
;
border-radius
:
6px
;
font-size
:
12px
;
font-weight
:
normal
;
}
.cache_tooltip
:hover
.cache_tooltiptext
{
visibility
:
visible
;
@@ -51,48 +51,48 @@
color
:
red
!important
;
}
.cache_caught
.cache_tooltiptext
{
background-color
:
#ffe2ec
!important
;
;
background-color
:
#ffe2ec
!important
;
}
/*Cached styles*/
/*
Cached styles
*/
.cached-wrapper
{
border
:
1px
solid
blue
;
margin
:
5px
2px
;
border
:
1px
solid
blue
;
}
.cached-item
{
background-color
:
#a5c8f9
;
color
:
blue
;
background-color
:
#a5c8f9
;
}
.cached-item
.cache_tooltiptext
{
background-color
:
#babeff
;
color
:
black
;
background-color
:
#babeff
;
}
/*Lazy styles*/
/*
Lazy styles
*/
.lazy-wrapper
{
border
:
1px
solid
orange
;
margin
:
5px
2px
;
border
:
1px
solid
orange
;
}
.lazy-item
{
background-color
:
#dddddd
ba
;
color
:
orange
;
background-color
:
#dddddd
ba
;
}
.lazy-item
.cache_tooltiptext
{
background-color
:
#fff8b2
;
color
:
black
;
background-color
:
#fff8b2
;
}
/*Base styles*/
/*
Base styles
*/
.base-wrapper
{
border
:
1px
solid
green
;
margin
:
5px
2px
;
border
:
1px
solid
green
;
}
.base-item
{
background-color
:
#dddddd
ba
;
color
:
green
;
background-color
:
#dddddd
ba
;
}
.base-item
.cache_tooltiptext
{
background-color
:
#b6ffc4
;
color
:
black
;
background-color
:
#b6ffc4
;
}
Loading