-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #575 from tira-io/development
Development
- Loading branch information
Showing
55 changed files
with
1,524 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.github/workflows/test-python-client-on-many-python-versions.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Test Python Client on Many Python Versions | ||
on: [push] | ||
|
||
jobs: | ||
image: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
strategy: | ||
matrix: | ||
python-version: ["3.7", "3.8", "3.9", "3.10"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
- name: Build Image | ||
run: | | ||
cd python-client | ||
pip3 install twine coverage-badge python-terrier coverage ir_datasets pytest docker | ||
echo running on branch ${GITHUB_REF##*/} | ||
pytest | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ django-extensions | |
coverage | ||
coverage-badge | ||
discourse-client-in-disraptor==0.0.8 | ||
tira>=0.0.97 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[tool.black] | ||
line-length = 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
details { | ||
border: 2pt solid var(--color-background-border); | ||
background-color: var(--color-background-secondary); | ||
margin: 2pt; | ||
padding: 0pt 10pt; | ||
} | ||
|
||
details > summary { | ||
padding: 2pt 0pt; | ||
cursor: pointer; | ||
font-weight: bold; | ||
} | ||
|
||
details[open] > summary { | ||
border-bottom: 2pt solid var(--color-background-border); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Backend Development | ||
=================== | ||
.. todo:: add a nice introductory text and thank for the interest in helping out for further TIRA | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
workflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Workflow | ||
======== | ||
.. todo:: add nice introductory text | ||
|
||
Getting Started | ||
--------------- | ||
Initial Setup | ||
~~~~~~~~~~~~~ | ||
.. todo:: how do I start working on TIRA? | ||
|
||
Running TIRA locally | ||
~~~~~~~~~~~~~~~~~~~~ | ||
.. todo:: How to run tira locally | ||
|
||
|
||
Commands | ||
-------- | ||
Linting | ||
~~~~~~~ | ||
.. todo:: What commands are used for linting | ||
|
||
Unit Tests | ||
~~~~~~~~~~ | ||
.. todo:: How to start the unit tests | ||
|
||
Generating documentation | ||
~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.. todo:: How to generate documentation | ||
|
||
Releasing a new version | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
.. todo:: How to release a new version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Changelog | ||
========= | ||
.. todo:: This page will log changes once we reached the 1.0.0 release |
2 changes: 1 addition & 1 deletion
2
...client/sphinx/contributing/guidelines.rst → ...x/development/contributing/guidelines.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Contribution Guidelines | ||
======================= | ||
|
||
.. include:: ../../../CONTRIBUTING.md | ||
.. include:: ../../../../CONTRIBUTING.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Contributing | ||
============ | ||
.. todo:: add a nice introductory text and thank for the interest in helping out for further TIRA | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
internals | ||
guidelines |
12 changes: 12 additions & 0 deletions
12
python-client/sphinx/development/contributing/internals.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Internals | ||
========= | ||
|
||
.. todo:: add nice introductory text | ||
|
||
Repository Layout | ||
----------------- | ||
.. todo:: What does the Repository structure look like | ||
|
||
Architecture | ||
------------ | ||
.. todo:: document what components make up TIRA, what purpose they serve and how they work with each other |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Frontend Development | ||
==================== | ||
.. todo:: add a nice introductory text and thank for the interest in helping out for further TIRA | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
workflow |
Oops, something went wrong.