Marc
Marc
Phone number validation happens via utilities that are asynchronously loaded into `window` by `libphonenumber-js-utils`. This has been shown to cause problems in certain test runners (#347) and is generally a...
## Description ### :construction: WIP This PR makes the async import of `libphonenumber-js-utils` (from `initRequests`) a blocking import, resolving the problem from #347 (and any RTL-related issue that has the...
**Is your feature request related to a problem? Please describe.** Tools like `terraform` provide the opportunity to plan changes, and to apply them. In this paradigm, a user can run...
# Context Currently, running tests and installing the app requires the developer to install packages on the host directly, polluting the system with globally installed packages. This also implies that...
**Describe the bug** In some cases, the timestamps for `start` are bigger than the ones for `end`, causing the timeline to crash. **To Reproduce** Uncertain of steps. **Expected behavior** The...
**Is your feature request related to a problem? Please describe.** Right now, the timeline is non-interactive and displays a high-level of what's happening with a build. To dive deeper in...
**Is your feature request related to a problem? Please describe.** The API calls in `jenkinstl/components/Dashboard.js` are embedded into the component's code, which makes either hard to read and isn't very...
**Is your feature request related to a problem? Please describe.** Builds using the build Docker environment can be a bit slow because the dependencies need to be pulled down when...
**Describe the bug** GK's initial PR (#64) bumped `eslint` and caused `make test_webapp` to fail. This was due to `eslint` needing to be pinned to `5.6` by `create-react-app`. This dependency...
**Is your feature request related to a problem? Please describe.** The v1 is barebones, it would be nice to have a better-looking interface with proper designs. **Describe the solution you'd...