Commit Graph

129 Commits

Author SHA1 Message Date
Will McGugan
47361be2ed Merge pull request #2437 from j178/master
Add github-actions to `dependabot.yml`
2023-03-04 11:06:50 +00:00
Will McGugan
0b845b39d9 Merge pull request #2606 from cclauss/patch-1
Upgrade GitHub Actions
2023-03-04 09:24:32 +00:00
Darren Burns
6dada684b7 Merge branch 'master' of github.com:Textualize/rich into new-markdown-parser 2023-01-17 15:48:51 +00:00
Will McGugan
1f3f18cfd0 try new poetry 2022-12-23 17:53:02 -08:00
Will McGugan
6a72534ca0 Updated with links 2022-11-30 17:23:44 +07:00
Will McGugan
787c4d78d6 Updated branch 2022-11-30 12:31:30 +07:00
Will McGugan
379a38c5c8 added workflow 2022-11-30 12:19:50 +07:00
Will McGugan
5f4e93efb1 Remove ko-fi 2022-11-12 16:55:18 +00:00
Christian Clauss
b56fa35a73 Upgrade GitHub Actions
* https://github.com/actions/checkout/releases
* https://github.com/actions/setup-python/releases
* https://github.com/snok/install-poetry/releases
* https://github.com/codecov/codecov-action/releases
2022-10-23 10:29:04 +02:00
Dave Pearson
c90c8e1c2f Ignore *.ai files in GitHib actions 2022-10-20 09:03:19 +01:00
Dave Pearson
d0764ee103 Merge branch 'master' into drop-python36 2022-10-11 11:00:49 +01:00
Dave Pearson
17d9369e75 Pin snok/install-poetry for now
There is an issue with the latest version of this action, that's specific to
Python 3.8 on Windows. Pinning to the (as of the time of writing)
last-but-one version lets out tests work again.

See #2568.
2022-10-11 10:08:09 +01:00
Dave Pearson
05707d5eb8 Drop Python 3.6 from testing in GitHub actions
See #2566.
2022-10-10 15:47:23 +01:00
Will McGugan
0852511024 replace willmcgugan with textualize 2022-09-19 11:27:11 +01:00
Darren Burns
cdc4767f1d Update codespell skips, fix a typo 2022-09-07 16:36:35 +01:00
Darren Burns
42afd3aedf Remove Python3.11 beta 5 from CI 2022-08-09 13:47:26 +01:00
Darren Burns
a51bca4bf2 Fix broken conditional in pythonpackage.yml GitHub Action 2022-08-09 13:22:51 +01:00
Darren Burns
ae4eacf32d Upgrade Python3.11 from beta4 to beta5 2022-08-09 13:13:21 +01:00
Darren Burns
c71a1523fb Remove a bunch of 3.6 stuff 2022-08-02 15:25:35 +01:00
Joe
718032b1dc Add github-actions to dependabot 2022-08-02 00:17:20 +08:00
Darren Burns
562fab87e9 Try different syntax 2022-07-15 11:16:13 +01:00
Darren Burns
5223dd1aaa Fix typo in GitHub Actions 2022-07-15 11:10:49 +01:00
Darren Burns
ab0b833638 Configure GitHub Actions from 3.11 2022-07-15 11:07:41 +01:00
Darren Burns
b06f0bc069 Add 3.11.0-beta.4 to GitHub Actions Python versions matrix 2022-07-14 15:12:50 +01:00
Darren Burns
7ef74e524b Update ASV instructions, results, and pin setuptools in asv config 2022-06-22 10:37:57 +01:00
Christian Clauss
d3f0321af8 Do not codespell any foreign language README.*.md 2022-04-08 07:18:01 +02:00
Will McGugan
ae1ee4efa1 Merge pull request #2113 from theDreamer911/patch-1
adding indonesian translation for readme
2022-04-04 11:47:54 +01:00
Handhika Yanuar Pratama
feae461aa5 Exclude ./README.id.md
Excluding ./README.it.md so the workflow test could be passed
2022-03-30 04:07:26 +07:00
Darren Burns
9f43cccfce Exporting console content to SVG (#2101)
* Add skeleton export_svg and save_svg methods to Console

* Exporting SVG

* SVG export - Writing HTML foreign object into naively calculated SVG rect background

* Exporting as foreign object SVG

* Working with drop-shadow

* Update terminal output style to include tab and background/border

* Add more terminal themes, support dim, reverse in SVG output

* Fix some HTML export tests

* Allow for templating of SVG output

* Fix mypy issue involving shadowed variable in SVG export

* Remove unused code from main block in console.py

* Remove unused record=True in __main__.py Console init

* Small tidy ups in console.py SVG export

* Add test for exporting to SVG

* Add tests for export SVG and save SVG

* Update docs with info on SVG exports

* Add support for blink and blink2 to SVG export, use Fira Code webfont fallback

* Update tests for SVG exporting

* Add more information to docs about SVG exporting

* Update SVG exporting tests

* Explain how to use different terminal theme in SVG export docs

* Remove some development testing code

* Remove some more testing code

* Improve docs, fix typo

* Fixing a typo

* Add note to changelog about SVG export functionality

* Use CSS styling instead of inline styles on SVG export

* Fix issues noted in code review, fix reverse style

* Update SVG used in Rich docs
2022-03-29 17:34:14 +01:00
Darren Burns
bb1967656f GitHub Action to asv publish and copy to rich-benchmarks repo 2022-03-16 10:55:41 +00:00
Darren Burns
1a7fdcfbec Exclude benchmarks/snippets.py 2022-03-14 14:30:26 +00:00
Darren Burns
d000141fdd Try glob syntax to skip benchmarks folder for codespell 2022-03-14 14:05:05 +00:00
Darren Burns
cbb8d3dca4 Skip benchmarks folder in codespell - it contains lots of test data etc. 2022-03-14 14:03:29 +00:00
Will McGugan
aa4546ac46 Merge pull request #1490 from yashrathi-git/patch-1
Bump codecov-action (v1 is deprecated) and actions/checkout
2022-02-28 17:15:09 +00:00
Brian Rutledge
c9b4a5e01e Move PR template to .github directory 2022-02-27 05:53:50 -05:00
Will McGugan
8c3e6be424 Update feature_request.md 2022-02-15 14:01:51 +00:00
Will McGugan
588f0331ff Update FUNDING.yml 2022-02-13 11:40:06 +00:00
Darren Burns
c8c2cf117f Add more diagnose.report env variables, invoke from __main__ 2022-02-07 10:06:36 +00:00
Darren Burns
bdad740de9 Update issue template 2022-02-04 14:10:12 +00:00
Peder Bergebakken Sundt
5957b960b5 Collapse platform details in bug reports
To reduce noise.

Example: https://github.com/Textualize/rich/issues/1838
2022-01-16 15:04:30 +01:00
Will McGugan
3ac7b5cf86 Update comment.yml 2022-01-05 11:47:08 +00:00
Will McGugan
9b71f5b723 Remove links to sponsorship 2022-01-05 11:43:55 +00:00
Will McGugan
03f40a93d6 rever thread safety issue 2021-11-29 17:40:28 +00:00
v0lp3
215efa6f79 fix(codespell): include README.it.md to codespell exclusions 2021-10-15 17:19:53 +02:00
Will McGugan
b08be77a69 bump poetry 2021-10-06 09:12:12 +01:00
Will McGugan
a50775e8d2 use py310 2021-10-06 09:07:09 +01:00
Chris Holdgraf
cc82b8c0cb Minor typo in template! 2021-09-22 10:59:15 -07:00
Yash Rathi
67710ab5c3 Bump actions/checkout version 2021-09-15 08:43:51 +05:30
Yash Rathi
456adf2dd7 Update codecov version
v1 is deprecated
2021-09-14 23:01:42 +05:30
Tushar Sadhwani
41c15f2fd8 Bump poetry 2021-09-04 20:06:33 +05:30