- 03 Oct, 2019 32 commits
-
-
Nick Thomas authored
Only schedule updates of remote mirrors once per push See merge request gitlab-org/gitlab!17902
-
Bob Van Landuyt authored
Before we were scheduling the update once for each pushed ref through the Git::(Branch|Tag)PushService. But all the refs will be pushed every time, meaning that most of these updates would be no-ops. This moves the updated out into the PostReceive worker, so this is only scheduled once per push.
-
Achilleas Pipinellis authored
docs: Security Reports can be seen only if Public pipelines are enabled See merge request gitlab-org/gitlab!18057
-
Achilleas Pipinellis authored
Updates HA/Monitoring node config docs See merge request gitlab-org/gitlab!17542
-
Adriano S. Fonseca authored
-
Sean McGivern authored
Extract Commit System Notes Service Closes #17597 See merge request gitlab-org/gitlab!17808
-
Pulkit Sharma authored
-
Sean McGivern authored
Missing error handling for /epic quick action Closes #13809 See merge request gitlab-org/gitlab!15648
-
Kushal Pandya authored
Add projectSelector store module to security dashboards See merge request gitlab-org/gitlab!17918
-
David Pisek authored
This commit adds a new vuex store module to the security dashboard. It is largely based off an existing store module (ee/app/assets/javascripts/vue_shared/dashboards/store) but includes some changes that aim to make it more generic.
-
Filipa Lacerda authored
Merge branch '32891-move-scatterplot-on-productivity-analytics-to-second-on-the-dashboard' into 'master' Resolve "Move scatterplot on productivity analytics to second on the dashboard" Closes #32891 See merge request gitlab-org/gitlab!17983
-
Martin Wortschack authored
-
Achilleas Pipinellis authored
Add to docs the version `/zoom` quick action command was introduced See merge request gitlab-org/gitlab!17973
-
Thong Kuah authored
Ensure wiki cache expires correctly in PostReceive See merge request gitlab-org/gitlab!18051
-
Tom Atkins authored
Update nfs.md with a new link since old one is 404-ing See merge request gitlab-org/gitlab!18012
-
Vlad Stoianovici authored
-
Evan Read authored
ADD: Documentation around using external production PSQL providers in Auto DevOps pipelines See merge request gitlab-org/gitlab!17882
-
Max Woolf authored
-
Evan Read authored
Update avail of jupyter-git in group and instance clusters See merge request gitlab-org/gitlab!18027
-
Evan Read authored
Docs - add 'manage push rules' to permissions table See merge request gitlab-org/gitlab!17982
-
Anton Smith authored
-
Kushal Pandya authored
Productivity Analytics: Replace timeframe dropdown with daterange picker See merge request gitlab-org/gitlab!16493
-
Martin Wortschack authored
- Removes the dropdown with predefined ranges and adds the GlDaterangePicker component
-
Kushal Pandya authored
Display correct approval status icon next to license See merge request gitlab-org/gitlab!17613
-
mo khan authored
-
Kushal Pandya authored
Remove some feaures and fetures See merge request gitlab-org/gitlab!17967
-
Winnie Hellmann authored
-
Evan Read authored
Documentation improvement for the interruptible keyword Closes #32560 See merge request gitlab-org/gitlab!17639
-
Evan Read authored
Docs: Recommend against using email as SAML NameID See merge request gitlab-org/gitlab!17951
-
Dylan Griffith authored
This should expire just the same as the project cache. This fixes an issue where wiki cache is causing Elastic indexing to not happen after creating a new page.
-
Evan Read authored
First draft updating pipeline visibility doc See merge request gitlab-org/gitlab!17803
-
Marcel Amirault authored
-
- 02 Oct, 2019 8 commits
-
-
Stan Hu authored
Skeleton for segregation of GL com module Closes customers-gitlab-com#722 See merge request gitlab-org/gitlab!17711
-
Aishwarya Subramanian authored
Added code to auto load com module for com environment
-
Evan Read authored
Update Pages to v1.11.0 See merge request gitlab-org/gitlab!18010
-
Nick Thomas authored
-
Thong Kuah authored
Return unloaded commit if it couldn't be enriched See merge request gitlab-org/gitlab!17894
-
Bob Van Landuyt authored
When a commit could not be enriched, we want to return the original commit. When calling `Commit.lazy` we get a `BatchLoader` instance that behaves like `nil`. So now we explicitly trigger the loading in batch and replace the commit with the original commit if it could not be loaded. When a commit could not be enriched, we want to return the original commit. When calling `Commit.lazy` we get a `BatchLoader` instance that behaves like `nil`. So now we explicitly trigger the loading in batch and replace the commit with the original commit if it could not be loaded. This makes sure the merge request view can still be loaded for merge requests for which the source branch became unavailable.
-
Robert Speicher authored
Add pull mirror branch prefix See merge request gitlab-org/gitlab!17368
-
Alessio Caiazza authored
With this setting we can set a prefix to branches during pull mirroring
-