- 02 Sep, 2019 40 commits
-
-
jakeburden authored
Additionally adds noopener noreferrer as addtional security
-
Andreas Brandl authored
Replace indexes for counting active users See merge request gitlab-org/gitlab-ce!32538
-
Andreas Brandl authored
Replace indexes for counting active users See merge request gitlab-org/gitlab-ce!32538
-
Sean McGivern authored
Handle :9090 and 0.0.0.0:9090 listen_address formats See merge request gitlab-org/gitlab-ce!32456
-
Reuben Pereira authored
Prometheus listen_address can be in formats of :9090 and 0.0.0.0:9090. But before these can be used to connect a project to Prometheus, they have to converted into absolute URIs.
-
GitLab Release Tools Bot authored
[ci skip]
-
Marcia Ramos authored
Update screenshots for License Compliance Closes gitlab-ee#8910 See merge request gitlab-org/gitlab-ce!32537
-
Douwe Maan authored
Support selective highlighting of lines See merge request gitlab-org/gitlab-ce!32514
-
Achilleas Pipinellis authored
Added example for passing Maven repo credentials Closes gitlab-ee#6711 See merge request gitlab-org/gitlab-ce!32073
-
Matt Penna authored
-
Achilleas Pipinellis authored
Docs james gill contribution See merge request gitlab-org/gitlab-ce!32520
-
Marcel Amirault authored
-
Stan Hu authored
CE: Reduce amount of property definitions in ChatNotificationService See merge request gitlab-org/gitlab-ce!32363
-
Peter Leitzen authored
Before this commit we redefined properties for supported events on each new instance of ChatNotificationService during "runtime". This commit defines the properties only once during "compile time".
-
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
-
Achilleas Pipinellis authored
-
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
-