- 15 Mar, 2021 33 commits
-
-
Arturo Herrero authored
When we query the Jira API, we use renderedFields option to get some values (description and comments) as HTML. That way we can render that information in GitLab. That way, we can get the Jira Issue data from the Jira API response in two formats: fields and renderedFields. "fields": { ... "comment": { "comments": [ ... "displayName": "Arturo Herrero", "active": true, "timeZone": "Europe/London" }, "created": "2021-03-10T10:05:51.199+0000", "updated": "2021-03-10T10:05:51.199+0000" }, ... } "renderedFields": { ... "comment": { "comments": [ ... "displayName": "Arturo Herrero", "active": true, "timeZone": "Europe/London" }, "created": "2 days ago 10:05 AM", "updated": "2 days ago 10:05 AM" }, ... } Using renderedFields we can get some of the following formats: - "Just now" - "2 days ago 10:05 AM" - "24/Feb/21 7:19 AM" Instead of the datetime with timezone from fields: - "2021-03-10T10:05:51.199+0000" We have to get the datetimes' fields from the fields key as it's more reliable and easy to consume in our end.
-
Patrick Bajao authored
Sanitize issue description in search result See merge request gitlab-org/gitlab!56256
-
Changzheng Liu authored
-
Vitaly Slobodin authored
Fetch only detected and confirmed vulnerabilities See merge request gitlab-org/gitlab!56533
-
Kushal Pandya authored
Show CSV has been exported banner on export See merge request gitlab-org/gitlab!55965
-
Kushal Pandya authored
Start refactoring issues list page with `issuable_list` component [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55699
-
Coung Ngo authored
Replace issues list page Haml search bar and list with Vue `issuable_list` component under the feature flag `vue_issues_list`. This change: - Adds missing UI elements to `issuable_item.vue` for issues - Adds pagination Subsequent MRs will: - Add sorting - Add searching - Add filtering - Add missing filtered-search tokens - Add empty state - Add bulk edit
-
Kushal Pandya authored
Update wording and style of vulnerability report empty state messages See merge request gitlab-org/gitlab!55489
-
Daniel Tian authored
Updates the text and standardizes the styling of the "not configured" empty state messages for the project, group, and instance-level security dashboard and vulnerability report pages.
-
Kushal Pandya authored
Fix DOS on Math blocks See merge request gitlab-org/gitlab!54898
-
Kushal Pandya authored
Remove dast_saved_scans feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56540
-
Kushal Pandya authored
Epic Boards - Fix mentions of issues to epics See merge request gitlab-org/gitlab!56292
-
Florie Guibert authored
Rename IssueCount component to ItemCount Make boards more agnostic about its issuableType
-
Kushal Pandya authored
Convert mattermost alert to pajamas See merge request gitlab-org/gitlab!56556
-
Vitaly Slobodin authored
More configs with stars on thars See merge request gitlab-org/gitlab!56409
-
Rajat Jain authored
Show alert when requirements csv is being exported
-
Marcel Amirault authored
Remove duplicate content from the Vulnerability Report docs See merge request gitlab-org/gitlab!56490
-
Russell Dickenson authored
-
Ezekiel Kigbo authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!56541
-
Rajat Jain authored
Include a button which defers the rendering to user initiated one. This helps in making the page load more efficient.
-
Ezekiel Kigbo authored
Refactor docs and UI for embedding Grafana panels See merge request gitlab-org/gitlab!55567
-
Evan Read authored
Update tests where required.
-
Albert Salim authored
Change the throughput label link in GitLab Bot warning See merge request gitlab-org/gitlab!56553
-
Ramya Authappan authored
Don't use HTTPS port for SSH See merge request gitlab-org/gitlab!56435
-
Ramya Authappan authored
Replace files that don't work on review apps See merge request gitlab-org/gitlab!56449
-
Dylan Griffith authored
Fix subscription banner on New Project page See merge request gitlab-org/gitlab!56443
-
Evan Read authored
Docs: run manual git fsck See merge request gitlab-org/gitlab!56220
-
Ben Prescott @bprescott_↙ ☺ authored
-
Evan Read authored
Docs: Update the release of the jacoco2cobertura image See merge request gitlab-org/gitlab!56020
-
Russell Dickenson authored
docs: replaces openjdk-alpine with slim image on SAST docs See merge request gitlab-org/gitlab!56075
-
Marcel Amirault authored
Update tier badge and versions for Pipelines page See merge request gitlab-org/gitlab!56574
-
Evan Read authored
Add explicit warning not to copy .gitaly-metadata See merge request gitlab-org/gitlab!56365
-
Will Chandler authored
-
- 14 Mar, 2021 7 commits
-
-
charlie ablett authored
Update mailroom to v0.0.9 See merge request gitlab-org/gitlab!56592
-
charlie ablett authored
Add Prometheus counters to subscribed ActionCable events See merge request gitlab-org/gitlab!56157
-
Tiger Watson authored
Add plan limit for Terraform Module package file size See merge request gitlab-org/gitlab!56414
-
Paul Slaughter authored
Make keybindings.js tree-shakeable See merge request gitlab-org/gitlab!56173
-
Nathan Friend authored
This commit updates the commands defined in keybindings.js in a way that allows them to be tree-shakeable at compile time.
-
Dmytro Zaporozhets (DZ) authored
Align "default SSH config" warning text with docs See merge request gitlab-org/gitlab!56524
-
Katrin Leinweber authored
Follow-up to 86d52920
-