Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
management
Manage
Activity
Members
Labels
Plan
Issues
180
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dbnomics-fetchers
management
Merge requests
!8
Draft: Generate dashboard
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Generate dashboard
gen_dashboard
into
master
Overview
1
Commits
8
Pipelines
8
Changes
2
Closed
Pierre Dittgen
requested to merge
gen_dashboard
into
master
4 years ago
Overview
1
Commits
8
Pipelines
8
Changes
2
Expand
Update CI to update dbnomics dashboard using
dbnomics-dashboard container image
0
0
Merge request reports
Compare
version 1
version 4
9250aa4f
4 years ago
version 3
6bd33e50
4 years ago
version 2
cc0c9947
4 years ago
version 1
6674ca65
4 years ago
master (base)
and
latest version
latest version
be0f8aac
8 commits,
3 years ago
version 4
9250aa4f
7 commits,
4 years ago
version 3
6bd33e50
6 commits,
4 years ago
version 2
cc0c9947
2 commits,
4 years ago
version 1
6674ca65
1 commit,
4 years ago
Show latest version
2 files
+
18
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
7
−
6
Options
@@ -4,9 +4,10 @@ stages:
Configure fetchers
:
stage
:
configure
only
:
changes
:
-
fetchers.yml
rules
:
-
changes
:
-
fetchers.yml
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
image
:
python:3.8
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
@@ -26,10 +27,10 @@ Configure fetchers:
dbnomics-fetchers -v configure $provider_slug
done
P
ages
:
p
ages
:
stage
:
deploy
image
:
name
:
git.nomics.world:4567/dbnomics/dbnomics-dashboard:
v
1.0
name
:
git.nomics.world:4567/dbnomics/dbnomics-dashboard:1.0
entrypoint
:
[
"
"
]
variables
:
FETCHERS_YML
:
fetchers.yml
@@ -43,7 +44,7 @@ Pages:
before_script
:
-
mkdir public
script
:
-
python generate-dashboard.py > public/index.html
-
python
/app/
generate-dashboard.py > public/index.html
artifacts
:
paths
:
-
public/