Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hsh-maxima
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
hsh-maxima
Commits
845509e1
Commit
845509e1
authored
2 years ago
by
lennart.kramer
Browse files
Options
Downloads
Patches
Plain Diff
bump version
parent
c3b60f7a
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
goemaxima_version
+1
-1
1 addition, 1 deletion
goemaxima_version
helmmaxima/Chart.yaml
+2
-2
2 additions, 2 deletions
helmmaxima/Chart.yaml
src/web/web.go
+1
-1
1 addition, 1 deletion
src/web/web.go
with
9 additions
and
4 deletions
CHANGELOG
+
5
−
0
View file @
845509e1
1.1.9
-----
* Add 2023052400 version
* Load lsquares earlier than stackmaxima libraries so that fboundp does not get overwritten
1.1.8
-----
* Backport cartesian_product fix for 5.44 maxima version
...
...
This diff is collapsed.
Click to expand it.
goemaxima_version
+
1
−
1
View file @
845509e1
1.1.
8
1.1.
9
This diff is collapsed.
Click to expand it.
helmmaxima/Chart.yaml
+
2
−
2
View file @
845509e1
...
...
@@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version
:
1.1.
8
version
:
1.1.
9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion
:
1.1.
8
appVersion
:
1.1.
9
This diff is collapsed.
Click to expand it.
src/web/web.go
+
1
−
1
View file @
845509e1
...
...
@@ -460,7 +460,7 @@ func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess,
health
:=
r
.
FormValue
(
"health"
)
==
"1"
if
r
.
Method
==
"GET"
&&
r
.
FormValue
(
"input"
)
==
""
&&
!
health
{
hostname
,
_
:=
os
.
Hostname
()
fmt
.
Fprintf
(
w
,
"Hostname: %s, version: 1.1.
8
\n
"
,
hostname
)
fmt
.
Fprintf
(
w
,
"Hostname: %s, version: 1.1.
9
\n
"
,
hostname
)
return
}
// the maxima input to be evaluated
...
...
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