- 17 Aug, 2020 21 commits
-
-
Josianne Hyson authored
We no longer allow HTML directly in translations. Remove the HTML from these strings so that they can be removed from the todolist and translated normally again. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/228846
-
James Fargher authored
Make the track_unique_actions more clear See merge request gitlab-org/gitlab!39158
-
Phil Hughes authored
Missing target blank in View full report button See merge request gitlab-org/gitlab!39501
-
Juan J. Ramirez authored
-
Phil Hughes authored
Clear Requirement Title field on drawer close Closes #236186 See merge request gitlab-org/gitlab!39532
-
Nicolò Maria Mezzopera authored
Update feature flag section of project access token docs See merge request gitlab-org/gitlab!39292
-
Peter Hegman authored
:resource_access_token enabled by default
-
Jan Provaznik authored
Add cron worker to clean up expired subscriptions from Elasticsearch See merge request gitlab-org/gitlab!38551
-
Jan Provaznik authored
Allow to order by blocking issues count See merge request gitlab-org/gitlab!34665
-
charlie ablett authored
Allows passing negative issue filters to epic swimlanes GraphQL query See merge request gitlab-org/gitlab!39089
-
Jan Provaznik authored
Allows negated params filtering in GraphQL endpoint
-
Dylan Griffith authored
Since paid subscriptions and trials will automatically be added to the index we want a way to ensure they are cleaned up if their subscription expires at some point. Removing from the `ElasticsearchIndexedNamespace` table will be sufficient to trigger them to be deleted from the index. We should wait at least 7 days after they are removed, however, to ensure that we aren't wastefully deleting them if they end up upgrading their plan in this window.
-
Jan Provaznik authored
Ensure HasWiki constructs wikis with users as owners See merge request gitlab-org/gitlab!39265
-
Martin Wortschack authored
Move old integrations to Settings > General and introduce instance-level integrations See merge request gitlab-org/gitlab!38488
-
charlie ablett authored
Don't show subscribable banner to auto_renew:nil See merge request gitlab-org/gitlab!38962
-
Kushal Pandya authored
Clear Requirement Title input field on drawer close to prevent having stale title on next drawer open.
-
Ray Paik authored
Typo fix on CODEOWNERS Section Example See merge request gitlab-org/gitlab!39531
-
James Fargher authored
Update name of Composer event to push_package See merge request gitlab-org/gitlab!39398
-
James Fargher authored
Record user for contact_sales_btn_in_app experiment See merge request gitlab-org/gitlab!39510
-
Ash McKenzie authored
Enable on-demand DAST scan feature flag by default See merge request gitlab-org/gitlab!39411
-
Philip Cunningham authored
Enables security_on_demand_scans_feature_flag by default.
-
- 16 Aug, 2020 9 commits
-
-
Evan Read authored
Add docs for configuring AWS Server Side Encryption headers See merge request gitlab-org/gitlab!39282
-
James Fargher authored
Speed up push_options_handler_service_spec See merge request gitlab-org/gitlab!39381
-
Russell Dickenson authored
Improve Event Dictionary description See merge request gitlab-org/gitlab!39542
-
Jerome Ng authored
-
charlie ablett authored
Resolve "BitBucket Server import using name instead of key" See merge request gitlab-org/gitlab!39433
-
Russell Dickenson authored
Restructure Telemetry Guide for easier readability See merge request gitlab-org/gitlab!39539
-
Jerome Ng authored
-
Illya Klymov authored
-
Illya Klymov authored
Correctly generate key and slug for bitbucket server importer
-
- 14 Aug, 2020 10 commits
-
-
Gabriel Mazetto authored
Add tests for Redis HLL class Closes #235476 See merge request gitlab-org/gitlab!39215
-
Jarka Košanová authored
Add support for a user parent resource in GFM See merge request gitlab-org/gitlab!38571
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This adds a concept of `default_actor` that `HasWiki` instances must implement. This is implemented differently for projects and groups. The contract is that `default_actor` must return a User with ownership privileges over the object. Wiki Owner differs from Owner of these models as wiki_owner must have the type `User`, but `Project#owner` can be a `Group` for instance. Groups can have many owners, so we select the first one, before ascending the chain of parent groups. This is vital since otherwise `HasWiki#wiki` will return wikis that cannot save their own pages.
-
Vijay Hawoldar authored
PersonalSnippets do not belong to a group or project so this commit adds support for a user as the parent instead
-
Igor Drozdov authored
Enable code_navigation_references feature flag See merge request gitlab-org/gitlab!39214
-
Patrick Bajao authored
RAM usage of parsiing LSIF references are now back to normalcy and feature works. It can now be enabled by default.
-
Kushal Pandya authored
Remove an extra padding in y-axis on Epic detail Closes #232084 See merge request gitlab-org/gitlab!37886
-
Trevor Bramwell authored
The CODEOWNERS section example contained a typo of "@user2". Signed-off-by: Trevor Bramwell <trevor@bramwell.net>
-