Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GÉANT Service Orchestrator GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
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
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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator GUI
Merge requests
!20
New GUI V2 structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New GUI V2 structure
feature/NAT-556-gui-v2-new-structure
into
develop
Overview
14
Commits
4
Pipelines
26
Changes
47
Merged
Mohammad Torkashvand
requested to merge
feature/NAT-556-gui-v2-new-structure
into
develop
1 year ago
Overview
13
Commits
4
Pipelines
26
Changes
47
Expand
0
0
Merge request reports
Compare
develop
version 26
b455df39
1 year ago
version 25
506b9e24
1 year ago
version 24
4e0bcd3b
1 year ago
version 23
668493bd
1 year ago
version 22
18e3ff56
1 year ago
version 21
88372cd5
1 year ago
version 20
a3534f74
1 year ago
version 19
6304454e
1 year ago
version 18
c0e622d2
1 year ago
version 17
368482d8
1 year ago
version 16
55daecd6
1 year ago
version 15
0c591611
1 year ago
version 14
f514b486
1 year ago
version 13
ea254907
1 year ago
version 12
8e62857e
1 year ago
version 11
77dcea61
1 year ago
version 10
52db55af
1 year ago
version 9
67f5f966
1 year ago
version 8
673033e7
1 year ago
version 7
2c7592ac
1 year ago
version 6
f24e900e
1 year ago
version 5
08744942
1 year ago
version 4
2549e122
1 year ago
version 3
a389b751
1 year ago
version 2
71cf6eb5
1 year ago
version 1
ca2c750b
1 year ago
develop (base)
and
latest version
latest version
d779088c
4 commits,
1 year ago
version 26
b455df39
3 commits,
1 year ago
version 25
506b9e24
3 commits,
1 year ago
version 24
4e0bcd3b
3 commits,
1 year ago
version 23
668493bd
3 commits,
1 year ago
version 22
18e3ff56
3 commits,
1 year ago
version 21
88372cd5
3 commits,
1 year ago
version 20
a3534f74
3 commits,
1 year ago
version 19
6304454e
3 commits,
1 year ago
version 18
c0e622d2
3 commits,
1 year ago
version 17
368482d8
3 commits,
1 year ago
version 16
55daecd6
3 commits,
1 year ago
version 15
0c591611
3 commits,
1 year ago
version 14
f514b486
3 commits,
1 year ago
version 13
ea254907
3 commits,
1 year ago
version 12
8e62857e
3 commits,
1 year ago
version 11
77dcea61
3 commits,
1 year ago
version 10
52db55af
3 commits,
1 year ago
version 9
67f5f966
3 commits,
1 year ago
version 8
673033e7
3 commits,
1 year ago
version 7
2c7592ac
1 commit,
1 year ago
version 6
f24e900e
1 commit,
1 year ago
version 5
08744942
52 commits,
1 year ago
version 4
2549e122
52 commits,
1 year ago
version 3
a389b751
52 commits,
1 year ago
version 2
71cf6eb5
1 commit,
1 year ago
version 1
ca2c750b
51 commits,
1 year ago
47 files
+
16425
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
47
Search (e.g. *.vue) (Ctrl+P)
.husky/pre-commit
0 → 100644
+
11
−
0
Options
1 comment
Last comment by
Karel van Klink
1 year ago
#!/usr/bin/env sh
.
"
$(
dirname
--
"
$0
"
)
/_/husky.sh"
echo
"---------- Running TSC ----------"
npm run tsc
echo
"---------- Running Linter ----------"
npm run lint
echo
"---------- Running Tests ----------"
npm run
test
Loading