- 17 Sep, 2019 40 commits
-
-
Grzegorz Bizon authored
Add latest pipelines link to api See merge request gitlab-org/gitlab!16534
-
Achilleas Pipinellis authored
Add zoom call section in Issue docs See merge request gitlab-org/gitlab!16836
-
Seth Engelhard authored
-
Andreas Brandl authored
Add npm metadata tags table See merge request gitlab-org/gitlab!15770
-
Sara Ahbabou authored
Tables for metadata and package tags
-
Achilleas Pipinellis authored
Fix typo in group name in ldap-ee.md See merge request gitlab-org/gitlab!16881
-
Achilleas Pipinellis authored
Fix docker code block formatting in ADO docs See merge request gitlab-org/gitlab!16899
-
Hordur Freyr Yngvason authored
-
Nick Thomas authored
Upgrade gitlab-pages to 1.9.0 See merge request gitlab-org/gitlab!16801
-
Vladimir Shushlin authored
-
Kamil Trzciński authored
Enabling runners token for groups See merge request gitlab-org/gitlab!16831
-
Nacho Otal authored
Issue #60774 : I understand the limitations on the number of queries as a test but don't understand how can I count them yet. I'll try to see if I can progress on the pipeline while I get some attention.
-
Nick Thomas authored
XML artifacts are now served by pages See merge request gitlab-org/gitlab!16790
-
Philipp Hasper authored
As JSON is served via pages, XML should also be suitable
-
Peter Leitzen authored
Protected branches log audits events Closes #1487 See merge request gitlab-org/gitlab!16399
-
Sebastián Arcila Valenzuela authored
These changes add EE custom behavior for the different protected branches (create, destroy and udpate). It also adds a possible fix for spec/services/git/branch_push_service_spec.rb that was using expect_any_instance_of that was failing with the new EE modules
-
Kamil Trzciński authored
Reinitialize metrics files on webserver master start See merge request gitlab-org/gitlab!16623
-
Achilleas Pipinellis authored
Docs only: Deprecation of Shibboleth SP See merge request gitlab-org/gitlab!16587
-
Mike Terhar authored
The users should be directed toward the omniauth-saml page instead since Shibboleth 3 supports SAML.
-
James Lopez authored
Move "Require code owner approval" setting from Project to ProtectedBranches See merge request gitlab-org/gitlab!16187
-
Kerri Miller authored
I've set this up as a post-deploy background migration, taking advantage of `each_batch` to set up jobs for Sidekiq workers to copy the project's `merge_requests_require_code_owner_approval` to each of its protected branch's `code_owner_approval_required` attribute. I've added some basic tests here, as well. I initially added a pair of #after_commit hooks to make sure projects get updated while we were asynchronously chewing through the projects and branches. However, I abandoned this, as a database reviewer supplied a faster approach that shouldn't be an issue in terms of the total time required to process the entities.
-
Filipa Lacerda authored
Fix console error when loading issues See merge request gitlab-org/gitlab!16833
-
Heinrich Lee Yu authored
-
Evan Read authored
Fix outdated Polling development doc See merge request gitlab-org/gitlab!16749
-
Thong Kuah authored
Also, add note about adding polling interval header
-
Achilleas Pipinellis authored
Removes information about docs in CE and EE See merge request gitlab-org/gitlab!16883
-
Ezekiel Kigbo authored
Updated urls to point to gitlab-org/gitlab Replace CE, EE text with GitLab Removed references to CE and EE repos and updated links to point to the new GitLab project
-
Kushal Pandya authored
Productivity Analytics: Project filter dropdown fixes See merge request gitlab-org/gitlab!16814
-
Martin Wortschack authored
- Increase number of projects to load to 50 and excludes forks - Pass groupId and projectId from dropdown to filter
-
Lin Jen-Shin authored
Prevent unmodified designs from being versioned See merge request gitlab-org/gitlab!16429
-
Ramya Authappan authored
Add E2E test of pull mirroring with password auth Closes gitlab-org/quality/testcases#119 See merge request gitlab-org/gitlab!16428
-
Kushal Pandya authored
Create cluster dropdown component See merge request gitlab-org/gitlab!16518
-
Enrique Alcántara authored
- Also rename EKS dropdown to cluster form dropdown
-
Kushal Pandya authored
Remove eslint-plugin-html See merge request gitlab-org/gitlab!16789
-
Thong Kuah authored
Remove self monitoring migration See merge request gitlab-org/gitlab!16864
-
Tom Cassidy authored
-
Evan Read authored
Docs: update CI/CD illustration Closes #31693 See merge request gitlab-org/gitlab!16841
-
Marcia Ramos authored
- Replace inforgraphic with typo - Update version number
-
Mark Lapierre authored
Simplify end-to-end test setup See merge request gitlab-org/gitlab!16846
-
Walmyr Lima e Silva Filho authored
Besides that, this commit tries to fix an issue that happens on staging, where user fabrication via API doesn't work, and it may be due to the usage of let(:user) since other tests using User.fabricate_via_api! don't use it in a let declaration. In this commit I'm moving the user fabrication to the before block and exposing it as an instance variable @user, so that it can be used in the test itself. Also, I have removed unnecessary steps that makes the test slower.
-