Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
eraser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
OpenLicht
eraser
Merge requests
!21
Draft: Replace mqtt handling with RagConnect
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Replace mqtt handling with RagConnect
48-replace-mqtt-handling-with-ragconnect
into
dev
Overview
0
Commits
5
Pipelines
5
Changes
40
Open
René Schöne
requested to merge
48-replace-mqtt-handling-with-ragconnect
into
dev
3 years ago
Overview
0
Commits
5
Pipelines
5
Changes
21
Expand
WIP: correct transformation of state to String and back
Closes
#48
0
0
Merge request reports
Compare
version 3
version 4
1cfbb9a0
2 years ago
version 3
c6c8d574
3 years ago
version 2
ef356e4d
3 years ago
version 1
adcc5a66
3 years ago
dev (base)
and
version 4
latest version
b0941a67
5 commits,
2 years ago
version 4
1cfbb9a0
4 commits,
2 years ago
version 3
c6c8d574
3 commits,
3 years ago
version 2
ef356e4d
2 commits,
3 years ago
version 1
adcc5a66
1 commit,
3 years ago
Show latest version
21 files
+
404
−
148
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
buildSrc/src/main/groovy/eraser.java-ragconnect-conventions.gradle
+
7
−
1
Options
@@ -2,6 +2,12 @@ plugins {
id
'eraser.java-jastadd-conventions'
}
configurations
{
ragconnect
}
dependencies
{
compileOnly
group:
'de.tudresden.inf.st'
,
name:
'ragconnect'
,
version:
'0.3.1'
// TODO: use upstream ragconnect version once available
// ragconnect group: 'de.tudresden.inf.st', name: 'ragconnect', version: '1.0.0'
ragconnect
fileTree
(
include:
[
'ragconnect.base-fatjar-1.0.1.jar'
],
dir:
'./libs'
)
}
Loading