summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2021-07-12ci: reduce the number of tests in CI (#540)Clement Tsang
Seems like we have a few too many tests that aren't really needed for just asserting CI is passing. The goal for CI (IMO) is just to ensure things still build on the various supported platforms after changes are made. However, there were a few tested scenarios like Windows GNU or musl which I feel weren't really too important in this regard, and added extra time to an already long CI process. Commented out the following tests since there aren't any architecture-specific features that require running these in addition to other already-existing tests: - Windows GNU - Linux musl (both x86 and x86_64) Of course, should we add changes that directly affect these architectures, then we should add the tests back.
2021-06-30ci: Add post-release action for AUR repo (#531)Clement Tsang
Adds an additional post-release action to trigger AUR PKGBUILD actions for https://github.com/ClementTsang/aur-bottom.
2021-06-29ci: update pkgbuilds for ARM, fix bugs (#530)Clement Tsang
Fixes some bugs in CI and updates PKGBUILD for ARM.
2021-06-29github: update packaging templateClement Tsang
2021-06-27docs: Fix typoClementTsang
2021-06-27ci: remove nightly set in docs ciClementTsang
2021-06-27docs + ci: Update changelog and ignore some files in CI (#527)Clement Tsang
2021-06-26github: Fix incorrect line in post-release scriptClementTsang
2021-06-26github: fix deploy script for 2-17 again...0.6.2ClementTsang
2021-06-26github: fix deploy script for 2-17ClementTsang
2021-06-24docs: update old documentation links (#522)Clement Tsang
2021-06-23docs: Switch to mike for versioning (#521)Clement Tsang
Switches to mike to add versioning to docs.
2021-06-22feature: add F9 as an alternative process kill key (#518)Clement Tsang
Adds F9 as an alternative kill shortcut to dd.
2021-06-22github: add config.yml for issuesClement Tsang
2021-06-22github: remove questions template, try disc.Clement Tsang
2021-06-22docs: add some links to the documentation (#517)Clement Tsang
Adds some links to the docs in the README and feature request template.
2021-06-21ci: ignore README and docs for ci actionClementTsang
2021-06-21ci: remove zip dependency for windows (#509)Clement Tsang
Removes the zip dependency for nightly and deploy actions.
2021-06-21github: add more details to bug report templateClementTsang
2021-06-21ci: fix doc deploy action (#507)Clement Tsang
Fix for simple mkdocs deploy action. I'll likely rewrite this if I add versioning, which I probably will.
2021-06-21docs: migrate documentation over to mkdocs (#506)Clement Tsang
A large migration of documentation over to mkdocs, and some rewrites. Some stuff (install information, basic supported systems, contributors, thanks) are still staying in README.md, and CONTRIBUTING.md is essentially duplicated right now. However, stuff like configuration and key/mouse bindings are now moved to mkdocs. Some parts are still a bit WIP - it is definitely not done (documentation never seems to be...). However, it should be "good enough" for now, and I'm much happier working with the documentation in this form than trying to scroll through a giant endless README.md file. It also works much better for adding new documentation.
2021-06-11ci: distribute completion files separately (#494)Clement Tsang
2021-05-31docs: update READMEClementTsang
2021-05-31github: update wording in question templateClement Tsang
2021-05-22github: update PR templateClementTsang
2021-05-15github: more CI tweaks (#483)Clement Tsang
Tweak PR CI a bit more. Remove complete step, change check name, add comments.
2021-05-15github: fix nightly mocking (#481)Clement Tsang
Hopefully fixes the mock build capabilities for nightly when testing.
2021-05-15github: remove mocking from nightlyClementTsang
2021-05-13github: make fail-fast false for rustfmt and clippyClementTsang
2021-05-12github: move tests ci into check (#478)Clement Tsang
Moves cargo test into the cargo check block.
2021-05-12github: add old Linux build to nightly/deploy for older glibc (#477)Clement Tsang
Since we're moving all 16.04 ubuntu builds to 18.04, I thought this would be a good idea in case anyone needed it. Not sure if we should have just made ALL Linux builds use the older Linux container... for now I'll just make one extra build.
2021-05-11github: Update ubuntu instances due to deprecation (#476)Clement Tsang
Updates ubuntu version in CI due to GA deprecation warnings.
2021-05-09github: Remove strip from Windows deploy/nightly (#472)Clement Tsang
Removes `strip` from the Windows build in deploy/nightly. It seems to cause VirusTotal to report some false positives.
2021-05-09github: update deployment process for winget filesClementTsang
2021-04-08github: Reword some parts of bug report templateClement Tsang
2021-04-07refactor: Unify disk conversion to string step (#446)Clement Tsang
Refactor to unify the process disk usage -> string into one function.
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
Rewrite of the y-axis labeling and scaling for the network widget, along with more customization. This still has one step to be optimized (cache results so we don't have to recalculate the legend each time), but will be done in another PR for sake of this one being too large already. Furthermore, this change adds linear interpolation at the 0 point in the case a data point shoots too far back - this seems to have lead to ugly gaps to the left of graphs in some cases, because the left hand limit was not big enough for the data point. We address this by grabbing values just outside the time range and linearly interpolating at the leftmost limit. This affects all graph widgets (CPU, mem, network). This can be optimized, and will hopefully be prior to release in a separate change.
2021-03-23github: Update questions templateClement Tsang
2021-03-12ci: Add cache back again (#435)Clement Tsang
* ci: Add cache back again * comments
2021-03-12github: modify PR template to specify screenshotsClement Tsang
2021-03-04ci: Test macOS ARM and Linux armv6 (#430)Clement Tsang
2021-02-24ci: Lock cargo deb version to 1.29.0ClementTsang
2021-02-21ci: Fix typoClement Tsang
2021-02-21ci: Add sleep to nightly build script after deleteClement Tsang
2021-02-18ci: Fix nightly build config again... (#412)Clement Tsang
2021-02-18ci: Fixes an incorrect action in the nightly build workflow (#411)Clement Tsang
2021-02-18ci: Fix incorrect nightly CI nameClement Tsang
2021-02-18ci: Create nightly build CI (#410)Clement Tsang
2021-01-31github: Change text for release deployment scriptClementTsang
2021-01-02docs: Update support listClementTsang