- 25 Oct, 2019 6 commits
-
-
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 34 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
-
Rémy Coutable authored
Improve the Review Apps documentation a bit See merge request gitlab-org/gitlab!19095
-
Doug Stull authored
- should not be part of FOSS as per our guidelines
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Force enable experimental group for growth experiments Closes gitlab-org/growth/engineering#77 See merge request gitlab-org/gitlab!18872
-
Rémy Coutable authored
Sync stable branches to CE upon a push Closes gitlab-com/gl-infra/delivery#468 See merge request gitlab-org/gitlab!19017
-
Douglas Barbosa Alexandre authored
Use the correct equality operator for Prometheus Alerts See merge request gitlab-org/gitlab!18919
-
David Wilkins authored
- Prometheus uses == (not =) for equality. Alerts that use single equal (=) result in a syntax error that silently fails to load any new alerts - https://prometheus.io/docs/prometheus/latest/querying/operators/#comparison-binary-operators
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Alex Buijs authored
-
Filipa Lacerda authored
Code Analytics: Use options for stateless data in filter dropdowns component See merge request gitlab-org/gitlab!19024
-
Brian Kabiro authored
- move `groupsQueryParams` and `projectsQueryParams` to options
-
Filipa Lacerda authored
Resolve "Dropdown icon missing on Compare page" Closes #28336 See merge request gitlab-org/gitlab!19036
-
Jeremy Elder authored
-
Sean McGivern authored
Serialize short sha as nil if head commit is blank See merge request gitlab-org/gitlab!19014
-