- 03 Oct, 2019 19 commits
-
-
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 21 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
-
Robert Speicher authored
Adding sort to the projects package list page See merge request gitlab-org/gitlab!15448
-
Nick Kipling authored
Updated the UI to include sort dropdown Added reorder options to the packages list Updated sorting helper with package options Added tests to test that sorting works Updated pot file Added changelog
-
Mike Greiling authored
Create EKS cluster VPC and Subnet dropdown See merge request gitlab-org/gitlab!16922
-
Mike Greiling authored
Replace snapshot testing with regular assertions Closes #33270 See merge request gitlab-org/gitlab!18037
-
Mayra Cabrera authored
Count unique users for more accurate SMAU reporting - Verify See merge request gitlab-org/gitlab!15747
-
Michael Kozono authored
Geo: Refactor File Replication to allow for Object Storage Closes #10586 See merge request gitlab-org/gitlab!15606
-
Paul Slaughter authored
**Why?** Snapshots with fixture values can cause issues because fixtures are not guaranteed to be the same in `gitlab` and `gitlab-foss` https://gitlab.com/gitlab-org/gitlab/issues/33270
-
Douglas Barbosa Alexandre authored
Create Design Sync Service Closes #13052 See merge request gitlab-org/gitlab!17621
-
Valery Sizov authored
We create a separate registry for designs despite the fact that this is basically the same as wiki or regular repository. We aim to make them separate so this can be considered as a first step
-
Paul Slaughter authored
Remove unnecessary attributes from icon.vue See merge request gitlab-org/gitlab!17839
-
Mike Greiling authored
- `cssClasses` is redundant because `class` values are merged with the root element anyway. - `width`, `height`, `x`, `y` are redundant and will all pass through. - `tabIndex` is redundant because `tabindex` can be passed through. https://gitlab.com/gitlab-org/gitlab/merge_requests/17839
-
Sanad Liaquat authored
Replace before(:all) and before(:context) for screenshots See merge request gitlab-org/gitlab!17985
-
Sanad Liaquat authored
-