Type-safety and algorithms for working with money in Swift.
A lightweight callout view class for iOS mimicking UICalloutView.
A delightful networking framework for iOS, macOS, watchOS, and tvOS.
AFNetworking Extension for OAuth 1.0a Authentication
📱 A strongly-typed, caching GraphQL client for iOS, written in Swift
Cocoa library for creating signed requests according to the OAuth 1.0a standard.
A fast & simple, yet powerful & flexible logging framework for Mac and iOS
A flexible, easy to use set of clients AWS APIs for Elixir
Remote configuration for iOS
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
created tagpeek-travel/cocktail
Elixir date recurrence library based on iCalendar events
created time in 3 hours
push eventpeek-travel/cocktail
commit sha 6b12435246f0ce908ea3220073e633b852f88c96
Prepearing for release 0.10.0
commit sha 845c5396e9f32b20f6811b789e96a37844eb7aa7
Adds missing tests
commit sha 2c91fb9ed50823b8dadcdd91b35e52f9e76ebfdc
Merge pull request #183 from peek-travel/release/0.10.0 Prepearing for release 0.10.0
push time in 3 hours
push eventpeek-travel/cocktail
commit sha 845c5396e9f32b20f6811b789e96a37844eb7aa7
Adds missing tests
push time in 3 hours
pull request commentpeek-travel/cocktail
Codecov Report
Merging #183 (6b12435) into main (3070e68) will decrease coverage by
0.69%. The diff coverage isn/a.
@@ Coverage Diff @@
## main #183 +/- ##
===========================================
- Coverage 100.00% 99.30% -0.70%
===========================================
Files 21 21
Lines 374 434 +60
===========================================
+ Hits 374 431 +57
- Misses 0 3 +3
| Impacted Files | Coverage Δ | |
|---|---|---|
| lib/cocktail/schedule_state.ex | 97.87% <0.00%> (-2.13%) |
:arrow_down: |
| lib/cocktail/parser/i_calendar.ex | 98.27% <0.00%> (-1.73%) |
:arrow_down: |
| lib/cocktail/rule_state.ex | 100.00% <0.00%> (ø) |
|
| lib/cocktail/validation/shift.ex | 100.00% <0.00%> (ø) |
|
| lib/cocktail/builder/i_calendar.ex | 100.00% <0.00%> (ø) |
|
| lib/cocktail/validation/interval.ex | 100.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3070e68...6b12435. Read the comment docs.
comment created time in 3 hours
push eventpeek-travel/cocktail
commit sha 395848d0f4f89f83f90332861c49fd69e988f940
Bump timex from 3.6.2 to 3.7.5 Bumps [timex](https://github.com/bitwalker/timex) from 3.6.2 to 3.7.5. - [Release notes](https://github.com/bitwalker/timex/releases) - [Changelog](https://github.com/bitwalker/timex/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitwalker/timex/commits/3.7.5) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 385bbfa40e8925405788d49f48aacacf8dc20a5f
Fixes for Timex zone changes in tests only Should not affect library usage, other than maybe the change in error return value for missing timezone.
commit sha 3070e684de98e24dc98a98bf90bf09841bddf07f
Merge pull request #165 from peek-travel/dependabot/hex/timex-3.7.5 Bump timex from 3.6.2 to 3.7.5
push time in 5 hours
delete branch peek-travel/cocktail
delete branch : dependabot/hex/timex-3.7.5
delete time in 5 hours
PR merged peek-travel/cocktail
Bumps timex from 3.6.2 to 3.7.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitwalker/timex/blob/master/CHANGELOG.md">timex's changelog</a>.</em></p> <blockquote> <h2>3.7.5</h2> <h3>Added/Changed</h3> <ul> <li>Added <code>Timex.Timezone.get/3</code> to allow requesting timezones using utc or wall clock as desired</li> </ul> <h3>Fixed</h3> <ul> <li>Addressed issues <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/652">#652</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/658">#658</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/659">#659</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/656">#656</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/654">#654</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/653">#653</a></li> </ul> <h2>3.7.4</h2> <h3>Fixed</h3> <ul> <li>Addressed issues <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/647">#647</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/648">#648</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/649">#649</a>, <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/650">#650</a></li> </ul> <h2>3.7.3</h2> <p><strong>NOTE:</strong> The config of the Timex default locale is changed to:</p> <pre lang="ex"><code>config :your_app, Timex.Gettext, default_locale: "en" </code></pre> <p>This follows the standard set by Gettext, see: <a href="https://hexdocs.pm/gettext/Gettext.html#module-default-locale">the Gettext docs</a></p> <p>Now when the Gettext locale is being changed on runtime with:</p> <pre lang="ex"><code>Gettext.put_locale("nl") </code></pre> <p>The Gettext backend for Timex will follow suit. If for some reason you want Timex, and just Timex, to change its locale to something else you should target the Timex.Gettext backend with:</p> <pre lang="ex"><code>Timex.Gettext.put_locale("de") </code></pre> <h3>Potentially Breaking</h3> <ul> <li>Fixed handling of <code>Etc/GMT</code> vs <code>GMT</code> timezones. The former must be POSIX compatible, which inverts the meaning of the sign, whereas the latter have no such restriction and are equivalent to <code>UTC(+/-)HH:MM</code>, while this is fixing incorrect behavior, it could potentially break users relying on the incorrect behavior.</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/494">#494</a>, incorrect handling of parsing week numbers</li> <li>Improve parsing of timezones</li> <li>Incorrect stringification of error values returned in some circumstances</li> <li>Let Timex follow the locale set by the global Gettext. See <a href="https://github-redirect.dependabot.com/bitwalker/timex/issues/501">#501</a></li> </ul> <h3>Added/Changed</h3> <ul> <li>Removed <code>Timex.Timezone.diff</code>, as it is no longer used in Timex</li> <li>Added support for obtaining the Julian day of year via <code>Calendar.Julian.date_for_day_of_year/3</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/bitwalker/timex/commits/3.7.5">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)
</details>
pr closed time in 5 hours
pull request commentpeek-travel/cocktail
Bump timex from 3.6.2 to 3.7.5
Codecov Report
Merging #165 (385bbfa) into main (0a45139) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #165 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 21 +1
Lines 371 374 +3
=========================================
+ Hits 371 374 +3
| Impacted Files | Coverage Δ | |
|---|---|---|
| test/support/datetime_sigil.ex | 100.00% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 0a45139...385bbfa. Read the comment docs.
comment created time in 5 hours
push eventpeek-travel/cocktail
commit sha 385bbfa40e8925405788d49f48aacacf8dc20a5f
Fixes for Timex zone changes in tests only Should not affect library usage, other than maybe the change in error return value for missing timezone.
push time in 5 hours
push eventpeek-travel/cocktail
commit sha da766855d2b5905398245e41e3eed7117104e66b
Bump excoveralls from 0.14.0 to 0.14.1 Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/parroty/excoveralls/releases) - [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md) - [Commits](https://github.com/parroty/excoveralls/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: excoveralls dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha 0a451391c3acc04fc74cba84482605f87b0cc8db
Merge pull request #182 from peek-travel/dependabot/hex/excoveralls-0.14.1 Bump excoveralls from 0.14.0 to 0.14.1
commit sha 395848d0f4f89f83f90332861c49fd69e988f940
Bump timex from 3.6.2 to 3.7.5 Bumps [timex](https://github.com/bitwalker/timex) from 3.6.2 to 3.7.5. - [Release notes](https://github.com/bitwalker/timex/releases) - [Changelog](https://github.com/bitwalker/timex/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitwalker/timex/commits/3.7.5) Signed-off-by: dependabot[bot] <[email protected]>
push time in 5 hours
delete branch peek-travel/cocktail
delete branch : dependabot/hex/excoveralls-0.14.1
delete time in 5 hours
push eventpeek-travel/cocktail
commit sha da766855d2b5905398245e41e3eed7117104e66b
Bump excoveralls from 0.14.0 to 0.14.1 Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/parroty/excoveralls/releases) - [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md) - [Commits](https://github.com/parroty/excoveralls/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: excoveralls dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha 0a451391c3acc04fc74cba84482605f87b0cc8db
Merge pull request #182 from peek-travel/dependabot/hex/excoveralls-0.14.1 Bump excoveralls from 0.14.0 to 0.14.1
push time in 5 hours
PR merged peek-travel/cocktail
Bumps excoveralls from 0.14.0 to 0.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/parroty/excoveralls/releases">excoveralls's releases</a>.</em></p> <blockquote> <h2>v0.14.1</h2> <h4>Changes</h4> <ul> <li>Fix HTML tag typo (<a href="https://github-redirect.dependabot.com/parroty/excoveralls/issues/259">#259</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md">excoveralls's changelog</a>.</em></p> <blockquote> <h2>0.14.1</h2> <h4>Changes</h4> <ul> <li>Fix HTML tag typo (<a href="https://github-redirect.dependabot.com/parroty/excoveralls/issues/259">#259</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/parroty/excoveralls/commit/04acabcabe24315bd399ab12b488f9b0ae5468fd"><code>04acabc</code></a> Update version</li> <li><a href="https://github.com/parroty/excoveralls/commit/5720baf979b6ee4fe056995a98c8411b68b4cfe2"><code>5720baf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/parroty/excoveralls/issues/259">#259</a> from roehst/bugfix-html-tag</li> <li><a href="https://github.com/parroty/excoveralls/commit/b54a3c126ab0fa494234702414c09c09f618d60b"><code>b54a3c1</code></a> Fix small HTML error</li> <li><a href="https://github.com/parroty/excoveralls/commit/825c24abedd11d1d0b54b059e77cc54df57b53d7"><code>825c24a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/parroty/excoveralls/issues/256">#256</a> from zentetsukenz/update-setup-elixir-action</li> <li><a href="https://github.com/parroty/excoveralls/commit/6820e88da534af6167e39edb2addee90c1c35d04"><code>6820e88</code></a> Use the latest setup beam for github action</li> <li><a href="https://github.com/parroty/excoveralls/commit/9f48f290db3c1787ed019d5106f774c65f019677"><code>9f48f29</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/parroty/excoveralls/issues/251">#251</a> from sgerrand/patch-1</li> <li><a href="https://github.com/parroty/excoveralls/commit/95db8d1ddd185d42cbe09fac4056fd24cf7ba7fc"><code>95db8d1</code></a> Update license URL</li> <li>See full diff in <a href="https://github.com/parroty/excoveralls/compare/v0.14.0...v0.14.1">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)
</details>
pr closed time in 5 hours
push eventpeek-travel/cocktail
commit sha adf2bd2b9b0e7f08b8ab9fd51d435b1caafd827b
Bump credo from 1.5.5 to 1.5.6 Bumps [credo](https://github.com/rrrene/credo) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/v1.5.6/CHANGELOG.md) - [Commits](https://github.com/rrrene/credo/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: credo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha d5aed50739f5396cf3e071c48595f34c8eb56e5a
Merge pull request #181 from peek-travel/dependabot/hex/credo-1.5.6 Bump credo from 1.5.5 to 1.5.6
commit sha da766855d2b5905398245e41e3eed7117104e66b
Bump excoveralls from 0.14.0 to 0.14.1 Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/parroty/excoveralls/releases) - [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md) - [Commits](https://github.com/parroty/excoveralls/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: excoveralls dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 5 hours
push eventpeek-travel/cocktail
commit sha adf2bd2b9b0e7f08b8ab9fd51d435b1caafd827b
Bump credo from 1.5.5 to 1.5.6 Bumps [credo](https://github.com/rrrene/credo) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/v1.5.6/CHANGELOG.md) - [Commits](https://github.com/rrrene/credo/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: credo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha d5aed50739f5396cf3e071c48595f34c8eb56e5a
Merge pull request #181 from peek-travel/dependabot/hex/credo-1.5.6 Bump credo from 1.5.5 to 1.5.6
commit sha c9a369d33f9fa2032c56a849ee4e3323a372e0dc
Bump timex from 3.6.2 to 3.7.5 Bumps [timex](https://github.com/bitwalker/timex) from 3.6.2 to 3.7.5. - [Release notes](https://github.com/bitwalker/timex/releases) - [Changelog](https://github.com/bitwalker/timex/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitwalker/timex/commits/3.7.5) Signed-off-by: dependabot[bot] <[email protected]>
push time in 5 hours
pull request commentpeek-travel/cocktail
Bump excoveralls from 0.14.0 to 0.14.1
Codecov Report
Merging #182 (e6e8b61) into main (11df38f) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #182 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 371 371
=========================================
Hits 371 371
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 11df38f...e6e8b61. Read the comment docs.
comment created time in 5 hours
push eventpeek-travel/cocktail
commit sha adf2bd2b9b0e7f08b8ab9fd51d435b1caafd827b
Bump credo from 1.5.5 to 1.5.6 Bumps [credo](https://github.com/rrrene/credo) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/v1.5.6/CHANGELOG.md) - [Commits](https://github.com/rrrene/credo/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: credo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha d5aed50739f5396cf3e071c48595f34c8eb56e5a
Merge pull request #181 from peek-travel/dependabot/hex/credo-1.5.6 Bump credo from 1.5.5 to 1.5.6
push time in 5 hours
delete branch peek-travel/cocktail
delete branch : dependabot/hex/credo-1.5.6
delete time in 5 hours
PR merged peek-travel/cocktail
Bumps credo from 1.5.5 to 1.5.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rrrene/credo/blob/v1.5.6/CHANGELOG.md">credo's changelog</a>.</em></p> <blockquote> <h2>1.5.6</h2> <ul> <li>Ensure compatibility with Elixir 1.12</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rrrene/credo/commit/9bee6e0a2bb46ff809375555742d0ad8590cb913"><code>9bee6e0</code></a> Bump version to 1.5.6</li> <li><a href="https://github.com/rrrene/credo/commit/62b12d2209f5e13a73e4f85b849acba2c5010fe2"><code>62b12d2</code></a> Update CHANGELOG</li> <li><a href="https://github.com/rrrene/credo/commit/01578e456a7d2f1cee496731f306167ae2ddbc22"><code>01578e4</code></a> Fix tests for Elixir versions < 1.12</li> <li><a href="https://github.com/rrrene/credo/commit/30fab358ec6bb1ffe05d8472c440d7dd8be72b98"><code>30fab35</code></a> Update CI to use erlef/setup-beam</li> <li><a href="https://github.com/rrrene/credo/commit/be5c628c5ebaa5e9b09c896cbcb1400fd0e53089"><code>be5c628</code></a> Fix interpolation helper for Elixir 1.12</li> <li><a href="https://github.com/rrrene/credo/commit/bd56b1241a6d5affe3064039aba1ae444c1fda3d"><code>bd56b12</code></a> Fix space around operators check</li> <li><a href="https://github.com/rrrene/credo/commit/4cceec0a7447601011933bc378b87d512a66045e"><code>4cceec0</code></a> Use Elixir 1.12.0-rc.0</li> <li>See full diff in <a href="https://github.com/rrrene/credo/compare/v1.5.5...v1.5.6">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)
</details>
pr closed time in 5 hours
pull request commentpeek-travel/cocktail
Bump credo from 1.5.5 to 1.5.6
Codecov Report
Merging #181 (adf2bd2) into main (11df38f) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #181 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 371 371
=========================================
Hits 371 371
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 11df38f...adf2bd2. Read the comment docs.
comment created time in 5 hours
push eventpeek-travel/cocktail
commit sha 756e8504b098ad718a565c55529c938048b9c2f6
Bump ex_doc from 0.24.1 to 0.24.2 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md) - [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.24.1...v0.24.2) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 82dfcacc9bf3c99de510fdc5c0542e361e60a655
Expose Rule to docs
commit sha 8c98015966a8068bdb0a092d93b15a66048ca835
Add basic docs
commit sha b200007b73cbedd35a905038b1aa39cd6392f8b2
Add build_rule to builder fixes #172
commit sha 4a8a739258ed086fc16014ae89e86b296d1f805f
Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 0757a640d912eeafe715d4c0eaa298c936c14dc9
Bump erlef/setup-elixir from 1 to 1.7 Bumps [erlef/setup-elixir](https://github.com/erlef/setup-elixir) from 1 to 1.7. - [Release notes](https://github.com/erlef/setup-elixir/releases) - [Commits](https://github.com/erlef/setup-elixir/compare/v1...v1.7) Signed-off-by: dependabot[bot] <[email protected]>
commit sha b4c4b7531de4d6c3d526e762cad8fd7d970d3216
Bump codecov/codecov-action from 1 to 1.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1...v1.5.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha eeabd13db6ba19e38c0cce4f703c35b5d8963c74
add test case
commit sha f7267ea31633e74c73a6fc75dc8e37e6586b1989
Bump actions/cache from 2.1.4 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
commit sha bad21b53239630ed92d0eff025301f69d4bc8dd3
Merge pull request #170 from yordis/yordis/fix-docs Expose Rule to docs
commit sha 1b407e027db7a5333f3b789206e9c08b6094409f
Merge branch 'main' into yordis/add-print-only-rrule
commit sha 896713244109fe4652d67d6e22c746a3a26c1bde
Merge pull request #174 from yordis/yordis/add-print-only-rrule Add build_rule to builder
commit sha 6d99bf973ab6ae2c2d4017b918d1b84d08096bae
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-2.1.6'
commit sha b691fb151daf3de49fa2fb094ebe64e6d6b263cf
Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codecov-action-1.5.0'
commit sha 8c0384caebe32241f2cac4cf65b5862cc659c265
Merge remote-tracking branch 'origin/dependabot/github_actions/erlef/setup-elixir-1.7'
commit sha d00d07a731fe61dab586116dfea8a8ef0eee40f5
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-2.3.4'
commit sha 837eba79749c4d2f51b6ec3b2f0dbccef2c226c9
Merge remote-tracking branch 'origin/dependabot/hex/ex_doc-0.24.2'
commit sha 11df38f54e06bada79db455fa383e3fa39cf4715
Update tool versions
commit sha 77023efd309fc176ecc34ecd03a9f7eb2e12d898
Bump timex from 3.6.2 to 3.7.5 Bumps [timex](https://github.com/bitwalker/timex) from 3.6.2 to 3.7.5. - [Release notes](https://github.com/bitwalker/timex/releases) - [Changelog](https://github.com/bitwalker/timex/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitwalker/timex/commits/3.7.5) Signed-off-by: dependabot[bot] <[email protected]>
push time in 5 hours
push eventpeek-travel/cocktail
commit sha 756e8504b098ad718a565c55529c938048b9c2f6
Bump ex_doc from 0.24.1 to 0.24.2 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md) - [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.24.1...v0.24.2) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 82dfcacc9bf3c99de510fdc5c0542e361e60a655
Expose Rule to docs
commit sha 8c98015966a8068bdb0a092d93b15a66048ca835
Add basic docs
commit sha b200007b73cbedd35a905038b1aa39cd6392f8b2
Add build_rule to builder fixes #172
commit sha 4a8a739258ed086fc16014ae89e86b296d1f805f
Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 0757a640d912eeafe715d4c0eaa298c936c14dc9
Bump erlef/setup-elixir from 1 to 1.7 Bumps [erlef/setup-elixir](https://github.com/erlef/setup-elixir) from 1 to 1.7. - [Release notes](https://github.com/erlef/setup-elixir/releases) - [Commits](https://github.com/erlef/setup-elixir/compare/v1...v1.7) Signed-off-by: dependabot[bot] <[email protected]>
commit sha b4c4b7531de4d6c3d526e762cad8fd7d970d3216
Bump codecov/codecov-action from 1 to 1.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1...v1.5.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha eeabd13db6ba19e38c0cce4f703c35b5d8963c74
add test case
commit sha f7267ea31633e74c73a6fc75dc8e37e6586b1989
Bump actions/cache from 2.1.4 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
commit sha bad21b53239630ed92d0eff025301f69d4bc8dd3
Merge pull request #170 from yordis/yordis/fix-docs Expose Rule to docs
commit sha 1b407e027db7a5333f3b789206e9c08b6094409f
Merge branch 'main' into yordis/add-print-only-rrule
commit sha 896713244109fe4652d67d6e22c746a3a26c1bde
Merge pull request #174 from yordis/yordis/add-print-only-rrule Add build_rule to builder
commit sha 6d99bf973ab6ae2c2d4017b918d1b84d08096bae
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-2.1.6'
commit sha b691fb151daf3de49fa2fb094ebe64e6d6b263cf
Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codecov-action-1.5.0'
commit sha 8c0384caebe32241f2cac4cf65b5862cc659c265
Merge remote-tracking branch 'origin/dependabot/github_actions/erlef/setup-elixir-1.7'
commit sha d00d07a731fe61dab586116dfea8a8ef0eee40f5
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-2.3.4'
commit sha 837eba79749c4d2f51b6ec3b2f0dbccef2c226c9
Merge remote-tracking branch 'origin/dependabot/hex/ex_doc-0.24.2'
commit sha 11df38f54e06bada79db455fa383e3fa39cf4715
Update tool versions
commit sha e6e8b6182673f10a52a7a010271aaf53ec957f65
Bump excoveralls from 0.14.0 to 0.14.1 Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/parroty/excoveralls/releases) - [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md) - [Commits](https://github.com/parroty/excoveralls/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: excoveralls dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 5 hours
push eventpeek-travel/cocktail
commit sha 756e8504b098ad718a565c55529c938048b9c2f6
Bump ex_doc from 0.24.1 to 0.24.2 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md) - [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.24.1...v0.24.2) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 82dfcacc9bf3c99de510fdc5c0542e361e60a655
Expose Rule to docs
commit sha 8c98015966a8068bdb0a092d93b15a66048ca835
Add basic docs
commit sha b200007b73cbedd35a905038b1aa39cd6392f8b2
Add build_rule to builder fixes #172
commit sha 4a8a739258ed086fc16014ae89e86b296d1f805f
Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 0757a640d912eeafe715d4c0eaa298c936c14dc9
Bump erlef/setup-elixir from 1 to 1.7 Bumps [erlef/setup-elixir](https://github.com/erlef/setup-elixir) from 1 to 1.7. - [Release notes](https://github.com/erlef/setup-elixir/releases) - [Commits](https://github.com/erlef/setup-elixir/compare/v1...v1.7) Signed-off-by: dependabot[bot] <[email protected]>
commit sha b4c4b7531de4d6c3d526e762cad8fd7d970d3216
Bump codecov/codecov-action from 1 to 1.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1...v1.5.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha eeabd13db6ba19e38c0cce4f703c35b5d8963c74
add test case
commit sha f7267ea31633e74c73a6fc75dc8e37e6586b1989
Bump actions/cache from 2.1.4 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
commit sha bad21b53239630ed92d0eff025301f69d4bc8dd3
Merge pull request #170 from yordis/yordis/fix-docs Expose Rule to docs
commit sha 1b407e027db7a5333f3b789206e9c08b6094409f
Merge branch 'main' into yordis/add-print-only-rrule
commit sha 896713244109fe4652d67d6e22c746a3a26c1bde
Merge pull request #174 from yordis/yordis/add-print-only-rrule Add build_rule to builder
commit sha 6d99bf973ab6ae2c2d4017b918d1b84d08096bae
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-2.1.6'
commit sha b691fb151daf3de49fa2fb094ebe64e6d6b263cf
Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codecov-action-1.5.0'
commit sha 8c0384caebe32241f2cac4cf65b5862cc659c265
Merge remote-tracking branch 'origin/dependabot/github_actions/erlef/setup-elixir-1.7'
commit sha d00d07a731fe61dab586116dfea8a8ef0eee40f5
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-2.3.4'
commit sha 837eba79749c4d2f51b6ec3b2f0dbccef2c226c9
Merge remote-tracking branch 'origin/dependabot/hex/ex_doc-0.24.2'
commit sha 11df38f54e06bada79db455fa383e3fa39cf4715
Update tool versions
commit sha adf2bd2b9b0e7f08b8ab9fd51d435b1caafd827b
Bump credo from 1.5.5 to 1.5.6 Bumps [credo](https://github.com/rrrene/credo) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/v1.5.6/CHANGELOG.md) - [Commits](https://github.com/rrrene/credo/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: credo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 5 hours
delete branch peek-travel/cocktail
delete branch : dependabot/github_actions/actions/cache-2.1.6
delete time in 5 hours
delete branch peek-travel/cocktail
delete branch : dependabot/github_actions/codecov/codecov-action-1.5.0
delete time in 5 hours