- 12 Jan, 2017 22 commits
-
-
RyanHerb authored
app moved, the repository did not. Until we have decided on a generic name for the backend server, vda will have to suffice.
-
RyanHerb authored
-
RyanHerb authored
-
RyanHerb authored
-
RyanHerb authored
-
RyanHerb authored
Although root should work, it's always safer to run things as non-root users
-
RyanHerb authored
Some values were still set to some of the values used during development.
-
RyanHerb authored
-
RyanHerb authored
-
RyanHerb authored
docker uses the vidjil packages which do not contain the git metadata
-
RyanHerb authored
-
RyanHerb authored
the fuse server was referenced as localhost in the code. However, for the separation of reposibilities to work correctly in the docker installation it was necessary to add a variable in order to be able to reference the correct container for running custom fuse jobs
-
RyanHerb authored
-
RyanHerb authored
-
RyanHerb authored
FS_LOCK_THRESHHOLD and SCHEDULER_HEARTBEAT were missing from defs
-
RyanHerb authored
The repository address was set to a server-specific address. This one should always point to the correct server
-
RyanHerb authored
-
RyanHerb authored
Some volumes were mounted in a different location from the rest of the volumes. Now everything will be easier to find in one single folder
-
RyanHerb authored
The mysql volume was by default set to the hosts mysql installation. Although it was convenient for some parts of the development process, this could be troublesome in the future. It now mounts to the same place as the uploads, results and web2py database files
-
RyanHerb authored
For some reason we are getting a hash sum mismatch on `apt-get update` when building the image for the reporter. This little hack helps prevent that error.
-
RyanHerb authored
Some volumes were added to mount vidjil from the host. Although this makes it easier to handle the contents of the vidjil directory, it's not very user-friendly and also means the installation is not self-sufficient. Removing the volumes lets the containers default to the vidjil installation already contained within the vidjil docker image.
-
RyanHerb authored
The default database user for the docker installation was set to a username we are not used to manipulating, and was a source of confusion. Hopefully this change will lead to less confusion.
-
- 11 Jan, 2017 3 commits
-
-
RyanHerb authored
A missing semi-colon was causing an issue with a self-calling function.
-
RyanHerb authored
Due to database pool size being hardcoded to 1, concurrent requests were not possible and therefore slowed the app down considerably when several users were trying to use the app at the same time. Often resulting in timeouts. Adding this parameter allows us to manage the pool size easily and ensure users can post requests at the same time.
-
RyanHerb authored
The cgis are needeed for some browser functionnalities. They are compiled automatically into the vidjil package so we make the most of this rather than recompile them for the browser package.
-
- 10 Jan, 2017 13 commits
-
-
RyanHerb authored
-
RyanHerb authored
Changing the menu text to labels means we can delete some loops that were designed to check the correct radio box onclick of the parent div.
-
Mikaël Salson authored
Main server is now under the db.vidjil.org while app.vidjil.org has just the frontend which can redirect anywhere. Closes #2094
-
RyanHerb authored
The text in the settings menu was included inside the inputs and therefore clicking the text did not change the radio selection. Changing the text into labels with the correct 'for' attribute fixes this.
-
RyanHerb authored
Introducing the upload check revealed an issue with scope. Due to the closure being passed to setTimeout, all scope was lost and it was not possible to reference the database attributes
-
Mathieu Giraud authored
after b284bbfa
-
Mathieu Giraud authored
A nice feature by @aurelBZH: In the list of clones, the sequence of N regions is displayed when they are short. This behaviour can be tuned in the 'settings' menu (#1765).
-
Mathieu Giraud authored
index.html, js/model.js: make the 'sequences (when short)' the new default for visualizing N regions
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Aurélien Béliard authored
Closes #1765
-
Aurélien Béliard authored
See #1765
-
Aurélien Béliard authored
See #1765
-
- 09 Jan, 2017 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Fixed by parent commit
-