- 02 Apr, 2019 1 commit
-
-
Tiger authored
Create FailedUnmetPrerequisites status to allow custom messaging for builds that were unable to be queued due to failing to meet prerequisites (eg. failing to create Kubernetes namespace for deployment).
-
- 01 Apr, 2019 10 commits
-
-
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
-
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
-
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 4 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.
-
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
-
- 29 Mar, 2019 23 commits
-
-
Dan Davison authored
[QA] Fix 2 of 3 problems with the push file size tests See merge request gitlab-org/gitlab-ce!26741
-
Stan Hu authored
Fix GitLab CI branch matching pattern See merge request gitlab-org/gitlab-ce!26777
-
Clement Ho authored
Designate common positioning classes as `!important` a la Bootstrap See merge request gitlab-org/gitlab-ce!26621
-
Nick Thomas authored
Use valid data in our GetCommit example response See merge request gitlab-org/gitlab-ce!26770
-
Douglas Barbosa Alexandre authored
Renames Cluster#managed? to provided_by_user? See merge request gitlab-org/gitlab-ce!26567
-
Mayra Cabrera authored
This will allow to user the term managed? on https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be used to distinct clusters that are automatically managed by GitLab
-
Marcia Ramos authored
Update contribution closing policy See merge request gitlab-org/gitlab-ce!26728
-
Lukas Eipert authored
-
Clement Ho authored
Add helpers for HTML fixtures to Jest Closes #57998 See merge request gitlab-org/gitlab-ce!26739
-
Mike Lewis authored
Docs: new doc for deprecated variables See merge request gitlab-org/gitlab-ce!26737
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.57.0 See merge request gitlab-org/gitlab-ce!26758
-
Sean McGivern authored
Handle missing keys in sentry api response Closes #58971 See merge request gitlab-org/gitlab-ce!26264
-
Reuben Pereira authored
- Do not raise error when there are missing non-essential keys in sentry api response. - Add specs for to check for missing keys behavior.
-
Sean McGivern authored
Extend quick actions dsl Closes #50199 See merge request gitlab-org/gitlab-ce!26095
-
Robert Speicher authored
Add more logging to the Review Apps deployment steps See merge request gitlab-org/gitlab-ce!26645
-
Zeger-Jan van de Weg authored
When validating parsing, copy pasting should just work, but instead we created
-
Lukas 'Eipi' Eipert authored
-
Stan Hu authored
Use a Gitlab::FakeApplicationSettings when migrations are pending Closes #59462 See merge request gitlab-org/gitlab-ce!26601
-
Nick Thomas authored
Backport of 1607-elastic_feature_flag_per_group See merge request gitlab-org/gitlab-ce!25825
-
Tim Zallmann authored
Disable Vue tips when running Jest See merge request gitlab-org/gitlab-ce!26717
-
Lucas Charles authored
-
Alexandru Croitor authored
* Extend quick actions dsl to allow specifying model types to which given quick action applies * Rename issuable attribute to noteable in interpret_service.rb * Refactor and reorder quick action specs * Create a shared example spec for each quick action to be used for issue, merge request and commit specs. https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
-
Kamil Trzciński authored
Use merge request HEAD ref for detached merge request pipelines Closes #58454 See merge request gitlab-org/gitlab-ce!25504
-