Skip to content

Latest commit

 

History

History
616 lines (340 loc) · 34.4 KB

CHANGELOG.md

File metadata and controls

616 lines (340 loc) · 34.4 KB

4.1.2 (2024-10-09)

Bug Fixes

4.1.1 (2024-08-21)

Bug Fixes

  • #632: replace cht-conf with cht in readme.md (fc5b7f3), closes #632

4.1.0 (2024-07-15)

Features

4.0.0 (2024-07-01)

Performance Improvements

BREAKING CHANGES

  • #600: Dropping support for NodeJS versions < 18

3.23.0 (2024-06-20)

Features

  • session token authentication (efbc9cf)

3.22.0 (2024-04-29)

Features

  • #615: add support for assetlinks.json when compiling app settings (#616) (f39d22a), closes #615

3.21.5 (2024-02-05)

Bug Fixes

  • #26: add warning if jsonDir contains file when running csv-to-doc command (#603) (e445c9b), closes #26

3.21.4 (2024-01-31)

Bug Fixes

  • #602: fix errors with validate function (24f66bf)

3.21.3 (2024-01-26)

Bug Fixes

3.21.2 (2024-01-10)

Bug Fixes

  • #596: fix issue with semver in latest cht versions (86a9954)

3.21.1 (2023-12-14)

Bug Fixes

  • #593: properly resolve the path to webpack loaders (0c015f9)

3.21.0 (2023-12-06)

Features

3.20.0 (2023-10-25)

Features

  • #578: additional start_from test (39f6948), closes #578

3.19.0 (2023-10-17)

Features

  • #580: publish recent commits to npm (db734e1), closes #580

3.18.3 (2023-04-27)

Bug Fixes

  • #554: revert change to docker creds after fixing Hub perms (#559) (f0ea5ea), closes #554

3.18.2 (2023-04-27)

Bug Fixes

  • #554: update docker creds used to push cht-app-ide image (#558) (59c1b53), closes #554

3.18.1 (2023-04-24)

Bug Fixes

  • #555: handle non-existent directory in update-extension-libs (#557) (20ea03e), closes #555

3.18.0 (2023-04-11)

Features

3.17.0 (2023-04-04)

Features

  • #545: publish cht-app-ide docker image (#550) (8b5e62e), closes #545
  • #547: add command for uploading extension libs (3b13e40), closes #547

3.16.2 (2023-03-18)

Bug Fixes

  • #533: compile-app-settings with --debug flag should ignore eslint errors (5592efe), closes #533 #533

3.16.1 (2023-03-18)

Bug Fixes

  • #524: Don't display usage() information for commands which run successfully (5b265e7), closes #524 #524

3.16.0 (2023-03-09)

Features

3.15.3 (2023-02-28)

Bug Fixes

3.15.2 (2022-12-15)

Bug Fixes

3.15.1 (2022-12-06)

Bug Fixes

3.15.0 (2022-08-19)

Features

  • #500: Validate deprecated appearances in forms (#501) (1e52c0c), closes #500

3.14.0 (2022-08-18)

Features

  • #494: validate notes are not required in forms (#496) (a5a8e09), closes #494

3.13.0 (2022-07-12)

Features

3.12.0 (2022-06-23)

Features

3.11.1 (2022-06-13)

Bug Fixes

  • #482: move-contacts usage docs (5fa86c8), closes #482

3.11.0 (2022-04-19)

Features

  • #477: adds watch-project action (7a3efc5), closes #477

3.10.2 (2022-03-29)

Bug Fixes

3.10.1 (2022-02-23)

Bug Fixes

  • #465: remove process.exit and extraneous require (058e651), closes #465

3.10.0 (2022-02-02)

Features

3.9.5 (2022-01-30)

Bug Fixes

  • #458: return non-zero code when exiting with failure (516bff0), closes #458

3.9.4 (2022-01-05)

Bug Fixes

3.9.3 (2021-12-16)

Bug Fixes

  • #455: allow empty translation constants (ac170d7), closes #455

3.9.2 (2021-12-08)

Performance Improvements

  • #432: refactor the moving of reports to use a recursive function to improve performance (c17b43b), closes #432

3.9.1 (2021-11-16)

Bug Fixes

  • #448: Bump Ubuntu version and Node version in container to fix docker usage. Updates to readme (25cb955)

3.9.0 (2021-11-01)

Features

  • #413: fix tags so that next release is 3.9.0 (6eea489)
  • #413: implement continuous delivery (244203e), closes #413
  • #413: provide medic-ci with write permissions to npm (fd2522e), closes #413
  • #413: publish to npm with automation token (1cf8550), closes #413
  • #413: use GH_ADMIN_TOKEN for release workflow (0f1c581), closes #413

3.8.0

Ability to edit a contact type

It is now possible to edit a contact type with the edit-contacts action. Additionally, edit-contacts accepts a new flag --updateOfflineDocs, that allows editing json docs that already exist in the directory provided in --docDirectoryPath instead of downloading the docs from the database.

#408

Fail early if .eslintrc file is not provided

Running the compile-app-settings command now fails early and provides a more descriptive error message to users.

#333

Check to make sure CHT instance is up

Commands that require an instance now fail with a more descriptive error message if the instance provided is not reachable

#380

3.7.0

The repository has been renamed to cht-conf.

Additionally:

  • the medic-conf cli command is now deprecated, in favor of cht.
  • the medic-logs cli command is now deprecated, in favor of cht-logs
  • the pngout-medic cli command is now deprecated, in favor of pngout-cht

Default "resolvedIf" function for tasks

Task definitions can now omit the resolvedIf function. In this case, the task is resolved by any report assigned to the contact that matches the form defined in the action of type report. For more information, please check the documentation.

#107

3.6.0

Tasks actions modifyContent functions now receive the event as a parameter

To support task logic that depends on knowing which event the emission is generated for, modifyContent now receives a fourth parameter containing the event data. For more information, please check the documentation.

#398

3.5.0

Forms are validated before being uploaded

When uploading forms to CHT Core v3.11.0 or above these are submitted for validation to ensure they will work when uploaded.

#331

Check that the code is up to date with the git repo

Warns when pushing configuration that isn't up to date with the git repo.

#64

Bug fixes

  • #358: Can't create task action with type "contact"
  • #387: Can't upload-app-settings on Node lower than 12

3.4.0

Support for uploading branding and partners docs

Two new actions, upload-branding and upload-partners, permit uploading branding and partners images, respectively. For more information, please check the documentation.

#167

Modular app_settings and updated folder structure

The forms and schedules sections of app_settings should now be configured individually, in separate files, while other configs should be added to the new base_settings.json file. All settings will be compiled into the app_settings.json, which should now no longer be edited manually. For more information, please check the documentation.

#214 #68

Improvements

  • #254: Add validation to the upload custom translations function
  • #269: Warn about deprecated transitions when uploading app-settings

Bug fixes

  • #345: Warn config overwrite falsely alerts about changes when uploading certain types of attachments
  • #164: Declarative config appliesToType is indicated as optional for fields and cards but we do require them
  • #377: Incorrect warning when specifying hidden_fields
  • #382: Contacts with hardcoded types that also have a contact_type property don't get the correct contact_summary fields and don't count towards target goals

3.3.0

Support for headless execution

The --force argument can now be provided to make it possible to execute commands in a scripted environment by skipping any prompts. This is more dangerous as cht-conf will no longer warn about possible configuration errors, so it's recommended this option is only used when user input is not possible and you have independently verified that the configuration is correct.

#307

Privacy policies

Privacy policies can now be uploaded using cht-conf. Read the documentation for more information.

cht-core#6538

Bug fixes

  • #332: Uploading of multimedia is extremely limited
  • #273: Add configurable hierarchy support to doc references in csv-to-docs
  • #322: Missing optional appliesIf attribute on contact summary cards causes crash
  • #315: Error running csv-to-docs with null properties
  • #325: Task generation fails when given contactless reports
  • cht-core#6291: Allow specifying subject_key in properties

3.2.0

Prompt before configuration overwrites

This new feature warns and prompts users when uploading a configuration if the configuration being overwritten is not the last known configuration. These warnings are comparable to a database write conflict. Previous versions of cht-conf would upload the new configuration overwriting whatever was there, resulting in users accidentally wiping out someone elses changes or changes made through the App Management webapp.

To detect accidental overwrites, cht-conf will generate two files - .snapshots/remote.json and .snapshots/local.json. These store the last known configuration on the server. The remote.json file should be commited with your configuration changes, and local.json should be added to the .gitignore since everyone's local environment is different. If changes are made to the configuration on the server using cht-conf or the App Management webapp without committing the remote.json file to your config repo, and then subsequently pulling the changes, then any attempt to upload configuration changes will be notified about the risk and prompted to either overwrite or cancel.

This feature was introduced but not announced in 3.1.0. In this release we have substantially changed the implementation, fixed some bugs, and improved the overall experience.

Configuration is only uploaded if something has changed

As of this release no docs on the server will be touched unless some configuration has actually changed. This means the end users will not have to download docs with no actual difference giving them a better experience with upgrades.

#271

New action to bulk-edit contacts

You can now bulk edit contacts at once by providing a CSV. For more information, read the documentation.

#297

3.1.0

Declarative Configuration Support for Core Framework v3.8.0

The updates to tasks and targets in Core Framework v3.8.0 require additional data about the tasks and targets emitted by partner rules code. After upgrading to v3.8, the Tasks tab and Targets tab won't function until partner code is updated to send this new data. Declarative configuration projects must deploy their configuration using cht-conf v3.1 or later for tasks and targets to function on the Core Framework v3.8.0

It is still safe to deploy declarative configuration to any Core Framework version, including those prior to v3.8.

Declarative Configuration Tasks/Targets Schema Validation

The updates to tasks and targets in Core Framework v3.8.0 allow for project members to write impact queries against Postgres to understand how tasks are behaving on users' phones. In previous versions of the declarative configuration system, some identification attributes were optional or able to be reused. This becomes problematic after the Core Framework v3.8.0 release because it will lead to data integrity issues if task or target elements are reorderd or removed from within the configuration.

cht-conf v3.1 guarantees clearer data integrity with the following changes to the declarative configuration schema:

  • Task.name is now a required unique attribute
  • Task.event[n].id is now a required unique attribute when there is more than one event
  • Target.id although previously required, is now required to be unique

Declarative Configuration Target "GroupBy"

Two new optional variables groupBy and passesIfGroupCount in the declarative Target configuration schema allows for target emissions to be counted and scored in groups. This allows targets to support more complex scenarios like the number of families receiving n household visits/family/month.

3.0.5

Updates to purge configuration

cht-conf has changed the way it compiles purge configuration. To configure purge, create a file purge.js in your project root. This file is a javascript module that should export an object containing your purge configuration:

module.exports = {
  text_expression: 'at 12 am on Sunday',
  run_every_days: 7,
  fn: (userCtx, contact, reports, messages) => {
    const old = Date.now() - (1000 * 60 * 60 * 24 * 365);
    return [
        ...reports.filter(report => report.reported_date > old),
        ...messages.filter(message => message.reported_date > old),
    ].map(doc => doc._id);
  },
};

Storing the purge function in purging.js is deprecated.

3.0.0

cht-conf v3.0 contains breaking changes! This release only impacts the compile-app-settings action, which impacts the configuration code in tasks.js, targets.js, contact-summary.js, and contact-summary.templated.js.

Breaking Change - Static Analysis via ESLint

cht-conf has changed the engine we use for performing static analysis from JSHint to ESLint. This grants authors more control over the static analysis rules which are enforced on their code. We provide a set of default rules, but you can change or add rules by creating an .eslintrc file. The default static analysis rules which are enforced in cht-conf 3.0 are similar to the rules which were enforced in cht-conf 2.x, but details may be slightly different.

Support for ECMAScript 6

In previous versions of cht-conf, configuration JavaScript was been limited to ECMAScript 5. ECMAScript 6 is the next generation of the JavaScript language. To use ES6 in your JavaScript configuration code, add a .eslintrc file to your project directory with the following contents:

{
  "env": {
    "node": true,
    "es6": true
  },
  "parserOptions": {
    "ecmaVersion": 6
  }
}

If your project is using CHT Android you must be running a version newer than v0.1.203 (March 2017) to use ecmaVersion: 6. ecmaVersions above 6 are not currently supported.

Breaking Change - Modules

As part of our effort to leverage JavaScript standards, JavaScript configuration code should now use require('./file') or import lib from './file'; to share code between multiple JavaScript files. The global extras object is no longer present and you may see the error 'extras' is not defined when running compile-app-settings. This global object was a reference to nools-extras.js or contact-summary-extras.js, so you can achieve the same behavior by adding the line var extras = require('./nools-extras'); or import extras from './nools-extras'; to the top of your JavaScript. This gives configuration authors the flexibility to have multiple library files, and enables the sharing of code across projects.

You may also find it helpful to leverage third-party modules like MomentJs or lodash. You may install them using npm packages. For example, run npm install moment and then add const moment = require('moment'); in your script. Ensure that you maintain a reasonable file size and memory footprint for your scripts. We support tree shaking so use it when possible.

Breaking Change - contact-summary.js as an ES Module

As part of our effort to leverage JavaScript standards and increase the testability of code, contact-summary.js should be a standard ES Module instead of using a bare return. This allows you to write standard unit tests for the file instead of needing a harness or custom wrapper.

contact-summary.js in cht-conf 1.x or 2.x:

return {
  fields: [],
  cards: [],
  context: {},
};

contact-summary.js in cht-conf 3.0:

module.exports = {
  fields: [],
  cards: [],
  context: {},
};

Breaking Change - Declarative Configuration library is now internal

The Declarative Configuration System explicitly provides documented functions which are meant to be re-used in configuration code (eg. Utils). In cht-conf 2.x and before, it was possible to also re-use some undocumented internals of the declarative library (common examples are now, isReportValid(), and emitTargetInstance()). In cht-conf 3.0, these internals and hidden as was intended. Documented interfaces remain unchanged.

Breaking Change - Interface change in Target.emitCustom()

The Declarative Configuration Target Schema for emitCustom has changed to function(emit, instance, contact, report). The default value is (emit, instance) => emit(instance).

Debug Mode for compile-app-settings

cht --local compile-app-settings upload-app-settings -- --debug

The --debug flag will change the behavior of compile-app-settings such that:

  1. ESLint failures are logged as warnings instead of causing errors
  2. Webpack warnings are logged as warnings instead of causing errors
  3. Code minification is skipped to make it easier to debug your code

2.2.0

cht-conf v2.2 includes:

  • New action move-contact facilitates the moving of contacts and places within a project's hierarchy. Documentation. #172
  • Updates the upload-custom-translations action to support custom locales (for WebApp projects >v3.4.0). #199
  • The declarative configuration target schema has been updated. The idType attribute can now be a function. #145
  • Support for Node 12, refactoring, and code cleanup.

2.0.0

cht-conf v2.0 contains breaking interface changes for the command-line and for the declarative configuration system.

Breaking Changes to Command-line Arguments

Version 2.0 replaces our custom code for command-line argument parsing with minimist. This increases flexibility and more flexible ordering, but includes an interface change for a few commands. Refer to cht --help for an overview of all command-line options and syntax.

Commands Requiring '='

The command

cht --url http://admin:pass@localhost:5988

now includes an = sign after the --url

cht --url=http://admin:pass@localhost:5988

This affects the url, instance, user, and shell-completion arguments.

Action List Requires '--' Prefix

The command

cht --local convert-app-forms upload-app-forms my_form_1 my_form_2

now requires a '--' to separate actions from the list of forms:

cht --local convert-app-forms upload-app-forms -- my_form_1 my_form_2

Breaking Changes to Declarative Configuration

The declarative configuration system documentation contains up-to-date documentation of all interfaces.

Using Node Modules

We are hoping to converge on the interfaces used for node modules for sharing code between files. Moving forward, Medic configuration files will export and require code between files. This should 1) simplify the contract between the Medic web app and your configuration code, 2) simplify and facilitate unit testing, 3) allow you to use third-party libraries in your configuration code in future releases, and 4) simplify the cht-conf infrastructure and process for debugging issues.

Your nools-extras.js file now need to export any values, functions, objects which are to be shared with tasks.js or targets.js via the module.exports interface. Example

Your tasks.js and targets.js files should now access the exported attributes in your nools-extras.js via the global extras object. Example

Re-ordered Parameters

It can be hard to understand (and hard to document) the parameters which define the interfaces of the declarative configuration system. Version 2.0 includes interface changes which help to keep interfaces more consistent by moving optional variables to the end of the interface. The following interfaces have changed:

Interface v1.x v2.x
tasks.events[n].dueDate (contact/reports, event, scheduledTaskIdx) (event, contact, reports, scheduledTaskIdx)
tasks.actions[n].modifyContent (contact/reports, content) (content, contact, reports)
targets.emitCustom (contact, reports) (instance, contact, reports)
targets.date ( contact ) (contact, reports)

New Features in Declarative Configuration

this

The this keyword is now available in all declarative configuration function interfaces to facilitate basic data sharing. This allows you to re-use a variable in another part of the task or target, rather than re-calculating it's value again.

For example, you may have a complex seek through a set of reports in your appliesIf function, and need the same seek in calculating the dueDate, as seen in the example below.

{
  appliesTo: 'contacts',
  appliesIf: function(contact) {
      const necessaryReport = extras.findNecessaryReport(contact.reports);
      this.necessaryReport = necessaryReport;
      return !!necessaryReport;
  },
  events: [{
      start: 1,
      end: 3,
      dueDate: function (event, contact, report) {
          // Use the saved value of this.necessaryReport
          return this.necessaryReport.reported_date;
      },
  }],
  ...
}