Tags give the ability to mark specific points in history as being important
-
v0.3.1
56e57436 · ·New release v0.3.1: - Use "docker compose" instead of docker-compose - Update Codex + Design Tokens to v1.16.0 - Override Codex table style as temporary fix - Correct typographic styles: - Set proper style for the Edit button - Iconography was updated - machine-readable name and stream name (when app/base schema is selected) are set as readonly instead of disabled - Set the right background color for dark mode - Fixed the issue that disabled any instrument/experiment after being modified - Organized Vue parts. The right order is script, template and style - Fixed cdx-lookup component for selecting stream name. v-initial-input-value was deprecated at some point in favour of input-value (a couple more occurrences have been fixed) - Some placeholders have been added sampling unit select component is part of Sampling.vue (it was placed at the beginning of the Specifications.vue file)
-
v0.3.0
a3def0f1 · ·New release v0.3.0: - Custom Lookup component has been replaced with the codex multiselect-lookup one - Contextual attributes field is included in the Schema details section - Related OKR and Team fields has been replaced with the codex multiselect-lookup component to allow to select multiple values, none and also to autocomplete the user's choice (related changes were done in database and logic layers)
-
v0.2.3
9d4c9339 · ·New release v0.2.3: - Create read view for experiments - Fix more vertical spacing - Fix issue that prevents users from retrying to send the form - Add links to docs - Contextual attributes have been hidden in the read view when instrument type is A/B test - Fix mock data according to the new format used to send variants details - Fix issue that prevents multi-lookup component from clearing its value
-
v0.2.2
1f0b305b · ·New release v0.2.2: - Update Codex library to 1.14.0 - Fix vertical alignment of form elements - Update validators - Fix horizontal alignment of form elements - Remove unneeded contextual attributes from unit tests
-
v0.2.1
e37e0b0a · ·New release v0.2.1: - Update static web/app base stream names - Set start date on blank forms to current date - Remove some contextual attributes - Language/copy updates per design review - Update unit tests - Fix typos
-
v0.2
d3fb58cf · ·New release v0.2: - New public API endpoint for experiments - Database is updated to store experiments - New users flow to include experiments (A/B test) - New form to register/update experiments (A/B test) - Common actions (enable/disable and delete) are also available for experiments - Non specific fields were removed from public specific endpoints (/api/v1/instruments and /api/v1/experiments)
-
-
v0.1.4
5bc00856 · ·New release v0.1.4: - Added redirection to catalog after registering/editing an instrument - Added monitoring
-
v0.1.3
0ed69662 · ·New release v0.1.3: - Add backend integration tests - Update unit tests - Update Codex to v1.11.0 - Update Readme for local development - Fix contextual attributes bug - Fix empty toast error message
-
v0.1.2
3dcc127e · ·New release v0.1.2: - Fixed the way endDate is calculated - Progress is calculated and added to the API response - Fix dialogs in dark mode - Make things visible in dark mode
-
v0.1.1
20e0561d · ·New release v0.1.1: - NOC API has been replaced with Action API to get locations - Added a new configuration property to be able to call Action API from k8s environment
-
v0.1.0
fdb7528b · ·New release v0.1.0: - Sample data has been fixed - Fixed pending issues related to log in/out feature - Fix pending issues related to the delete functionality - Read View is fully done and data is well formatted - Enable/Disable instrument feature has been added - Added more logs messages at the service layer - New fields have been added to the public API endpoint
-
v0.0.17
51eb2618 · ·New release v0.0.17: - Added stream details when registering instruments - Added the view instrument component - Codex version was updated - Some new frontend components were added - Added login land page - New functionality to delete instruments - Unit tests were added for the instrument controller - Sample_rate is now working with the new UI
-
v0.0.16
374b0442 · ·New release v0.0.16: - Added codex table component - Added stream_name and schema_field to the database schema - Added header and navigation - and some improvements and fixes
-
v0.0.15
a4e95af5 · ·New release v0.0.15: - Hotfix to enable sessions at staging/production environment
-
v0.0.14
be8b7665 · ·New release v0.0.14: - Using `memorystore` as session store with a prune period to remove expired sessions - MPIC test environment customized to be able to run MPIC as on production-like environment
-
v0.0.13
7d0fbbfa · ·New release v0.0.13 - [hotfix] CSRF_TOKEN is now properly set while service starts
-
v0.0.12
355bf9d2 · ·New release v0.0.12: - Login mechanism fully working (backend and frontend) - Lot of improvements to consolidate the frontend architecture
-
v0.0.11
438c0d7c · ·New release v0.0.11: - Frontend routes are fixed - Some improvements for logging and loading configuration
-