- 02 Sep, 2019 40 commits
-
-
Andreas Brandl authored
This adjusts the partial condition for an index. The index is intended to be used when counting active users with `ghost IS NOT TRUE AND bot_type IS NULL`. With the current index, this wasn't working as the partial condition didn't match the query: `ghost <> TRUE` is not semantically equivalent to `ghost IS NOT TRUE` (null semantics). The reason we add an index particularly intended for EE is that the EE query is going to have the additional part `AND bot_type IS NULL` whereas the CE query doesn't. Logically, it'd be enough to have an index for `ghost IS NOT TRUE`. However, on GitLab.com, the query planner makes poor choices when the additional `AND bot_type IS NULL` part is present: It goes for the index on `bot_type` and doesn't use the partial index. Note the existing index isn't being used at all according to GitLab.com index statistics. Hence we can first remove it and don't have to worry about the window of time without an index. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/66770
-
Grzegorz Bizon authored
Fix permissions check in `RelativeLinkFilter` See merge request gitlab-org/gitlab-ce!32448
-
Rémy Coutable authored
Update views for testability and update page objects See merge request gitlab-org/gitlab-ce!32451
-
Nick Thomas authored
Add CI Pages template to display static OpenAPI specification files in SwaggerUI See merge request gitlab-org/gitlab-ce!31183
-
mdhtr authored
as requested by the reviewer
-
Nick Thomas authored
Merge branch '65389_wrong_format_on_ms_teams_integration_push_events_with_multi_line_commit_messages' into 'master' Fixing #65389 - Wrong format on MS teams integration push events with multi line commit messages Closes #65389 See merge request gitlab-org/gitlab-ce!32180
-
Massimeddu Cireddu authored
Wrong format on MS Teams integration push events with multi line commit messages
-
Nick Thomas authored
quick action label must be first in issue comment Closes #60561 See merge request gitlab-org/gitlab-ce!32367
-
Maneschi Romain authored
-
Grzegorz Bizon authored
Rename shared examples according to our guidelines Closes gitlab-ee#14316 See merge request gitlab-org/gitlab-ce!32526
-
Kushal Pandya authored
Remove lint:javascript:report job See merge request gitlab-org/gitlab-ce!32462
-
Winnie Hellmann authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fix Peek on Puma Closes #66528 See merge request gitlab-org/gitlab-ce!32213
-
Filipa Lacerda authored
Add CSS & JS global flags to represent browser and platform on login pages See merge request gitlab-org/gitlab-ce!32521
-
Filipa Lacerda authored
Resolve "Improve pages load wait time experience" Closes #65304 See merge request gitlab-org/gitlab-ce!32122
-
Filipa Lacerda authored
Update Mermaid to v8.2.6 See merge request gitlab-org/gitlab-ce!32502
-
Achilleas Pipinellis authored
Fix space in geo doc See merge request gitlab-org/gitlab-ce!32522
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Clarify new note for GitLab Pages See merge request gitlab-org/gitlab-ce!32443
-
Evan Read authored
-
Stan Hu authored
Merge branch '14634-broken-master-ee-spec-services-slash_commands-global_slack_handler_spec-rb-ce' into 'master' Resolve "Broken master: ee/spec/services/slash_commands/global_slack_handler_spec.rb" Closes #14634 See merge request gitlab-org/gitlab-ce!32518
-
Kushal Pandya authored
- Adds CSS classes to represent browser & platform - Adds JS flags to `gl` object to represent browser & platform
-
Evan Read authored
Fix typo in GitLab CI configuration reference See merge request gitlab-org/gitlab-ce!32382
-
Evan Read authored
Changed Geo general update steps Closes gitlab-ee#12773 See merge request gitlab-org/gitlab-ce!32212
-
Fabian Zimmer authored
-
Kushal Pandya authored
Add argument to catch See merge request gitlab-org/gitlab-ce!32484
-
charlieablett authored
-
Thong Kuah authored
Adds basic overcommit support See merge request gitlab-org/gitlab-ce!31840
-
Giorgenes Gelatti authored
-
charlieablett authored
- Pass in a nil project to Gitlab::SlashCommands::ApplicationHelp.new if the chatops command is help. - Modify the Gitlab::SlashCommands::Presenters::Help message to skip printing out project information.
-
Kushal Pandya authored
Add additional public note to project container registry setting See merge request gitlab-org/gitlab-ce!32447
-
Nick Kipling authored
-
Heinrich Lee Yu authored
Fixes RelativeLinkFilter for users that don't have access to the project's repository
-
Evan Read authored
Update elasticsearch indexer installation instructions Closes gitlab-ee#11670 See merge request gitlab-org/gitlab-ce!32274
-
Evan Read authored
Added cross reference to the troubleshooting guide See merge request gitlab-org/gitlab-ce!32346
-
Fabian Zimmer authored
-
Evan Read authored
Realign 3 docs that diverged between ce/ee See merge request gitlab-org/gitlab-ce!32513
-
Marcel Amirault authored
-
Evan Read authored
Adjust table entries in quick actions doc Closes #66256 See merge request gitlab-org/gitlab-ce!32038
-