- 18 Aug, 2021 40 commits
-
-
Imre Farkas authored
Refactor git http controller to stop referencing auth::result.actor directly See merge request gitlab-org/gitlab!67143
-
Gosia Ksionek authored
-
Matija Čupić authored
Move sast latest template back to stable See merge request gitlab-org/gitlab!68429
-
Mikołaj Wawrzyniak authored
Update Dynamic Analysis metrics See merge request gitlab-org/gitlab!65762
-
Derek Ferguson authored
-
Etienne Baqué authored
Allow project reporters to drag issue cards in group board See merge request gitlab-org/gitlab!68126
-
Kushal Pandya authored
Fix pipeline findings query See merge request gitlab-org/gitlab!68446
-
Natalia Tepluhina authored
Merge branch '338564-enable-assumeimmutableresults-in-ee-app-assets-javascripts-epic-new_epic_bundle-js' into 'master' Enable `assumeImmutableResults` for creating a new epic See merge request gitlab-org/gitlab!68349
-
Vitali Tatarintev authored
Use latest builds for security findings finder See merge request gitlab-org/gitlab!68266
-
Natalia Tepluhina authored
Migrate epic sidebar todo button to widget See merge request gitlab-org/gitlab!68325
-
Grzegorz Bizon authored
Update feature_category for different Runner endpoints See merge request gitlab-org/gitlab!68216
-
Matthias Käppler authored
Fix database name lost from connection config See merge request gitlab-org/gitlab!68335
-
Thong Kuah authored
Changelog: fixed
-
Eulyeon Ko authored
Items that are draggable are given a new data attribute "draggable-item-type". The handlers for draggable should check the attribute of an item before handling an event.
-
Heinrich Lee Yu authored
This reverts the behavior to match what we had before GraphQL boards. Changelog: fixed
-
Bob Van Landuyt authored
Reschedules migration for uuid recalculation See merge request gitlab-org/gitlab!68200
-
Savas Vedova authored
Enable `assumeImmutableResults` on the Projects Issue tracker See merge request gitlab-org/gitlab!68372
-
Natalia Tepluhina authored
Add weight token to issue board filtered search See merge request gitlab-org/gitlab!67911
-
Scott Stern authored
-
Marcin Sedlak-Jakubowski authored
various fixes for the non-latinate 'e.g.' rule See merge request gitlab-org/gitlab!67994
-
Mike Russo authored
-
NataliaTepluhina authored
-
Marcin Sedlak-Jakubowski authored
Update metadata formatting See merge request gitlab-org/gitlab!68412
-
Savas Vedova authored
-
Grzegorz Bizon authored
Upgrade GitLab Pages to v1.42.0 See merge request gitlab-org/gitlab!68341
-
Dmitry Gruzd authored
Make notification_email like commit_email See merge request gitlab-org/gitlab!68204
-
Vitali Tatarintev authored
Update feature_category for PipelinesController#downloadable_artifacts See merge request gitlab-org/gitlab!66795
-
Cheryl Li authored
-
Albert Salim authored
ci: Run review-qa-smoke for all scheduled pipelines and review-qa-all for nightly scheduled pipelines See merge request gitlab-org/gitlab!67028
-
Albert Salim authored
Print a warning if dependant file doesn't exist See merge request gitlab-org/gitlab!68392
-
Heinrich Lee Yu authored
Update feature_category for project badges See merge request gitlab-org/gitlab!68212
-
Cheryl Li authored
-
Dylan Griffith authored
Always use the newest commit in a branch for push events See merge request gitlab-org/gitlab!68168
-
Kati Paizee authored
Update index.js to constants.js in Snowplow Micro setup See merge request gitlab-org/gitlab!68320
-
Simon Knox authored
Prevent loading of legacy sidebar on epic and graphQL boards See merge request gitlab-org/gitlab!63712
-
Florie Guibert authored
-
Dylan Griffith authored
Log service discovery host list updates See merge request gitlab-org/gitlab!68300
-
Kerri Miller authored
Reduce N+1 Gitaly queries when publishing multiple draft notes See merge request gitlab-org/gitlab!68045
-
Patrick Bajao authored
We are currently calling `Discussions::CaptureDiffNotePositionService` for each draft note being published and results to N+1 Gitaly queries. This is because we create an instance of that service in `Notes::CreateService` for each draft note being published and that service is being called in that service. In this fix, we are adding the capability to skip that call so we can call it within the `DraftNotes::PublishService` instead and only use a single instance of that service. Changelog: performance
-
Russell Dickenson authored
Clean up docs redirects - 2021-08-18 See merge request gitlab-org/gitlab!68436
-