- 17 Jul, 2019 28 commits
-
-
Stan Hu authored
peek-redis resets its counters at the start of an ActionController notification (`start_processing.action_controller`), which causes it to miss some Redis queries that precede it, such as the database load balancer and Rack Attack queries. This produces inconsistencies in the performance bar between the number of calls and their durations with the actual calls in the detailed view. We fix this by getting rid of peek-redis in favor of consolidating all logic into the `RedisDetailed` view, which tracks Redis queries using `RequestStore`. This has the nice property of removing thread-specific counters as well. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64707
-
Nick Thomas authored
Reduce the number of Gitaly calls for submodules See merge request gitlab-org/gitlab-ce!30735
-
Igor authored
This is part of migration of Folder View to Vue
-
Nick Thomas authored
Add documentation for Let's Encrypt integration See merge request gitlab-org/gitlab-ce!30627
-
Vladimir Shushlin authored
* Add deprecation warning to old integration * Add user docs * Add admin docs
-
Nick Thomas authored
Fix pages access level defaults See merge request gitlab-org/gitlab-ce!30354
-
Vladimir Shushlin authored
- Set access level in before_validation hook - Add post migration for updating existing project_features
-
Thong Kuah authored
Do Redis lookup in batches in ActiveSession.sessions_from_ids See merge request gitlab-org/gitlab-ce!30561
-
Imre Farkas authored
By doing smaller mget calls to Redis, it can better schedule the workload. Currently a single mget with a lot of keys can keep Redis busy for long, while nothing in its queue gets processed.
-
James Lopez authored
CE port of "Move external authorization service API management to EE" See merge request gitlab-org/gitlab-ce!30578
-
-
Sean McGivern authored
Bump fog-aws to v3.5.2 Closes #63041 See merge request gitlab-org/gitlab-ce!30803
-
Clement Ho authored
Use backend to determine if issue desc contains zoom link Closes #63282 See merge request gitlab-org/gitlab-ce!29910
-
Rajendra kadam authored
Fetch latest link in the description for zoom link, add more tests and remove frontend spec unnecessary tests
-
Evan Read authored
fix docs typo: register runner with services See merge request gitlab-org/gitlab-ce!30769
-
Evan Read authored
Documented autocomplete characters See merge request gitlab-org/gitlab-ce!30723
-
Russell Dickenson authored
- Added a table listing all autocomplete characters. - Added a link to the autocomplete characters docs, from the Projects feature list. - Added an example of how autocomplete would behave for `Users and groups`, including two screenshots.
-
Evan Read authored
Add tip about stripping ANSI color codes Closes gitlab-runner#3559 See merge request gitlab-org/gitlab-ce!30701
-
Elliot Rushton authored
-
Mark Lapierre authored
Refactor common Page Objects to use data tags (No. 2 Contd.) See merge request gitlab-org/gitlab-ce!30763
-
Mark Lapierre authored
CE port of "Fix assign code owners spec" on EE See merge request gitlab-org/gitlab-ce!30743
-
Evan Read authored
Change time tracking units feature release version See merge request gitlab-org/gitlab-ce!30771
-
Mayra Cabrera authored
Propagate PIP index URL See merge request gitlab-org/gitlab-ce!30704
-
Fabien Catteau authored
Propagate PIP_INDEX_URL, PIP_EXTRA_INDEX_URL to the dependency-scanning Docker image to support Python projects depending on custom Pypi registries. These variables will be consumed by the gemnasium-python analyzer.
-
Evan Read authored
Docs: update Cloudflare's redirect method for Pages Closes #64655 See merge request gitlab-org/gitlab-ce!30786
-
Marcia Ramos authored
-
Evan Read authored
Add 3rd party parallel tools section to docs See merge request gitlab-org/gitlab-ce!30434
-
Artur Trzop authored
-
- 16 Jul, 2019 12 commits
-
-
Paul Slaughter authored
Revert "Merge branch 'button-bug-fixes' into 'master'" See merge request gitlab-org/gitlab-ce!30821
-
Stan Hu authored
This will make it possible for Oracle Cloud to work with S3 by disabling Signature V4 streaming (https://github.com/fog/fog-aws/issues/523). Full CHANGELOG: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
-
Stan Hu authored
CE Backport: Read and write User "Admin notes" via API See merge request gitlab-org/gitlab-ce!30775
-
Evan Read authored
Geo - Update current limitations for automatic background verification Closes gitlab-ee#12812 See merge request gitlab-org/gitlab-ce!30688
-
Annabel Dunstone Gray authored
This reverts merge request !30678
-
Paul Slaughter authored
Revert "Merge branch '61145-fix-button-dimensions' into 'master'" See merge request gitlab-org/gitlab-ce!30798
-
Thong Kuah authored
Added specs for CI Job inclusion when only: and except: both match See merge request gitlab-org/gitlab-ce!30057
-
Robert Speicher authored
Remove old ignore_column in AR models See merge request gitlab-org/gitlab-ce!30725
-
Stan Hu authored
Add unset_rugged rake task Closes #64441 See merge request gitlab-org/gitlab-ce!30636
-
Douglas Barbosa Alexandre authored
Rename Redactor classes to ReferenceRedactor See merge request gitlab-org/gitlab-ce!30408
-
Sarah Yasonik authored
-
manojmj authored
This change adds the ability to read and write admin notes for a user via the USER API
-