- 17 Sep, 2019 35 commits
-
-
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
-
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.
-
Evan Read authored
Update doc/user/project/pipelines/job_artifacts.md See merge request gitlab-org/gitlab!16816
-
Evan Read authored
Add docs for Auto DevOps build secret forwarding See merge request gitlab-org/gitlab!16783
-
Hordur Freyr Yngvason authored
Documents AUTO_DEVOPS_BUILD_IMAGE_FORWARDED_CI_VARIABLES Relates to https://gitlab.com/gitlab-org/gitlab-ee/issues/25514
-
Evan Read authored
Document a workaround for installing helm behind a proxy See merge request gitlab-org/gitlab!16781
-
Hordur Freyr Yngvason authored
-
Dan Davison authored
Correct push target for Geo E2E wiki push to secondary test See merge request gitlab-org/gitlab!16580
-
Jennifer Louie authored
-
- 16 Sep, 2019 5 commits
-
-
Mark Lapierre authored
Make block arg naming more flexible See merge request gitlab-org/gitlab!16560
-
Dan Davison authored
-
Luke Duncalfe authored
-
Luke Duncalfe authored
Our `SaveDesignsService` would previously version and commit designs files that were not modified since their last version. These would appear as updates in the version history for the design. Besides the version history becoming a bit inaccurate and silly looking, this may create future problems for us. For example, because annotations use the existing `DiffNote` classes, we get errors when producing the discussion threads for discussions started on designs that have not changed in their "diff". There may be other issues lurking if we allow unmodified files to be committed. https://gitlab.com/gitlab-org/gitlab-ee/issues/24080
-
Mayra Cabrera authored
Maintain related issues after moving issue See merge request gitlab-org/gitlab!15391
-