- 25 Oct, 2019 20 commits
-
-
Shinya Maeda authored
This commits allow to select merge train concurrency via feature flag. The new parallel factor is disabled by default.
-
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
-
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 20 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
-
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
-
Mike Lewis authored
Document docs.gitlab.com monthly release process Closes gitlab-docs#245 See merge request gitlab-org/gitlab!16765
-
Achilleas Pipinellis authored
Mostly port content from the gitlab-docs project and streamline the monthly release process.
-
Bob Van Landuyt authored
-
Walmyr Lima e Silva Filho authored
Add back in password passthrough for QA user Closes #34807 See merge request gitlab-org/gitlab!19039
-
Grant Young authored
Removed in error last week, without this tests can't pass through a password for the user they want to use
-