- 01 Jun, 2020 22 commits
-
-
Bob Van Landuyt authored
Use gitlab-workhorse 8.33.0 See merge request gitlab-org/gitlab!33285
-
Igor Drozdov authored
Statistics about amount of clusters configured See merge request gitlab-org/gitlab!32761
-
Ash McKenzie authored
Update GITALY_SERVER_VERSION for Ruby 2.6.6 See merge request gitlab-org/gitlab!33466
-
Natalia Tepluhina authored
Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/clusters/components/applications.vue' into 'master' Update deprecated slot syntax in `./app/assets/javascripts/clusters/components/applications.vue` See merge request gitlab-org/gitlab!32009
-
Gilang Gumilar authored
-
Natalia Tepluhina authored
Add "Type" field to asset links on "Edit Release" page See merge request gitlab-org/gitlab!31253
-
Natalia Tepluhina authored
Apply fullscreen-layout to Design View See merge request gitlab-org/gitlab!29881
-
Tom Quirk authored
Fixes bug where Issue content could be scrolled when Design View (the overlay) was opened.
-
Kushal Pandya authored
[RUN AS-IF-FOSS] Move frontend batch comments code into core See merge request gitlab-org/gitlab!32558
-
Stan Hu authored
Update GitLab Shell to v13.3.0 See merge request gitlab-org/gitlab!33477
-
Marcel Amirault authored
Docs: test for semantically unhelpful linking words See merge request gitlab-org/gitlab!33355
-
Amy Qualls authored
Links should use semantically helpful words for both accessibility and search engine optimization purposes. Test for some common, terrible linking words.
-
Dylan Griffith authored
Network policy toggle See merge request gitlab-org/gitlab!33003
-
Marcel Amirault authored
Updated README.md per discussion here http://disq.us/p/298qamr . Note that I... See merge request gitlab-org/gitlab!32683
-
-
Russell Dickenson authored
Document DS detection depth See merge request gitlab-org/gitlab!33197
-
Lucas Charles authored
-
Mark Lapierre authored
E2E test to create the very first file via Web IDE Closes gitlab-org/quality/testcases#815 See merge request gitlab-org/gitlab!31564
-
Anastasia McDonald authored
Regression, see https://gitlab.com/gitlab-org/gitlab/-/issues/27915
-
Mark Lapierre authored
Add an E2E test of code owner approval and merge Closes gitlab-org/quality/testcases#803 See merge request gitlab-org/gitlab!31180
-
Mark Lapierre authored
This adds a test to provide coverage for the issue to be resolved in: https://gitlab.com/gitlab-org/gitlab/-/issues/216345 - Includes changes to `Resource::ProtectedBranch` to require code owner approval for a branch that's already protected. - Adds a page object for merge request approvals settings. - Enables `find_element` to handle any kwargs without a conflict between dynamic element selectors and capybara (which only accepts certain keywords). - Enables `has_element?` to find disabled elements. - Enables `Runtime::Feature` to verify when disabling a feature flag. Testcase creation issue: https://gitlab.com/gitlab-org/quality/testcases/-/issues/803
-
Russell Dickenson authored
Fix DAST_ZAP_GENERATE_CONFIG env var doc issue See merge request gitlab-org/gitlab!33138
-
- 31 May, 2020 6 commits
-
-
Evan Read authored
Remove outdated doc section See merge request gitlab-org/gitlab!33393
-
Zeger-Jan van de Weg authored
-
Dylan Griffith authored
Add GraphQL mutation for toggling the resolved status of a discussion See merge request gitlab-org/gitlab!32934
-
James Ramsay authored
Update description of Praefect See merge request gitlab-org/gitlab!33245
-
Luke Duncalfe authored
Adds a new GraphQL mutations for toggling the resolve status of a discussion: `discussionToggleResolve`. https://gitlab.com/gitlab-org/gitlab/-/issues/13049
-
Stan Hu authored
For now, we use a commit SHA since there is no tag for this yet.
-
- 30 May, 2020 5 commits
-
-
Stan Hu authored
Fix expired SSL cert in PagesDomain test See merge request gitlab-org/gitlab!33462
-
Stan Hu authored
The intermediate certificate for COMODO RSA Certification Authority expired on May 30, 2020 and was signed by AddTrust External CA Root. This new root certificate expires on January 18, 2038.
-
Heinrich Lee Yu authored
Promote json-schema to production See merge request gitlab-org/gitlab!33457
-
Stan Hu authored
This was introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32991 and used in app/validators/json_schema_validator.rb, so we need it as a production gem instead of a test gem. This caused https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2207
-
Michael Kozono authored
Revert "Merge branch 'bump-rails-6.0.3.1' into 'master'" See merge request gitlab-org/gitlab!33446
-
- 29 May, 2020 7 commits
-
-
Peter Leitzen authored
Hide N+1 query behind intended feature flag See merge request gitlab-org/gitlab!33445
-
syasonik authored
-
Stan Hu authored
Show the status of stand-alone secrets analyzer on configuration page See merge request gitlab-org/gitlab!31167
-
Thong Kuah authored
This reverts merge request !32486
-
Stan Hu authored
Move migration related to ci_builds to post_deployment See merge request gitlab-org/gitlab!33416
-
Andrew Fontaine authored
Support user-defined links in metrics dashboard Closes #216385 See merge request gitlab-org/gitlab!33324
-
Dhiraj Bodicherla authored
This MR parses user-defined links in metrics dashboards and saves to Vuex store. This MR creates a links section Vue component but does not use it yet. Also, backend support for links validation is added
-