Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
minerva
core
Commits
fe7cddd4
Commit
fe7cddd4
authored
1 year ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
insert generated snippets in the docs
parent
43e9fe3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1700
Resolve "introduce new frontend to the jar file build process"
,
!1672
Resolve "Link to API docs is broken"
Pipeline
#85591
passed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG
+1
-0
1 addition, 0 deletions
CHANGELOG
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
View file @
fe7cddd4
...
@@ -396,6 +396,9 @@ build_jar:
...
@@ -396,6 +396,9 @@ build_jar:
-
curl -sL https://deb.nodesource.com/setup_12.x | bash -
-
curl -sL https://deb.nodesource.com/setup_12.x | bash -
-
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
-
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
-
mvn clean compile install -DskipTests=true
-
mvn clean compile install -DskipTests=true
-
cd web
-
mvn clean compile install
-
cd ..
-
cp web/target/*exec.jar minerva.jar
-
cp web/target/*exec.jar minerva.jar
test:dependency_conflict
:
test:dependency_conflict
:
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG
+
1
−
0
View file @
fe7cddd4
...
@@ -7,6 +7,7 @@ minerva (17.0.0~beta.3) unstable; urgency=medium
...
@@ -7,6 +7,7 @@ minerva (17.0.0~beta.3) unstable; urgency=medium
* Bug fix: (regression) uploading project produces a lot of errors like:
* Bug fix: (regression) uploading project produces a lot of errors like:
Problem with checking property:
Problem with checking property:
private final byte java.lang.String.coder (#1983)
private final byte java.lang.String.coder (#1983)
* Bug fix: (regression) API docs did not contain generated content (#1983)
-- Piotr Gawron <piotr.gawron@uni.lu> Tue, 13 Feb 2024 11:00:00 +0200
-- Piotr Gawron <piotr.gawron@uni.lu> Tue, 13 Feb 2024 11:00:00 +0200
...
...
This diff is collapsed.
Click to expand it.
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