Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter-squid
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
nodes
duniter-squid
Merge requests
!20
Add certifications date
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add certifications date
add-certifications-date
into
main
Overview
23
Commits
4
Pipelines
0
Changes
20
All threads resolved!
Hide all comments
Closed
poka
requested to merge
add-certifications-date
into
main
10 months ago
Overview
23
Commits
4
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 2
version 5
9a323a4a
10 months ago
version 4
b1ca816d
10 months ago
version 3
c24f4058
10 months ago
version 2
69100f09
10 months ago
version 1
9a2954cd
10 months ago
main (base)
and
version 3
latest version
4cbbb829
4 commits,
10 months ago
version 5
9a323a4a
4 commits,
10 months ago
version 4
b1ca816d
4 commits,
10 months ago
version 3
c24f4058
4 commits,
10 months ago
version 2
69100f09
3 commits,
10 months ago
version 1
9a2954cd
2 commits,
10 months ago
Show latest version
2 files
+
7
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
commands.json
+
6
−
1
Options
@@ -102,7 +102,12 @@
},
"process"
:
{
"description"
:
"Load .env and start the squid processor"
,
"cmd"
:
[
"node"
,
"--require=dotenv/config"
,
"lib/main.js"
]
"cmd"
:
[
"node"
,
"--require=dotenv/config"
,
"-max-old-space-size=4096"
,
"lib/main.js"
]
},
"process:prod"
:
{
"description"
:
"Start the squid processor"
,
Loading