- 10 Sep, 2019 10 commits
-
-
Evan Read authored
Fix typo in repository storage types doc See merge request gitlab-org/gitlab-ce!32858
-
Marcel Amirault authored
-
Evan Read authored
Revert gitlab-backup command and add a note for it Closes #65889 See merge request gitlab-org/gitlab-ce!31747
-
Hossein Pursultani authored
-
Ash McKenzie authored
Expose :protected field for ../tags/:tag_name API endpoint See merge request gitlab-org/gitlab-ce!32790
-
Evan Read authored
Realign dependency scanning doc from EE to CE See merge request gitlab-org/gitlab-ce!32851
-
Marcel Amirault authored
-
Evan Read authored
Docs: Corrected CI to CD in introduction Closes #66005 See merge request gitlab-org/gitlab-ce!32787
-
Matt Penna authored
-
Stan Hu authored
documentation grammar fix "this" -> "these" in vuex.md See merge request gitlab-org/gitlab-ce!32847
-
- 09 Sep, 2019 30 commits
-
-
Michael Kozono authored
Add approval MR rule to all_models.yml See merge request gitlab-org/gitlab-ce!32618
-
mo khan authored
-
Douglas Barbosa Alexandre authored
[CE backport] Fix usages of boards dropdown See merge request gitlab-org/gitlab-ce!32843
-
Michael Kozono authored
-
Jake Burden authored
-
Mayra Cabrera authored
Enable JSON logs for Sidekiq by default See merge request gitlab-org/gitlab-ce!32842
-
Walmyr Lima e Silva Filho authored
Backport of end-to-end test for visualizing issue weight on different pages See merge request gitlab-org/gitlab-ce!32766
-
Clement Ho authored
Add caret icons to the monitoring dashboard See merge request gitlab-org/gitlab-ce!32239
-
Stan Hu authored
JSON logs include arguments by default, and they're easier to parse/filter.
-
Paul Slaughter authored
[CE] Resolve "Missing borders between settings items" See merge request gitlab-org/gitlab-ce!32828
-
Douglas Barbosa Alexandre authored
Improve application settings API Closes #58180 See merge request gitlab-org/gitlab-ce!31149
-
Douglas Barbosa Alexandre authored
Add cloud provider selector buttons See merge request gitlab-org/gitlab-ce!32302
-
Enrique Alcántara authored
- Create HAML UI select a cloud provider to create a cluster. - Add query param to :new cluster view to display a specific cluster provider form depending on the value of the provider query param. - Update unit tests and e2e tests to reflect these changes
-
Douglas Barbosa Alexandre authored
Expose update project service JSON endpoint See merge request gitlab-org/gitlab-ce!32759
-
Peter Leitzen authored
Utilize `json_fields` to expose fields via `Service#as_json(only: json_fields)`.
-
Michael Kozono authored
Upgrade Gitaly to v1.62.0 See merge request gitlab-org/gitlab-ce!32608
-
GitalyBot authored
-
Jose Vargas authored
The carets will function as a button that will allow the panels from the monitoring dashboard to collapse and show panels
-
Clement Ho authored
Give notification buttons btn-xs class Closes #60724 See merge request gitlab-org/gitlab-ce!32827
-
Clement Ho authored
Merge branch '9102-hide-dismissed-vulnerabilities-in-the-group-security-dashboard-backport' into 'master' Add toggle to show/hide dismissed vulnerabilities (ports ee!15333) See merge request gitlab-org/gitlab-ce!32413
-
Jarek Ostrowski authored
Add changelog
-
Stan Hu authored
Improve performance and (memory usage (a little)) of project export See merge request gitlab-org/gitlab-ce!32423
-
Kamil Trzciński authored
ActiveModel::Serialization is simple in that it recursively calls `as_json` on each object to serialize everything. However, for a model like a Project, this can generate a query for every single association, which can add up to tens of thousands of queries and lead to memory bloat. To improve this, we can do several things: 1. We use `tree:` and `preload:` to automatically generate a list of all preloads that could be used to serialize objects in bulk. 2. We observe that a single project has many issues, merge requests, etc. Instead of serializing everything at once, which could lead to database timeouts and high memory usage, we take each top-level association and serialize the data in batches. For example, we serialize the first 100 issues and preload all of their associated events, notes, etc. before moving onto the next batch. When we're done, we serialize merge requests in the same way. We repeat this pattern for the remaining associations specified in import_export.yml.
-
Marcia Ramos authored
Resolve "Job Failed #290891184 - docs lint broken in `master`" Closes #67209 See merge request gitlab-org/gitlab-ce!32825
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Docs: Clarified note for preferred integration method Closes #28683 See merge request gitlab-org/gitlab-ce!32770
-
Matt Penna authored
-
Marcia Ramos authored
Align introduced text to standard See merge request gitlab-org/gitlab-ce!32804
-
Evan Read authored
-