<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rebar3.git/.gitignore, branch master</title>
<subtitle>Clone of https://github.com/erlang/rebar3</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/'/>
<entry>
<title>Fix fetching of private packages from orgs on hex repos (#2020)</title>
<updated>2019-03-07T16:54:01+00:00</updated>
<author>
<name>Bryan Paxton</name>
<email>39971740+starbelly@users.noreply.github.com</email>
</author>
<published>2019-03-07T16:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=209c02ec57c2cc3207ee0174c3af3675b8dc8f79'/>
<id>209c02ec57c2cc3207ee0174c3af3675b8dc8f79</id>
<content type='text'>
- vendor in hex_core at v0.5.0
  - Change where repo_name should be the org and not the parent
  - Changed rebar_utils:url_append_path/2 to not explicitly add a '?',
    this is returned in the Query chunk by http_uri:parse/1 (e.g., "?foo=bar")
  - update organization_merging test to expect the sub-repo as the repo_name
  - Add tests for rebar_utils:url_append_path/2
  - Stop referencing/setting "organization" in config and use new
     organization settings (api_repository and repo_organization)
  - Do not set (assume) the read key is valid for any/every repo
  - Set repo_organization and api_repository to org
  - Update tests to check for new config opts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- vendor in hex_core at v0.5.0
  - Change where repo_name should be the org and not the parent
  - Changed rebar_utils:url_append_path/2 to not explicitly add a '?',
    this is returned in the Query chunk by http_uri:parse/1 (e.g., "?foo=bar")
  - update organization_merging test to expect the sub-repo as the repo_name
  - Add tests for rebar_utils:url_append_path/2
  - Stop referencing/setting "organization" in config and use new
     organization settings (api_repository and repo_organization)
  - Do not set (assume) the read key is valid for any/every repo
  - Set repo_organization and api_repository to org
  - Update tests to check for new config opts</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent xref crashes with undef behaviours</title>
<updated>2017-06-13T11:17:07+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2017-06-13T11:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=7f1301f635b8c07fd22ffdf1c9dcf6f5cbba8655'/>
<id>7f1301f635b8c07fd22ffdf1c9dcf6f5cbba8655</id>
<content type='text'>
When a given behaviour module does not exist, rebar3 brutally crashes.
This patch makes it so instead, there is a warning output menitoning the
missing behaviour, and this one is omitted from the unused function
calls check. This means that unused calls will instead be shown for the
module implementing a non-existing behaviour, as if no behaviour were
declared in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a given behaviour module does not exist, rebar3 brutally crashes.
This patch makes it so instead, there is a warning output menitoning the
missing behaviour, and this one is omitted from the unused function
calls check. This means that unused calls will instead be shown for the
module implementing a non-existing behaviour, as if no behaviour were
declared in the first place.
</pre>
</div>
</content>
</entry>
<entry>
<title>support temporary cdn change with HEX_CDN os var</title>
<updated>2015-12-19T16:42:30+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-11-17T16:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=c4c7ca42447e0bbe3b50347d064ce51fb5c4eff7'/>
<id>c4c7ca42447e0bbe3b50347d064ce51fb5c4eff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pr2relnotes tool to generate release notes</title>
<updated>2015-06-19T15:44:33+00:00</updated>
<author>
<name>Jared Morrow</name>
<email>jared@helium.co</email>
</author>
<published>2015-06-19T15:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=c8b34b9e9660b0799dee59747266a3a9fc7d1de4'/>
<id>c8b34b9e9660b0799dee59747266a3a9fc7d1de4</id>
<content type='text'>
pr2relnotes takes merged PRs from the git log and generates
formatted release notes including links to the PRs themselves
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pr2relnotes takes merged PRs from the git log and generates
formatted release notes including links to the PRs themselves
</pre>
</div>
</content>
</entry>
<entry>
<title>update gitignore</title>
<updated>2015-05-18T02:59:19+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-05-17T19:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=cc2c55338bd7cccbd65d3be38f7c2fe636564f04'/>
<id>cc2c55338bd7cccbd65d3be38f7c2fe636564f04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comma style in app.src templates</title>
<updated>2015-05-11T13:45:34+00:00</updated>
<author>
<name>Sergey Abramyan</name>
<email>sa.abramyan@gmail.com</email>
</author>
<published>2015-05-11T13:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=84775fbcfa2713e6ffa24161c4c70a9cb55a3a8a'/>
<id>84775fbcfa2713e6ffa24161c4c70a9cb55a3a8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>real bootstrapping</title>
<updated>2015-04-23T01:41:04+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-04-18T16:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=4374999d9567acf93fbd3515aa19319c4e502390'/>
<id>4374999d9567acf93fbd3515aa19319c4e502390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add plt to gitignore</title>
<updated>2014-09-21T03:37:22+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2014-09-21T03:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=c3f3f3aa69358a8e181bf8f8804e14ab4f60ddbe'/>
<id>c3f3f3aa69358a8e181bf8f8804e14ab4f60ddbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add rebar providers create and plugin inclusion with providers</title>
<updated>2014-09-19T23:54:22+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2014-09-19T23:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=52fcf0278d0e603f04a6b6181a61c84af1eebe5e'/>
<id>52fcf0278d0e603f04a6b6181a61c84af1eebe5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wip: move to erlydtl for rebar templates</title>
<updated>2014-09-17T13:52:49+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2014-09-17T13:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=48769e75c224ccd8e04df250b86b50540270ce9a'/>
<id>48769e75c224ccd8e04df250b86b50540270ce9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
