- 01 Apr, 2019 5 commits
-
-
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
-
- 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 31 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
-
Douwe Maan authored
Refactor subbed_worker calls Closes #58484 See merge request gitlab-org/gitlab-ce!26708
-
Kamil Trzciński authored
Allow ref name caching CommitService#find_commit Closes #57083 See merge request gitlab-org/gitlab-ce!26248
-
Robert Speicher authored
Add a thin encapsulation around .pluck(:id) See merge request gitlab-org/gitlab-ce!26669
-
Filipa Lacerda authored
Set gon.ee in Jest Closes #59634 See merge request gitlab-org/gitlab-ce!26713
-
Sean McGivern authored
Use a fixed git abbrev parameter when we fetch a git revision See merge request gitlab-org/gitlab-ce!26707
-
Filipa Lacerda authored
Backport scss-lint config from EE See merge request gitlab-org/gitlab-ce!26711
-
Filipa Lacerda authored
Adds EE validators to CE file See merge request gitlab-org/gitlab-ce!26736
-
Sarah Groff Hennigh-Palermo authored
-