- 25 Jul, 2019 23 commits
-
-
Marcia Ramos authored
Add a section of examples to code review docs Closes #64194 See merge request gitlab-org/gitlab-ce!30825
-
Kerri Miller authored
We have a fairly good guide to Code Reviews, but can be improved by adding a few examples of what a good code review looks like at GitLab, specifically ones where there is a bit of back and forth, "nit-picking," etc. This would: + help set expectations of newly hired engineers around what our process looks like when it is functioning what level of scrutiny their code will be under + how we have technical conversations + show by example how after you're done crafting a solution, there can still be extra work done either tidying up code and/or managing the communication and conversations about your proposed MR
-
Marcia Ramos authored
Fix typo in param name See merge request gitlab-org/gitlab-ce!31100
-
Tetiana Chupryna authored
-
Marcia Ramos authored
Clarify difference between project name and project path for API usage See merge request gitlab-org/gitlab-ce!31019
-
Dmitriy Zaporozhets authored
Support Docker OCI images Closes gitlab-ee#12877 and #58685 See merge request gitlab-org/gitlab-ce!31127
-
Phil Hughes authored
Vue-i18n: Autofix additional i18n lints for vue files See merge request gitlab-org/gitlab-ce!31125
-
Ezekiel Kigbo authored
Autofixes additional linting errors found in vue files.
-
Nick Thomas authored
Refactor usage data counters specs See merge request gitlab-org/gitlab-ce!31013
-
Sean McGivern authored
[CE] Create serializer for Jira API JSON payload See merge request gitlab-org/gitlab-ce!31139
-
Stan Hu authored
Docker Distribution v2.7.0 shipped with OCI support, but our container registry client was not updated to handle the manifest format in the HTTP `Accept` header. As a result, API calls to retrieve a manifest would return with an error, "OCI manifest found, but accept header does not support OCI manifests". This would result in blank fields in the container registry page and prevent tags from being deleted. To fix this, we just need to add `application/vnd.oci.image.manifest.v1+json` to the `Accept` header and configure Faraday to parse the response as JSON. The response structure is the same as the standard Docker Distribution V2 manifest. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58685 Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12877
-
Andreas Brandl authored
Revert "Workaround for Rails 5, where LIMIT..." See merge request gitlab-org/gitlab-ce!30780
-
Grzegorz Bizon authored
Return an ETag header for the archive endpoint See merge request gitlab-org/gitlab-ce!30581
-
Heinrich Lee Yu authored
-
Lin Jen-Shin authored
Partial CE-EE parity for specs See merge request gitlab-org/gitlab-ce!31119
-
Bob Van Landuyt authored
Make RelativePositioning reusable See merge request gitlab-org/gitlab-ce!30993
-
Sanad Liaquat authored
CE port of "Fix spam in issue creation by making project private" See merge request gitlab-org/gitlab-ce!30997
-
Evan Read authored
Docs: Improve SCIM documentation See merge request gitlab-org/gitlab-ce!31091
-
Tristan Williams authored
-
Mike Greiling authored
Add documentation on how to add dependencies to yarn See merge request gitlab-org/gitlab-ce!31066
-
Evan Read authored
Fix rendering in Newline section See merge request gitlab-org/gitlab-ce!30992
-
Eric Lindsey authored
-
Douglas Barbosa Alexandre authored
Enable Rubocop Performance/ReverseEach See merge request gitlab-org/gitlab-ce!31120
-
- 24 Jul, 2019 17 commits
-
-
Evan Read authored
Documentation - Removed the unnecessary loop See merge request gitlab-org/gitlab-ce!31003
-
Evan Read authored
Add whitespace back to markdown doc See merge request gitlab-org/gitlab-ce!31087
-
Marcel Amirault authored
-
Evan Read authored
Update docs to reflect new Security tabs See merge request gitlab-org/gitlab-ce!31046
-
Paul Slaughter authored
Merge branch '64746-Commit-authors-avatar-sretched-in-commit-view-if-no-image-is-loaded' into 'master' Changed `author_avatar` to inline-block class Closes #64746 See merge request gitlab-org/gitlab-ce!30904
-
Marc Schwede authored
Fixes #64746
-
Fatih Acet authored
Fix tags page layout See merge request gitlab-org/gitlab-ce!30951
-
André Luís authored
-
Stan Hu authored
`Array.reverse_each` is faster than `Array.reverse.each` because: * reverse.each creates a new array then loops each element * reverse_each loops in reverse order (no intermediate array created)
-
Mayra Cabrera authored
Enable Rubocop Performance/InefficientHashSearch Closes #64975 See merge request gitlab-org/gitlab-ce!31117
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Douglas Barbosa Alexandre authored
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597 See merge request gitlab-org/gitlab-ce!30520
-
Stan Hu authored
Add RateLimiter to RawController See merge request gitlab-org/gitlab-ce!30635
-
Mayra Cabrera authored
* Limits raw requests to 300 per minute and per raw path. * Add a new attribute to ApplicationSettings so user can change this value on their instance. * Uses Gitlab::ActionRateLimiter to limit the raw requests. * Add a new method into ActionRateLimiter to log the event into auth.log Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
-