Standardizing GIT commit messages the right way.
RUST web service in Docker container with the ACTIX framework (template).
replicadse/vwa-paper-resolving-selfintersections-in-2d-polygons 1
A repository which contains my work for the subject "Resolving selfintersections in R^2 polygons for a csg system"
An alternative, typed and simple wavefront format parser and writer.
A curated list of Rust code and resources.
replicadse/aws-movies-sls-rest-sample 0
AWS Movies sample project for serverless, localstack and Rust
A BitBar plugin for GitHub and local repositories.
replicadse/codetalks-2018-10-19-code-quality 0
My presentation on the Code.Talks conference on the 19. October 2018.
Memory optimized boolean collection `bitvector`.
push eventreplicadse/replicadse.github.io
commit sha 65bf21f94c3efe18311f8792d7099a8e7b3cc38d
super urgent!
push time in 8 days
push eventreplicadse/replicadse.github.io
commit sha 689ded774abcd9b4e9f91549277bbbb410d4e4fb
super urgent!
push time in 8 days
startedtensorflow/rust
started time in 10 days
startedadamerose/pandasgui
started time in 11 days
startedpaperwork/paperwork
started time in 20 days
startedKong/kong
started time in 20 days
startedtraefik/traefik
started time in 20 days
startedthemefisher/timer-hugo
started time in 20 days
startedswanson/stringer
started time in 21 days
startedYelp/docker-custodian
started time in 22 days
startedtjamet/caduc
started time in 22 days
startedcontainrrr/watchtower
started time in 22 days
starteddtolnay/typetag
started time in 22 days
push eventreplicadse/replicadse.github.io
commit sha de747dd863fa9af105818a55fba7ab212403de13
+ udacity
push time in 24 days
push eventreplicadse/replicadse.github.io
commit sha a420da75f75d6a008ecabc2f615daa9b909cfc9f
corrections
push time in 25 days
push eventreplicadse/replicadse.github.io
commit sha 63769b87b26c880c4583515ce23674917baf6408
raiding-raccoon
commit sha df3955af953cdddecb20ae0609455ae1f2b207c6
update
push time in a month
push eventreplicadse/raiding-raccoon
commit sha 0683fba797faf1192980d3cdc9855416d56d009d
cleanup
push time in a month
delete branch replicadse/raiding-raccoon
delete branch : dependabot/go_modules/raiding-raccoon/develop/github.com/sirupsen/logrus-1.5.0
delete time in a month
delete branch replicadse/raiding-raccoon
delete branch : dependabot/go_modules/raiding-raccoon/develop/github.com/go-redis/redis/v7-7.2.0
delete time in a month
push eventreplicadse/raiding-raccoon
commit sha e8ebb9b8b064f27fab1b50b3e4dd22232288514b
cleanup
push time in a month
startedblushft/go-diagrams
started time in a month
push eventreplicadse/raiding-raccoon
commit sha 83b77d34e162284ff55d943e33e024796664506e
#patch
push time in a month
push eventreplicadse/raiding-raccoon
commit sha 4b77daa349e682d2ee2bd531d79480199d8638ff
readme change
push time in a month
push eventreplicadse/raiding-raccoon
commit sha 157270079a4fb9a1afac7d0d42c0ab8590f87c1e
#patch
push time in a month
push eventreplicadse/raiding-raccoon
commit sha 3cae8d0e84a460674b45904dd1c51cc1482827e9
sonarqube fix
push time in a month
push eventreplicadse/raiding-raccoon
commit sha f9d3abdc47e809d70f08095cc24c4cc8f3fde2b3
fixed workflow job name
commit sha 1f83b482ae23541e12d4467a9f058e2c928367f9
sonarqube fix
push time in a month
push eventreplicadse/raiding-raccoon
commit sha daa7968943741fc8622fd7e78b9b063fb5ae2e63
workflow rework
push time in a month
push eventreplicadse/raiding-raccoon
commit sha ad781360bf2e420272a90c0957e3cccda230b949
Bump github.com/go-redis/redis/v7 in /raiding-raccoon (#20) Bumps [github.com/go-redis/redis/v7](https://github.com/go-redis/redis) from 7.0.0-beta.5 to 7.2.0. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v7.0.0-beta.5...v7.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in a month
PR merged replicadse/raiding-raccoon
Bumps github.com/go-redis/redis/v7 from 7.0.0-beta.5 to 7.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-redis/redis/blob/master/CHANGELOG.md">github.com/go-redis/redis/v7's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v7.2</h2> <ul> <li>Existing <code>HMSet</code> is renamed to <code>HSet</code> and old deprecated <code>HMSet</code> is restored for Redis 3 users.</li> </ul> <h2>v7</h2> <ul> <li><em>Important</em>. Tx.Pipeline now returns a non-transactional pipeline. Use Tx.TxPipeline for a transactional pipeline.</li> <li>WrapProcess is replaced with more convenient AddHook that has access to context.Context.</li> <li>WithContext now can not be used to create a shallow copy of the client.</li> <li>New methods ProcessContext, DoContext, and ExecContext.</li> <li>Client respects Context.Deadline when setting net.Conn deadline.</li> <li>Client listens on Context.Done while waiting for a connection from the pool and returns an error when context context is cancelled.</li> <li>Add PubSub.ChannelWithSubscriptions that sends <code>*Subscription</code> in addition to <code>*Message</code> to allow detecting reconnections.</li> <li><code>time.Time</code> is now marshalled in RFC3339 format. <code>rdb.Get("foo").Time()</code> helper is added to parse the time.</li> <li><code>SetLimiter</code> is removed and added <code>Options.Limiter</code> instead.</li> <li><code>HMSet</code> is deprecated as of Redis v4.</li> </ul> <h2>v6.15</h2> <ul> <li>Cluster and Ring pipelines process commands for each node in its own goroutine.</li> </ul> <h2>6.14</h2> <ul> <li>Added Options.MinIdleConns.</li> <li>Added Options.MaxConnAge.</li> <li>PoolStats.FreeConns is renamed to PoolStats.IdleConns.</li> <li>Add Client.Do to simplify creating custom commands.</li> <li>Add Cmd.String, Cmd.Int, Cmd.Int64, Cmd.Uint64, Cmd.Float64, and Cmd.Bool helpers.</li> <li>Lower memory usage.</li> </ul> <h2>v6.13</h2> <ul> <li>Ring got new options called <code>HashReplicas</code> and <code>Hash</code>. It is recommended to set <code>HashReplicas = 1000</code> for better keys distribution between shards.</li> <li>Cluster client was optimized to use much less memory when reloading cluster state.</li> <li>PubSub.ReceiveMessage is re-worked to not use ReceiveTimeout so it does not lose data when timeout occurres. In most cases it is recommended to use PubSub.Channel instead.</li> <li>Dialer.KeepAlive is set to 5 minutes by default.</li> </ul> <h2>v6.12</h2> <ul> <li>ClusterClient got new option called <code>ClusterSlots</code> which allows to build cluster of normal Redis Servers that don't have cluster mode enabled. See <a href="https://godoc.org/github.com/go-redis/redis#example-NewClusterClient--ManualSetup">https://godoc.org/github.com/go-redis/redis#example-NewClusterClient--ManualSetup</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-redis/redis/commit/9d1e8a566f9fb2f516b0ba2832f65ce6aa57ca9e"><code>9d1e8a5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1263">#1263</a> from go-redis/fix/hset-hmset</li> <li><a href="https://github.com/go-redis/redis/commit/7df36b4eb7f7c72b74a955ebb83c993ff636a849"><code>7df36b4</code></a> Rename HMSet to HSet and restore old HMSet</li> <li><a href="https://github.com/go-redis/redis/commit/726f6807ac6652fa683b8d98f2d984e4ee2cc8b9"><code>726f680</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1260">#1260</a> from go-redis/fix/txPipelineWriteMulti</li> <li><a href="https://github.com/go-redis/redis/commit/218b17f0fc567ce62f7d6d0607caff1d8100354f"><code>218b17f</code></a> Include multi & exec in pipeline hook</li> <li><a href="https://github.com/go-redis/redis/commit/49a0c8c3198bec92efef81a9a9e514920348e22e"><code>49a0c8c</code></a> Add test for ring and cluster hooks</li> <li><a href="https://github.com/go-redis/redis/commit/2e3402d33d8c2d63d027edf75d63592eb10cbe01"><code>2e3402d</code></a> Don't allocate tmp slice in txPipelineWriteMulti</li> <li><a href="https://github.com/go-redis/redis/commit/c01b1dcab8c876b2492e8ae81329f1206608fa7c"><code>c01b1dc</code></a> Tweak doc</li> <li><a href="https://github.com/go-redis/redis/commit/709e543f16bf20d4f6df33bc7d24fb4b6a0991bc"><code>709e543</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1259">#1259</a> from go-redis/fix/unexport-lock-clone</li> <li><a href="https://github.com/go-redis/redis/commit/512e6c7a400e9fc5daaa7195ae9d25824823dacf"><code>512e6c7</code></a> Unexport Clone and Lock from embedded hooks</li> <li><a href="https://github.com/go-redis/redis/commit/6bd8d9ce28c9662325e668ec44aeb0f387f08d66"><code>6bd8d9c</code></a> README Fix: Added client variable initialisation (redis.NewClient) in quickst...</li> <li>Additional commits viewable in <a href="https://github.com/go-redis/redis/compare/v7.0.0-beta.5...v7.2.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a month
push eventreplicadse/raiding-raccoon
commit sha bd93ba648c179d215fe638269534e28683d6fe2b
Bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 in /raiding-raccoon (#21) Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in a month
PR merged replicadse/raiding-raccoon
Bumps github.com/sirupsen/logrus from 1.4.2 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/releases">github.com/sirupsen/logrus's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <p>This new release introduces:</p> <ul> <li>Ability to DisableHTMLEscape when using the JSON formatter: <a href="https://github-redirect.dependabot.com/sirupsen/logrus/pull/524">sirupsen/logrus#524</a></li> <li>Support/fixes for go 1.14</li> <li>Many many bugfixes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/d417be0fe654de640a82370515129985b407c7e3"><code>d417be0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1108">#1108</a> from cirelli94/fix-wrong-caller</li> <li><a href="https://github.com/sirupsen/logrus/commit/32fd1078164014048662f58c9a2ab4a45c185381"><code>32fd107</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1103">#1103</a> from sirupsen/fix-go114</li> <li><a href="https://github.com/sirupsen/logrus/commit/ddb57a2a54811e7f39c5d947d69c88a4623f797b"><code>ddb57a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1110">#1110</a> from Dattax/patch-1</li> <li><a href="https://github.com/sirupsen/logrus/commit/a635f0489d2a980cbb55728885bcdddf99bd4667"><code>a635f04</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1113">#1113</a> from davidraleigh/html-escape</li> <li><a href="https://github.com/sirupsen/logrus/commit/4ddc9cf62ed5abfc09e0f8ab08002a1238d6cf1f"><code>4ddc9cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1116">#1116</a> from admacleod/master</li> <li><a href="https://github.com/sirupsen/logrus/commit/e3e40605a2a706827801190746fd3ae99f6f4872"><code>e3e4060</code></a> remove errant whitespace</li> <li><a href="https://github.com/sirupsen/logrus/commit/ba670baee189f68debc2d23e69b848d46436916a"><code>ba670ba</code></a> fix deadlock in previous entry race condition fix</li> <li><a href="https://github.com/sirupsen/logrus/commit/b28acda22db49a5e5ff39f3c23968b02a3585dda"><code>b28acda</code></a> fix race condition in entry</li> <li><a href="https://github.com/sirupsen/logrus/commit/e76a5c4450e47f607abd9161feb7700ec944a750"><code>e76a5c4</code></a> create test to prove issue <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/954">sirupsen/logrus#954</a></li> <li><a href="https://github.com/sirupsen/logrus/commit/0fb945b034620199c178b1b7067672a9f8f69c3a"><code>0fb945b</code></a> resolved conflicts</li> <li>Additional commits viewable in <a href="https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a month
push eventreplicadse/complate
commit sha 5f38674463cbafec7254ac03a558d7d6ecc177b9
Issue/#5 (#6)
push time in a month
startedthlorenz/nf-rated
started time in a month
startedonweru/compose
started time in a month
startedhediet/vscode-debug-visualizer
started time in a month
startedmatterport/Mask_RCNN
started time in a month
startedpytorch/pytorch
started time in a month
startedschollz/croc
started time in a month
startedg1eny0ung/hugo-theme-dream
started time in a month
startedaws/aws-cdk
started time in a month
PR opened valeriansaliou/sonic
WORK IN PROGRESS - DO NOT MERGE
This PR has a few proposals for an improved release management/cycle. This way, most of the manual steps in order to release sonic SHOULD be obsolete. A quick overview of the changes:
- Using GitHub pipelines for quick feedback cycle
- Check job -- runs on every push, on every branch
- Tag job -- (currently commented out) tags the last commit from the push with the calculated version number. The way this is retrieved is by the
anothrNick/github-tag-action(1.19.0) which scans commit messages for the #patch, #minor and #major keywords (can be configured). This assumes a versioning system that is more or less compliant to semver. In addition, this job creates a new release in GitHub. - Publish to crates.io job -- (currently commented out) publishes sonic to crates.io
- Publish release job -- (currently commented out) publishes the sonic artifacts to the newly created release (see Tag job) for some specified targets.
- Makefile - added some common commands to a Makefile including the following ones
- init
- build
- release
- scan
- update-version
- test
- clean
- pre-commit hook that runs scan (install via
make init)
Since there is no issue regarding any of these things, these are just suggestions. Feedback is very welcome whether we / I should to continue working on this or not. ¯_(ツ)_/¯
pr created time in a month
push eventreplicadse/sonic
commit sha 3be7c95a069cfefc05f6360129e6c99950a702f0
disabled scans for now
push time in a month
push eventreplicadse/sonic
commit sha 7d4fefa2987331acd6c8459a598094270a589839
+github pipelines and makefile
push time in a month
fork replicadse/sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
https://crates.io/crates/sonic-server
fork in a month
startedvaleriansaliou/sonic
started time in a month
startedKagami/go-face
started time in a month
startedrust-lang/book
started time in a month
starteduutils/coreutils
started time in a month
startedwasmerio/wasmer
started time in a month
startedtauri-apps/tauri
started time in a month
starteddenisidoro/navi
started time in a month
startedtikv/tikv
started time in a month
startedvaleriansaliou/sonic
started time in a month
fork replicadse/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
fork in a month
push eventreplicadse/complate
push time in 2 months
push eventreplicadse/complate
commit sha 4f5652bd6e1d3e41ead98547326c5fe1b14510f7
#patch | restored README.md
push time in 2 months
push eventreplicadse/complate
commit sha 64e924b79f1b9504652f57273f18bb47847c5d4c
#patch | changed mail, + ADRs
push time in 2 months
push eventreplicadse/complate
push time in 2 months
push eventreplicadse/complate
commit sha c3f2b587ea09279058dcf15754c570ddb59e55df
#patch | fixed spelling mistake in readme.md
push time in 2 months
push eventreplicadse/complate
push time in 2 months
issue commentreplicadse/complate
Add UI alternative to dialoguer (gyscos/cursive)
Merged with #4
comment created time in 2 months
issue closedreplicadse/complate
Add UI alternative to dialoguer (gyscos/cursive)
Use an alternative for user input (alternative to dialoguer).
Default option should be as is. Enable UI mode with --ui flag.
closed time in 2 months
replicadsepush eventreplicadse/complate
commit sha 20bf8a585a644430f5963e2675cd6c7206b17346
#patch | bugfixes
push time in 2 months
push eventreplicadse/complate
commit sha 23c9e135ca66c06bcb5a1bfb1a2a83fcfd0e7679
#minor | #3 * + added experimental flag * + added ui backend (experimental) * updated readme * #patch | updated readme
push time in 2 months
push eventreplicadse/complate
commit sha 390612b72578cf971fbb310d076562248cb06baa
#minor | minor version bump
push time in 2 months
push eventreplicadse/complate
commit sha 690d9dc0579c47c6afd40d610431a984b3e0ee30
#minor | minor version bump
push time in 2 months
push eventreplicadse/complate
commit sha 43d47dd4cb1049fdc0f8c558a4c18d796dfe78be
#patch | updated readme
push time in 2 months
issue commentreplicadse/complate
Add UI alternative to dialoguer (gyscos/cursive)
Implemented this in the issues/#3 branch. Added following things:
- Feature flags
backend::cli(default) andbackend::ui- this feature is behind thebackend::uiflag - Experimental application level argument - Publicly unstable features and commands can now be marked as experimental which means that they are in fact not part of the public API that is meant to be stable and therefore not considered when applying the server rules. These features SHOULD only be used for testing / messing around.
comment created time in 2 months
push eventreplicadse/complate
commit sha 9f9c27d373366b4f47463550fe265d8f9fa5809b
+ added ui backend (experimental)
push time in 2 months
push eventreplicadse/complate
commit sha 1fee76abcacac27be7cc1f3affa8805947f690d6
+ added ui backend (experimental)
push time in 2 months
push eventreplicadse/complate
commit sha a41ec02979bf635c64538c942bd3f2a4d5274939
#patch + supporting abort
push time in 2 months
push eventreplicadse/complate
push time in 2 months
push eventreplicadse/complate
commit sha 7ad1e586b782a148c147ad0933a90a1ec91d559f
push time in 2 months
push eventreplicadse/complate
commit sha 5d78ce533a316b1ac2fa4e401f58df1379cb4ad1
#patch (supporting abort)
push time in 2 months
push eventreplicadse/complate
commit sha 7a35b98ab0c0dc389d48a339826ba61ae2e33c32
updated readme
push time in 2 months
push eventreplicadse/complate
commit sha f442ee7f3d9d185add4bacb54c6fceb3783ded5f
+ features
push time in 2 months
push eventreplicadse/complate
commit sha 7c36a31cceb4e84f1159b8047858340fff195e23
+ features
push time in 2 months
push eventreplicadse/complate
commit sha c44ac6617193ec94345d3419fbc04a614ac08870
+ features
push time in 2 months
push eventreplicadse/complate
commit sha 22b717d0b3c5a20a27b45a2dd8c24d3aa3a28e64
+ features
push time in 2 months
push eventreplicadse/complate
commit sha 720177d2c37bf95b3ec39114e0c7403b8eb01445
+ features
push time in 2 months
push eventreplicadse/complate
push time in 2 months
push eventreplicadse/complate
commit sha 4686770ef84c259d0b315558facace22151bb6c7
pipeline
push time in 2 months
push eventreplicadse/complate
commit sha ea6141ab39a5b85e9465a441f50eba5988fecbf3
pipeline
push time in 2 months
push eventreplicadse/complate
push time in 2 months