- 09 Jun, 2020 1 commit
-
-
Sarah Yasonik authored
Querying AlertManagementAlerts with the assignee field through the GraphQL API would result in a N+1 query. This fixes the query by using BatchLoader::Graphql to group the assignee queries at the end of multiplex query, only once all alerts have been processed. The accomodate authorizations, this logic circumvents our GraphQL auth layer, asserting the same authorization only after the BatchLoader has completed its work.
-
- 08 Jun, 2020 39 commits
-
-
Amy Qualls authored
Docs: Remove instances of 'whitelist' See merge request gitlab-org/gitlab!34087
-
Mike Jang authored
docs: Specify tiers for SAML SSO at self-hosted plans See merge request gitlab-org/gitlab!34040
-
Illya Klymov authored
Resolve "Better UX for Project Creation" See merge request gitlab-org/gitlab!32606
-
Illya Klymov authored
Add Vue-based experiment for new create project UX
-
Mike Jang authored
Remove antiquated support doc See merge request gitlab-org/gitlab!33136
-
Marcel Amirault authored
-
Douglas Barbosa Alexandre authored
Add approved MRs count to contribution analytics Closes #7168 See merge request gitlab-org/gitlab!33601
-
Douglas Barbosa Alexandre authored
Add function to assign alert todos See merge request gitlab-org/gitlab!33768
-
Jarka Košanová authored
Build integration from instance inherits id See merge request gitlab-org/gitlab!33974
-
Mike Jang authored
Some more metadata for Manage See merge request gitlab-org/gitlab!33862
-
Mike Jang authored
-
Marcia Ramos authored
Document the extensions wiki pages must have See merge request gitlab-org/gitlab!33789
-
Ramya Authappan authored
Fix flaky project import spec See merge request gitlab-org/gitlab!34041
-
Jan Provaznik authored
Refactor validations in JiraController See merge request gitlab-org/gitlab!31604
-
Arturo Herrero authored
-
Pavel Shutsin authored
Approved MRs cound should reflect number of approved MRs for given user for given time period
-
Heinrich Lee Yu authored
Do not display user limit count banner for licenses with over capacity Closes #219996 See merge request gitlab-org/gitlab!33597
-
Suzanne Selhorn authored
Compress variables images See merge request gitlab-org/gitlab!34054
-
Arturo Herrero authored
Build an integration from an instance-level integration inherits its id. This is needed in order to propagate the values when the instance-level settings change.
-
Mayra Cabrera authored
-
Amy Qualls authored
Docs: Split off Auto DevOps requirements Closes #220100 See merge request gitlab-org/gitlab!33988
-
Amy Qualls authored
Create a new requirements page to take some of the weight off of the main Auto DevOps page.
-
Suzanne Selhorn authored
Add regex examples to container registry expiration policy docs See merge request gitlab-org/gitlab!33945
-
João Pereira authored
-
Suzanne Selhorn authored
Add instruction for migrating registry data to s3 without downtime See merge request gitlab-org/gitlab!33747
-
Nourdin el Bacha authored
-
Mayra Cabrera authored
Fixes Style/WordArray on repository model spec
-
Douglas Barbosa Alexandre authored
DRY up User method delegation See merge request gitlab-org/gitlab!33800
-
Amy Qualls authored
-
Suzanne Selhorn authored
Adds note about multi-deployment apps See merge request gitlab-org/gitlab!33671
-
Alexander Tanayno authored
-
Jarka Košanová authored
- don't fail when some configuration error comes - restructure specs
-
Kushal Pandya authored
Ignore moment.js dependency for pikaday See merge request gitlab-org/gitlab!34053
-
Vitaly Slobodin authored
Pikaday has a dependency on moment.js but moment.js was removed from our codebase and build outputs an error in the browser's console. Potential fix is to wait when upstream removes moment.js as a direct dependency but Pikaday looks unmaintained (last commit in 2018). Another fix is to add IgnorePlugin from webpack to ignore moment.js when processing Pikaday.
-
Illya Klymov authored
Migrate spec/javascripts/behaviors/ to Jest Closes #194205 See merge request gitlab-org/gitlab!33975
-
Illya Klymov authored
Generate vulnerability data hash just once per request See merge request gitlab-org/gitlab!33970
-
Illya Klymov authored
Fix the alingment issues See merge request gitlab-org/gitlab!33855
-
Robert Speicher authored
Rename StuckImportJobsWorker to StuckProjectImportJobsWorker Closes #218563 See merge request gitlab-org/gitlab!32965
-
Marcin Sedlak-Jakubowski authored
Docs: external users can access public projects See merge request gitlab-org/gitlab!33796
-