- 19 Oct, 2020 14 commits
-
-
Adam Hegyi authored
For search UI, the audit events scope is limit by pagination. This does not exhibit the same problem with CSV export where scope does not have set limit (we use file size limit as the stopping mechanism). Preloading associated records, hence, requires to be performed in batches to avoid overloading memory. BatchLoader cache was designed to hold data for one web request, which in our case might yield significant amount of user records. To keep the memory growth under control, we're clearing up the cached data after each iteration (i.e. after 1K records). A fix for `MissingAttribute` error when calling `select` without `details` field is also introduced. This is caused by the call back method to initialize `details` after AR model loaded from database. This change allows the following usage: `AuditEvent.select(:id).first`. Co-authored-by: Tan Le <tle@gitlab.com>
-
Kushal Pandya authored
Filtering of merge requests by deployments data See merge request gitlab-org/gitlab!44041
-
Kushal Pandya authored
Create pipeline status widget See merge request gitlab-org/gitlab!44521
-
Alexander Turinske authored
- add time from update and link - add tests
-
Evan Read authored
Docs: Update graphql.md - minor rewording See merge request gitlab-org/gitlab!45486
-
Ezekiel Kigbo authored
-
Ash McKenzie authored
Update gitlab-shell to v13.10.0 See merge request gitlab-org/gitlab!45408
-
Evan Read authored
Update API Pagination response headers See merge request gitlab-org/gitlab!45301
-
Ezekiel Kigbo authored
Swimlanes - Update list WIP limit See merge request gitlab-org/gitlab!45353
-
Florie Guibert authored
Use graphQL mutation to update list WIP limit in settings sidebar
-
Evan Read authored
docs: Remove porting to go section for hooks See merge request gitlab-org/gitlab!42228
-
Dylan Griffith authored
Switch to using admin for project rolebindings See merge request gitlab-org/gitlab!45479
-
Dylan Griffith authored
Always Refresh Merge Requests in Merge Train from the beginning See merge request gitlab-org/gitlab!45232
-
Russell Dickenson authored
Add MobSF documentation See merge request gitlab-org/gitlab!45207
-
- 18 Oct, 2020 7 commits
-
-
Thong Kuah authored
Gated behind a disbled feature flag intially This enables CI to create roles and rolebindings within that namespace.
-
James Fargher authored
Merge branch '235391-support-group-milestones-to-be-associated-with-project-releases-in-api' into 'master' Support Group Milestones to be associated with Project Releases in API See merge request gitlab-org/gitlab!43385
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/235391 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43385
-
Craig Norris authored
Consolidate duplicate promote error in Geo troubleshooting docs See merge request gitlab-org/gitlab!44801
-
Craig Norris authored
-
Craig Norris authored
-
Craig Norris authored
-
- 17 Oct, 2020 10 commits
-
-
Imre Farkas authored
Add /internal/two_factor_otp_check endpoint See merge request gitlab-org/gitlab!40364
-
Catalin Irimie authored
-
Vitaly Slobodin authored
Add "seats in use" table to billings page See merge request gitlab-org/gitlab!44489
-
Andrei Stoicescu authored
- add html, css and state
-
Peter Leitzen authored
Improve Spec Performance for Feature Flag Services See merge request gitlab-org/gitlab!45422
-
Mike Greiling authored
Update tooltip for WIP button See merge request gitlab-org/gitlab!45446
-
Amy Qualls authored
I _think_ this is for the WIP button? I hope? IDK.
-
Mike Greiling authored
Merge branch '262406-move-handlers-outside-of-domcontentloaded-app-assets-javascripts-notes-index-js' into 'master' Move handlers outside of DOMContentLoaded: app/assets/javascripts/notes/index.js See merge request gitlab-org/gitlab!45406
-
Marcel Amirault authored
Add documentation to PipelineArtifacts See merge request gitlab-org/gitlab!45200
-
Maxime Orefice authored
This commit adds a new page to the documentation explaning what a pipeline artifact is, how is it used and where is it persisted.
-
- 16 Oct, 2020 9 commits
-
-
Ash McKenzie authored
Add REST API for listing iterations See merge request gitlab-org/gitlab!44685
-
Ash McKenzie authored
Enable ci_manual_bridges by default See merge request gitlab-org/gitlab!45368
-
Stan Hu authored
Add Sidekiq job parameter to BackgroundMigrationWorker See merge request gitlab-org/gitlab!45440
-
Amy Qualls authored
Docs: Update RA pages with standard Omnibus installation instructions See merge request gitlab-org/gitlab!45441
-
Craig Norris authored
-
Sebastian Arcila Valenzuela authored
-
Denys Mishunov authored
Move wiki edit button inline with title See merge request gitlab-org/gitlab!44391
-
Imre Farkas authored
Add /internal/two_factor_config See merge request gitlab-org/gitlab!39703
-
Sebastián Arcila Valenzuela authored
This endpoint is used to check if we need to ask for 2FA from the GitLab PAM part of https://gitlab.com/groups/gitlab-org/-/epics/2889#note_397341768
-