- 25 Oct, 2019 24 commits
-
-
Thong Kuah authored
Enable frozen string for spec/presenters See merge request gitlab-org/gitlab!19139
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Ramya Authappan authored
Fix Geo QA ssh_push_to_secondary_spec and wiki_ssh_push_to_secondary_spec Closes #34879, #34878, and #34876 See merge request gitlab-org/gitlab!19120
-
Martin Wortschack authored
Fix empty charts in collapsed sections Closes #33268 See merge request gitlab-org/gitlab!18699
-
Evan Read authored
Added note about data driven tests See merge request gitlab-org/gitlab!16882
-
Ezekiel Kigbo authored
Adds a section to the FE testing guidelines about data driven jest tests.
-
Evan Read authored
Edits docs on disabling group/project notifications Closes #30995 See merge request gitlab-org/gitlab!18980
-
Russell Dickenson authored
-
Stan Hu authored
Improve instance mirroring help text Closes #13769 See merge request gitlab-org/gitlab!19047
-
James Ramsay authored
A bug was reported with mirroring because it wasn't clear that both push and pull mirroring are disabled by this option. Improved help text and API docs should make this clearer for those who chose to use this feature.
-
Thong Kuah authored
Merge branch 'pcalder-34956-spec-lib-gitlab-experimentation_spec-rb-77-broken-or-very-flaky-patch-17311' into 'master' Temporarily bypass flaky experiment test See merge request gitlab-org/gitlab!19134
-
Natalia Tepluhina authored
Show timeframe dates for an epic in Epics list page See merge request gitlab-org/gitlab!19006
-
Russell Dickenson authored
Clarify changelog for flagged features with DB changes See merge request gitlab-org/gitlab!19019
-
Jan Provaznik authored
-
Heinrich Lee Yu authored
Remove expectation on alerts that may have disappeared already Closes #34834 See merge request gitlab-org/gitlab!19091
-
Phil Calder authored
-
Michael Kozono authored
-
Evan Read authored
Update feature tier for CI_JOB_TOKEN See merge request gitlab-org/gitlab!18810
-
Marius Bobin authored
-
Evan Read authored
Fix grammar in i18n .po file details See merge request gitlab-org/gitlab!17695
-
Marcel Amirault authored
-
Stan Hu authored
Fix project imports not working with serialized data Closes #34860 See merge request gitlab-org/gitlab!19124
-
Russell Dickenson authored
Edit job logs text See merge request gitlab-org/gitlab!18770
-
Evan Read authored
-
- 24 Oct, 2019 16 commits
-
-
Russell Dickenson authored
Add a new entry for Sentry See merge request gitlab-org/gitlab!19038
-
Mayra Cabrera authored
Set shorter TTL for all unauthenticated requests See merge request gitlab-org/gitlab!19064
-
Ray Paik authored
-
Stan Hu authored
The change in e404c311 broke models that relied on single-type inheritance: ``` CommitStatus.new(type: 'Ci::Build').class => Ci::Build CommitStatus.new.tap{|c| c.assign_attributes(type: 'Ci::Build')}.class => CommitStatus ``` As a result, any serialized options would not be properly saved to the database, leading to errors expecting a `Hash` vs. a `String`, for example. This affected all pipelines that used shared runners because the build would error out due to this serialization error. Closes https://gitlab.com/gitlab-org/gitlab/issues/34860
-
Mike Greiling authored
Allow adding requests to performance bar manually See merge request gitlab-org/gitlab!18464
-
Mayra Cabrera authored
Fix N+1 for group container repositories view See merge request gitlab-org/gitlab!18979
-
Dhiraj Bodicherla authored
Using resize observer to listen to chart containers width. Removed other listeners to window resize
-
Clement Ho authored
Disable a flaky frontend test See merge request gitlab-org/gitlab!19096
-
Clement Ho authored
Upgrade gitlab-ui once source code is move to src/ directory See merge request gitlab-org/gitlab!18966
-
Thong Kuah authored
Enable frozen string for spec/policies See merge request gitlab-org/gitlab!19073
-
Douglas Barbosa Alexandre authored
Resolve "Remove pendo from GitLab-FOSS" Closes #34852 See merge request gitlab-org/gitlab!19105
-
Mayra Cabrera authored
Check for enums not using smallint Closes #25012 See merge request gitlab-org/gitlab!18179
-
Albert Salim authored
-
Mike Greiling authored
Revert adding user id to snowplow See merge request gitlab-org/gitlab!19109
-
Doug Stull authored
-
Mayra Cabrera authored
Clean up duplicate indexes on ci_trigger_requests Closes #34818 See merge request gitlab-org/gitlab!19053
-