- 02 Sep, 2020 40 commits
-
-
Alex Pooley authored
This adds a Gitlab::SQL::Intersect and Gitlab::SQL::Except with corresponding FromIntersect and FromExcept model concerns. The commit takes the previous UNION code and generalizes for the INTERSECT and EXCEPT cases.
-
Kushal Pandya authored
Add a Summary tab for incident issues See merge request gitlab-org/gitlab!39822
-
Tristan Read authored
-
Jarka Košanová authored
PersonalSnippet update with files support See merge request gitlab-org/gitlab!40084
-
Mark Chao authored
Upgrade apollo_upload_server gem to 2.0.2 See merge request gitlab-org/gitlab!39763
-
Luke Duncalfe authored
This picks up changes in the gem introduced to throw an error if the client submits Strings as input rather than images. https://gitlab.com/gitlab-org/gitlab/-/issues/228657
-
Martin Wortschack authored
Merge branch '229320-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-app-assets-javascripts-diffs-components' into 'master' Migrate buttons to new components in …settings_dropdown.vue Closes #219816 and #229320 See merge request gitlab-org/gitlab!40409
-
Jeremy Elder authored
-
Vitaly Slobodin authored
Add Flash spacing on merge request show page Closes #232512 See merge request gitlab-org/gitlab!39903
-
Zack Cuddy authored
-
Ezekiel Kigbo authored
Support dark theme for overview See merge request gitlab-org/gitlab!40988
-
Igor Drozdov authored
Fix RegExp for dotenv report artifact See merge request gitlab-org/gitlab!38562
-
Adam Hegyi authored
Add Atlassian Identity to store identity/credentials See merge request gitlab-org/gitlab!40176
-
Natalia Tepluhina authored
Fix typos in CSS classname See merge request gitlab-org/gitlab!41039
-
Ramya Authappan authored
Make the RSpec JSON formatter more like the JUnit formatter See merge request gitlab-org/gitlab!40569
-
Stan Hu authored
Add MergeRequest sort options to GraphQL API See merge request gitlab-org/gitlab!40138
-
Dan Jensen authored
Previously the GraphQL API for MergeRequests did not include any sorting capability (like it does for Issues). This adds a set of sorting options for MergeRequests.
-
Viji Rao authored
Add troubleshooting for GitLab Pages listen proxy Closes gitlab-com/support/docs#73 See merge request gitlab-org/gitlab!39683
-
Drew Blessing authored
The new Atlassian Identity model and associated database table will allow GitLab users to connect their account to Atlassian Cloud. GitLab will then store the OAuth token and refresh token so GitLab can interact with Atlassian JIRA via the API. This will enable further integrations beyond authentication in the future.
-
Heinrich Lee Yu authored
Fix Iteration due_date_passed See merge request gitlab-org/gitlab!40884
-
Kushal Pandya authored
Update lodash 4.17.15 to 4.17.20 See merge request gitlab-org/gitlab!41036
-
Kushal Pandya authored
Fix a typo in Rails layout comments See merge request gitlab-org/gitlab!41037
-
Kushal Pandya authored
Merge branch '229266-mlunoe-make-filtered-search-tokens-default-suggestions-configurable' into 'master' Feat(FilteredSearchBar): default suggestion config See merge request gitlab-org/gitlab!40948
-
Mark Lapierre authored
Add create group iteration e2e spec See merge request gitlab-org/gitlab!40554
-
Désirée Chevalier authored
Adds an e2e test for creating a group iteration.
-
Stan Hu authored
Swimlanes - Rspec tests See merge request gitlab-org/gitlab!40461
-
Tiger Watson authored
Remove cop disable comment and preload of associations See merge request gitlab-org/gitlab!40934
-
Illya Klymov authored
VSA Add stage button doesnt display the form Closes #244054 See merge request gitlab-org/gitlab!41026
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
This addresses a Prototype pollution as follows: https://snyk.io/vuln/SNYK-JS-LODASH-608086Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Russell Dickenson authored
Docs: Update capitalization of runner See merge request gitlab-org/gitlab!40913
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/233529
-
Russell Dickenson authored
Docs: Adding link to Composer CI/CD instructions See merge request gitlab-org/gitlab!41023
-
Suzanne Selhorn authored
-
Douglas Barbosa Alexandre authored
Apply GZip compression to discussion diffs Closes #225600 See merge request gitlab-org/gitlab!40778
-
Kerri Miller authored
This module holds common logic for compression and decompression of strings via ActiveSupport::Gzip. The destination of these compressed strings is usually Redis, so encoding is handled, as is compression detection when decompressing.
-
Evan Read authored
Update vale docs and exceptions See merge request gitlab-org/gitlab!40992
-
Ezekiel Kigbo authored
Updates the listening event for the custom stage form Adds additional jest specs
-
Douglas Barbosa Alexandre authored
Geo: Fix update event bugs Closes #238137 and #241668 See merge request gitlab-org/gitlab!40643
-