- 05 Oct, 2017 21 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
Although the jquery plugin autocomplete.js was providing the basic functionnality we needed, it was not natively able to display the list of suggestions in the desired position for our textareas. At.js is capable through the use of Caret.js of displaying a suggestion box under the caret in a textarea. This javascript code is heavily inspired by the code present in the gitlab-ce project and allows us to have a nicely cached data-set to limit database queries.
-
Ryan Herbert authored
The group_id had previously been committed as a hard-coded value, thus locking the completion to a single group. Obviously we want completion to work for everyone, so this will achieve our goal.
-
Ryan Herbert authored
autocomplete.js contains a binding function to bind the autocomplete library to a DOM element. The views then call this function when they are focused
-
Ryan Herbert authored
This is the proper way of removing the tag prefix from the query
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
takes a tag name and a group id and returns a list of tags in json format
-
Ryan Herbert authored
-
Ryan Herbert authored
register the tags used by a group when registering tags to records
-
Ryan Herbert authored
Returns the group associated to the sample set (separate from the VidjilAuth method get_access_groups since this doesn't check membership)
-
Ryan Herbert authored
The object of the table is to track which tags have been used in association with a particular group.
-
Ryan Herbert authored
The tag filtering was defaulting to generic sample_sets due to the lack of sample type specification in the db.call
-
Ryan Herbert authored
-
Ryan Herbert authored
creates a link that actually functions within the vidjil app by creating a callback which is triggered when clicking on a tag url.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
This module will allow the automatic creation and decoration of tags within selected text fields. A database entry is created for each new tag which will then be linked to database records. This will later allow for easy querying.
-
- 03 Oct, 2017 4 commits
-
-
Mikaël Salson authored
Identified by @RyanHerb: the unit browser tests do not fail on Gitlab-CI even if nightmare fails. To avoid that we make sure that the tap_output file exists. That assumes that the repo was clean before launching the tests.
-
Ryan Herbert authored
see vidjil/vdj#474
-
Ryan Herbert authored
-
Ryan Herbert authored
NightmareJS was previously installed with a hack. According to documentation, the correct way to manage this is to either install nightmare locally (too long for our CI uses) or `npm link` the global installation
-
- 27 Sep, 2017 9 commits
-
-
Mathieu Giraud authored
Feature c/2540 axe preset concensus length 2 See merge request !81
-
-
link to #2540 bug correction
-
link to #2540
-
link to #2540
-
Mathieu Giraud authored
Sequences from the report can now be pasted to a text document while showing boundaries between V/D/J and N segments. Feature by @flothoni, see !82 and #2627
-
Thonier Florian authored
link to #2627
-
Thonier Florian authored
Now, a specific span with the spaces string is use between each segments spans. link to #2627
-
Thonier Florian authored
-
- 26 Sep, 2017 2 commits
-
-
Thonier Florian authored
( ex with enpty seqN) link with #2627
-
Thonier Florian authored
update tests
-
- 25 Sep, 2017 1 commit
-
-
Mikaël Salson authored
Feature c/2628 bug get printable seg sequence Closes #2628 See merge request !80
-
- 22 Sep, 2017 3 commits
-
-
BibloLeHibou authored
-
BibloLeHibou authored
-
BibloLeHibou authored
-