Procházet zdrojové kódy

add copyright

tags/v0.14.1
Jonathan Cobb před 4 roky
rodič
revize
c2a6236c1f
9 změnil soubory, kde provedl 32 přidání a 2 odebrání
  1. +4
    -0
      bubble-server/src/main/java/bubble/cloud/compute/UnavailableComputeLocationException.java
  2. +4
    -0
      bubble-server/src/main/java/bubble/model/cloud/BubbleVersionInfo.java
  3. +4
    -0
      bubble-server/src/main/java/bubble/model/device/DeviceStatus.java
  4. +4
    -0
      bubble-server/src/main/java/bubble/model/device/DeviceStatusFirstComparator.java
  5. +4
    -0
      bubble-server/src/main/java/bubble/notify/upgrade/JarUpgradeNotification.java
  6. +4
    -0
      bubble-server/src/main/java/bubble/notify/upgrade/NotificationHandler_upgrade_request.java
  7. +4
    -0
      bubble-server/src/main/java/bubble/service/boot/BubbleJarUpgradeService.java
  8. +3
    -1
      bubble-server/src/main/resources/packer/roles/bubble/files/bubble_upgrade.sh
  9. +1
    -1
      bubble-web

+ 4
- 0
bubble-server/src/main/java/bubble/cloud/compute/UnavailableComputeLocationException.java Zobrazit soubor

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble.cloud.compute;

import bubble.model.cloud.BubbleNode;


+ 4
- 0
bubble-server/src/main/java/bubble/model/cloud/BubbleVersionInfo.java Zobrazit soubor

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble.model.cloud;

import lombok.EqualsAndHashCode;


+ 4
- 0
bubble-server/src/main/java/bubble/model/device/DeviceStatus.java Zobrazit soubor

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble.model.device;

import bubble.cloud.geoLocation.GeoLocation;


+ 4
- 0
bubble-server/src/main/java/bubble/model/device/DeviceStatusFirstComparator.java Zobrazit soubor

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble.model.device;

import java.util.Comparator;


+ 4
- 0
bubble-server/src/main/java/bubble/notify/upgrade/JarUpgradeNotification.java Zobrazit soubor

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble.notify.upgrade;

import bubble.model.cloud.BubbleVersionInfo;


+ 4
- 0
bubble-server/src/main/java/bubble/notify/upgrade/NotificationHandler_upgrade_request.java Zobrazit soubor

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble.notify.upgrade;

import bubble.dao.cloud.BubbleNodeDAO;


+ 4
- 0
bubble-server/src/main/java/bubble/service/boot/BubbleJarUpgradeService.java Zobrazit soubor

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble.service.boot;

import bubble.dao.cloud.BubbleBackupDAO;


+ 3
- 1
bubble-server/src/main/resources/packer/roles/bubble/files/bubble_upgrade.sh Zobrazit soubor

@@ -1,5 +1,7 @@
#!/bin/bash

#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#
BUBBLE_HOME="/home/bubble"
UPGRADE_JAR="${BUBBLE_HOME}/upgrade.jar"
BUBBLE_JAR="${BUBBLE_HOME}/api/bubble.jar"


+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit e2fe4f47113b5d1a53efaacc59ca3ec42f5449ae
Subproject commit 0ebab245f318fcf6bb365de1964d37ac2d88ec1a

Načítá se…
Zrušit
Uložit