Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.5.4 protected
    New release v0.5.4:
    - Removed warning message from instruments form
  • v0.5.3 protected
    New release v0.5.3:
    - Update requirements for EPIC
    - Fix wrong base stream names
    - Fix multiselect lookup readonly functionality
    - Minor fixes
  • v0.5.2 protected
    New release v0.5.2:
    - Fix logout link
  • v0.5.1 protected
    New release v0.5.1:
    - Upgrade to Node.js v20
  • v0.5.0 protected
    New release v0.5.0:
    - T374957: MPIC: Update A/B test and instrument forms with new Sampling fields
    - T377811 MPIC: UI Layout design - same width for all pages
    - removed mediawiki.product_metrics.mint_for_readers from MPIC mock data we use for unit testing
    - Change copy according to spreadsheet
      - T377315: MPIC: Improve copy of risk acknowledgement checkbox
      - T373907: MPIC: Improve application copy
    - Follow-up on copy fix updates
    - T374979: MPIC: Update app header
    - human name field is shown again
    - T377826: MPIC: UI improvements for the catalog table
    - T381997: MPIC: make acceptance checkbox required
    - Fixed the way we transform wikis and sample size
    - T380282: MenuButton: Prevent menus from displaying selected state by default
    - Centered the login box horizontally and vertically
    - Added a label to notify users that okrs and teams are optional fields
    - T381801: MPIC: Consistently represent dates/times internally
    - T381614: [MPIC] Dates shift from the selected days after experiment is launched
  • v0.4.1 protected
    New release v0.4.1:
    - Fixed how progress is shown for experiments in the read view
  • v0.4.0 protected
    New release v0.4.0:
    - Set tooltip for variants fields when A/B test is already activated
      - T379247: MPIC: Set form fields as read-only where appropriate when editing an instrument/experiments
    - Remove "Start from template" option:
      - T381309: MPIC: Remove "What would you like to do" section from forms
    - Duration form improvements: start and end date instead amount time and description
      - T377816: MPIC: Duration form group improvements
    - Determine how contextual attributes should be populated.
      - T366951: MPIC: Determine how contextual attributes should be populated
      - T377353: MPIC: Error thrown if optional description field is left empty
      - T380230: MPIC: Replace cdxIconAlert by new Power icon in actions menu
    - Set font weight as bold for titles in the Read view
      - T381319: [MPIC] Variable Titles on Intrument / Experiment page no longer bold
    - Update MPIC API response for variants:
      - T375906: Simplify ExperimentManager API
    - New flag to save when an instrument/experiment was activated for the first time:
      - T379247: MPIC: Set form fields as read-only where appropriate when editing an instrument/experiments
      - T379355: MPIC: Register the fact that an instrument/experiment has been activated for the first time
    - Fixed wrong style for some labels that were configured as description instead:
      - T377558: MPIC: Correct typographic styles
  • v0.3.1 protected
    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 protected
    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 protected
    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 protected
    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 protected
    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 protected
    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.5 protected
    New release v0.1.5:
    - Monitoring fixes/improvements
  • v0.1.4 protected
    New release v0.1.4:
    - Added redirection to catalog after registering/editing an instrument
    - Added monitoring
  • v0.1.3 protected
    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 protected
    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 protected
    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 protected
    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 protected
    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