- 22 Aug, 2019 1 commit
-
-
Alexandru Croitor authored
Limiting the size of issuable description and comments to 1_000_000, which is close to ~1MB of ASCII characters, which represents 99.9% of all descriptions and comments we have in DB at the moment. This should help prevent DoS attacks when comments contain refference strings. Also this change updates regexp matching the namespaces paths by limiting the namespaces paths to Namespace::NUMBER_OF_ANCESTORS_ALLOWED, as we allow 20 levels deep groups. see https://gitlab.com/gitlab-org/gitlab-ce/issues/61974#note_191274234
-
- 13 Aug, 2019 24 commits
-
-
Achilleas Pipinellis authored
Move shared minutes purchase details to /subscription Closes #63461 See merge request gitlab-org/gitlab-ce!31753
-
Marcel Amirault authored
Move details and images related to buying more runner minutes to the subscription page, which deals with all purchase related information, and update links
-
Ramya Authappan authored
Update link to test engineering docs See merge request gitlab-org/gitlab-ce!31681
-
Tim Zallmann authored
Convert `spec/javascripts/environments/*rollback*` tests from Jasmine to Jest Closes #61800 See merge request gitlab-org/gitlab-ce!31021
-
Achilleas Pipinellis authored
Docs (links): switch from GitHub to GitLab Postgres mirror repo See merge request gitlab-org/gitlab-ce!31627
-
Nikolay Samokhvalov authored
GitLab.com also has an up-to-date Postgres mirror.
-
Achilleas Pipinellis authored
Update default values in GitLab.com settings See merge request gitlab-org/gitlab-ce!31682
-
Stan Hu authored
Upgrade Gitaly to v1.59.0 See merge request gitlab-org/gitlab-ce!31743
-
GitalyBot authored
-
Ray Paik authored
Fix typo See merge request gitlab-org/gitlab-ce!31750
-
Ash McKenzie authored
Add sample gitmessage template to the merge request guide Closes #65701 See merge request gitlab-org/gitlab-ce!31540
-
Doug Stull authored
- This provides users with an easy to apply gitmessage template for ease of seeing the commit guidelines here when they commit against gitlab: i https://docs.gitlab.com/ee/development/contributing/merge_request_workflow.html#commit-messages-guidelines
-
Stan Hu authored
update duplication of unicorn min environment variable See merge request gitlab-org/gitlab-ce!31749
-
Arun Kumar Mohan authored
-
Robin authored
-
Evan Read authored
Bring resources.md from debug project to docs See merge request gitlab-org/gitlab-ce!31366
-
Marcel Amirault authored
Copy resources.md to docs project, renamed to links.md and add frontmatter and top level header
-
Drew Blessing authored
Update Grafana doc for security update See merge request gitlab-org/gitlab-ce!31739
-
Phil Zona authored
-
Evan Read authored
Update list information in docs styleguide See merge request gitlab-org/gitlab-ce!31293
-
Marcel Amirault authored
Explain indentation more carefully, and expand examples
-
Ray Paik authored
Update styleguide.md - just a little typo. See merge request gitlab-org/gitlab-ce!31724
-
Mayra Cabrera authored
Improve quick action error messages See merge request gitlab-org/gitlab-ce!31451
-
Heinrich Lee Yu authored
Standardize punctuation and format
-
- 12 Aug, 2019 15 commits
-
-
Thong Kuah authored
Merge branch '63942-remove-config-action_dispatch-use_authenticated_cookie_encryption-configuration' into 'master' Remove `config.action_dispatch.use_authenticated_cookie_encryption` configuration Closes #63942 See merge request gitlab-org/gitlab-ce!31463
-
Michael Kozono authored
Load search result counts asynchronously (CE) See merge request gitlab-org/gitlab-ce!31663
-
Michael Kozono authored
Properly save suggestions in project exports Closes #65880 See merge request gitlab-org/gitlab-ce!31690
-
Heinrich Lee Yu authored
Old cookies are still valid and are automatically upgraded by Rails
-
John T Skarbek authored
-
Markus Koller authored
-
Paul Slaughter authored
Creates `refresh_counts` module to dynamically fetch and load data based on attributes of HAML elements.
-
Markus Koller authored
Querying all counts for the different search results in the same request led to timeouts, so we now only calculate the count for the *current* search results, and request the others in separate asynchronous calls.
-
Clement Ho authored
Internationalize Issue and MR list metadata strings See merge request gitlab-org/gitlab-ce!31677
-
Brett Walker authored
-
Nathan Friend authored
This commit converts two Jasmine tests into Jest tests.
-
Annabel Dunstone Gray authored
Adds highlight to collapsible line in job log Closes #65790 See merge request gitlab-org/gitlab-ce!31665
-
Paul Slaughter authored
Resolve "Add externalization and fix regression in shortcuts helper modal" Closes #65530 See merge request gitlab-org/gitlab-ce!31594
-
Thomas Randolph authored
-
Stan Hu authored
Update GraphicsMagick from 1.3.29 to 1.3.33 See merge request gitlab-org/gitlab-ce!31692
-