Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
contactJS
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
MOTIVATE
contactJS
Graph
a5fa28293b206ef22aa7e4d08709c24a7130b0dd
Select Git revision
Branches
3
development
easejsbegone
master
default
protected
Tags
7
v3.0.0
v2.0.1
v2.0.0
v1.3.0
v1.2.0
v1.1.0
v1.0.1
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Feb
29
Jan
26
24
23
12
Nov
11
5
2
20
Oct
9
5
30
Sep
24
22
21
18
17
16
15
10
7
20
Aug
19
18
17
14
11
26
Jul
15
23
Jun
2
1
28
May
27
22
21
18
15
5
29
Apr
28
27
24
23
20
17
9
18
Mar
12
9
6
5
4
# moved _fulfils() from ContextInformationList to ContextInformation
master
master
+ [ContextInformation] added
! fixed a bug where unknown values for context information weren't properly returned
# widgets will now be instantly queried when their interval is registered (instead of waiting a whole interval)
! fixed a bug when comparing boolean values
! attempt at fixing a bug when comparing float or integer values
Merge branch 'master' of https://github.com/University-of-Potsdam-MM/contactJS
# get value now returns a value of the correct data type if the keyword INTEGER, FLOAT or BOOLEAN are used (everything else is treated as STRING)
Corrected a wrong synonym
Some updates to make some of the examples more clear
Merge branch 'development' of https://github.com/University-of-Potsdam-MM/contactJS into development
v3.0.0 developm…
v3.0.0 development
# [ContextInformationList] added supporting functions for rule generation purposes
Update README.md
Update README.md
Update README.md
Update README.md
Merge branch 'development' of https://github.com/University-of-Potsdam-MM/contactJS into development
# adjusted README to match latest changes
+ [ContextInformation] getJSONRepresentation()
# added functionality for Queryable and Callable
+ Callable
# corrected JSDoc
+ [Attribute] added private constants _VALUE_UNKNOWN and _VALUE_ERROR (might add more specific error values later on)
# [Discoverer] will check required objects for Interpreters
# [Attribute] default value: NO_VALUE -> CV_UNKNOWN
# [Discoverer] added a check to see if a Widget has all objects needed for its operation
Merge branch 'development' of https://github.com/University-of-Potsdam-MM/contactJS into development
! [Discoverer] fixed a bug where Interpreters wouldn't searched for when a Widget was found that satisfies an attribute
Update README.md
# adjusted README to latest changes in components: inOut -> description, updateInterval
Merge branch 'development' of https://github.com/University-of-Potsdam-MM/contactJS into development
# completed README, added contents
! [Aggregator] fixed a potential bug when adding a widget subscription from a Widget object
# [Widget & Aggregator] redesigned the initialization process to be less complex
# updated logs to use getters
# updated log messages
+ [Component] added Component as superclass of all classes that are managed by the discoverer; duplicate functionality from Widget, Aggregator and Interpreter will be outsourced into Component in the future
! fixed defective code that prevented widgets from notifying their subscribers
# updated distribution
# updated JSDoc
Loading