- 30 Mar, 2020 14 commits
-
-
Nikola Milojevic authored
- Remove feature flag from specs - Remove feature flag from LegacyTreeSaver
-
James Lopez authored
Default issue health status feature flag to on See merge request gitlab-org/gitlab!28146
-
Alessio Caiazza authored
Update graphql statistics holders to GraphQL::FLOAT_TYPE See merge request gitlab-org/gitlab!23131
-
Grzegorz Bizon authored
Add tracking events in API::ContainerRegistryEvent Closes #20378 See merge request gitlab-org/gitlab!27001
-
Natalia Tepluhina authored
Replace underscore with lodash in env folder Closes #196673 See merge request gitlab-org/gitlab!27160
-
Alexander Turinske authored
- replaced underscore functions with lodash equivalents - moved chain to flow as the babel plugin for lodash does not support chain - used composition instead https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba - used partial right for sortBy https://stackoverflow.com/questions/56324387/jest-throwing-typererror-expected-a-function-when-using-lodash-pipe-flow - escape, isFunction, isUndefined, isNull, omit, chain, isEqual, and isEmpty
-
Natalia Tepluhina authored
Replaces underscore with lodash `ee/app/assets/javascripts/environments` See merge request gitlab-org/gitlab!28292
-
Evan Read authored
Link references in CI docs See merge request gitlab-org/gitlab!28277
-
Marcel Amirault authored
Removes final cases of markdown reference links from ci docs.
-
Kushal Pandya authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'ee/app/views/projects/settings' See merge request gitlab-org/gitlab!25038
-
Marvin Karegyeya authored
-
Ash McKenzie authored
Fix duplicate query problem in `boards/issues` See merge request gitlab-org/gitlab!27505
-
Ash McKenzie authored
Prevent issues of being promoted twice See merge request gitlab-org/gitlab!27837
-
Dylan Griffith authored
De-duplicate GlRepository EE specs See merge request gitlab-org/gitlab!27952
-
- 29 Mar, 2020 20 commits
-
-
Russell Dickenson authored
Make a sentence clearer in Markdown doc Closes #211987 See merge request gitlab-org/gitlab!28217
-
Russell Dickenson authored
Document limit on emails from auto-responders See merge request gitlab-org/gitlab!28137
-
John Hope authored
-
lauraMon authored
-
Peter Leitzen authored
Remove rspec-set gem Closes #27922 See merge request gitlab-org/gitlab!28282
-
Heinrich Lee Yu authored
We've removed all instances of `set` and have moved them all over to use `let_it_be`
-
Matthias van de Meent authored
-
Matthias van de Meent authored
-
Matthias van de Meent authored
-
Matthias van de Meent authored
This does update the schema, but does not require large updates in the frontend, as opposed to Types::BigInt which would require string -> number casting. GraphQL-induced type casting should prevent type issues according to https://spec.graphql.org/June2018/#sec-Float The values allowed in this type should suffice for the foreseeable future. Also updated the changelog to document this limitation.
-
Matthias van de Meent authored
This would currently fail due to graphql-constraints on integer types (which is of range -2^31 .. 2^31-1)
-
Matthias van de Meent authored
-
Matthias van de Meent authored
INT_TYPE can only hold 2**31 (?), which is not enough for large projects and root namespaces.
-
Stan Hu authored
Replace set to let_it_be in ee/spec See merge request gitlab-org/gitlab!27989
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Get rids of `set` in specs
-
Marcel Amirault authored
Add version text for new feature See merge request gitlab-org/gitlab!28176
-
Thong Kuah authored
Disable archive rate limit by default See merge request gitlab-org/gitlab!28264
-
Stan Hu authored
Don't send 'accept-encoding' header in HttpIO Closes #212609 See merge request gitlab-org/gitlab!28239
-
Will Chandler authored
Net::HTTP does not automatically decompress requests sent with a range header, as is done by HttpIO#request, causing the body of any gzipped responses to be unreadable. This change removes the 'accept-encoding' header from requests sent by HttpIO, ensuring responses are not gzipped.
-
- 28 Mar, 2020 6 commits
-
-
Stan Hu authored
Development Documentation: fix minor typo See merge request gitlab-org/gitlab!28272
-
Thiago Figueiró authored
Contractions section: that's' vs that's
-
Heinrich Lee Yu authored
Make all HTTPS cookies set SameSite to none Closes #212551 See merge request gitlab-org/gitlab!28205
-
Martin Wortschack authored
Update Repository Analytics feature title See merge request gitlab-org/gitlab!28162
-
Dan Jensen authored
This replaces the deprecated feature name of Contribution Charts with the new feature name of Repository Analytics.
-
Stan Hu authored
Some users depend on having a high number of unauthenticated archive downloads. Make this feature flag off by default until we have a chance to ship a way to toggle this off in the admin panel.
-