- 01 Jun, 2021 40 commits
-
-
Zack Cuddy authored
Cleans up some test expectations and unused functions that are no longer needed. Moves `filterStagesByHiddenStatus` from getters to utils
-
Ezekiel Kigbo authored
Replaces the fixture generated mock data from EE with hardcoded values, fixing the CE specs. Fixes https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62574
-
Ezekiel Kigbo authored
Adds the path navigation to project level VSA and removes the existing horizontal navigation. Update path navigation selectors. Changelog: changed EE: true
-
Ezekiel Kigbo authored
Adds base specs for the project level vsa to test the rendered view Migrate path navigation component to CE Moves the VSA path navigation component from EE to CE and updates tests Updates the gitlab.pot file
-
Ezekiel Kigbo authored
Moves the timeSummaryForPathNavigation and medianTimeToParsedSeconds to CE and updates related jest tests.
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
The project level BE previously returned the median as a string, we now require the raw integer value to be returned. Fixes median path navigation display Ensures we correctly extract the medians for each stage and dont display stage counts when they are not available
-
Ezekiel Kigbo authored
Cleanup styling for stage table Minor update feature specs Added getter specs for filterStagesByHiddenStatus and some additional getters
-
Kushal Pandya authored
Remove :pick_into_project feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62809
-
Enrique Alcántara authored
Rename StageTableNew to StageTable See merge request gitlab-org/gitlab!62385
-
Jacques Erasmus authored
Add validation feedback for visibility level See merge request gitlab-org/gitlab!62300
-
Dmytro Zaporozhets (DZ) authored
Remove OpenJDK-alpine Dockerfile template See merge request gitlab-org/gitlab!61867
-
Brandon Labuschagne authored
Group Overview Analytics: Replace metric card with GlSingleStat See merge request gitlab-org/gitlab!62796
-
Martin Wortschack authored
-
Bob Van Landuyt authored
Missing impersonation details on MR approval rule audit events See merge request gitlab-org/gitlab!62257
-
Simon Knox authored
Shorten URLs in searches by deleting UTF-8 param from any forms See merge request gitlab-org/gitlab!62820
-
Ezekiel Kigbo authored
As a cleanup for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61431 we can rename the new stage table component.
-
Adam Hegyi authored
Change JiraTrackerData#deployment_type based on URL See merge request gitlab-org/gitlab!59902
-
Ezekiel Kigbo authored
Root Component for redesign of Security & Compliance Configuration Page [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62285
-
Tan Le authored
Audit events captured on MR approval rule changes do not include impersonation details. The legacy service (i.e. `AuditEventService`) is capable of recording impersonation details. We'd like replicate this behaviour on the new service `Gitlab::Audit::Auditor`. Changelog: fixed EE: true
-
Bob Van Landuyt authored
Sync feature categories See merge request gitlab-org/gitlab!62892
-
Jacques Erasmus authored
Fix cut off dropdown in MR widget header See merge request gitlab-org/gitlab!62881
-
Vitali Tatarintev authored
Fix CSP issues related to captchas See merge request gitlab-org/gitlab!62849
-
Natalia Tepluhina authored
Add docs for GraphQL query ID error See merge request gitlab-org/gitlab!62903
-
David O'Regan authored
-
Marcin Sedlak-Jakubowski authored
Remove passive-voiced double-negative See merge request gitlab-org/gitlab!60976
-
Mike Lockhart authored
-
Rémy Coutable authored
Create MR comment with allure test report urls See merge request gitlab-org/gitlab!62655
-
Andrejs Cunskis authored
-
Rémy Coutable authored
Fix flaky test based on order of tag_list See merge request gitlab-org/gitlab!62895
-
Sean McGivern authored
Force use of UTC in formatting seconds into MM:SS See merge request gitlab-org/gitlab!62873
-
James Lopez authored
Authorize users to read `Vulnerabilities::IssueLink` records See merge request gitlab-org/gitlab!62815
-
Jan Provaznik authored
Clarify restart command in incoming email setup See merge request gitlab-org/gitlab!62778
-
Ben Bodenmiller authored
-
Michał Zając authored
We have around 90k records for this table where deployment_type is unknown. Our logic for JIRA integration started to diverge depending on whether the user is trying to integrate with JIRA Cloud or JIRA Server. This migration will try determining what is the deployment type for every entry in jira_tracker_data table based on the URL. The logic is simple – if URL ends in `atlassian.net` then most likely we're dealing with JIRA Cloud, otherwise it's JIRA Server. Changelog: other
-
Achilleas Pipinellis authored
documentation: Fix vale issues for (replication and failover external.md) #332119 See merge request gitlab-org/gitlab!62885
-
Thong Kuah authored
Move LB use_primary! call in worker to Core See merge request gitlab-org/gitlab!62747
-
Alper Akgun authored
Recommend gitlab-experiment framework See merge request gitlab-org/gitlab!60966
-
Nicolas Dular authored
-
Pedro Pombeiro authored
-