- 01 Apr, 2019 32 commits
-
-
Francisco Javier López authored
-
Grzegorz Bizon authored
Add # frozen_string_literal to spec/models See merge request gitlab-org/gitlab-ce!26791
-
Grzegorz Bizon authored
Dry up and remove responsibilities from services Closes #58646 See merge request gitlab-org/gitlab-ce!26731
-
João Cunha authored
- Dry create_service.rb and update_service.rb duplicated code - Remove known list of applications responsibility from services - Refactor the complex builders->builder call from base_service.rb
-
Phil Hughes authored
Fix styleling for `app/assets/stylesheets/framework/markdown_area.scss` See merge request gitlab-org/gitlab-ce!26768
-
Stan Hu authored
Update lfs_administration.md to add new line in order to have table draw properly See merge request gitlab-org/gitlab-ce!26827
-
Rick Heil authored
-
Kushal Pandya authored
Display link to next to note in text email See merge request gitlab-org/gitlab-ce!26695
-
Sanad Liaquat authored
Fix typo in QA auto_devops spec See merge request gitlab-org/gitlab-ce!26809
-
Filipa Lacerda authored
-
Douwe Maan authored
Fix API /project/:id/branches not returning correct merge status Closes #56250 See merge request gitlab-org/gitlab-ce!26785
-
Sean McGivern authored
add a uniq constraints on issues and mrs labels See merge request gitlab-org/gitlab-ce!25435
-
Antoine Huret authored
-
Rémy Coutable authored
Add no-op license helper to CE See merge request gitlab-org/gitlab-ce!26723
-
Rémy Coutable authored
[CE] - Load 'Gitlab::Jira::Middleware' if it exists See merge request gitlab-org/gitlab-ce!26665
-
Felipe Artur authored
Loads 'Gitlab::Jira::Middleware' only if it exists so this initializer can be backported to CE.
-
Evan Read authored
Clarify that personal access token should be sent as password for authentication. See merge request gitlab-org/gitlab-ce!22603
-
Tim Hobbs authored
-
Evan Read authored
Update to the commits.md, more details about how to use the --form method for creating a commit See merge request gitlab-org/gitlab-ce!26329
-
Jochum van der Ploeg authored
-
Evan Read authored
Fix example block for mixin from ee-else-ce path See merge request gitlab-org/gitlab-ce!26808
-
Thong Kuah authored
-
Evan Read authored
Remove executable permission on images See merge request gitlab-org/gitlab-ce!26800
-
Evan Read authored
Update lfs_administration.md to add documentation on Rackspace Cloud Files for... See merge request gitlab-org/gitlab-ce!26720
-
Evan Read authored
Jira Services Doc update to String See merge request gitlab-org/gitlab-ce!26683
-
Thong Kuah authored
While we debug why this is failing
-
Thong Kuah authored
Revamp how spec verifies proc#call called only once
-
Thong Kuah authored
-
Thong Kuah authored
Also break up long string to be readable
-
Thong Kuah authored
Adds `# frozen_string_literal: true` to spec/models ruby files
-
Evan Read authored
Add troubleshooting info for Docker and GitLab Pages See merge request gitlab-org/gitlab-ce!26662
-
Evan Read authored
Clarify onlychanges See merge request gitlab-org/gitlab-ce!22790
-
- 31 Mar, 2019 2 commits
-
-
Ezekiel Kigbo authored
-
Stan Hu authored
Fixes https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/187433314
-
- 30 Mar, 2019 6 commits
-
-
Stan Hu authored
Don't try to set any ACL on uploaded objects Closes #59309 See merge request gitlab-org/gitlab-ce!26781
-
Bastian Blank authored
Set ACL of uploaded objects to not-public (fog-aws) or no ACL at all (fog-google). Value is ignored by other supported backends (fog-aliyun, fog-openstack, fog-rackspace) This allows uploads to GCS with ACL support disabled.
-
Stan Hu authored
The main point of this check is to ensure we aren't checking all branches, not that we have an exact count.
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24034 introduced a regression where only the first 20 branches were used to determine whether a branch has been merged because the pagination was applied incorrectly. Requesting the second page of branches via the API would always have the wrong merge status. We fix this by properly paginating the branches before requesting their merge status. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56250
-
James Lopez authored
Fix failing spec in spec/features/users/login_spec.rb Closes #59731 See merge request gitlab-org/gitlab-ce!26787
-
Stan Hu authored
This spec would start to fail on the first of the month because the generated text would have a zero-padded day (e.g. 01 vs 1), whereas the expected text check used an unpadded day via the `-d` parameter in strftime (https://apidock.com/ruby/Date/strftime). To fix this, we use use the `d` parameter to pad zeros. This spec was introduced recently in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25731. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59731
-