Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 149-dockter-1
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Nov 22, 2024
2 parents da602c6 + eeaacc9 commit 295a9e4
Show file tree
Hide file tree
Showing 13 changed files with 92 additions and 340 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.4.3] - 2024-11-22

### Changed in 0.4.3

- UI improvements

## [0.4.2] - 2024-11-21

### Changed in 0.4.2
Expand Down
12 changes: 6 additions & 6 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// 0.4.3
// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Nov 21 20:19:29 UTC 2024
// 0.4.4
// Created by senzing-factory/github-action-make-go-github-file.yaml on Fri Nov 22 16:21:44 UTC 2024
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate = "2024-11-21"
githubDate = "2024-11-22"
githubIteration = "0"
githubRef = "refs/tags/0.4.3"
githubRefName = "0.4.3"
githubRef = "refs/tags/0.4.4"
githubRefName = "0.4.4"
githubRepository = "senzing-garage/playground"
githubRepositoryName = "playground"
githubVersion = "0.4.3"
githubVersion = "0.4.4"
)
2 changes: 1 addition & 1 deletion httpserver/static/root/component/left-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java/index.html" class="nav-link text-white">
<a href="/site/java/index.html" class="nav-link text-white">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down
8 changes: 4 additions & 4 deletions httpserver/static/templates/site/go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ <h1>Senzing Playground for Go</h1>

<script type="text/javascript">
includeHTML();
$(document).ready(function () {
z = document.getElementById("bob-java")
alert("FIXME: this isn't ready. Value of z: " + z)
});
// $(document).ready(function () {
// z = document.getElementById("bob-java")
// alert("FIXME: this isn't ready. Value of z: " + z)
// });
</script>
</body>

Expand Down
33 changes: 17 additions & 16 deletions httpserver/static/templates/site/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ <h1>Playground & Sandbox</h1>
Depending on your goal, you may want to use the Playground or you may want to use the Sandbox. The
<b>Playground</b> has <a href="#" data-toggle="tooltip"
title="Baked-in features include: Jupyter Lab, terminal, ..." data-content="">baked-in features</a>
that allow you to examine Senzing without installing anything on your computer. The <b>Sandbox</b> helps you set
up an environment on your workstation to use Senzing via a gRPC server.
that allow you to examine Senzing without installing anything else on your computer. The <b>Sandbox</b> helps
you set up an environment on your workstation to use Senzing via a gRPC server.
</p>
<p>
So the question is: &nbsp;<i>What is your goal?</i>
Expand All @@ -51,19 +51,22 @@ <h1>Playground & Sandbox</h1>
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#tabPlayground" aria-expanded="true" aria-controls="tabPlayground">
<h6>1. <b class="text-primary">I want to try Senzing SDK without installing anything.</b> (Playground)
<h6>1. <b class="text-primary">I want to try Senzing SDK without installing anything else.</b>
(Playground)
</h6>
</button>
</h2>
<div id="tabPlayground" class="accordion-collapse collapse" data-bs-parent="#accordionGoal">
<div class="col-xs-12" style="height:15px;"></div>
<div class="container px-5">
<p>
In this exercise, you'll be using the built-in
<a href="https://jupyter.org/">Jupyter Lab</a>
and termimal to work with code examples that access the Senzing SDK.
Everything is included within the Docker container;
there's nothing else to install on your computer.
In this exercise, you'll be using Jupyter Lab and terminal built into the Playground to work with code
examples that access the Senzing SDK. Everything is included within the Docker container; there's
nothing else to install on your computer.
</p>
<p>
More information on
<a href="https://jupyter.org/">Jupyter Lab</a>.
</p>
<i class="bi bi-arrow-right-circle-fill me-2 text-primary"></i>
Which language are you using?
Expand All @@ -75,7 +78,7 @@ <h6>1. <b class="text-primary">I want to try Senzing SDK without installing anyt
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down Expand Up @@ -113,10 +116,8 @@ <h6>2. <b class="text-primary">I want to use my Jupyter Lab.</b> (Sandbox)</h6>
<div class="col-xs-12" style="height:15px;"></div>
<div class="container px-5">
<p>
Using the
<a href="https://jupyter.org/">Jupyter Lab</a>
that you already have installed on your computer,
this exercise gives you some starter Jupyter notebooks to try.
If you already have <a href="https://jupyter.org/">Jupyter Lab</a> installed on your computer, this
exercise gives you some starter Jupyter notebooks to try.
</p>
<i class="bi bi-arrow-right-circle-fill me-2 text-primary"></i>
Which language are you using?
Expand All @@ -128,7 +129,7 @@ <h6>2. <b class="text-primary">I want to use my Jupyter Lab.</b> (Sandbox)</h6>
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down Expand Up @@ -187,7 +188,7 @@ <h6>3. <b class="text-primary">I want to try Senzing SDK in my development envir
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down Expand Up @@ -242,7 +243,7 @@ <h6>4. <b class="text-primary">I want to migrate from using Senzing gRPC SDK to
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down
Loading

0 comments on commit 295a9e4

Please sign in to comment.