aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
8c10ab3cdd7ea3a364030c144e16&follow=1'>v1beta1/ingressBackend.libsonnet (unfollow)
gheader'> 859&follow=1'>remove jsonnet lock file
Commit message (Expand)AuthorLines
2021-05-26fix log breaking once buffer fullMax Audron-2/+33
2021-05-16add deployment stuffMax Audron-6/+27786
2021-05-15add container buildMax Audron-2/+35
2024-03-27reorganize repo git implsMax Audron-209/+235
2024-03-27implement basic cloning and updating with gixMax Audron-771/+2229
2023-08-02release 1.0.4Max Audron-1/+1
- add error message if no projects are found - document issue with ssh config being ignored
2023-08-02fix static compile on darwinMax Audron-9/+16
2023-08-02add direnv to gitignoreMax Audron-0/+1
2023-08-02document issue with ignored ssh configMax Audron-0/+14
2023-08-02add error message if no projects foundMax Audron-2/+6
2023-08-02setup new nix flake using craneMax Audron-115/+225
2023-06-22update dependenciesMax Audron-469/+457
2022-07-06release 1.0.1Max Audron-1/+57
- fix gitlab api not returning all results
2022-07-06paginate results from gitlab apiMax Audron-11/+36
2022-06-20add gitlab upload commandMax Audron-0/+4
2022-06-20prepare release 1.0.0Max Audron-3/+17
Max Audron-36/+0
2022-02-19fix deploy to work with gitlab agentMax Audron-4/+4
2021-10-22write tons of documentation and reorganize some modulesMax Audron-65/+300
2021-10-22remove wolfram alpha url shorteningMax Audron-1/+2
2021-10-20remove failing wolfram alpha test casesMax Audron-105/+55
this is due to the url shorterner dying randomly and also just generally bad idea to call external services during unit tests.
2021-10-20bump version to 1.6.2Max Audron-3/+2
2021-10-20prepare for release on crates.ioMax Audron-39/+65
2021-10-20add async docs to macro crate and bump versionMax Audron-9/+10
2021-10-20change hook errors to be logged as warningsMax Audron-3/+3
they in nearly all cases aren't critical enough to warrant an actual error messages
2021-10-20fix configuration not loading correctly on release buildsMax Audron-8/+23
2021-10-19replace sedregex crate8-rework-sedMax Audron-20/+358
This replaces the sedregex crate with our own implementation for multiple reasons: 1. We required to access the parsed regex, this required a patch to the sedregex crate which did not get merged due to an inactive dev, blocking us from publishing on crates.Io 2. We wanted to highlight the changes done in bold 3. We want to add execution of multiple chained sed commands in the future which would require more modification
2021-10-19add formatting trait for irc codesMax Audron-0/+129
add an impl off the formatting trait on String to format Strings with the typical irc formatting codes for bold, italic etc
2021-10-17fix links in readmeMax Audron-2/+2