From e6d1f5e57bbd4a1b61c5fb2667e5e992f40f28e0 Mon Sep 17 00:00:00 2001 From: jingrow Date: Wed, 24 Dec 2025 01:12:00 +0800 Subject: [PATCH] update @jerp.jingrow.com to @jingrow.com --- .../Marketplace Review Process.MD | 2 +- jcloude/bootstrap.py | 8 ++++---- jcloude/jcloude/custom/address.json | 18 +++++++++--------- .../pagetype/release_group/release_group.py | 2 +- .../pagetype/site_migration/site_migration.py | 2 +- .../roles/warning_banners/files/motd.j2 | 2 +- jcloude/scripts/weekend_support.py | 6 +++--- pyproject.toml | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/General Guide/Marketplace Review Process.MD b/docs/General Guide/Marketplace Review Process.MD index 7d70ab25..2dc47f4d 100644 --- a/docs/General Guide/Marketplace Review Process.MD +++ b/docs/General Guide/Marketplace Review Process.MD @@ -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 diff --git a/jcloude/bootstrap.py b/jcloude/bootstrap.py index 18399521..191c430f 100644 --- a/jcloude/bootstrap.py +++ b/jcloude/bootstrap.py @@ -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) diff --git a/jcloude/jcloude/custom/address.json b/jcloude/jcloude/custom/address.json index c0e3c13b..b34e7127 100644 --- a/jcloude/jcloude/custom/address.json +++ b/jcloude/jcloude/custom/address.json @@ -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", diff --git a/jcloude/jcloude/pagetype/release_group/release_group.py b/jcloude/jcloude/pagetype/release_group/release_group.py index 7dfa5d16..efb18b42 100644 --- a/jcloude/jcloude/pagetype/release_group/release_group.py +++ b/jcloude/jcloude/pagetype/release_group/release_group.py @@ -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 diff --git a/jcloude/jcloude/pagetype/site_migration/site_migration.py b/jcloude/jcloude/pagetype/site_migration/site_migration.py index a24dd765..48480896 100644 --- a/jcloude/jcloude/pagetype/site_migration/site_migration.py +++ b/jcloude/jcloude/pagetype/site_migration/site_migration.py @@ -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: diff --git a/jcloude/playbooks/roles/warning_banners/files/motd.j2 b/jcloude/playbooks/roles/warning_banners/files/motd.j2 index 22a9e20e..a6236ae1 100644 --- a/jcloude/playbooks/roles/warning_banners/files/motd.j2 +++ b/jcloude/playbooks/roles/warning_banners/files/motd.j2 @@ -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 diff --git a/jcloude/scripts/weekend_support.py b/jcloude/scripts/weekend_support.py index 0b240a8b..4cb22a42 100644 --- a/jcloude/scripts/weekend_support.py +++ b/jcloude/scripts/weekend_support.py @@ -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", ] diff --git a/pyproject.toml b/pyproject.toml index 982d4233..494ecd23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}