620 Commits

Author SHA1 Message Date
3b32f7f6e4 Adding send method so i can send memes as the bot 2022-02-04 15:44:30 -08:00
6ef4ce66b7 turn8 is throwing errors on the trackdays command. commenting them out 2022-02-03 21:13:05 -08:00
aecbc4af1c Running yaml formatter on the gitlab-ci file 2022-02-02 20:00:24 -08:00
3d95ea64fe Update .gitlab-ci.yml 2022-02-03 03:58:00 +00:00
60f923d068 Merge branch 'add_helm_icon' into 'master'
Adding helm icon adn testing helm lint step of gitlab-ci

See merge request ldooks/dragon-bot!10
2022-02-03 03:57:12 +00:00
32fa9c3941 Adding helm icon adn testing helm lint step of gitlab-ci 2022-02-02 19:55:35 -08:00
9546dcbafb Add helm linting step to gitlab-ci 2022-02-03 03:52:17 +00:00
1f3003a1e0 updating argocd appliation.yaml 2022-02-02 17:22:39 -08:00
b4c260e201 updating gitignore to ignore syncthign files 2022-02-02 17:19:39 -08:00
c62e1d9f34 only lint if python has been updated 2022-02-02 17:18:55 -08:00
540e7b5713 updating argocd appliation.yaml 2022-02-02 17:18:07 -08:00
4dadf2e188 removing helm from build trigger 2022-02-02 16:52:05 -08:00
b2c0eb21f4 Version bump 2022-02-02 16:51:48 -08:00
f731d22e74 fixing indent in helm chart var 2022-02-02 16:51:12 -08:00
8e4a9f6fc5 Alays build if things in app/ are changed 2022-02-02 16:45:17 -08:00
7bb10b3057 change stock ticker url back to marketwatch 2022-02-02 16:31:54 -08:00
94c1d22902 removing the pull and run latest script since this runs on k8s now 2022-02-01 19:09:37 -08:00
46e5cc933d renaming argocd application file 2022-02-01 19:07:57 -08:00
7d7b495f37 Only build and push if we're on master and someon modified app 2022-01-31 21:57:36 -08:00
87b78880ee Push to two tags since --all-tags doesnt work 2022-01-31 21:44:44 -08:00
2d908a96d3 Merge branch 'pipeline_number_on_image_tag' into 'master'
Testing a pipeline that tags build with pipeline ID

See merge request ldooks/dragon-bot!9
2022-02-01 05:40:34 +00:00
68927d6488 multiple tags and pushes 2022-01-31 21:40:09 -08:00
d72151787f making the lint stage print out the pipeline ID as a test 2022-01-31 21:36:09 -08:00
b3fc7f65f2 Testing a pipeline that tags build with pipeline ID 2022-01-31 21:34:41 -08:00
6e37b76c26 updating argo namespace to deploy to 2022-01-31 21:23:58 -08:00
4c9863bfb0 Merge branch 'master' of ssh://git.luker.gq/ldooks/dragon-bot 2022-01-31 21:19:38 -08:00
215ae57687 Adding applicaton.yaml for argo and a helm dir 2022-01-31 21:19:23 -08:00
5e1f28b1ca Merge branch 'testing_black' into 'master'
Adding a lint phase to the ci/cd pipeline. This should fail because animals.py...

See merge request ldooks/dragon-bot!8
2022-01-31 17:15:44 +00:00
95bec785b1 Removign new line from gitlab-ci.yaml 2022-01-30 10:42:08 -08:00
ca57fa9822 formatting animals.py so that the CI/cd pipeline passes 2022-01-30 10:38:15 -08:00
8803bfdce5 Removing --user 2022-01-30 10:37:34 -08:00
6d388d55b1 Adding pip install --user 2022-01-30 10:36:28 -08:00
1fbc7b1619 Making pip quiet 2022-01-30 10:34:19 -08:00
26662efeae Making pip quiet 2022-01-30 10:33:36 -08:00
6244e5567e Adding a lint phase to the ci/cd pipeline. This should fail because animals.py is not formatted properly according to black 2022-01-30 10:31:54 -08:00
ca49a70cc7 updating format script to remove the comtainer when done 2022-01-29 15:10:54 -08:00
7156390e69 Updating .gitignore and adding a bash script to format the code with black 2022-01-29 15:05:11 -08:00
f880a01bbb Merge branch 'master' of ssh://git.luker.gq/ldooks/dragon-bot 2022-01-29 15:01:10 -08:00
ce45578b08 Running black against the repo (again) 2022-01-29 15:01:01 -08:00
50656ee1da Running black against the repo (again) 2022-01-29 14:59:02 -08:00
2c18671cd9 Merge branch 'con-ji_good_nfts' into 'master'
[nft] Add more NFT collections

See merge request ldooks/dragon-bot!7
2022-01-21 22:43:31 +00:00
Jason Ji
06d32b3bed [nft] Add more NFT collections 2022-01-21 22:43:31 +00:00
8b409dc96b Adding more collections to NFT and formatting 2022-01-21 09:03:28 -08:00
bdc7487d0f Merge branch 'con-ji_stock_verbose' into 'master'
[stock] Add a flag for verbose information

See merge request ldooks/dragon-bot!5
2022-01-21 00:18:04 +00:00
Jason Ji
1653357418 [stock] Add a flag for verbose information 2022-01-21 00:18:04 +00:00
c976dfda3c changing the meme image for negative stock movement 2022-01-20 13:41:20 -08:00
d5377584f7 updating the gitlab api key and project refernce. fixes #4 2022-01-16 17:40:45 -08:00
7936e27b8a Merge branch 'con-ji_stock_truncate' into 'master'
[stock] Truncate numbers and clean up fields

See merge request ldooks/dragon-bot!4
2022-01-16 05:24:23 +00:00
Jason Ji
fe503f6a69 [stock] Truncate numbers and clean up fields 2022-01-16 05:24:23 +00:00
29752fb179 Merge branch 'con-ji_stock_cleaning' into 'master'
[stock] Add new fields to stock command

See merge request ldooks/dragon-bot!3
2022-01-15 03:56:25 +00:00