Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/dev/pygithub-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez authored May 5, 2024
2 parents 8694190 + c0b73b4 commit 3e0e0f9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 76 deletions.
64 changes: 14 additions & 50 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,18 @@
#
# SPDX-License-Identifier: MIT

*~
\#*\#
bin/
# To be ignored
*

# To be included
!bin/grlc-server
build/
config.ini
db-cache.json
db.json
DispatchSparqlQuery.ipynb
docker-compose.yml
Dockerfile2
*/.DS_Store
.eggs/
FileLoaders.ipynb
Get_Parameters.ipynb
GetYamlDecorators.ipynb
.git/
.*!.gitignore
grlc.egg-info/
.idea
include/
ink_ext_XXXXXX_img0.png
.ipynb_checkpoints/
lib/
local/
*.log
node_modules
pip-selfcheck.json
Process_sparql_query_text.ipynb
*.pyc
.pytest_cache
.Python
ReleaseProcedure.md
response_1700168662326.html
Rewrite_Query.ipynb
share/
src/config.ini
src/FileLoaderTesting.ipynb
ssl-certificates/
!static/swagger-ui/dist/lib
*.swp
testQueries/
TODOs.md
TwitterAPIKeys.md
venv3.10/
venv3.11/
venv3.8/
venv3.9/
venv-dev/
venv-tests.sh
.vscode/
!LICENSES/
!docker-assets/
!src/
!CITATION.cff
!config.default.ini
!README.md
!requirements-test.txt
!requirements.txt
!setup.cfg
!setup.py
23 changes: 0 additions & 23 deletions .github/workflows/tweet-release.yml

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ More details for each of these options are given below.
### grlc.io
The easiest way to use grlc is by visiting [grlc.io](http://grlc.io/) and using this service to convert SPARQL queries into a RESTful API. Your queries can be [stored on a github repo](#from-a-github-repository) or can be [listed on a specification file](#from-a-specification-file).

#### Google Analytics
grlc.io uses Google Analytics to keep track of the number of users of the service. We need this to show the impact of grlc when applying for funding. If this causes you to be conserned about privacy, we recommend you use some user-side anti-tracking, and we would appreciate if you could reach out to us to let us know you are using grlc.

### Docker
To run grlc via [docker](https://www.docker.com/), you'll need a working installation of docker. To deploy grlc, just pull the [latest image from Docker hub](https://hub.docker.com/r/clariah/grlc/). :
```bash
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mock==5.1.0
pytest==7.4.4
flake8==6.1.0
flake8==7.0.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ docopt-ng==0.9.0
Flask==3.0.0
Flask-Cors==4.0.0
pyaml==23.12.0
python-gitlab==4.3.0
python-gitlab==4.4.0
rdflib==7.0.0
requests==2.31.0
SPARQLTransformer==2.3.0
SPARQLTransformer==2.4.0
PyGithub==2.3.0
gunicorn==21.2.0; sys_platform!="win32"
waitress>=1.4.2; sys_platform=="win32"

0 comments on commit 3e0e0f9

Please sign in to comment.