Skip to content

Commit

Permalink
Merge pull request #156 from Tauffer-Consulting/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vinicvaz authored Nov 13, 2023
2 parents 7f88d4d + 8174b2e commit 98848ca
Show file tree
Hide file tree
Showing 164 changed files with 1,806 additions and 2,173 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ jobs:
DOMINO_DEFAULT_PIECES_REPOSITORY_TOKEN: ${{ secrets.TESTS_GITHUB_PIECES_TOKEN }}
DOMINO_GITHUB_ACCESS_TOKEN_WORKFLOWS: ${{ secrets.TESTS_GITHUB_WORKFLOWS_TOKEN }}
DOMINO_GITHUB_WORKFLOWS_REPOSITORY: ${{secrets.TESTS_WORKFLOWS_REPOSITORY}}
run: pytest rest/tests/ -v
run: pytest --cov=rest --cov-report=xml --cov-report=term-missing rest/tests/ -v -s

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Delete cluster
run: kind delete cluster --name domino-cluster
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# v0.7.0

### Features
* Added `CHANGELOG.md` file to track changes between releases. [PR #156](https://github.com/Tauffer-Consulting/domino/pull/156)
* Import workflows from `My Workflows`. [PR #146](https://github.com/Tauffer-Consulting/domino/pull/146)


### Fixes
* Fixes for the migration to Pydantic 2. [PR #152](https://github.com/Tauffer-Consulting/domino/pull/152)
* Remove old docs files. [PR #156](https://github.com/Tauffer-Consulting/domino/pull/156)
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
</p>
<p align="center"><i>Build amazing ideas, piece by piece.</i></p>
<p align="center">
<a href="https://tauffer-consulting.github.io/domino-docs/docs/intro">
<img alt="Docs" src="https://img.shields.io/badge/Documentation-docs?logo=readthedocs&logoColor=white&labelColor=gray&color=%231e4c94">
</a>
<a href="https://pypi.org/project/domino-py">
<img src="https://img.shields.io/pypi/v/domino-py?color=%231BA331&label=PyPI&logo=python&logoColor=%23F7F991%20">
</a>
<a href="https://artifacthub.io/packages/helm/domino/domino">
<img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/domino">
</a>
<a href="https://tauffer-consulting.github.io/domino-docs/docs/intro">
<img alt="Read the Docs" src="https://img.shields.io/readthedocs/domino-py?label=Docs&logo=Read%20the%20Docs&logoColor=white">
<a href="https://codecov.io/gh/Tauffer-Consulting/domino" >
<img src="https://codecov.io/gh/Tauffer-Consulting/domino/graph/badge.svg?token=WTJPH7FSNJ"/>
</a>
<a href="https://github.com/sponsors/Tauffer-Consulting">
<img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86">
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ services:
- DOMINO_DB_HOST=domino_postgres
- DOMINO_DB_PORT=5432
- DOMINO_DB_NAME=postgres
- DOMINO_DEFAULT_PIECES_REPOSITORY_VERSION=0.5.0
- DOMINO_DEFAULT_PIECES_REPOSITORY_VERSION=0.6.0
- DOMINO_DEFAULT_PIECES_REPOSITORY_TOKEN=${DOMINO_DEFAULT_PIECES_REPOSITORY_TOKEN}
- DOMINO_GITHUB_ACCESS_TOKEN_WORKFLOWS=${DOMINO_GITHUB_ACCESS_TOKEN_WORKFLOWS}
- DOMINO_GITHUB_WORKFLOWS_REPOSITORY=${DOMINO_GITHUB_WORKFLOWS_REPOSITORY}
Expand Down Expand Up @@ -367,6 +367,7 @@ services:
- 3000:3000
volumes:
- ./frontend:/usr/src/app # Enable hot reload for frontend
- /usr/src/app/node_modules
depends_on:
domino_rest:
condition: service_started
Expand Down
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions docs/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/requirements-docs.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/_static/css/bootstrap.min.css

This file was deleted.

28 changes: 0 additions & 28 deletions docs/source/_static/css/custom.css

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/_static/js/bootstrap.min.js

This file was deleted.

Binary file removed docs/source/_static/media/10_monitor_workflow.gif
Binary file not shown.
Binary file removed docs/source/_static/media/1_sign_up.gif
Binary file not shown.
Binary file not shown.
Binary file removed docs/source/_static/media/3_invite_user.gif
Binary file not shown.
Binary file removed docs/source/_static/media/4_accept_invite.gif
Binary file not shown.
Binary file removed docs/source/_static/media/5_remove_user.gif
Binary file not shown.
Binary file removed docs/source/_static/media/6_install_pieces.gif
Binary file not shown.
Binary file removed docs/source/_static/media/7_create_workflow.gif
Binary file not shown.
Binary file removed docs/source/_static/media/8_edit_pieces.gif
Binary file not shown.
Binary file removed docs/source/_static/media/9_edit_workflow.gif
Binary file not shown.
Binary file removed docs/source/_static/media/boolean_field.gif
Binary file not shown.
Binary file removed docs/source/_static/media/db_schema.png
Binary file not shown.
Binary file removed docs/source/_static/media/deploy-keys.png
Binary file not shown.
Binary file removed docs/source/_static/media/domino-create-success.png
Binary file not shown.
Binary file removed docs/source/_static/media/enum_field.gif
Binary file not shown.
Binary file removed docs/source/_static/media/favicon.ico
Binary file not shown.
Binary file removed docs/source/_static/media/float_field.gif
Binary file not shown.
Binary file removed docs/source/_static/media/int_field.gif
Binary file not shown.
Binary file removed docs/source/_static/media/logo.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/source/_static/media/text_field.gif
Binary file not shown.
83 changes: 0 additions & 83 deletions docs/source/conf.py

This file was deleted.

104 changes: 0 additions & 104 deletions docs/source/index.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/source/pages/deployment_cloud.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/source/pages/domino_components_database.rst

This file was deleted.

Loading

0 comments on commit 98848ca

Please sign in to comment.