- 13 Aug, 2019 31 commits
-
-
Nick Thomas authored
Fix a performance issue in Helm#can_uninstall? Closes #65963 See merge request gitlab-org/gitlab-ce!31751
-
Grzegorz Bizon authored
Remove unused `BuildProcessWorker` Closes #65539 See merge request gitlab-org/gitlab-ce!31756
-
Bob Van Landuyt authored
Improve cluster policy spec coverage See merge request gitlab-org/gitlab-ce!31700
-
Kamil Trzciński authored
We migrated all logic to `PipelineProcessWorker` and this worker become redundant.
-
Achilleas Pipinellis authored
Edits to event tracking topic Closes #65431 See merge request gitlab-org/gitlab-ce!31457
-
Evan Read authored
-
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
-
Dylan Griffith authored
Calling #present? was causing a DB query to happen each time around the loop. We only wanted to check for nil as it's nil in the first loop around so there is no need for #present?
-
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 9 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
-