Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quby-compiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
RoQua
quby-compiler
Commits
eee3a55d
Commit
eee3a55d
authored
3 years ago
by
Per 29 mei 2024 gedeeld account, daarvoor marten
Browse files
Options
Downloads
Patches
Plain Diff
Write out pretty-printed JSON
parent
8b51d6a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Stop generating last_update, and generate pretty-printed JSONs
Pipeline
#97330
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/quby/compiler/instance.rb
+2
-2
2 additions, 2 deletions
lib/quby/compiler/instance.rb
with
2 additions
and
2 deletions
lib/quby/compiler/instance.rb
+
2
−
2
View file @
eee3a55d
...
...
@@ -36,7 +36,7 @@ module Quby
roqua:
Output
.
new
(
key: :roqua
,
filename:
"roqua.json"
,
content:
Outputs
::
RoquaSerializer
.
new
(
questionnaire
).
to
_json
,
content:
JSON
.
pretty_generate
(
Outputs
::
RoquaSerializer
.
new
(
questionnaire
).
as
_json
)
),
seeds:
Output
.
new
(
key: :seeds
,
...
...
@@ -46,7 +46,7 @@ module Quby
quby_frontend_v1:
Output
.
new
(
key: :quby_frontend_v1
,
filename:
"quby-frontend-v1.json"
,
content:
Outputs
::
QubyFrontendV1Serializer
.
new
(
questionnaire
).
to
_json
,
content:
JSON
.
pretty_generate
(
Outputs
::
QubyFrontendV1Serializer
.
new
(
questionnaire
).
as
_json
)
,
),
quby_frontend_v2:
Output
.
new
(
key: :quby_frontend_v2
,
...
...
This diff is collapsed.
Click to expand it.
Per 29 mei 2024 gedeeld account, daarvoor marten
@marten
mentioned in commit
2d839ed3
·
3 years ago
mentioned in commit
2d839ed3
mentioned in commit 2d839ed36361f020984f6ba6ef3ed05593784504
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment