summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose/Dockerfile-sync (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-13remove yaml and json imports from workflowAlanCoding1-2/+0
2016-10-12move set_artifact module to its own repositoryAlanCoding2-64/+0
2016-10-12Add job artifacts and workflow artifact passingAlanCoding11-18/+243
2016-10-12Exclude test directory from setup bundle tarballsShane McDonald1-3/+3
2016-10-12Fix issue when string list settings field is null. Resolves #3683.Chris Church3-5/+10
2016-10-12update workflows to work with new channels implementationAlanCoding2-3/+3
2016-10-12Show actual settings module in use.Chris Church1-0/+4
2016-10-11switching websocket to secure websocket (wss://) dpending on protocoljaredevantabor1-3/+13
2016-10-11Include Powershell scripts for Windows scan jobsGraham Mainwaring1-0/+1
2016-10-10workflow serializer fixesAlanCoding2-2/+8
2016-10-10Include defaul channel layer route and upgrade amqp version (#3675)Ryan Fitzpatrick1-1/+1
2016-10-10use created and modified dates from TowerSettings when migrating to conf Sett...Jake McDermott1-0/+2
2016-10-07Prevent removing license via PUT/PATCH/DELETE to /api/v1/settings/system/.Chris Church3-1/+47
2016-10-07Add api node request servicer to response headersMatthew Jones1-0/+1
2016-10-07Fix some issues with management commands for clusteringMatthew Jones2-9/+35
2016-10-07revert to old rabbitmqWayne Witzel III1-1/+1
2016-10-07Turning debug_mode to falseJared Tabor1-1/+1
2016-10-07Feedback from PRJared Tabor16-119/+103
2016-10-06update channels reqsWayne Witzel III1-4/+3
2016-10-06added model for holding channel group information, updating asgi_amsqp reqWayne Witzel III5-7/+30
2016-10-06Implement cluster health checksMatthew Jones11-243/+43
2016-10-06convert scheduler to use websocketWayne Witzel III1-5/+5
2016-10-05Resubscribing the UI to the last group it was on, whenever a disconnect happe...Jared Tabor1-2/+15
2016-10-05Change names of Windows scan modules to avoid ambiguityGraham Mainwaring4-4/+24
2016-10-05removing status checks in socket.serviceJared Tabor1-4/+3
2016-10-05Clean docker images by nameJim Ladd1-1/+1
2016-10-05removing npm-shrinkwrap to avoid conflictJared Tabor2-4867/+1
2016-10-04fixing statusTip and socketStatusJared Tabor1-26/+10
2016-10-04committing first pass at unit test for SocketServiceJared Tabor4-33/+66
2016-10-04removing shrinkwrap to avoid merge conflict for nowJared Tabor1-10/+0
2016-10-04use a better-supported babel plugin instead of jank webpack loader for istanb...Leigh Johnson1-0/+1
2016-10-04cleaning up jshint errorsJared Tabor7-106/+5
2016-10-04removing old codeJared Tabor3-30/+7
2016-10-04Fix schedules sitewide (#3469)Leigh Johnson2-6/+15
2016-10-04changing naming scheme for event listeners to "ws-<group_name>"Jared Tabor14-31/+30
2016-10-04adding socket coverage to child statesJared Tabor26-25/+153
2016-10-04small fix to disconnect function--null pointer exceptionJared Tabor1-1/+3
2016-10-04adding disconnect function for logging outJared Tabor4-74/+32
2016-10-04fixing issue with adhoc stdoutJared Tabor1-2/+1
2016-10-04Changing naming convention for socket-message event listenersJared Tabor13-58/+88
2016-10-04Adding unsubscribe method for non-socket-enabled routesJared Tabor2-4/+30
2016-10-04Sending blank object to socket server on routes that are notJared Tabor1-7/+11
2016-10-04Fixing live events for inventory-manage pageJared Tabor4-28/+34
2016-10-04Adding socket object to route definitionsJared Tabor8-88/+49
2016-10-04Hooking SocketService.subscribe function to $stateExtenderJared Tabor6-448/+295
2016-10-04remove websocket proxy from build-docker-machine script, freeze ui depsLeigh Johnson1-2/+1
2016-10-04adding promise for successful socket connectionJared Tabor2-13/+20
2016-10-04refactoring socket functionsJared Tabor1-12/+17
2016-10-04fixing socketservice init on loginJared Tabor3-11/+5
2016-10-04Adhoc stdout working with new websocketsJared Tabor4-17/+3