Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProB 2 Jupyter Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
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
general
stups
ProB 2 Jupyter Kernel
Commits
Commits · d0ba9604c2ef5c2d2ac1de062ea5fd03d73b5424
d0ba9604c2ef5c2d2ac1de062ea5fd03d73b5424
Select Git revision
7 results
Searching
prob2-jupyter-kernel
Author
Search by author
Any Author
authors
0 authors
Browse files
May 14, 2020
Remove PositionalParameter (except as a namespace/utility class)
· d0ba9604
dgelessus
authored
5 years ago
d0ba9604
Move parameter splitting and validation code into separate objects
· 5e18f994
dgelessus
authored
5 years ago
5e18f994
Separate command parsing into splitting and validation steps
· 256b244c
dgelessus
authored
5 years ago
256b244c
Remove no longer used CommandUtils.splitArgs methods
· 1abbb271
dgelessus
authored
5 years ago
1abbb271
Add positional parameter types for repeated/multiple-value parameters
· a6add576
dgelessus
authored
5 years ago
a6add576
Add support for parsing first line of cell separately from body
· b41a63e6
dgelessus
authored
5 years ago
b41a63e6
Add initial implementation of new command argument parsing
· 5a378b0f
dgelessus
authored
5 years ago
5a378b0f
Fix multiline machines not being detected in cells without ::load
· e7ea5de7
dgelessus
authored
5 years ago
e7ea5de7
Move non-command classes out of commands package
· 099a52bd
dgelessus
authored
5 years ago
099a52bd
May 04, 2020
Mention Java 14 compatibility in README
· 58bcc2cd
dgelessus
authored
5 years ago
58bcc2cd
Make download links in README more obvious
· 55a6a229
dgelessus
authored
5 years ago
55a6a229
Apr 30, 2020
Fix line comments on last line of expression with let variables defined
· d0b22b41
dgelessus
authored
5 years ago
d0b22b41
Apr 22, 2020
Mention Java 14 compatibility in CHANGELOG.md
· b621e6b4
dgelessus
authored
5 years ago
b621e6b4
Update ProB 2 to version 4.0.0-SNAPSHOT for Java 14 compatibility
· e5188664
dgelessus
authored
5 years ago
e5188664
Update Gradle wrapper to version 6.3 for Java 14 compatibility
· 824f34b1
dgelessus
authored
5 years ago
824f34b1
Apr 16, 2020
Install GraphViz on Binder to allow using Dot visualisations
· 8377a642
dgelessus
authored
5 years ago
8377a642
Mar 05, 2020
Remove no longer needed Git LFS-related commands from Binder postBuild
· e52e0cac
dgelessus
authored
5 years ago
e52e0cac
Update links to new repo location
· df237174
dgelessus
authored
5 years ago
df237174
Mar 03, 2020
Update README
· 23655f27
dgelessus
authored
5 years ago
23655f27
Feb 27, 2020
Bump version number to 1.1.1-SNAPSHOT
· 4e6f7780
dgelessus
authored
5 years ago
4e6f7780
Fix Git not being installed on GitLab CI
· 088e9cc9
dgelessus
authored
5 years ago
View commits for tag v1.1.0
v1.1.0
088e9cc9
Release version 1.1.0
· 5e6df9bf
dgelessus
authored
5 years ago
5e6df9bf
Remove release version 1.0.0 from Git LFS
· 0007a30f
dgelessus
authored
5 years ago
0007a30f
Fix ProB 2 version number in CHANGELOG.md
· 60df754e
dgelessus
authored
5 years ago
60df754e
Remove manually defined cleanKernelSpec task
· 2bfb0e88
dgelessus
authored
5 years ago
2bfb0e88
Don't use cleanKernelSpec task to delete outputs in createKernelSpec
· 281a5df4
dgelessus
authored
5 years ago
281a5df4
Replace use of deprecated shadowJar.archivePath property
· fc71c0c5
dgelessus
authored
5 years ago
fc71c0c5
Remove unnecessary manual setting of createKernelSpec task inputs
· d19a4fa4
dgelessus
authored
5 years ago
d19a4fa4
Improve :version command
· 091ba271
dgelessus
authored
5 years ago
091ba271
Switch to release version of ProB 2 Java API
· 2b75217b
dgelessus
authored
5 years ago
2b75217b
Include Sonatype snapshots repo only for snapshot builds
· 47e6591e
dgelessus
authored
5 years ago
47e6591e
Feb 25, 2020
Update Gradle wrapper to version 6.2.1
· 28d74329
dgelessus
authored
5 years ago
28d74329
Feb 20, 2020
Update Gradle wrapper to version 6.2
· 0eb14cf7
dgelessus
authored
5 years ago
0eb14cf7
Feb 18, 2020
Don't display dot command availability in :help :dot
· cc91cd81
dgelessus
authored
5 years ago
cc91cd81
Fix MACHINE_INFO being recognized as machine instead of an expression
· d0e3a169
dgelessus
authored
5 years ago
d0e3a169
Rerun all the notebooks
· 57a7f3e1
dgelessus
authored
5 years ago
57a7f3e1
Improve a bunch of help texts
· dab5ba47
dgelessus
authored
5 years ago
dab5ba47
Structure :help command list into categories
· cb837dff
dgelessus
authored
5 years ago
cb837dff
Feb 17, 2020
Sort ProBKernel.COMMAND_CLASSES alphabetically
· f6ad58e6
dgelessus
authored
5 years ago
f6ad58e6
Move BsymbCommand to correct package
· bda0e358
dgelessus
authored
5 years ago
bda0e358
Loading