You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-05 00:58:52 +02:00
Test data update (Jenkins)
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
oint postgres ВыполнитьЗапросSQL \
|
||||
--sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA.sql" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres ВыполнитьЗапросSQL ^
|
||||
--sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA.sql" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
4
docs/ru/cli/postgres/ДобавитьЗаписи/bash.txt
vendored
4
docs/ru/cli/postgres/ДобавитьЗаписи/bash.txt
vendored
@ -1,5 +1,5 @@
|
||||
oint postgres ДобавитьЗаписи \
|
||||
--table "testtable" \
|
||||
--rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\4045n3qm41b.tmp'},'ts_field':{'TIMESTAMP':'2025-02-16T20:07:20.5357582Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-02-16T20:07:20.5357582+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-02-16T20:07:20.5357582Z'},'time_field':{'TIME':'2025-02-16T20:07:20.5357582Z'},'uuid_field':{'UUID':'e85b0749-48d6-4005-aff4-a304156eb39f'}}]" \
|
||||
--rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\vr212hgjljn.tmp'},'ts_field':{'TIMESTAMP':'2025-02-17T11:41:51.7659506Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-02-17T11:41:51.7659506+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-02-17T11:41:51.7659506Z'},'time_field':{'TIME':'2025-02-17T11:41:51.7659506Z'},'uuid_field':{'UUID':'c5faf501-bb78-4917-bfea-347a195c3553'}}]" \
|
||||
--trn true \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
4
docs/ru/cli/postgres/ДобавитьЗаписи/bat.txt
vendored
4
docs/ru/cli/postgres/ДобавитьЗаписи/bat.txt
vendored
@ -1,5 +1,5 @@
|
||||
oint postgres ДобавитьЗаписи ^
|
||||
--table "testtable" ^
|
||||
--rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\4045n3qm41b.tmp'},'ts_field':{'TIMESTAMP':'2025-02-16T20:07:20.5357582Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-02-16T20:07:20.5357582+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-02-16T20:07:20.5357582Z'},'time_field':{'TIME':'2025-02-16T20:07:20.5357582Z'},'uuid_field':{'UUID':'e85b0749-48d6-4005-aff4-a304156eb39f'}}]" ^
|
||||
--rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\vr212hgjljn.tmp'},'ts_field':{'TIMESTAMP':'2025-02-17T11:41:51.7659506Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-02-17T11:41:51.7659506+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-02-17T11:41:51.7659506Z'},'time_field':{'TIME':'2025-02-17T11:41:51.7659506Z'},'uuid_field':{'UUID':'c5faf501-bb78-4917-bfea-347a195c3553'}}]" ^
|
||||
--trn true ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/ОбновитьЗаписи/bash.txt
vendored
2
docs/ru/cli/postgres/ОбновитьЗаписи/bash.txt
vendored
@ -4,4 +4,4 @@ oint postgres ОбновитьЗаписи \
|
||||
--table "test_data" \
|
||||
--values "{'ip_address':{'VARCHAR':'127.0.0.1'}}" \
|
||||
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false}]" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/ОбновитьЗаписи/bat.txt
vendored
2
docs/ru/cli/postgres/ОбновитьЗаписи/bat.txt
vendored
@ -4,4 +4,4 @@ oint postgres ОбновитьЗаписи ^
|
||||
--table "test_data" ^
|
||||
--values "{'ip_address':{'VARCHAR':'127.0.0.1'}}" ^
|
||||
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false}]" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres ОтключитьВсеСоединенияБазыДанных \
|
||||
--base "testbase1" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres ОтключитьВсеСоединенияБазыДанных ^
|
||||
--base "testbase1" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres ОчиститьТаблицу \
|
||||
--table "testtable" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/ОчиститьТаблицу/bat.txt
vendored
2
docs/ru/cli/postgres/ОчиститьТаблицу/bat.txt
vendored
@ -1,3 +1,3 @@
|
||||
oint postgres ОчиститьТаблицу ^
|
||||
--table "testtable" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/ПолучитьЗаписи/bash.txt
vendored
2
docs/ru/cli/postgres/ПолучитьЗаписи/bash.txt
vendored
@ -6,4 +6,4 @@ oint postgres ПолучитьЗаписи \
|
||||
--filter "[{'field':'gender','type':'=','value':'Male','union':'AND','raw':false},{'field':'id','type':'BETWEEN','value':'20 AND 50','raw':true}]" \
|
||||
--order "{'ip_address':'DESC'}" \
|
||||
--limit 5 \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/ПолучитьЗаписи/bat.txt
vendored
2
docs/ru/cli/postgres/ПолучитьЗаписи/bat.txt
vendored
@ -6,4 +6,4 @@ oint postgres ПолучитьЗаписи ^
|
||||
--filter "[{'field':'gender','type':'=','value':'Male','union':'AND','raw':false},{'field':'id','type':'BETWEEN','value':'20 AND 50','raw':true}]" ^
|
||||
--order "{'ip_address':'DESC'}" ^
|
||||
--limit 5 ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres ПолучитьИнформациюОТаблице \
|
||||
--table "heyho" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres ПолучитьИнформациюОТаблице ^
|
||||
--table "heyho" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres СоздатьБазуДанных \
|
||||
--base "testbase1" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/postgres"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres СоздатьБазуДанных ^
|
||||
--base "testbase1" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/postgres"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/СоздатьТаблицу/bash.txt
vendored
2
docs/ru/cli/postgres/СоздатьТаблицу/bash.txt
vendored
@ -3,4 +3,4 @@
|
||||
oint postgres СоздатьТаблицу \
|
||||
--table "testtable" \
|
||||
--cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID'}" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/СоздатьТаблицу/bat.txt
vendored
2
docs/ru/cli/postgres/СоздатьТаблицу/bat.txt
vendored
@ -3,4 +3,4 @@
|
||||
oint postgres СоздатьТаблицу ^
|
||||
--table "testtable" ^
|
||||
--cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID'}" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres УдалитьБазуДанных \
|
||||
--base "testbase1" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/postgres"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
@ -1,3 +1,3 @@
|
||||
oint postgres УдалитьБазуДанных ^
|
||||
--base "testbase1" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/postgres"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/УдалитьЗаписи/bash.txt
vendored
2
docs/ru/cli/postgres/УдалитьЗаписи/bash.txt
vendored
@ -1,4 +1,4 @@
|
||||
oint postgres УдалитьЗаписи \
|
||||
--table "test_data" \
|
||||
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/УдалитьЗаписи/bat.txt
vendored
2
docs/ru/cli/postgres/УдалитьЗаписи/bat.txt
vendored
@ -1,4 +1,4 @@
|
||||
oint postgres УдалитьЗаписи ^
|
||||
--table "test_data" ^
|
||||
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/test_data"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/УдалитьТаблицу/bash.txt
vendored
2
docs/ru/cli/postgres/УдалитьТаблицу/bash.txt
vendored
@ -1,3 +1,3 @@
|
||||
oint postgres УдалитьТаблицу \
|
||||
--table "testtable" \
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
2
docs/ru/cli/postgres/УдалитьТаблицу/bat.txt
vendored
2
docs/ru/cli/postgres/УдалитьТаблицу/bat.txt
vendored
@ -1,3 +1,3 @@
|
||||
oint postgres УдалитьТаблицу ^
|
||||
--table "testtable" ^
|
||||
--dbc "postgresql://bayselonarrend:12we3456!2154@93.125.42.204:5432/testbase1"
|
||||
postgresql://bayselonarrend:***@127.0.0.1:5432/
|
Reference in New Issue
Block a user