- Apr 30, 2019
-
-
msb authored
So we implement it ourselves by filtering out pre-selected items in the processResults callback.
-
msb authored
solution suggested on stack overflow - namely, as each selection tag is rendered add a custom class if it's the principle user. Relevant posts: https://stackoverflow.com/questions/16564425/how-to-implement-select2-with-lock-selection/48111387#48111387 https://jsfiddle.net/o3s3y42e/4/
-
- Apr 24, 2019
-
-
Robin Goodall authored
Upgrade to use select2 version 4. Closes #11 See merge request !12
-
msb authored
-
- Apr 23, 2019
- Apr 18, 2019
-
-
msb authored
-
msb authored
style of both the container and dropdown elements of both the user and group controls. See https://select2.org/configuration/options-api and *CssClass.
-
- Apr 16, 2019
- Apr 12, 2019
- Apr 04, 2019
-
-
Dr Rich Wareham authored
Update Select2 (to latest v3) and jQuery libraries Closes #11 See merge request !11
-
- Mar 29, 2019
-
-
Robin Goodall authored
-
Robin Goodall authored
-
Robin Goodall authored
-
- Mar 15, 2019
-
-
Robin Goodall authored
Update ibisclient to version 1.2.10 Closes #10 See merge request !10
-
Dr Abraham Martin authored
-
- Mar 14, 2019
-
-
Dr Rich Wareham authored
Update setup.py to show up to date information See merge request !8
-
Dr Abraham Martin authored
-
- Mar 13, 2019
-
-
Dr Rich Wareham authored
To render properly on PyPI the long description needs to have its content type set.
-
Dr Rich Wareham authored
The setuptools version of setup() has some features which make it work better with the modern pip ecosystem.
-
Robin Goodall authored
add Auto-DevOps GitLab CI template Closes #7 See merge request !7
-
Dr Rich Wareham authored
Bring in the Auto-DevOps template from GitLab. We do our own matrix testing but this brings in the various security, lecence and dependency scanning tools from Auto-DevOps. In order to make use of these scanning tools we build a small container but this is not intended to run the application, just to contain the source so that the various scanners can scan it. That being said we do "pip install" within the container so that a basic "pip install" test must pass before we start all the rest of the test jobs. Closes #7
-
Dr Rich Wareham authored
Support authenticated connections Closes #5 See merge request !6
-
- Mar 12, 2019
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
Add support for optional settings that will allow users to authenticate and use django-ucamlookup outside the CUDN.
-
Dr Abraham Martin authored
-
- Mar 08, 2019
-
-
Dr Abraham Martin authored
add GitLab CI configuration for testing Closes #6 See merge request !5
-
- Mar 07, 2019
-
-
Dr Rich Wareham authored
Add a basic CI configuration which matrix tests against supported Python and Django versions along with running flake8 and code-coverage. Coverage information is extracted from the coverage job run. Closes #6
-
- Jan 07, 2019
-
-
Rich Wareham authored
Add tox support for matrix testing
-
Re-work the tox deployment so that we mount the application directory as a read-only volume rather than copying the file in when building the image. This has the following advantages: 1. We do not build a new image each time we run tests. (This is nicer to those of us with finite disk space.) 2. Running tests is slightly faster since a new image is not being built. 3. The application directory is mounted read-only so we catch code which accidentally writes to the current directory. 4. We can use the upstream tox image rather than rolling our own derived image. In order to make to happy to run in a read-only environment, we specify that a) it does not run sdist to write an .egg-info directory and b) that coverage data is stored in /tmp rather than the application directory.
-
- Dec 20, 2018
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-