Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
node-bigstream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bs
node-bigstream
Commits
eb8f6083
Commit
eb8f6083
authored
Aug 02, 2018
by
Kamron Aroonrua
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.2 release
parent
69edbcec
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Changelog
Changelog
+4
-0
job-manager.js
coreservice/lib/job-manager.js
+1
-3
version.json
version.json
+1
-1
No files found.
Changelog
View file @
eb8f6083
#Changelog
## [1.2] - 2018-08-11
### Fixed
- BS :: job registering with no token bug
## [UR] - 2018-07-10
### Added
- TRIGGER :: nbudp
...
...
coreservice/lib/job-manager.js
View file @
eb8f6083
...
...
@@ -65,9 +65,7 @@ JobManager.prototype.setJob = function (prm,cb)
var
vo
=
prm
.
vo
||
""
;
if
(
JUtils
.
validate
(
job
)){
if
(
prm
.
vo
){
job
.
_vo
=
prm
.
vo
;
}
job
.
_vo
=
vo
;
self
.
job_registry
.
setJob
(
job
.
job_id
,
job
);
if
(
job
.
trigger
){
self
.
trigger_registry
.
setByJob
(
job
,
cb
);
...
...
version.json
View file @
eb8f6083
{
"version"
:
"1.2"
,
"build"
:
"20180
71015
00"
"build"
:
"20180
80211
00"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment