- 14 Aug, 2019 34 commits
-
-
Drew Blessing authored
GitLab has a mechanism that allows CI to clone repositories via HTTP even when the HTTP protocol is disabled. This works as expected when a project is private or internal. However, when a project is public CI gets an error message that HTTP is not allowed. This happens because Git only sends auth in a subsequent request after a 401 is returned first. For public projects, GitLab grabs onto that unauthenticated request and sends it through since it recognizes that Guests are ordinarily allowed to access the repository. Later on this leads to a 403 since HTTP protocol is disabled. Fix this by only continuing with unauthenticated requests when HTTP is allowed.
-
Clement Ho authored
Fixed border styles for callout Closes #66000 See merge request gitlab-org/gitlab-ce!31782
-
Aishwarya Subramanian authored
-
John T Skarbek authored
-
Mayra Cabrera authored
Revert "Merge branch '64341-data-and-privacy-agreement-for-gitlab-users' into 'master'" See merge request gitlab-org/gitlab-ce!31817
-
Kushal Pandya authored
This reverts merge request !30808
-
Bob Van Landuyt authored
Track views of cycle analytics show page See merge request gitlab-org/gitlab-ce!31717
-
Adam Hegyi authored
This change adds a new counter 'cycle_analytics_views' to the usage data metrics to count the page views for cycle analytics show page.
-
Filipa Lacerda authored
Fix the style-lint errors and warnings for wiki.scss Closes #59829 See merge request gitlab-org/gitlab-ce!31656
-
Himanshu Kapoor authored
There were two errors: duplicate styles and @extend used with a class name. I added `.top-area` class to all the instances where `.wiki-page-header` is used since %top-area didn't really make a lot of sense as a placeholder selector. This is also consistent with behaviour on other pages where the `.top-area` class is used alongside the other classes for the specific header styling.
-
Grzegorz Bizon authored
Add `ci_dag_limit_needs` See merge request gitlab-org/gitlab-ce!31803
-
Tom Atkins authored
Docs add guest user clarification See merge request gitlab-org/gitlab-ce!31805
-
Nick Thomas authored
Reduce Gitaly calls in PostReceive Closes #65878 See merge request gitlab-org/gitlab-ce!31741
-
Nick Thomas authored
Elasticsearch versioned schema for Snippet See merge request gitlab-org/gitlab-ce!31465
-
Kamil Trzciński authored
This makes to limit `needs:` to 5 by default. Allow to increase the limit to 50 with disable of FF.
-
Grzegorz Bizon authored
Optimise dag processing See merge request gitlab-org/gitlab-ce!31768
-
Walmyr authored
Reduce the CE/EE diff under `qa/` See merge request gitlab-org/gitlab-ce!31799
-
Kushal Pandya authored
Add notification for updated privacy policy Closes #64341 See merge request gitlab-org/gitlab-ce!30808
-
Dennis Tang authored
This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
-
Tom Atkins authored
Add troubleshooting docs for Registry image push problems See merge request gitlab-org/gitlab-ce!31807
-
Catalin Irimie authored
-
mac-key authored
-
Filipa Lacerda authored
CE backport for gitlab-org/gitlab-ee!14894: Fix the merge button dropdown See merge request gitlab-org/gitlab-ce!31248
-
mac-key authored
-
Kamil Trzciński authored
-
Grzegorz Bizon authored
Require `needs:` to be present Closes #65839 See merge request gitlab-org/gitlab-ce!31761
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Tim Zallmann authored
Adjust copy for adding additional members See merge request gitlab-org/gitlab-ce!31726
-
Achilleas Pipinellis authored
Fix spelling of "timeouted" to "timed out" See merge request gitlab-org/gitlab-ce!31774
-
Achilleas Pipinellis authored
Documentation: fix push options capabilities See merge request gitlab-org/gitlab-ce!31792
-
Christian Couder authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31068 forgot to add a short description of the new push options that it added.
-
Achilleas Pipinellis authored
Embed metrics charts in issues - docs See merge request gitlab-org/gitlab-ce!30849
-
Tristan Read authored
-
Achilleas Pipinellis authored
Docs: remove extra quote from doc/install/installation.md See merge request gitlab-org/gitlab-ce!31785
-
- 13 Aug, 2019 6 commits
-
-
Michael Kozono authored
CE Migration Backport: Add flag to object storage See merge request gitlab-org/gitlab-ce!31695
-
Robert Speicher authored
Fix project avatar image in Slack pipeline notifications Closes #66008 See merge request gitlab-org/gitlab-ce!31788
-
Stan Hu authored
Add usage pings for source code pushes See merge request gitlab-org/gitlab-ce!31734
-
Igor authored
Source Code Usage Ping for Create SMAU
-
Douglas Barbosa Alexandre authored
Bump Helm to 2.14.3 and kubectl to 1.11.10 See merge request gitlab-org/gitlab-ce!31716
-
Stan Hu authored
Expand variables only when needed See merge request gitlab-org/gitlab-ce!31772
-