update @jerp.jingrow.com to @jingrow.com
This commit is contained in:
parent
731b26b276
commit
e6d1f5e57b
@ -27,7 +27,7 @@ Once approved, the new release will be available for deployment on bench groups
|
||||
|
||||
## Server Script for Auto-approving of App Releases for Marketplace App
|
||||
|
||||
There is a Server Script that auto-approves releases (sets the status of the ‘App Release’ pg to ‘Approved’) for all the apps belonging to team@jerp.jingrow.com (Auto approve jingrow/jerp releases (jcloud.jingrow.com)).
|
||||
There is a Server Script that auto-approves releases (sets the status of the ‘App Release’ pg to ‘Approved’) for all the apps belonging to team@jingrow.com (Auto approve jingrow/jerp releases (jcloud.jingrow.com)).
|
||||
|
||||
|
||||
## Publishing of New Apps
|
||||
|
||||
@ -277,15 +277,15 @@ def setup_teams():
|
||||
from jcloude.api.account import signup
|
||||
from jcloude.jcloude.pagetype.team.team import Team
|
||||
|
||||
signup("cloud@jerp.jingrow.com")
|
||||
signup("cloud@jingrow.com")
|
||||
request = jingrow.get_all(
|
||||
"Account Request", ["*"], {"email": "cloud@jerp.jingrow.com"}, limit=1
|
||||
"Account Request", ["*"], {"email": "cloud@jingrow.com"}, limit=1
|
||||
)[0]
|
||||
cloud = Team.create_new(request, "Jingrow", "Cloud", "JingrowCloud@1", "India", False)
|
||||
|
||||
signup("aditya@jerp.jingrow.com")
|
||||
signup("aditya@jingrow.com")
|
||||
request = jingrow.get_all(
|
||||
"Account Request", ["*"], {"email": "aditya@jerp.jingrow.com"}, limit=1
|
||||
"Account Request", ["*"], {"email": "aditya@jingrow.com"}, limit=1
|
||||
)[0]
|
||||
aditya = Team.create_new(request, "Aditya", "Hase", "AdityaHase@1", "India", False)
|
||||
|
||||
|
||||
@ -40,13 +40,13 @@
|
||||
"link_filters": null,
|
||||
"mandatory_depends_on": null,
|
||||
"modified": "2020-08-11 16:39:34.959731",
|
||||
"modified_by": "faris@jerp.jingrow.com",
|
||||
"modified_by": "faris@jingrow.com",
|
||||
"module": null,
|
||||
"name": "Address-gstin",
|
||||
"no_copy": 0,
|
||||
"non_negative": 0,
|
||||
"options": null,
|
||||
"owner": "faris@jerp.jingrow.com",
|
||||
"owner": "faris@jingrow.com",
|
||||
"permlevel": 0,
|
||||
"placeholder": null,
|
||||
"precision": "",
|
||||
@ -83,7 +83,7 @@
|
||||
"if_owner": 0,
|
||||
"import": 0,
|
||||
"modified": "2020-08-26 20:09:40.230586",
|
||||
"modified_by": "faris@jerp.jingrow.com",
|
||||
"modified_by": "faris@jingrow.com",
|
||||
"name": "61826a5bb9",
|
||||
"owner": "Administrator",
|
||||
"parent": "Address",
|
||||
@ -114,7 +114,7 @@
|
||||
"if_owner": 0,
|
||||
"import": 0,
|
||||
"modified": "2020-08-26 20:09:40.356382",
|
||||
"modified_by": "faris@jerp.jingrow.com",
|
||||
"modified_by": "faris@jingrow.com",
|
||||
"name": "62f8500bfe",
|
||||
"owner": "Administrator",
|
||||
"parent": "Address",
|
||||
@ -145,9 +145,9 @@
|
||||
"if_owner": 0,
|
||||
"import": 0,
|
||||
"modified": "2020-08-26 20:09:40.417634",
|
||||
"modified_by": "faris@jerp.jingrow.com",
|
||||
"modified_by": "faris@jingrow.com",
|
||||
"name": "8297ade273",
|
||||
"owner": "faris@jerp.jingrow.com",
|
||||
"owner": "faris@jingrow.com",
|
||||
"parent": "Address",
|
||||
"permlevel": 0,
|
||||
"print": 0,
|
||||
@ -176,7 +176,7 @@
|
||||
"if_owner": 0,
|
||||
"import": 0,
|
||||
"modified": "2020-08-26 20:09:40.375437",
|
||||
"modified_by": "faris@jerp.jingrow.com",
|
||||
"modified_by": "faris@jingrow.com",
|
||||
"name": "a5cb85bb0b",
|
||||
"owner": "Administrator",
|
||||
"parent": "Address",
|
||||
@ -207,7 +207,7 @@
|
||||
"if_owner": 0,
|
||||
"import": 1,
|
||||
"modified": "2020-08-26 20:09:40.339659",
|
||||
"modified_by": "faris@jerp.jingrow.com",
|
||||
"modified_by": "faris@jingrow.com",
|
||||
"name": "e771a77459",
|
||||
"owner": "Administrator",
|
||||
"parent": "Address",
|
||||
@ -238,7 +238,7 @@
|
||||
"if_owner": 0,
|
||||
"import": 0,
|
||||
"modified": "2020-08-26 20:09:40.393834",
|
||||
"modified_by": "faris@jerp.jingrow.com",
|
||||
"modified_by": "faris@jingrow.com",
|
||||
"name": "f8a821ccac",
|
||||
"owner": "Administrator",
|
||||
"parent": "Address",
|
||||
|
||||
@ -1700,7 +1700,7 @@ def prune_servers_without_sites():
|
||||
.where(rg.enabled == 1)
|
||||
.where(rg.public == 0)
|
||||
.where(rg.central_bench == 0)
|
||||
.where(rg.team != "team@jerp.jingrow.com")
|
||||
.where(rg.team != "team@jingrow.com")
|
||||
.where(
|
||||
rg.modified < jingrow.utils.add_to_date(None, days=-7)
|
||||
) # use this timestamp to assume server added time
|
||||
|
||||
@ -723,7 +723,7 @@ class SiteMigration(Page):
|
||||
|
||||
@property
|
||||
def scheduled_by_consultant(self):
|
||||
return self.owner.endswith("@jerp.jingrow.com") or self.owner.endswith("@framework.jingrow.com")
|
||||
return self.owner.endswith("@jingrow.com") or self.owner.endswith("@framework.jingrow.com")
|
||||
|
||||
def upgrade_plan(self, site: "Site", dest_server: Server):
|
||||
if not dest_server.public and site.team == dest_server.team and not site.is_on_dedicated_plan:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
######## W E L C O M E #########
|
||||
Welcome to Jingrow Technologies Pvt Ltd
|
||||
This server is under authority of Jingrow Technologies Pvt Ltd
|
||||
If you came accross any issue, contact us at devops@jerp.jingrow.com
|
||||
If you came accross any issue, contact us at devops@jingrow.com
|
||||
|
||||
|
||||
@ -5,12 +5,12 @@ from itertools import cycle
|
||||
import jingrow
|
||||
|
||||
agents = [
|
||||
"shadrak@jerp.jingrow.com",
|
||||
"shadrak@jingrow.com",
|
||||
"tanmoy@framework.jingrow.com",
|
||||
"alan@iwebnotes.com",
|
||||
"balamurali@jerp.jingrow.com",
|
||||
"balamurali@jingrow.com",
|
||||
"arun@framework.jingrow.com",
|
||||
"saurabh@jerp.jingrow.com",
|
||||
"saurabh@jingrow.com",
|
||||
"suhail@framework.jingrow.com",
|
||||
]
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ name = "jcloude"
|
||||
dynamic = ["version"]
|
||||
description = "Managed Jingrow Hosting"
|
||||
authors = [
|
||||
{name = "Jingrow", email = "aditya@jerp.jingrow.com"}
|
||||
{name = "Jingrow", email = "aditya@jingrow.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
license = {text = "AGPL-3.0"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user