819 Commits

Author SHA1 Message Date
22c65a39d6 turn8 is throwing errors on the trackdays command. commenting them out 2022-02-03 21:13:05 -08:00
cdb0028f6a Running yaml formatter on the gitlab-ci file 2022-02-02 20:00:24 -08:00
ae12f783e4 Update .gitlab-ci.yml 2022-02-03 03:58:00 +00:00
268adf253c 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
ein
a28ccf0f60 Adding helm icon adn testing helm lint step of gitlab-ci 2022-02-02 19:55:35 -08:00
8908cc426c Add helm linting step to gitlab-ci 2022-02-03 03:52:17 +00:00
e656e540c6 updating argocd appliation.yaml 2022-02-02 17:22:39 -08:00
1162f0dd6e updating gitignore to ignore syncthign files 2022-02-02 17:19:39 -08:00
d2eebd8356 only lint if python has been updated 2022-02-02 17:18:55 -08:00
92104c1b69 updating argocd appliation.yaml 2022-02-02 17:18:07 -08:00
ein
59465b5ab4 removing helm from build trigger 2022-02-02 16:52:05 -08:00
ein
c53f759a9d Version bump 2022-02-02 16:51:48 -08:00
ein
4d1d57f4ff fixing indent in helm chart var 2022-02-02 16:51:12 -08:00
ceec66aa40 Alays build if things in app/ are changed 2022-02-02 16:45:17 -08:00
ein
2a89c2af5d change stock ticker url back to marketwatch 2022-02-02 16:31:54 -08:00
3df028947b removing the pull and run latest script since this runs on k8s now 2022-02-01 19:09:37 -08:00
86c2c993d1 renaming argocd application file 2022-02-01 19:07:57 -08:00
ein
0a3fd2e7d7 Only build and push if we're on master and someon modified app 2022-01-31 21:57:36 -08:00
ein
cd73741296 Push to two tags since --all-tags doesnt work 2022-01-31 21:44:44 -08:00
61a58cce5d 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
ein
1a7eed9da2 multiple tags and pushes 2022-01-31 21:40:09 -08:00
ein
56e4c7af8e making the lint stage print out the pipeline ID as a test 2022-01-31 21:36:09 -08:00
ein
a936925d97 Testing a pipeline that tags build with pipeline ID 2022-01-31 21:34:41 -08:00
ein
62d3e0703c updating argo namespace to deploy to 2022-01-31 21:23:58 -08:00
ein
c0250b0710 Merge branch 'master' of ssh://git.luker.gq/ldooks/dragon-bot 2022-01-31 21:19:38 -08:00
ein
989985509d Adding applicaton.yaml for argo and a helm dir 2022-01-31 21:19:23 -08:00
c5a19cdcc9 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
ein
e101b5461c Removign new line from gitlab-ci.yaml 2022-01-30 10:42:08 -08:00
ein
5f78ebe9c1 formatting animals.py so that the CI/cd pipeline passes 2022-01-30 10:38:15 -08:00
ein
f029efc8fb Removing --user 2022-01-30 10:37:34 -08:00
ein
747e1318d4 Adding pip install --user 2022-01-30 10:36:28 -08:00
ein
839c6f18cf Making pip quiet 2022-01-30 10:34:19 -08:00
ein
8b1c0ee2a3 Making pip quiet 2022-01-30 10:33:36 -08:00
ein
94f970b1c5 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
ein
0b6ae30024 updating format script to remove the comtainer when done 2022-01-29 15:10:54 -08:00
ein
298c448942 Updating .gitignore and adding a bash script to format the code with black 2022-01-29 15:05:11 -08:00
ein
e124231462 Merge branch 'master' of ssh://git.luker.gq/ldooks/dragon-bot 2022-01-29 15:01:10 -08:00
ein
d33609d24b Running black against the repo (again) 2022-01-29 15:01:01 -08:00
ein
efd234a42e Running black against the repo (again) 2022-01-29 14:59:02 -08:00
da61696184 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
719a5c884b [nft] Add more NFT collections 2022-01-21 22:43:31 +00:00
540c79375d Adding more collections to NFT and formatting 2022-01-21 09:03:28 -08:00
e8f531b35b 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
9414c52ee7 [stock] Add a flag for verbose information 2022-01-21 00:18:04 +00:00
2e74fad377 changing the meme image for negative stock movement 2022-01-20 13:41:20 -08:00
a5502accc2 updating the gitlab api key and project refernce. fixes #4 2022-01-16 17:40:45 -08:00
94f8b388d2 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
a386f0b339 [stock] Truncate numbers and clean up fields 2022-01-16 05:24:23 +00:00
721a87d88b 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
Jason Ji
0ee7c66bfb [stock] Add new fields to stock command 2022-01-15 03:56:25 +00:00