更新jingrow仓库地址
This commit is contained in:
parent
f9ac97e7fc
commit
9ca8014177
2
.gitignore
vendored
2
.gitignore
vendored
@ -91,7 +91,7 @@ ipython_config.py
|
||||
# install all needed dependencies.
|
||||
#Pipfile.lock
|
||||
|
||||
# PEP 582; used by e.g. git.jingrow.com:3000/David-OConnor/pyflow
|
||||
# PEP 582; used by e.g. git.jingrow.com/David-OConnor/pyflow
|
||||
__pypackages__/
|
||||
|
||||
# Celery stuff
|
||||
|
||||
@ -3,7 +3,7 @@ default_stages: [commit]
|
||||
fail_fast: false
|
||||
|
||||
repos:
|
||||
- repo: http://git.jingrow.com:3000/pre-commit/pre-commit-hooks
|
||||
- repo: http://git.jingrow.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: debug-statements
|
||||
@ -16,7 +16,7 @@ repos:
|
||||
- id: check-toml
|
||||
- id: check-yaml
|
||||
|
||||
- repo: http://git.jingrow.com:3000/astral-sh/ruff-pre-commit
|
||||
- repo: http://git.jingrow.com/astral-sh/ruff-pre-commit
|
||||
# Ruff version.
|
||||
rev: v0.6.5
|
||||
hooks:
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
```
|
||||
mkdir agent && cd agent
|
||||
git clone http://git.jingrow.com:3000/jingrow/agent repo
|
||||
git clone http://git.jingrow.com/jingrow/agent repo
|
||||
virtualenv env
|
||||
source env/bin/activate
|
||||
pip install -e ./repo
|
||||
@ -21,7 +21,7 @@ honcho start
|
||||
## CLI
|
||||
|
||||
Agent has a CLI
|
||||
([ref](http://git.jingrow.com:3000/jingrow/agent/blob/master/agent/cli.py)). You can
|
||||
([ref](http://git.jingrow.com/jingrow/agent/blob/master/agent/cli.py)). You can
|
||||
access this by activating the env:
|
||||
|
||||
```bash
|
||||
|
||||
@ -228,13 +228,13 @@ class DatabasePhysicalRestore(DatabaseServer):
|
||||
sql_stmts.append(self.get_drop_table_statement(table))
|
||||
sql_stmts.append(self.get_create_table_statement(self.table_schema, table))
|
||||
else:
|
||||
# http://git.jingrow.com:3000/jingrow/jingrow/pull/26855
|
||||
# http://git.jingrow.com/jingrow/jingrow/pull/26855
|
||||
schema_file_content: str = re.sub(
|
||||
r"/\*M{0,1}!999999\\- enable the sandbox mode \*/",
|
||||
"",
|
||||
self.table_schema,
|
||||
)
|
||||
# # http://git.jingrow.com:3000/jingrow/jingrow/pull/28879
|
||||
# # http://git.jingrow.com/jingrow/jingrow/pull/28879
|
||||
schema_file_content: str = re.sub(
|
||||
r"/\*![0-9]* DEFINER=[^ ]* SQL SECURITY DEFINER \*/",
|
||||
"",
|
||||
|
||||
@ -4,7 +4,7 @@ from __future__ import annotations
|
||||
# will be removed once build code has been moved out of jcloud.
|
||||
#
|
||||
# Primary source:
|
||||
# http://git.jingrow.com:3000/jingrow/jcloud/blob/40859becf2976a3b6a5ac0ff79e2dff8cd2c46af/jcloud/jcloud/doctype/deploy_candidate/cache_utils.py
|
||||
# http://git.jingrow.com/jingrow/jcloud/blob/40859becf2976a3b6a5ac0ff79e2dff8cd2c46af/jcloud/jcloud/doctype/deploy_candidate/cache_utils.py
|
||||
import os
|
||||
import platform
|
||||
import random
|
||||
|
||||
@ -38,7 +38,7 @@ server {
|
||||
# disable any limits to avoid HTTP 413 for large image uploads
|
||||
client_max_body_size 0;
|
||||
|
||||
# required to avoid HTTP 411: see Issue #1486 (http://git.jingrow.com:3000/moby/moby/issues/1486)
|
||||
# required to avoid HTTP 411: see Issue #1486 (http://git.jingrow.com/moby/moby/issues/1486)
|
||||
chunked_transfer_encoding on;
|
||||
|
||||
# Allow jcloud signup pages to check browser-proxy latency
|
||||
|
||||
@ -125,13 +125,13 @@ POST /benches
|
||||
"apps": [
|
||||
{
|
||||
"name": "jingrow",
|
||||
"repo": "http://git.jingrow.com:3000/jingrow/jingrow",
|
||||
"repo": "http://git.jingrow.com/jingrow/jingrow",
|
||||
"branch": "version-12",
|
||||
"hash": "ada803c5b57e489bfbc2dee6292a4bcb3ff69aa0"
|
||||
},
|
||||
{
|
||||
"name": "jerp",
|
||||
"repo": "http://git.jingrow.com:3000/jingrow/jerp",
|
||||
"repo": "http://git.jingrow.com/jingrow/jerp",
|
||||
"branch": "version-12",
|
||||
"hash": "782f45ae5f272173b5daadb493d40cf7ccf131b4"
|
||||
}
|
||||
|
||||
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ setup(
|
||||
name="agent",
|
||||
version="0.0.0",
|
||||
description="Jingrow Jcloud Agent",
|
||||
url="http://git.jingrow.com:3000/jingrow/agent",
|
||||
url="http://git.jingrow.com/jingrow/agent",
|
||||
author="Jingrow Technologies",
|
||||
author_email="developers@framework.jingrow.com",
|
||||
packages=find_packages(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user