Commit Graph
24 Commits
Author SHA1 Message Date
TC Johnson 84e3303cec Cleaned up .md files syntax
Used the VScode markdownlint utility to make the syntax and
formatting of multuple .md files so that they are more correct.
2023-09-12 08:43:09 -05:00
TC Johnson 69cb0beb36 Make Python README a bit more descriptive
Adding in a little more text to help the reader better understand
what this module is, its prereqs, and point to the demo app as
an example how an app is structured.
2023-09-04 11:07:50 -05:00
TC Johnson 65826b219b Version update: v0.2.0 → v0.2.1 2023-09-03 19:45:12 -05:00
TC Johnson 6f191cb8a8 CI config and Changelog tweaks
Fixed a few typos before releasing v0.2.1
2023-09-03 19:43:46 -05:00
TC Johnson 783b7cc59c Fix packaging version parsing
Comments added to Cargo.toml caused faulty parsing of the version
number by package/cargo_version.sh. Adding the -w switch to grep
fixes this by matching on the whole word 'version' and not matching
on words such as 'Bumpversion'.
2023-09-02 10:50:58 -05:00
TC Johnson 2c46a159a3 Version update: v0.1.10 → v0.2.0 2023-09-02 09:45:56 -05:00
TC Johnson 8b2c573298 Add Windows note to CHANGELOG 2023-09-02 09:43:49 -05:00
TC Johnson d0850e95fb Refine MR unit tests and contribution guide
Changed the name of the unit tests CI job to accuratly reflect
that both AMD64 and ARM64 tests are executed.

Modified the contribution guide to specify that contributors
should work inside their own fork of the project.
2023-08-28 18:58:46 -05:00
TC Johnson c525a757fd Move tests off of Digital Ocean
Experimenting with using GitLab SaaS runners to do test CI stages.
2023-08-22 14:36:33 -05:00
TC Johnson 513116e672 Version update: v0.1.9 → v0.1.10 2023-08-20 11:37:18 -05:00
TC Johnson dfeecdde0d Version update: v0.1.8 → v0.1.9 2023-08-19 17:35:52 -05:00
TC Johnson c69ed60cd2 Revise release process
Version bumping was causing an issue where a new git tag and commit was created
before Cargo.toml was updated. This merge turns off auto tag and commit creation
and moves them to the process document.
2023-08-19 17:19:17 -05:00
TC Johnson 04c26e48f0 'Version update: 0.1.7 → 0.1.8' 2023-08-18 20:27:01 -05:00
TC Johnson f49592927e Fix Python Install Instructions
Changed the references from veilid_python to veilid to match the
package name as it is in Pypi.
2023-08-18 19:59:44 -05:00
TC Johnson 38a61d385c Add standard and custom Python gitignore
Added the standard Python entries to gitignore plus included
veilid-python/demo/.demokeys to prevent personal keys from
being saved in the upstream repository
2023-08-05 15:17:28 +00:00
TC Johnson f4d71457da Add docs and mod version bumping
Added and modified documentation for the contribution process.
Added the code of conduct file.
Modified bump version's conf to auto create tags and commits.
2023-08-01 21:37:38 -05:00
TC Johnson 035a650159 Merge branch 'main' into add-contributor-docs 2023-08-01 13:46:58 -05:00
TC Johnson 4951e983c7 Release 0.1.5 2023-07-22 12:02:10 -05:00
TC Johnson e1ef4f14fb Removed CHANGELOG.md from veilid-cli directory 2023-07-21 16:14:27 -05:00
TC Johnson 546535bd73 Add contributor guide and code of conduct markdown documents 2023-07-20 22:49:26 -05:00
TC Johnson c2d0aad973 service restart if running, instructs to start if not 2023-07-17 20:55:45 -05:00
TC Johnson 090147b556 Switch - to _ in .deb filenames so dpkg-scanpackages can discern arch 2023-07-15 00:09:55 -05:00
TC Johnson 73838ab2aa Switch - to _ in .deb filenames so dpkg-scanpackages can discern arch 2023-07-14 23:50:22 -05:00
TC Johnson d18a1e3e28 edit instruction to systemctl enable 2023-07-14 20:47:03 -05:00