- 17 Apr, 2018 11 commits
-
-
Phil Hughes authored
Merge branch '45406-error-getting-performance-bar-results-for-uuid-regularly-seen-in-production' into 'master' Resolve ""Error getting performance bar results for [UUID]" regularly seen in production" Closes #45406 See merge request gitlab-org/gitlab-ce!18419
-
Phil Hughes authored
Resolve "Pipeline table breaks when commit is not found" Closes #43404 See merge request gitlab-org/gitlab-ce!18379
-
Sean McGivern authored
When a request contains an ETag value in its If-None-Match header, the backend may send a request ID (from Rack) that does not correspond to a value in Peek's Redis cache (because we aborted the Rails processing in our ETag middleware). Because a cached response (304) has to replace the headers with those from the previous 200 - https://tools.ietf.org/html/rfc7234#section-4.3.4 - we add a custom header that will only be present in cache hits, that can tell the frontend to ignore these.
-
Filipa Lacerda authored
Move PipelineFailed vue component See merge request gitlab-org/gitlab-ce!18277
-
Sean McGivern authored
Method to track recoverable exceptions in sentry See merge request gitlab-org/gitlab-ce!18391
-
Filipa Lacerda authored
-
Bob Van Landuyt authored
This adds a method to track errors that can be recovered from in sentry. It is useful when debugging performance issues, or exceptions that are hard to reproduce.
-
George Tsiolis authored
-
Filipa Lacerda authored
Fixed web IDE not working for sub-groups Closes #45412 See merge request gitlab-org/gitlab-ce!18404
-
Phil Hughes authored
-
Clement Ho authored
FE Docs: Fix header hierarchy in Vuex section of Vue.md See merge request gitlab-org/gitlab-ce!18413
-
- 16 Apr, 2018 29 commits
-
-
Marcia Ramos authored
Add note about HA configurations See merge request gitlab-org/gitlab-ce!18354
-
Marcia Ramos authored
Web IDE is now GA Closes #45307 See merge request gitlab-org/gitlab-ce!18403
-
Marcia Ramos authored
Add RBAC flag for Runner chart to docs Closes #44853 See merge request gitlab-org/gitlab-ce!18113
-
Dennis Tang authored
-
Mike Greiling authored
Move ReadyToMerge vue component See merge request gitlab-org/gitlab-ce!17545
-
Yorick Peterse authored
`package-qa` was renamed to `package-and-qa` See merge request gitlab-org/gitlab-ce!18406
-
Clement Ho authored
Adds helpers to remove withespace and linebreaks See merge request gitlab-org/gitlab-ce!18378
-
Filipa Lacerda authored
-
Robert Speicher authored
[ci skip]
-
Dmitriy Zaporozhets authored
Update permissions.md with guidance for developing new features See merge request gitlab-org/gitlab-ce!18344
-
Robert Speicher authored
Fix container scanning in vendored GitLab CI configuration for Auto Devops See merge request gitlab-org/gitlab-ce!18374
-
Gilbert Roulot authored
-
Sean McGivern authored
Update faraday_middleware to 0.12.2 Closes #45397 See merge request gitlab-org/gitlab-ce!18397
-
Phil Hughes authored
Closes #45412
-
James Ramsay authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
* master: (124 commits) Double-check next value for internal ids. Resolve "skeleton placeholder on diff has white background" Replace the `project/commits/comments.feature` spinach test with an rspec analog Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb Update docs on `.gitlab-ci.yml` and variables policy Add note about support of variables policy to docs Revert and fix corrected git cheat sheet url Bump parser gem to 2.5.1.0 to remove warning in rspec Update invalid test application_settings_controller_spec.rb Use stable docker image instead of latest Handle cancelled request Stop polling and fetch the table [ci skip] Updates table when stage is clicked Backport GitLab domain helper methods use jquery object in togglePopover Fix other listeners Fix the metrics link being not rendering the html Fix feature_highlight listener Update custom issue tracker docs ...
-
James Ramsay authored
-
🚄 Job van der Voort 🚀 authored
-
Yorick Peterse authored
Double-checked internal ID generation for transition phase Closes #45269 See merge request gitlab-org/gitlab-ce!18392
-
Rémy Coutable authored
corrected git cheat sheet url See merge request gitlab-org/gitlab-ce!18385
-
Robert Speicher authored
Bump parser gem to 2.5.1.0 to remove warning in rspec See merge request gitlab-org/gitlab-ce!18384
-
Rémy Coutable authored
Use direct link rather than redirect for the 2F2 documentation page See merge request gitlab-org/gitlab-ce!18273
-
Rémy Coutable authored
Added missing actions in todos docs Closes #44803 See merge request gitlab-org/gitlab-ce!18247
-
Grzegorz Bizon authored
Add note about support of variables policy to docs Closes #45301 See merge request gitlab-org/gitlab-ce!18387
-
Takuya Noguchi authored
-
Nick Thomas authored
Include git SHA with GitLab version on Admin Dashboard See merge request gitlab-org/gitlab-ce!18331
-
Andreas Brandl authored
This is useful for a transition period to migrate away from `NoninternalAtomicId`. In a situation where both the old and new code to generate a iid value is run at the same time (for example, during a deploy different nodes may serve both versions), this will lead to problems regarding the correct `last_value`. That is, what we track in `InternalId` may get out of sync with the maximum iid present for issues. With this change, we double-check that and correct the `last_value` with the maximum iid found in issues if necessary. This is subject to be removed with the 10.8 release and tracked over here: https://gitlab.com/gitlab-org/gitlab-ce/issues/45389 Closes #45269.
-
Yorick Peterse authored
Validate project path prior to hitting the database. Closes #45247 See merge request gitlab-org/gitlab-ce!18322
-