| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Remove istanbul JavaScript package
Closes #63971
See merge request gitlab-org/gitlab-ce!30232
|
| |
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
| |
A recent update in [GitLab UI] and setting the [config.assets.paths] to
include `node_modules` for the resolution of SCSS imports, allows us to
have much nicer imports which don't rely on brittle relative paths.
This change also forwards @gitlab/ui to the newest version
[GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602
[config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
|
|
|
|
|
|
|
|
|
| |
This fixes dotted lines not rendering when the htmlLabels setting is
false (https://github.com/knsv/mermaid/pull/828).
Full list of changes: https://github.com/knsv/mermaid/releases
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60869
|
|\
| |
| |
| |
| | |
Upgrade axios to 0.19.0
See merge request gitlab-org/gitlab-ce!29981
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
| |
References:
- https://www.npmjs.com/advisories/803
- https://hackerone.com/reports/344595
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrades prettier to the latest version, and auto-corrects files with
yarn prettier-all-save
The diffs all seem to stem from formatting changes in brackets within
template literals. Nothing major.
Relevant changelogs here:
https://prettier.io/blog/2019/04/12/1.17.0.html
https://prettier.io/blog/2019/06/06/1.18.0.html
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0
See merge request gitlab-org/gitlab-ce!29630
|
| | |
|
|\ \
| | |
| | |
| | | |
62966-embed-zoom-call-in-issue-mvc
|
| |/
| |
| |
| |
| |
| | |
- Upgraded gitlab-ui to v4.0.0
- Migrated pagination_links to reflect breaking changes introduced
in gitlab-ui v4.0.0
|
|/
|
|
|
| |
Detect links containing zoom.us followed by j, s, or my
Add link below Issue title that links to Zoom meeting
|
|
|
|
|
|
|
|
| |
Unnecessary offences include false positives as well as flagged
errors which have follow up issues in order to be addressed.
Not all issues have been addressed before this being submitted
in the spirit of results and iteration.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Upgraded core-js from v2.x to v3.1.3
- Updated core-js import statements
- Enabled URL polyfill
|
|\
| |
| |
| |
| | |
Enable GraphQL batch requests
See merge request gitlab-org/gitlab-ce!28370
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Move to pdf.js distributed with npm
See merge request gitlab-org/gitlab-ce!28156
|
| |
| |
| |
| |
| |
| | |
pdf.js is available on npm. Importing the dependency from there instead
of vendoring it has certain benefits, e.g. the discoverability of
updates (especially security fixes).
|
| |
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \
| | |
| | |
| | | |
'61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12' of gitlab.com:tnir/gitlab-ce into leipert-node-12-compatibility
|
| |/
| |
| |
| |
| |
| | |
In fsevents 1.x, fsevents 1.2.9+ supports for Node.js 12.
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|/
|
|
|
|
| |
Some dependencies have incompatibilities with Node v12, which will
become LTS in October. Namely node-sass and needed to be forwarded in
order for their native extensions to compile without errors.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Upgrade Mermaid to 8.0.0
See merge request gitlab-org/gitlab-ce!27706
|
| |
| |
| |
| |
| | |
We were using 8.0.0-rc.8 previously, and there appears to be significant
new dependencies.
|
|/ |
|
|
|
|
| |
Implemented the toast component for success messages
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Resolves an issue where long series label names overflow
the popover chart tooltip container
|
|
|
|
|
|
|
|
|
|
| |
Adding support for metrics alerts disabled multiple query support.
To avoid a data model refactor, this enables the visual of multiple
queries per chart on the front end, combining queries based on
metric group, title, and y-axis label.
This also adds support for adding and editing alerts based on the
query selected rather than the single metric associated with the chart.
|