Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Kulhanek committed Jul 19, 2019
2 parents 277e99e + d985a65 commit bd9b235
Show file tree
Hide file tree
Showing 345 changed files with 30,419 additions and 18,149 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ __pycache__/
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
Expand Down Expand Up @@ -76,3 +75,5 @@ db.*
# Accounts DB
*.sqlite3

# venv
py3/**
28 changes: 19 additions & 9 deletions .travis.yml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "2.7"
- "3.6"
sudo: false
services:
- mongodb
Expand All @@ -11,17 +11,27 @@ addons:
packages:
- mongodb-org-server
- mongodb-org-shell
- google-chrome-stable
- apache2-dev
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install git+https://github.com/AymRod/pyoidc
- pip install git+http://github.com/django-nonrel/[email protected]
- pip install git+http://github.com/django-nonrel/django-dbindexer@master
- pip install git+http://github.com/django-nonrel/djangotoolbox@master
- pip install git+https://github.com/django-nonrel/mongodb-engine
- pip install -r b2note_api/requirements.txt
- npm install aurelia-cli -g
# command to run tests
before_script:
- sleep 15
- mongo test_database --eval 'db.createUser({"user":"tester","pwd":"abc123", roles:["readWrite"]});'
- echo preparing
- mongo ${MONGODB_NAME} --eval 'db.createUser({"user":"'${MONGODB_USR}'","pwd":"'${MONGODB_PWD}'", roles:["readWrite"]});'
- cd b2note_app
- npm install
- cd ..
script:
- python manage.py test b2note_app
- echo Backend API unit tests
- cd b2note_api
- python -m unittest
- echo Frontend APP UI unit tests
- cd ..
- cd b2note_app
- au test
- echo Frontend APP UI e2e tests
- au run & sleep 10; au teste2e
3 changes: 2 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2017
Copyright (c) 2019 Tomas Kulhanek
Copyright (c) 2017 e-Science Data Factory

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
B2NOTE
======
# B2NOTE

A [EUDAT](https://www.eudat.eu) service for creating, storing and managing annotations about online resources.

Expand All @@ -17,16 +16,18 @@ Master | [![Build Status](https://travis-ci.org/EUDAT-B2NOTE/b2note.svg?branch=m
Development | [![Build Status](https://travis-ci.org/EUDAT-B2NOTE/b2note.svg?branch=development)](https://travis-ci.org/EUDAT-B2NOTE/b2note)


##Contributors
## Contributors


Name | Affiliation | Contact
-------|-------|-------
Dr. Yann Le Franc | e-Science Data Factory | [email protected]
Dr. Antoine Brémaud | e-Science Data Factory | [[email protected]](mailto:[email protected])
Mr. Pablo Ródenas Barquero | Barcelona Supercomputing Center | [email protected]
Dr. Yann Le Franc | e-Science Data Factory | ylefranc at esciencefactory.com
Dr. Antoine Brémaud | e-Science Data Factory | abremaud at esciencefactory.com
Mr. Pablo Ródenas Barquero | Barcelona Supercomputing Center | pablo.rodenas at bsc.es
Dr. Tomas Kulhanek | e-Science Data Factory | tkulhanek at esciencefactory.com


##Instructions for contributing
## Instructions for contributing

Please follow along guidelines outlined at:

Expand All @@ -47,7 +48,7 @@ In short:
1. May require preemptive alignment to target branch latest code.


##Copyright
## Copyright

Copyright © e-Science Data Factory, 2015-2016

Expand Down
44 changes: 0 additions & 44 deletions accounts/backends.py

This file was deleted.

4 changes: 0 additions & 4 deletions accounts/forms/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions accounts/forms/authenticate.py

This file was deleted.

24 changes: 0 additions & 24 deletions accounts/forms/profile.py

This file was deleted.

49 changes: 0 additions & 49 deletions accounts/forms/register.py

This file was deleted.

59 changes: 0 additions & 59 deletions accounts/forms/reset_password.py

This file was deleted.

58 changes: 0 additions & 58 deletions accounts/forms/user_feebacks.py

This file was deleted.

Loading

0 comments on commit bd9b235

Please sign in to comment.