Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tacjs
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
tacjs
Merge requests
!29
Issue
#3513304
by mably: Generate a javascript file containing only the active services
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3513304
by mably: Generate a javascript file containing only the active services
issue/tacjs-3513304:3513304-use-a-javascript
into
7.x
Overview
0
Commits
1
Pipelines
3
Changes
8
Merged
Frank Mably
requested to merge
issue/tacjs-3513304:3513304-use-a-javascript
into
7.x
3 months ago
Overview
0
Commits
1
Pipelines
3
Changes
8
Expand
Closes
#3513304
0
0
Merge request reports
Compare
7.x
version 14
2db55816
3 months ago
version 13
2db55816
3 months ago
version 12
baed757a
3 months ago
version 11
be848aab
3 months ago
version 10
d567920b
3 months ago
version 9
31b968e4
3 months ago
version 8
e3c46c95
3 months ago
version 7
7435d196
3 months ago
version 6
ebf806f1
3 months ago
version 5
d1326193
3 months ago
version 4
0e22ffca
3 months ago
version 3
40aaee36
3 months ago
version 2
2e27e8db
3 months ago
version 1
e986a49c
3 months ago
7.x (base)
and
latest version
latest version
5782a59a
1 commit,
3 months ago
version 14
2db55816
1 commit,
3 months ago
version 13
2db55816
31 commits,
3 months ago
version 12
baed757a
1 commit,
3 months ago
version 11
be848aab
1 commit,
3 months ago
version 10
d567920b
1 commit,
3 months ago
version 9
31b968e4
1 commit,
3 months ago
version 8
e3c46c95
1 commit,
3 months ago
version 7
7435d196
1 commit,
3 months ago
version 6
ebf806f1
1 commit,
3 months ago
version 5
d1326193
1 commit,
3 months ago
version 4
0e22ffca
1 commit,
3 months ago
version 3
40aaee36
1 commit,
3 months ago
version 2
2e27e8db
1 commit,
3 months ago
version 1
e986a49c
1 commit,
3 months ago
8 files
+
192
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
config/schema/tacjs.schema.yml
+
12
−
0
Options
@@ -7,6 +7,8 @@ tacjs.settings:
expire
:
type
:
integer
label
:
'
Expire'
active
:
type
:
tacjs_active
texts
:
type
:
tacjs_texts
services
:
@@ -287,6 +289,16 @@ tacjs_texts:
type
:
text
label
:
'
credit'
tacjs_active
:
type
:
mapping
mapping
:
generate
:
type
:
boolean
label
:
'
Generate
active
services
JS
file'
suffix
:
type
:
string
label
:
'
Suffix
to
add
to
the
generated
JS
file'
tacjs_service
:
type
:
mapping
label
:
'
TacJS
services'
Loading