- 01 Jun, 2021 2 commits
-
-
Harsh Chouraria authored
Rubocop warning for Time.at is ignored here intentionally because the actual call (fixed) does have Time.at.utc pattern that the rule fired suggests. Removed an unnecessary newline in the spec file.
-
Harsh Chouraria authored
The job trace logs section parser computes section durations for the UIs by computing differences in epoch timestamps between the sections. However, when building the string represntation of the duration in MM:SS, its reliance on the Time library and the epoch time (0 seconds -> 00:00, extracted from 1970-01-01 00:00:00) means that it can be influenced by the timezone of the install host. When timezone of the host uses non-UTC types and involves an offset, such as +0530 (India Standard Time) then the UI displayed section durations of 00:NN as 30:NN. This change forces a UTC conversion of the computed epoch time from the seconds, which should help with showing the right duration values regardless of local timezone. Closes issue: https://gitlab.com/gitlab-org/gitlab/-/issues/332296 Changelog: fixed
-
- 28 May, 2021 26 commits
-
-
Kamil Trzciński authored
Adds 'introduced_by_url' urls to feature flags See merge request gitlab-org/gitlab!62658
-
Suzanne Selhorn authored
Update CI Document - Small Grammatical Change See merge request gitlab-org/gitlab!62762
-
Suzanne Selhorn authored
Fix Vale issues for ./administration/feature_flags.md documentation See merge request gitlab-org/gitlab!62728
-
Abhijeet Chatterjee authored
-
Nathan Friend authored
Merge branch '254257-replace-bootstrap-modal-in-app-views-projects-branches-_branch-html-haml' into 'master' Replace bootstrap modal for delete branch modal [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56782
-
Jackie Fraser authored
Replaces the bootstrap modal for the delete branch button and confirmation. Changelog: added
-
Sean McGivern authored
Import group epics via ndjson when using Bulk Import See merge request gitlab-org/gitlab!62590
-
Sean McGivern authored
Merge branch 'qmnguyen0711/1016-implement-sidekiq-queue-re-routing-in-the-application-third' into 'master' Add the documentation for sidekiq routing rules See merge request gitlab-org/gitlab!60479
-
Sean McGivern authored
Fix minor typos in spec descriptions See merge request gitlab-org/gitlab!62719
-
Sean McGivern authored
-
Anshuman Singh authored
-
George Koltsov authored
- Use ndjson files when importing group epic when using Bulk Import functionality - Such approach is required instead of using GraphQL in order to preserve epics subrealtion associations - Ndjson approach downloads ndjson file containing all source group epics and imports them Changelog: changed EE: true
-
David Fernandez authored
Add Packages::Helm::ExtractFileMetadataService See merge request gitlab-org/gitlab!61012
-
David Fernandez authored
Helm chart download API endpoint [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61014
-
Kushal Pandya authored
Add custom header text to billing page of free personal namespaces See merge request gitlab-org/gitlab!62365
-
Achilleas Pipinellis authored
Geo - Add Google Cloud SQL promote replica link See merge request gitlab-org/gitlab!62737
-
Heinrich Lee Yu authored
Remove inherited_issuable_templates feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56747
-
Kushal Pandya authored
Fixes widget sections top border not showing See merge request gitlab-org/gitlab!62693
-
Kushal Pandya authored
Update Gitpod UI settings for tone and style See merge request gitlab-org/gitlab!62503
-
Amy Qualls authored
-
Achilleas Pipinellis authored
-
Craig Miskell authored
-
Quang-Minh Nguyen authored
-
Quang-Minh Nguyen authored
-
Quang-Minh Nguyen authored
Issue https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1016 Changelog: added
-
Ezekiel Kigbo authored
Trim input from subscription activation from See merge request gitlab-org/gitlab!62695
-
- 27 May, 2021 12 commits
-
-
Stan Hu authored
Merge branch '324087-change-default-value-to-merge_requests_author_approval-on-projects' into 'master' Add default value for merge_requests_author_approval See merge request gitlab-org/gitlab!61949
-
Stan Hu authored
-
Andrew Fontaine authored
Update errors for Subscription Activation Alert See merge request gitlab-org/gitlab!62112
-
Angelo Gulina authored
-
Anton Smith authored
-
Andrew Fontaine authored
Adds missing milestones to feature flags See merge request gitlab-org/gitlab!62674
-
Stan Hu authored
Remove `service` instance variable from integrations contollers See merge request gitlab-org/gitlab!62551
-
Mayra Cabrera authored
Reinstate branches keyset pagination on overview page See merge request gitlab-org/gitlab!62458
-
Jose Ivan Vargas authored
Redesign policy editor page See merge request gitlab-org/gitlab!62344
-
Michael Kozono authored
Add Gitlab::Ci::Variables::Collection#compact See merge request gitlab-org/gitlab!62647
-
Suzanne Selhorn authored
Create community program section in docs See merge request gitlab-org/gitlab!62541
-
Nuritzi Sanchez authored
-