Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.1.1

    protected
    New release v1.1.1:
    - Remove mdot domains
    - Journal instrument/experiment updates
    - Fixed integration test cases
  • v1.1.0

    protected
    New release v1.1.0:
    - Enabled changes in traffic allocation during active instruments/experiments
    - Non-technical fields, schema type, stream, contextual attributes and end date can be edited when the instrument/experiment has already begun collecting data
    - The number of messages in the Regulation section has been reduced
    - Fixed a bug that make search not to show results when space character was present
    - chunks configuration has been restructured/optimized
  • v1.0.7

    protected
    New release v1.0.7:
    - Action menu items open now always in a new tab
    - Team list has been updated
  • v1.0.6

    protected
    New release v1.0.6:
    - Updated copy of activation confirmation dialog
    - Improved Regulation section copy
    - The route for the Read view (when a dot character is present) has been fixed
    - Deprecated and old contextual/misspelled attributes have been removed/fixed
    - Updated instrument's sampling configuration section
    - Added new validation rules that relates selected contextual attributes and risk level
  • v1.0.5

    protected
    New release v1.0.5:
    - Updated experiment-analytics-config submodule
    - Added agent.ua_string as a new contextual attribute
  • v1.0.4

    protected
    New release v1.0.3:
    - Fixed some indentation issues
    - Fixed some readonly fields that were enabled after activating an experiment
    - Validation suite has been refactored to be more maintainable
    - Added a specific test cases for the API when format=analytics
    - Added deactivated experiments to format=analytics response
    - Some cleanup (typos, unused code/imports, indentation, code style in general, eslint configuration)
  • v1.0.3

    protected
    New release v1.0.3:
    - Set a min-width for dates in the List view to avoid automatic wrapping
  • v1.0.2

    protected
    New release v1.0.2:
    - Fixed a couple of related issues with tooltips
    - Add more bottom space to h2 in Regulation component
  • v1.0.1

    protected
    New release v1.0.1:
    - Several xLab 1.0.0 fixes
  • v1.0.0

    protected
    New release v1.0.0:
    - Added footer + pagination + search input
    - Added links to automated analytics
    - Updated Codex to v2.3.1
    - Introduced shared entity store and split pinia stores for instruments and experiments
    - Fixed some traffic values that exceeded the allowed max traffic
    - Added future active instruments and experiments to the API responses
    - Updated sql script according how xLab works and with specific data for testing locally
  • v0.8.4

    protected
    New release v0.8.4:
    - Fixed what xLab shows in the Read view regarding the security legal review when the instrument/experiment is low risk
    - Added start and end dates in the API responses as `start` and `end` for instruments and experiments (this case only for when mediawiki is the authority)
    - The the payload of the /api/v1/instruments response has been reduced by removing the non-technical/unneeded fields
  • v0.8.3

    protected
    New release v0.8.3:
    - Regulation section has been improved
    - Updated Read View to show properly sample_rate / traffic for instruments / experiments
    - The unexpected behaviour caused by pressing Enter in the registration form has been fixed
  • v0.8.2

    protected
    New release v0.8.2:
    - Traffic value is shown properly with its value is less than 1%
  • v0.8.1

    protected
    New release v0.8.0:
    - Fixes date input for dark mode
    - Added `performer_is_temp` as contextual attribute
    - Removed default traffic for experiments
    - Added new teams and OKRs
    - Updated/improved validation for traffic per wiki for Experiments
  • v0.8.0

    protected
    New release v0.8.0:
    - revert: Add analytics links to experiments
    - Added missing label for wikis and traffic/sample rate
  • v0.7.9

    protected
    New release v0.7.9:
    - Add analytics links to experiments
    - Fix date pickers in dark mode
    - Update instruments endpoint and contextual attributes
  • v0.7.8

    protected
    New release v0.7.8:
    Added basic Traffic validation:
    
    New validation rules for Traffic section and make some changes related to that component. It's worth noting that some changes have been made for validation to run same way for both client and server sides regarding sample_rate . So far this field was being transformed before sending it to the backend so its structure was different in the client and in the server. But validation must run both sides indistinctly. So that transformation has been delayed to do it in the backend just when preparing data to be saved in the database. That way, sample_rate structure is the same during the validation process (for both client and server) and we transform that field properly before saving it in the database.
    
    Now wiki and traffic/sample_rate are validated according to some validation rules that are included in the first AC of T396059
    - Inline Server Validation for Wiki: "No wiki has been selected" when the field is empty
    - Inline Server Validation for Traffic (%): "No traffic assigned" when there is no value in that field
    - Inline Client Validation for Traffic (%) / Sample Rate: "Enter a value between 0 and 100" or "Enter a value between 0 and 1" depending when registering an experiment or an instrument
    
    - Default wiki row has been removed for experiments. By default one row appears but wiki is fully configurable and cannot be removed. For instruments, a default wiki row is still appearing: T396201
    - Negative values are now validated properly: T384107
    - Add 'performer_is_temp' to contextual attributes table
    - Limit instruments endpoint to active instruments
  • v0.7.7

    protected
    New release v0.7.6:
    - Pipeline has been configured to tag as `latest` the last stable docker image published
  • v0.7.6

    protected
    New release v0.7.6:
    - Added Moderator Tools Team as a team
  • v0.7.5

    protected
    New release v0.7.5:
    - Update validation and saving of instruments and experiments
    - Fixed the deployment time copy issue