Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 11.1 #619

Merged
merged 9 commits into from
Dec 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/black-docstr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install git python3-pip -y
sudo pip3 install black==19.10b0 docstr-coverage
sudo pip3 install black==22.10.0 docstr-coverage
FILES="$(git diff --name-only --diff-filter=A --diff-filter=M "origin/${{github.base_ref}}" '*.py')"
black --check -l 120 -t py37 --exclude 'templates' $FILES
for FILE in $FILES; do echo $FILE; docstr-coverage $FILE || true; done
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 22.10.0
hooks:
- id: black
args: [--line-length=120, --target-version=py37]
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @xmonader @rkhamis @abom @waleedhammam @m-motawea @AhmedHanafy725
* @xmonader @rkhamis @rawdaGastan @AhmedHanafy725
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config management/automation framework
## Principles

- pip installable
- facilities exposed under `god object`: `j`
- facilities exposed under `loader object`: `j`
- pluggable
- docs and tests are as important as code

Expand Down Expand Up @@ -64,6 +64,7 @@ python3 -m pip install setuptools -U
- make sure the version is bumped in `pyproject.toml` file
- generate docs using `make docs`
- make sure to call `poetry build`
- enter your api token `poetry config pypi-token.pypi your-api-token`
- then publish to pypi using `poetry publish` (note that this requires to be on the publisher account)
- now a [release can be added](https://github.com/threefoldtech/js-ng/releases/new) with a tag on master branch.

Expand Down
20 changes: 19 additions & 1 deletion docs/api/jumpscale/clients/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,30 @@ <h3>Ancestors</h3>
</ul>
<h3>Subclasses</h3>
<ul class="hlist">
<li><a title="jumpscale.clients.btc_alpha.btc_alpha.BTCAlpha" href="btc_alpha/btc_alpha.html#jumpscale.clients.btc_alpha.btc_alpha.BTCAlpha">BTCAlpha</a></li>
<li><a title="jumpscale.clients.currencylayer.currencylayer.CurrencyLayerClient" href="currencylayer/currencylayer.html#jumpscale.clients.currencylayer.currencylayer.CurrencyLayerClient">CurrencyLayerClient</a></li>
<li><a title="jumpscale.clients.digitalocean.digitalocean.DigitalOcean" href="digitalocean/digitalocean.html#jumpscale.clients.digitalocean.digitalocean.DigitalOcean">DigitalOcean</a></li>
<li><a title="jumpscale.clients.digitalocean.digitalocean.Droplet" href="digitalocean/digitalocean.html#jumpscale.clients.digitalocean.digitalocean.Droplet">Droplet</a></li>
<li><a title="jumpscale.clients.digitalocean.digitalocean.Project" href="digitalocean/digitalocean.html#jumpscale.clients.digitalocean.digitalocean.Project">Project</a></li>
<li><a title="jumpscale.clients.docker.docker.DockerClient" href="docker/docker.html#jumpscale.clients.docker.docker.DockerClient">DockerClient</a></li>
<li><a title="jumpscale.clients.gedis.gedis.GedisClient" href="gedis/gedis.html#jumpscale.clients.gedis.gedis.GedisClient">GedisClient</a></li>
<li><a title="jumpscale.clients.git.git.GitClient" href="git/git.html#jumpscale.clients.git.git.GitClient">GitClient</a></li>
<li><a title="jumpscale.clients.github.github.GithubClient" href="github/github.html#jumpscale.clients.github.github.GithubClient">GithubClient</a></li>
<li><a title="jumpscale.clients.gogs.gogs.Gogs" href="gogs/gogs.html#jumpscale.clients.gogs.gogs.Gogs">Gogs</a></li>
<li><a title="jumpscale.clients.kraken.kraken.KrakenClient" href="kraken/kraken.html#jumpscale.clients.kraken.kraken.KrakenClient">KrakenClient</a></li>
<li><a title="jumpscale.clients.liquid.liquid.LiquidClient" href="liquid/liquid.html#jumpscale.clients.liquid.liquid.LiquidClient">LiquidClient</a></li>
<li><a title="jumpscale.clients.mail.mail.MailClient" href="mail/mail.html#jumpscale.clients.mail.mail.MailClient">MailClient</a></li>
<li><a title="jumpscale.clients.name.name.NameClient" href="name/name.html#jumpscale.clients.name.name.NameClient">NameClient</a></li>
<li><a title="jumpscale.clients.redis.redis.RedisClient" href="redis/redis.html#jumpscale.clients.redis.redis.RedisClient">RedisClient</a></li>
<li><a title="jumpscale.clients.s3.s3.S3Client" href="s3/s3.html#jumpscale.clients.s3.s3.S3Client">S3Client</a></li>
<li><a title="jumpscale.clients.sendgrid.sendgrid.SendGridClient" href="sendgrid/sendgrid.html#jumpscale.clients.sendgrid.sendgrid.SendGridClient">SendGridClient</a></li>
<li><a title="jumpscale.clients.sshclient.sshclient.SSHClient" href="sshclient/sshclient.html#jumpscale.clients.sshclient.sshclient.SSHClient">SSHClient</a></li>
<li><a title="jumpscale.clients.sshkey.sshkey.SSHKeyClient" href="sshkey/sshkey.html#jumpscale.clients.sshkey.sshkey.SSHKeyClient">SSHKeyClient</a></li>
<li><a title="jumpscale.clients.stellar.stellar.Stellar" href="stellar/stellar.html#jumpscale.clients.stellar.stellar.Stellar">Stellar</a></li>
<li><a title="jumpscale.clients.syncthing.syncthing.SyncthingClient" href="syncthing/syncthing.html#jumpscale.clients.syncthing.syncthing.SyncthingClient">SyncthingClient</a></li>
<li><a title="jumpscale.clients.taiga.taiga.TaigaClient" href="taiga/taiga.html#jumpscale.clients.taiga.taiga.TaigaClient">TaigaClient</a></li>
<li><a title="jumpscale.clients.zdb.client.ZDBClient" href="zdb/client.html#jumpscale.clients.zdb.client.ZDBClient">ZDBClient</a></li>
<li><a title="jumpscale.clients.zerotier.zerotier.ZerotierClient" href="zerotier/zerotier.html#jumpscale.clients.zerotier.zerotier.ZerotierClient">ZerotierClient</a></li>
</ul>
<h3>Inherited members</h3>
<ul class="hlist">
Expand Down Expand Up @@ -127,4 +145,4 @@ <h4><code><a title="jumpscale.clients.base.Client" href="#jumpscale.clients.base
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
</footer>
</body>
</html>
</html>
Loading