Skip to content

Split out the datetime utilities

Tim Zallmann requested to merge tz-treeshake-datetime-utils into master

What does this MR do?

Splits up all the functions in datetime_utility.js into specific files to support in the next steps better tree shaking so we are not importing all functions already in main.js even as we only need 2-3 functions in reality.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Tim Zallmann

Merge request reports

Loading