Commits on Source (50)
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Tiger Watson authored
-
Lukas Eipert authored
-
Lucas Charles authored
-
Lucas Charles authored
-
Lucas Charles authored
-
Lucas Charles authored
With gitlab-org/security-products/analyzers/gosec!18 we have added some basic URLs to our gosec analyzer, upgrading data from none to partially reliable
-
Stan Hu authored
This is a follow-up from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31938. In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
-
Sean Arnold authored
-
Kushal Pandya authored
Update dependency @gitlab/svgs to ^1.70.0 See merge request gitlab-org/gitlab-ce!32162
-
-
Achilleas Pipinellis authored
Add changelog exclusion language for docs-only changes See merge request gitlab-org/gitlab-ce!32123
-
-
Achilleas Pipinellis authored
Docs: Replace old screenshots in project forking workflow See merge request gitlab-org/gitlab-ce!31869
-
Achilleas Pipinellis authored
Add example usage of `SAST_EXCLUDED_PATHS` See merge request gitlab-org/gitlab-ce!32120
-
Achilleas Pipinellis authored
Update docs - SAST golang analyzer URLs are partially reliable See merge request gitlab-org/gitlab-ce!32164
-
Kamil Trzciński authored
DB Load Balancing: Support SRV lookups See merge request gitlab-org/gitlab-ce!32135
-
Achilleas Pipinellis authored
Remove duplicate text in health check doc See merge request gitlab-org/gitlab-ce!32175
-
-
Sean McGivern authored
Update gitlab_schema.rb to fix typo See merge request gitlab-org/gitlab-ce!32200
-
-
Rémy Coutable authored
Dont run SAST on tests See merge request gitlab-org/gitlab-ce!32011
-
Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
-
Kamil Trzciński authored
Apply quickactions when modifying comments See merge request gitlab-org/gitlab-ce!31136
-
Nick Thomas authored
Resolve "Unrecoverable configuration loop in external auth control" Closes #66443 See merge request gitlab-org/gitlab-ce!32102
-
Lukas Eipert authored
-
Zeger-Jan van de Weg authored
The flag defaulted to true, so there's no change unless users turned it off. Given there's a lack of issues regarding object pools, this should be OK.
-
-
Ash McKenzie authored
Danger: Map .rubocop{,_todo}.yml to ~backend See merge request gitlab-org/gitlab-ce!32156
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Update dependency @gitlab/ui to v5.19.0 See merge request gitlab-org/gitlab-ce!32202
-
Stop checking the file location programmatically.
-
Sean McGivern authored
Utilize RuboCop's Include/Exclude config See merge request gitlab-org/gitlab-ce!32098
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
Copy `ee/app/models/license.rb` in the QA image if present See merge request gitlab-org/gitlab-ce!32111
-
Nick Thomas authored
Remove the object pools feature flag See merge request gitlab-org/gitlab-ce!32204
-
Code Review Usage Ping for Create SMAU
-
Lin Jen-Shin authored
Add usage pings for merge request creating See merge request gitlab-org/gitlab-ce!32059
-
Lin Jen-Shin authored
Use the 'needs' keyword for 'package-and-qa' job See merge request gitlab-org/gitlab-ce!32085
-
-
Rémy Coutable authored
Change default visibility level for FogBugz imported projects to Private See merge request gitlab-org/gitlab-ce!32142
-
Add cluster provider k3d
-
Dan Davison authored
Refactor kubernetes setup in QA See merge request gitlab-org/gitlab-ce!29799
-
The `GraphQL::Function` has been deprecated in favor of resolvers.
-
Mayra Cabrera authored
Upgrade GraphQL gem to 1.8.4 and replace echo function with a resolver See merge request gitlab-org/gitlab-ce!32016
-
Mayra Cabrera authored
Fix N+1 Gitaly calls in /api/v4/projects/:id/issues See merge request gitlab-org/gitlab-ce!32171
-
This also restructures how and where the configuration for Snowplow lives.
-
Jan Provaznik authored
Adjusts snowplow to use cookies for sessions Closes telemetry#77 See merge request gitlab-org/gitlab-ce!31826
Showing
- .dockerignore 9 additions, 1 deletion.dockerignore
- .gitlab/ci/qa.gitlab-ci.yml 9 additions, 4 deletions.gitlab/ci/qa.gitlab-ci.yml
- .gitlab/ci/reports.gitlab-ci.yml 1 addition, 0 deletions.gitlab/ci/reports.gitlab-ci.yml
- .rubocop.yml 54 additions, 0 deletions.rubocop.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/assets/javascripts/lib/utils/http_status.js 1 addition, 0 deletionsapp/assets/javascripts/lib/utils/http_status.js
- app/assets/javascripts/main.js 2 additions, 0 deletionsapp/assets/javascripts/main.js
- app/assets/javascripts/notes/components/noteable_note.vue 22 additions, 9 deletionsapp/assets/javascripts/notes/components/noteable_note.vue
- app/assets/javascripts/notes/stores/actions.js 13 additions, 9 deletionsapp/assets/javascripts/notes/stores/actions.js
- app/assets/javascripts/tracking.js 28 additions, 0 deletionsapp/assets/javascripts/tracking.js
- app/controllers/concerns/notes_actions.rb 5 additions, 0 deletionsapp/controllers/concerns/notes_actions.rb
- app/controllers/projects/notes_controller.rb 1 addition, 1 deletionapp/controllers/projects/notes_controller.rb
- app/graphql/functions/base_function.rb 0 additions, 6 deletionsapp/graphql/functions/base_function.rb
- app/graphql/functions/echo.rb 0 additions, 15 deletionsapp/graphql/functions/echo.rb
- app/graphql/gitlab_schema.rb 1 addition, 1 deletionapp/graphql/gitlab_schema.rb
- app/graphql/resolvers/echo_resolver.rb 14 additions, 0 deletionsapp/graphql/resolvers/echo_resolver.rb
- app/graphql/types/query_type.rb 1 addition, 1 deletionapp/graphql/types/query_type.rb
- app/models/project.rb 1 addition, 2 deletionsapp/models/project.rb
- app/services/application_settings/update_service.rb 5 additions, 1 deletionapp/services/application_settings/update_service.rb
... | ... | @@ -83,7 +83,7 @@ gem 'grape-entity', '~> 0.7.1' |
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ||
# GraphQL API | ||
gem 'graphql', '~> 1.8.0' | ||
gem 'graphql', '= 1.8.4' | ||
gem 'graphiql-rails', '~> 1.4.10' | ||
gem 'apollo_upload_server', '~> 2.0.0.beta3' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
... | ... |
app/graphql/functions/echo.rb
deleted
100644 → 0
app/graphql/resolvers/echo_resolver.rb
0 → 100644