- 20 Jun, 2019 9 commits
-
-
Achilleas Pipinellis authored
Edit new Zoom call link content See merge request gitlab-org/gitlab-ce!29878
-
Evan Read authored
-
Kushal Pandya authored
Rename graphql files to match frontend docs See merge request gitlab-org/gitlab-ce!29856
-
Achilleas Pipinellis authored
Documentation update for registry restore troubleshooting Closes #63163 See merge request gitlab-org/gitlab-ce!29819
-
DJ Mountney authored
Restoring the registry ends up using the wrong file permissions, breaking the registry. Document the workaround while we look at improvements.
-
Douwe Maan authored
Remove import columns from projects table See merge request gitlab-org/gitlab-ce!29863
-
Douwe Maan authored
Render markdown in GraphQL See merge request gitlab-org/gitlab-ce!29700
-
Bob Van Landuyt authored
This adds a `markdown_field` to our types. Using this helper will render a model's markdown field using the existing `MarkupHelper` with the context of the GraphQL query available to the helper. Having the context available to the helper is needed for redacting links to resources that the current user is not allowed to see. Because rendering the HTML can cause queries, the complexity of a these fields is raised by 5 above the default. The markdown field helper can be used as follows: ``` markdown_field :note_html, null: false ``` This would generate a field that will render the markdown field `note` of the model. This could be overridden by adding the `method:` argument. Passing a symbol for the method name: ``` markdown_field :body_html, null: false, method: :note ``` It will have this description by default: > The GitLab Flavored Markdown rendering of `note` This could be overridden by passing a `description:` argument. The type of a `markdown_field` is always `GraphQL::STRING_TYPE`.
-
Stan Hu authored
fix(favicon): get favicon_path, so it works also with uploads object store See merge request gitlab-org/gitlab-ce!29482
-
- 19 Jun, 2019 31 commits
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21497, we migrated all project import data into a separate table, `project_import_data`. In addition, we also added: ``` ignore_column :import_status, :import_jid, :import_error ``` In https://gitlab.com/gitlab-com/gl-infra/production/issues/908, we observed some of these `import_error` columns consumed megabytes of error backtraces and caused slow loading of projects whenever a `SELECT * from projects` query loaded the row into memory. Since we have long migrated away from these columns, we can now drop these columns entirely.
-
Stan Hu authored
Updating CE repo to include new EE users API changes See merge request gitlab-org/gitlab-ce!29581
-
Michael Leopard authored
Updated users API documentation Moved API level changes to the service level
-
Mike Lewis authored
Update gitaly docs to enumerate how to eliminate NFS altogether See merge request gitlab-org/gitlab-ce!29812
-
Stan Hu authored
Fix N+1 problem in `JobsController#index` See merge request gitlab-org/gitlab-ce!29839
-
Mike Lewis authored
-
Mayra Cabrera authored
CE backport for changes in EE MR 14017 See merge request gitlab-org/gitlab-ce!29328
-
Luke Duncalfe authored
This backports to CE changes to allow the EE model DesignManagement::Repository to override the #attributes_at method to provide its own git attributes. The #attributes_at method was freely available, as it's never called by anything in the app. It looks like the code that called it got refactored out of existence in ca66a04f. It was still being called in a spec https://gitlab.com/gitlab-org/gitlab-ce/blob/85b29c1c2fa3b94d7371cf454c485457a0756cb1/spec/services/files/create_service_spec.rb#L40 which I've left because with the change in Lfs::FileTransformer in fact is now again the perfect test! See EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14017 And these comment threads https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178002089 https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178049984
-
Annabel Dunstone Gray authored
Fix Double Border in Profile Page Closes #63227 See merge request gitlab-org/gitlab-ce!29784
-
Yoginth authored
-
Annabel Dunstone Gray authored
Fix nested lists unnecessary margin Closes #33744 See merge request gitlab-org/gitlab-ce!29775
-
Kuba Kopeć authored
-
Mike Greiling authored
Add watch option to test script See merge request gitlab-org/gitlab-ce!29560
-
Paul Gascou-Vaillancourt authored
-
Robert Speicher authored
Use NotesFinder to get Noteable See merge request gitlab-org/gitlab-ce!28205
-
Mike Greiling authored
Use @vue/test-utils for tooltip_on_truncate_spec See merge request gitlab-org/gitlab-ce!29249
-
Robert Speicher authored
Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790
-
Filipa Lacerda authored
Added forked projects API call function See merge request gitlab-org/gitlab-ce!29841
-
Lin Jen-Shin authored
Fix syntax coloring on emacs See merge request gitlab-org/gitlab-ce!29844
-
Marcia Ramos authored
Fix typo in doc/user/project/pipelines/settings.md See merge request gitlab-org/gitlab-ce!29851
-
Stan Hu authored
Change automaticallyl -> automatically
-
Phil Hughes authored
-
Sanad Liaquat authored
Backport EE MR See merge request gitlab-org/gitlab-ce!29853
-
Lin Jen-Shin authored
When using suggestions, squash must be enabled See merge request gitlab-org/gitlab-ce!29687
-
Achilleas Pipinellis authored
-
-
Kamil Trzciński authored
Run static memory benchmarks from 'derailed_benchmarks' in CI See merge request gitlab-org/gitlab-ce!29618
-
Kushal Pandya authored
Resolve "Username availability checker breaks inline validation" Closes #62980 See merge request gitlab-org/gitlab-ce!29678
-
Jiaan authored
-
Grzegorz Bizon authored
Knative version bump 0.5 -> 0.6 See merge request gitlab-org/gitlab-ce!28798
-
Chris Baumbauer authored
-