From 4dede97382718338b446c069717550596c07285e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Wed, 1 Apr 2020 11:18:46 +0800 Subject: [PATCH 01/65] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd15f3..41136ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +---- # 本地开发部署步骤 #### 1. 安装依赖包 -- 2.34.1 From d78b65fff10771349a02c1562043efe61dad2a50 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 16:29:05 +0800 Subject: [PATCH 02/65] add devops file --- .trustie-pipeline.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .trustie-pipeline.yml diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml new file mode 100644 index 0000000..17ea19b --- /dev/null +++ b/.trustie-pipeline.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +platform: + os: linux + arch: arm64 + +steps: +- name: test + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file -- 2.34.1 From 63f725a31d21f22ae91437cad9e8a30007980473 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 17:01:46 +0800 Subject: [PATCH 03/65] fix devops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41136ea..17406f1 100644 --- a/README.md +++ b/README.md @@ -1998,7 +1998,7 @@ http://localhost:3000/api/18816895620/mirror_demo/contents/files/delete | jq "author": { "name": "18816895620", "email": "2456233122@qq.com", - "date": "2020-01-08T07:57:34Z" + "date": "2020-01-08T07:57:39Z" }, "committer": { "name": "18816895620", -- 2.34.1 From dd679e1ba9d1d0bd6b26dde93b6a7d13b6679ac0 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Mon, 20 Jul 2020 17:47:26 +0800 Subject: [PATCH 04/65] ADD file for test devops --- test_devops.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_devops.rb diff --git a/test_devops.rb b/test_devops.rb new file mode 100644 index 0000000..9443e10 --- /dev/null +++ b/test_devops.rb @@ -0,0 +1,3 @@ +def test_devops + puts "good luck" +end -- 2.34.1 From a530ab355998f0d30b09907d3e4018af4c01c82b Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Mon, 20 Jul 2020 17:56:50 +0800 Subject: [PATCH 05/65] Delete file for test devops --- test_devops.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test_devops.rb diff --git a/test_devops.rb b/test_devops.rb deleted file mode 100644 index 9443e10..0000000 --- a/test_devops.rb +++ /dev/null @@ -1,3 +0,0 @@ -def test_devops - puts "good luck" -end -- 2.34.1 From 77c009c7477424c2826e890a348bf51ff0273e82 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Mon, 20 Jul 2020 18:08:10 +0800 Subject: [PATCH 06/65] fsfs --- test_devops.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_devops.rb diff --git a/test_devops.rb b/test_devops.rb new file mode 100644 index 0000000..fd7af4d --- /dev/null +++ b/test_devops.rb @@ -0,0 +1,3 @@ +dfasfas +safjkasf +asfsd -- 2.34.1 From afca322c222ba9ab038fb68102665bea7896cbab Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Mon, 20 Jul 2020 18:36:11 +0800 Subject: [PATCH 07/65] fsfsfff --- test.m | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.m diff --git a/test.m b/test.m new file mode 100644 index 0000000..bbc675f --- /dev/null +++ b/test.m @@ -0,0 +1,2 @@ +sfas +sfjasdf -- 2.34.1 From 745951024cfef1e58d24dec7db201e5e8c34cbb7 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:34:38 +0800 Subject: [PATCH 08/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 17ea19b..432ed6a 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,7 +7,7 @@ platform: steps: - name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file -- 2.34.1 From 3387836435f8df766cbcf72f80acfbccf6eabdcc Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:40:40 +0800 Subject: [PATCH 09/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 432ed6a..f0b63dd 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,6 +6,12 @@ platform: arch: arm64 steps: +- name: en + image: alpine + commands: + - echo hello + - echo world + - name: test image: ruby commands: -- 2.34.1 From 07c92153a440e07ea4e5d6e9dcd35d7f101211cd Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:44:25 +0800 Subject: [PATCH 10/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index f0b63dd..fb0ac71 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,10 +1,6 @@ kind: pipeline name: default -platform: - os: linux - arch: arm64 - steps: - name: en image: alpine -- 2.34.1 From 4ab94fc8947a3859e2f19c989080710b6d8f0d75 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:46:32 +0800 Subject: [PATCH 11/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index fb0ac71..5fc1913 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,8 @@ kind: pipeline name: default -steps: -- name: en - image: alpine - commands: - - echo hello - - echo world +platform: + os: linux + arch: arm64 -- name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file +steps: -- 2.34.1 From 5294e9cdfc9c68db499bb632bcc28db3f65f241e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:51:38 +0800 Subject: [PATCH 12/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 5fc1913..958fc00 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -3,6 +3,6 @@ name: default platform: os: linux - arch: arm64 + arch: aarch64 steps: -- 2.34.1 From e4c22f4836c331fae66781afe0fda94d7e334bbc Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:53:40 +0800 Subject: [PATCH 13/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 958fc00..5fc1913 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -3,6 +3,6 @@ name: default platform: os: linux - arch: aarch64 + arch: arm64 steps: -- 2.34.1 From aea73431af2f65b0fa0a74e7402fccbd5fff2acc Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 22:08:13 +0800 Subject: [PATCH 14/65] update .trustie-pipeline.yml --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 5fc1913..4eb6202 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,3 +6,4 @@ platform: arch: arm64 steps: + - echo hola \ No newline at end of file -- 2.34.1 From d1090dc9bfcd2bba3e7bf3ddbb1cf5e60a70fab4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 22:12:02 +0800 Subject: [PATCH 15/65] update .trustie-pipeline.yml --- .trustie-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 4eb6202..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,4 +6,7 @@ platform: arch: arm64 steps: - - echo hola \ No newline at end of file + - name: test + image: node:latest + commands: + - echo hello \ No newline at end of file -- 2.34.1 From 7e275ca9b49ad30f7bb559aee3a0eddb0be04eee Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 23:18:48 +0800 Subject: [PATCH 16/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c41f16..eafd809 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node:latest + image: node commands: - echo hello \ No newline at end of file -- 2.34.1 From 8d7916b329bda1c8b27e66707ec73f0a73593216 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 21 Jul 2020 12:38:48 +0800 Subject: [PATCH 17/65] FIX test webhook --- test_webhook.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 test_webhook.rb diff --git a/test_webhook.rb b/test_webhook.rb new file mode 100644 index 0000000..60e56da --- /dev/null +++ b/test_webhook.rb @@ -0,0 +1 @@ +tsets -- 2.34.1 From a2d7f1c0e90b4d4fa8ffb43f29ac5db42b9c977b Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 21 Jul 2020 12:44:54 +0800 Subject: [PATCH 18/65] FIX delete file --- test_webhook.rb | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test_webhook.rb diff --git a/test_webhook.rb b/test_webhook.rb deleted file mode 100644 index 60e56da..0000000 --- a/test_webhook.rb +++ /dev/null @@ -1 +0,0 @@ -tsets -- 2.34.1 From 0e8d3f87878f4a0461d8a8fc29b73f33c8f8a440 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 21 Jul 2020 12:57:06 +0800 Subject: [PATCH 19/65] FIX delete file --- test.m | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test.m diff --git a/test.m b/test.m deleted file mode 100644 index bbc675f..0000000 --- a/test.m +++ /dev/null @@ -1,2 +0,0 @@ -sfas -sfjasdf -- 2.34.1 From e31f9fd9f6a2db911c775407ef292a26027f5e20 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 21 Jul 2020 13:44:39 +0800 Subject: [PATCH 20/65] FIX delete file --- test_devops.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test_devops.rb diff --git a/test_devops.rb b/test_devops.rb deleted file mode 100644 index fd7af4d..0000000 --- a/test_devops.rb +++ /dev/null @@ -1,3 +0,0 @@ -dfasfas -safjkasf -asfsd -- 2.34.1 From f099e8c38523ae6ac2785f90149eefa1817b8cab Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 21 Jul 2020 13:45:55 +0800 Subject: [PATCH 21/65] FIX add file for test gitea webhook --- test_webhook.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_webhook.rb diff --git a/test_webhook.rb b/test_webhook.rb new file mode 100644 index 0000000..b38ebac --- /dev/null +++ b/test_webhook.rb @@ -0,0 +1,3 @@ +def test_r + puts "fsaf" +end -- 2.34.1 From f8e34c88ea62e7e495a07e506af8d552d68eb183 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 21 Jul 2020 14:26:04 +0800 Subject: [PATCH 22/65] Fix add puts method --- test_webhook.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_webhook.rb b/test_webhook.rb index b38ebac..5f63426 100644 --- a/test_webhook.rb +++ b/test_webhook.rb @@ -1,3 +1,5 @@ def test_r puts "fsaf" + + puts "success" end -- 2.34.1 From 96cc2a85c7d611a3cebb03f41fd03e29e522fd70 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:02:01 +0800 Subject: [PATCH 23/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node + image: node:latest commands: - echo hello \ No newline at end of file -- 2.34.1 From c8c1a362e88b3d1f8f12275f6d7e04d931833244 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:15:49 +0800 Subject: [PATCH 24/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c41f16..eafd809 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node:latest + image: node commands: - echo hello \ No newline at end of file -- 2.34.1 From 5e7c6f7dfd5ce6cc6e287fcbc000dadd9992b324 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:24:50 +0800 Subject: [PATCH 25/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node + image: node:latest commands: - echo hello \ No newline at end of file -- 2.34.1 From 5e52ce51a239f5c8dd0b489a8a71e94f976179b4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:49:46 +0800 Subject: [PATCH 26/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c41f16..eafd809 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node:latest + image: node commands: - echo hello \ No newline at end of file -- 2.34.1 From ba7f7bd89fbdfcd51922951216ed3b5f8ef20fb5 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 14:51:15 +0800 Subject: [PATCH 27/65] fffffffff --- caishi.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 caishi.html diff --git a/caishi.html b/caishi.html new file mode 100644 index 0000000..1230a9c --- /dev/null +++ b/caishi.html @@ -0,0 +1 @@ +dkadfiwjsldkjfalkjfalsdkfj \ No newline at end of file -- 2.34.1 From 2dad9dc99d2f50f5ed6c5ffa06886b1c5428310a Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 15:51:35 +0800 Subject: [PATCH 28/65] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..b2af5fc 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,12 +1,15 @@ kind: pipeline -name: default + name: default -platform: - os: linux - arch: arm64 + platform: + os: linux + arch: arm64 -steps: - - name: test - image: node - commands: - - echo hello \ No newline at end of file + steps: + - name: test + image: gcc + commands: + - ./configure + - make + - make test + 1111 \ No newline at end of file -- 2.34.1 From 575294361aca58d6d69ce44dcf817247872889ca Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:30:44 +0800 Subject: [PATCH 29/65] ADD a file for test devops --- test_devops.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_devops.rb diff --git a/test_devops.rb b/test_devops.rb new file mode 100644 index 0000000..4cecb53 --- /dev/null +++ b/test_devops.rb @@ -0,0 +1,3 @@ +def test_devops + puts "This is good idea." +end \ No newline at end of file -- 2.34.1 From b08fcbd0a3605c0cf5379090ba8c70d19507076e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:34:03 +0800 Subject: [PATCH 30/65] Upate file --- .trustie-pipeline.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index b2af5fc..17ea19b 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,13 @@ kind: pipeline - name: default +name: default - platform: - os: linux - arch: arm64 +platform: + os: linux + arch: arm64 - steps: - - name: test - image: gcc - commands: - - ./configure - - make - - make test - 1111 \ No newline at end of file +steps: +- name: test + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file -- 2.34.1 From f5311b6c0a37525c2e5f9e9632956fd7bfa1ea4c Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:34:50 +0800 Subject: [PATCH 31/65] FIX code review --- .trustie-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 17ea19b..432ed6a 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,7 +7,7 @@ platform: steps: - name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file -- 2.34.1 From 2df6b665739a7d53551bbcf59d2d578a2f2a437a Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Fri, 31 Jul 2020 16:20:38 +0800 Subject: [PATCH 32/65] ADD test.rb file --- test.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.rb diff --git a/test.rb b/test.rb new file mode 100644 index 0000000..415c4c8 --- /dev/null +++ b/test.rb @@ -0,0 +1,3 @@ +def test + puts "test" +end -- 2.34.1 From c1dca578020ce3e24984c056b474a174fa7674b2 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 11 Sep 2020 10:21:56 +0800 Subject: [PATCH 33/65] cai --- caishi.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/caishi.html b/caishi.html index 1230a9c..b0782cf 100644 --- a/caishi.html +++ b/caishi.html @@ -1 +1,2 @@ -dkadfiwjsldkjfalkjfalsdkfj \ No newline at end of file +caicai +caicai \ No newline at end of file -- 2.34.1 From 2d98086f0d6b3ec79107f5474d516ae6fee46724 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 11 Sep 2020 10:25:17 +0800 Subject: [PATCH 34/65] good luck --- caishi.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/caishi.html b/caishi.html index b0782cf..6595a91 100644 --- a/caishi.html +++ b/caishi.html @@ -1,2 +1,4 @@ caicai -caicai \ No newline at end of file +caicai + +good luck \ No newline at end of file -- 2.34.1 From 3a2f41a456d92caa50d7e7340f65d96cf885be88 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 11 Sep 2020 11:47:15 +0800 Subject: [PATCH 35/65] test what --- caishi.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/caishi.html b/caishi.html index 6595a91..5916878 100644 --- a/caishi.html +++ b/caishi.html @@ -1,4 +1,6 @@ caicai caicai -good luck \ No newline at end of file +good luck + +what \ No newline at end of file -- 2.34.1 From 49cfa0d312e2ab0eb1798e7bbe53ebde067dcd20 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 11 Sep 2020 14:36:23 +0800 Subject: [PATCH 36/65] add --- caishi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caishi.html b/caishi.html index 5916878..3b8e64f 100644 --- a/caishi.html +++ b/caishi.html @@ -3,4 +3,4 @@ caicai good luck -what \ No newline at end of file +axib \ No newline at end of file -- 2.34.1 From 5a3d50a4415fccf6164bd156a115f757816611b4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 11 Sep 2020 15:58:19 +0800 Subject: [PATCH 37/65] delete --- caishi.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/caishi.html b/caishi.html index 3b8e64f..6595a91 100644 --- a/caishi.html +++ b/caishi.html @@ -1,6 +1,4 @@ caicai caicai -good luck - -axib \ No newline at end of file +good luck \ No newline at end of file -- 2.34.1 From 3f8942828fbb5a9bf4817049fb40c25df7176e6b Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 11 Sep 2020 15:59:30 +0800 Subject: [PATCH 38/65] c --- caishi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caishi.html b/caishi.html index 6595a91..d33b385 100644 --- a/caishi.html +++ b/caishi.html @@ -1,4 +1,4 @@ caicai caicai - +caicai good luck \ No newline at end of file -- 2.34.1 From 8c40ecb09654240845d338c99ec414b99b9588d8 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 11 Sep 2020 16:17:52 +0800 Subject: [PATCH 39/65] ff --- test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.rb b/test.rb index 415c4c8..58dfdb0 100644 --- a/test.rb +++ b/test.rb @@ -1,3 +1,3 @@ def test - puts "test" + puts "test1f" end -- 2.34.1 From 2da66d6634380327fe50e1377c08ec13707070da Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Wed, 23 Sep 2020 10:19:47 +0800 Subject: [PATCH 40/65] test --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 432ed6a..27b556c 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,5 +9,6 @@ steps: - name: test image: ruby commands: + - ruby -v - bundle install --jobs=3 --retry=3 - rake \ No newline at end of file -- 2.34.1 From afbe91403629387372b09d3a798d1dd25ef06707 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Wed, 23 Sep 2020 19:27:26 +0800 Subject: [PATCH 41/65] test --- .trustie-pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 27b556c..6a2fd10 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,6 +9,4 @@ steps: - name: test image: ruby commands: - - ruby -v - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file + - ruby -v \ No newline at end of file -- 2.34.1 From 661127106ef216bfb486a7e4ad52024aa474cb74 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Sat, 26 Sep 2020 10:51:14 +0800 Subject: [PATCH 42/65] test --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 6a2fd10..8899462 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,4 +9,5 @@ steps: - name: test image: ruby commands: + - ruby -v - ruby -v \ No newline at end of file -- 2.34.1 From dca3dd525417db7940df1fc4c2d37037423cf14c Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 28 Sep 2020 11:55:32 +0800 Subject: [PATCH 43/65] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 8899462..0c94cde 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -2,7 +2,7 @@ kind: pipeline name: default platform: - os: linux +os: linux arch: arm64 steps: -- 2.34.1 From 42cb21ad32168083dd8256bd7e032fad0d965bd4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 28 Sep 2020 15:49:15 +0800 Subject: [PATCH 44/65] add put method --- test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test.rb b/test.rb index 58dfdb0..dd57c6b 100644 --- a/test.rb +++ b/test.rb @@ -1,3 +1,4 @@ def test puts "test1f" + put "add console log" end -- 2.34.1 From 7327f4cedaf1e95269e985fc326adde98daa641e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 28 Sep 2020 22:25:57 +0800 Subject: [PATCH 45/65] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 0c94cde..8899462 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -2,7 +2,7 @@ kind: pipeline name: default platform: -os: linux + os: linux arch: arm64 steps: -- 2.34.1 From d9516030e625875c191734fb58a3d7d924221e30 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Thu, 15 Oct 2020 17:25:40 +0800 Subject: [PATCH 46/65] FIX code bug --- test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.rb b/test.rb index dd57c6b..d6a2707 100644 --- a/test.rb +++ b/test.rb @@ -1,4 +1,5 @@ def test puts "test1f" - put "add console log" + puts "add console log" + end -- 2.34.1 From 5d885d5226eb1b0a1ef67522f883bfb3067ed69e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Thu, 15 Oct 2020 17:53:45 +0800 Subject: [PATCH 47/65] delete --- test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test.rb b/test.rb index d6a2707..25847cf 100644 --- a/test.rb +++ b/test.rb @@ -1,5 +1,4 @@ def test puts "test1f" - puts "add console log" end -- 2.34.1 From b1115727502e4abcde98bd47eee04385d9e17ac1 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 16 Oct 2020 09:55:11 +0800 Subject: [PATCH 48/65] add puts --- test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.rb b/test.rb index 25847cf..2a8d7ac 100644 --- a/test.rb +++ b/test.rb @@ -1,4 +1,4 @@ def test puts "test1f" - + puts "fff" end -- 2.34.1 From afb9bb50a85b547e3640cc366f430f556c1f37ee Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 16 Oct 2020 09:57:20 +0800 Subject: [PATCH 49/65] add puts method --- test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test.rb b/test.rb index 2a8d7ac..93752ec 100644 --- a/test.rb +++ b/test.rb @@ -1,4 +1,5 @@ def test puts "test1f" puts "fff" + puts "00000" end -- 2.34.1 From 30af0e5234eaef858a0029e1215dcf34b262bb3c Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 16 Oct 2020 09:58:05 +0800 Subject: [PATCH 50/65] delete 'puts' method --- test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test.rb b/test.rb index 93752ec..2a8d7ac 100644 --- a/test.rb +++ b/test.rb @@ -1,5 +1,4 @@ def test puts "test1f" puts "fff" - puts "00000" end -- 2.34.1 From 31a85209b8d17c87d8e6a04b463778221455ee4b Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 16 Oct 2020 11:32:40 +0800 Subject: [PATCH 51/65] ffff --- test.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.rb b/test.rb index 2a8d7ac..53343da 100644 --- a/test.rb +++ b/test.rb @@ -1,4 +1,7 @@ def test puts "test1f" puts "fff" + + + end -- 2.34.1 From 9314b3f66924311f8f6aaf750a077d07fdc7dfc1 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 23 Nov 2020 18:17:40 +0800 Subject: [PATCH 52/65] FIX change markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17406f1..d4d0727 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ---- # 本地开发部署步骤 -#### 1. 安装依赖包 +#### 1. [安装依赖包](#安装依赖包) ```bash bundle install ``` -#### 2. 配置初始化文件 +#### 2. [配置初始化文件](#配置初始化文件) 进入项目根目录执行一下命令: ```bash @@ -23,7 +23,7 @@ touch config/elasticsearch.yml rails db:create ``` -#### 4. 导入数据表结构 +#### 4. [导入数据表结构](#配置初始化文件) ```bash bundle exec rake sync_table_structure:import_csv -- 2.34.1 From adbe5d251927984d9178cf5f023af4425549188b Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 23 Nov 2020 18:18:54 +0800 Subject: [PATCH 53/65] f --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4d0727..05fe0ff 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ rails db:create ``` #### 4. [导入数据表结构](#配置初始化文件) +跳转到的位置 ```bash bundle exec rake sync_table_structure:import_csv -- 2.34.1 From e029b06cb4d8775a5f1c6f0f20fbef15c62ec227 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 23 Nov 2020 18:38:42 +0800 Subject: [PATCH 54/65] fix md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 05fe0ff..3039dfa 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,15 @@ http://localhost:3000/projects ``` --- +## Table of Content +[1. Anchors](#Anchors) +[2. Block Elements](#BlockElements) +## 1. Anchors +See [Table of Content](#TableOfContent) above. +## 2. Block Elements + +--- # API文档 -- 2.34.1 From 6dcedf3cb3d1402f3b5a4c10263e7dbee49deee4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 11:40:34 +0800 Subject: [PATCH 56/65] fff --- dzadsa.ttt | 1 + 1 file changed, 1 insertion(+) create mode 100644 dzadsa.ttt diff --git a/dzadsa.ttt b/dzadsa.ttt new file mode 100644 index 0000000..4fbff89 --- /dev/null +++ b/dzadsa.ttt @@ -0,0 +1 @@ +sdfsdfsf \ No newline at end of file -- 2.34.1 From fc83612374821c86de63b30c77f1f17f63e69f11 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 18 Dec 2020 09:10:38 +0800 Subject: [PATCH 57/65] fa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3039dfa..e56ce3c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ rails db:create ``` #### 4. [导入数据表结构](#配置初始化文件) -跳转到的位置 +导入数据表结构 ```bash bundle exec rake sync_table_structure:import_csv -- 2.34.1 From a852764a438bef9f2ec11c50f9f4bf76c58a80d2 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Wed, 20 Jan 2021 14:54:41 +0800 Subject: [PATCH 58/65] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 45 +++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 8899462..410d361 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,13 +1,34 @@ -kind: pipeline -name: default - -platform: - os: linux - arch: arm64 - +#pipeline +kind: pipeline +type: docker +name: default +platform: + os: linux + arch: amd64 steps: -- name: test - image: ruby - commands: - - ruby -v - - ruby -v \ No newline at end of file +# 构建Docker镜像并推送到仓库 +# 定义镜像Hub路径以及账号密码 +- name: Docker镜像构建 + image: plugins/docker + settings: + username: username + password: pwd + repo: repoUrl + tags: latest +- name: golang编译 + image: golang + commands: + - go build +# 根据实际情况修改主机ip、账号、密码 +# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板) + +- name: 远程主机部署 + image: appleboy/drone-ssh + settings: + host: 192.168.1.1 + username: username + password: 'pasword' + port: 22 + commands: + - chmod +x /home/deploy.sh + - ./home/deploy.sh -- 2.34.1 From d77db8c275723b6d7a6b1eec5ba1df290bdcb6c1 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 21 May 2021 14:28:48 +0800 Subject: [PATCH 59/65] fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e56ce3c..a3e7834 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ---- # 本地开发部署步骤 +# 本地开发部署步骤 #### 1. [安装依赖包](#安装依赖包) -- 2.34.1 From e6752308ae32357c95b0ebce25a316eaf076d4ce Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 18 Jun 2021 16:26:05 +0800 Subject: [PATCH 61/65] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'caishi.html1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- caishi.html1 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 caishi.html1 diff --git a/caishi.html1 b/caishi.html1 new file mode 100644 index 0000000..e69de29 -- 2.34.1 From 617fb777e03042c3a353d3d14446b3f51d781d5d Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 18 Jun 2021 16:42:46 +0800 Subject: [PATCH 62/65] Add pr.html --- pr.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 pr.html diff --git a/pr.html b/pr.html new file mode 100644 index 0000000..4d1ae35 --- /dev/null +++ b/pr.html @@ -0,0 +1 @@ +f \ No newline at end of file -- 2.34.1 From 2aea0aba15457ff22961b974a32bfe56d364540e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 21 Jun 2021 17:29:41 +0800 Subject: [PATCH 63/65] Addnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.htmlAddnew.html --- new.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 new.html diff --git a/new.html b/new.html new file mode 100644 index 0000000..6d56757 --- /dev/null +++ b/new.html @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- 2.34.1 From 11a91d062f2f1362a561589409c816d42528a8be Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 21 Jun 2021 17:45:22 +0800 Subject: [PATCH 64/65] =?UTF-8?q?=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9t?= =?UTF-8?q?ips=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9tips=E4=BF=AE?= =?UTF-8?q?=E6=94=B9tips=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9tips?= =?UTF-8?q?=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9t?= =?UTF-8?q?ips=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9tips=E4=BF=AE?= =?UTF-8?q?=E6=94=B9tips=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9tips?= =?UTF-8?q?=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9t?= =?UTF-8?q?ips=E4=BF=AE=E6=94=B9tips=E4=BF=AE=E6=94=B9tips=E4=BF=AE?= =?UTF-8?q?=E6=94=B9tips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr.html b/pr.html index 4d1ae35..c1b62f9 100644 --- a/pr.html +++ b/pr.html @@ -1 +1 @@ -f \ No newline at end of file +fjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj \ No newline at end of file -- 2.34.1