Skip to content

Commit

Permalink
Bumped documentation after running test suite.
Browse files Browse the repository at this point in the history
Signed-off-by: Abelardo Pardo <[email protected]>
  • Loading branch information
abelardopardo committed Dec 3, 2023
1 parent 6b9cf9f commit 2ca0845
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ htmlcov
# Linux Editors
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
Expand Down Expand Up @@ -72,7 +70,14 @@ Desktop.ini
.idea
.git_OLD
tmp

My_material
My_scripts
test_data
ontask_cert.*
dumps
PATCHES
ontask/tests/initial_workflow/create_fixture.sh
requirements/freeze.txt

# Documentation
/html
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before_script:
- cp $HOME/local.env settings/local.env
- dropdb --if-exists ontask
- createdb ontask
- python3 -m pip install --upgrade --user pip
- python3 -m pip install --upgrade pip
- python3 -m pip install coverage
- python3 -m pip install -r requirements.txt
- python3 manage.py collectstatic --no-input
Expand Down
Binary file modified docs/scaptures/action_URL_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_action_in_URL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_email_report_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_json_report_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/api_documentation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/api_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/api_workflow_detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/api_workflow_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/schedule_action_email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/schedule_action_json.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/table_view_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/tutorial_personalized_text_URL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/tutorial_survey_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/workflow_import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ca0845

Please sign in to comment.