- 18 Sep, 2018 7 commits
-
-
Michael Kozono authored
-
Douwe Maan authored
Correct usage of the have_link matcher See merge request gitlab-org/gitlab-ce!21755
-
Douwe Maan authored
Resolve "Open issues from archived project listed in group issue board" Closes #45754 See merge request gitlab-org/gitlab-ce!21721
-
Douwe Maan authored
Resolve character encodings in CONTRIBUTING See merge request gitlab-org/gitlab-ce!21781
-
Kamil Trzciński authored
Expose runners status information in job api Closes #51273 See merge request gitlab-org/gitlab-ce!21618
-
Steve Azzopardi authored
-
Nick Thomas authored
Return a default commit email if migration has not completed Closes #51530 See merge request gitlab-org/gitlab-ce!21790
-
- 17 Sep, 2018 33 commits
-
-
Robert Speicher authored
QA: Fix: set initial password even if using admin credentials See merge request gitlab-org/gitlab-ce!21785
-
Robert Speicher authored
Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key See merge request gitlab-org/gitlab-ce!19754
-
Douglas Barbosa Alexandre authored
Fix haml-lint error in 2FA codes partial Closes #51585 See merge request gitlab-org/gitlab-ce!21786
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51585
-
Mark Lapierre authored
-
Douglas Barbosa Alexandre authored
Allow UrlValidator to work with attr_encrypted See merge request gitlab-org/gitlab-ce!21776
-
Robert Speicher authored
Sync commonmaker version in Gemfile.*.lock Closes #51557 See merge request gitlab-org/gitlab-ce!21782
-
Nick Thomas authored
-
Jan Provaznik authored
commonmaker was update in Gemfile.lock only
-
Douglas Barbosa Alexandre authored
Add fixture path argument to `MarkdownFeature.new` See merge request gitlab-org/gitlab-ce!21754
-
Robert Speicher authored
Replace direct use of Gitlab::SQL::Union with a "from_union" method Closes #51307 See merge request gitlab-org/gitlab-ce!21672
-
Andreas Kämmerle authored
-
Brett Walker authored
Pass the 'non_archived' flag to finder methods
-
Douwe Maan authored
Add Gitaly diff stats RPC client See merge request gitlab-org/gitlab-ce!21732
-
Achilleas Pipinellis authored
Extend JUnit XML test report documentation to explicitly mention support for filename patterns. See merge request gitlab-org/gitlab-ce!21619
-
Filipa Lacerda authored
Decouple file row from IDE See merge request gitlab-org/gitlab-ce!21742
-
Annabel Dunstone Gray authored
Add 2fa button Closes #47963 See merge request gitlab-org/gitlab-ce!20117
-
Luke Picciau authored
-
Mek Stittri authored
Update Contribution guidelines via new community contribution flow See merge request gitlab-org/gitlab-ce!21761
-
Oswaldo Ferreira authored
This adds a basic interface to fetch diff statistics given two SHAs. It's a requirement for #49399 #20282 and #19232.
-
Kamil Trzciński authored
Resolve "Add runner JSON schema" Closes #51093 See merge request gitlab-org/gitlab-ce!21525
-
Phil Hughes authored
Backport EE changes (missing exports) See merge request gitlab-org/gitlab-ce!21772
-
Lukas Eipert authored
Backport EE changes to `app/assets/javascripts/filtered_search/issuable_filtered_search_token_keys.js`
-
Phil Hughes authored
Include correct CSS file for xterm in environments page Closes #50956 See merge request gitlab-org/gitlab-ce!21768
-
Grzegorz Bizon authored
Fix double title in merge request chat messages Closes #44586 See merge request gitlab-org/gitlab-ce!21670
-
Phil Hughes authored
This makes the file row component re-usable ouside of the Web IDE Pre-request for https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
-
Filipa Lacerda authored
When the xterm dependency was moved to a npm dependency the CSS file path was not updated correctly in the environments page. In order for xterm to render properly, it needs the correct CSS path.
-
Douwe Maan authored
Merge branch '50944-unable-to-import-repository-undefined-method-import_file-for-nil-nilclass' into 'master' Resolve "Unable to import repository: undefined method `import_file' for nil:NilClass" Closes #50944 See merge request gitlab-org/gitlab-ce!21765
-
James Lopez authored
-
Yorick Peterse authored
This commit adds the module `FromUnion`, which provides the class method `from_union`. This simplifies the process of selecting data from the result of a UNION, and reduces the likelihood of making mistakes. As a result, instead of this: union = Gitlab::SQL::Union.new([foo, bar]) Foo.from("(#{union.to_sql}) #{Foo.table_name}") We can now write this instead: Foo.from_union([foo, bar]) This commit also includes some changes to make this new setup work properly. For example, a bug in Rails 4 (https://github.com/rails/rails/issues/24193) would break the use of `from("sub-query-here").includes(:relation)` in certain cases. There was also a CI query which appeared to repeat a lot of conditions from an outer query on an inner query, which isn't necessary. Finally, we include a RuboCop cop to ensure developers use this new module, instead of using Gitlab::SQL::Union directly. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/51307
-
Douwe Maan authored
Fix grammar (setup to set-up) in code comments, spec, views, etc. See merge request gitlab-org/gitlab-ce!21699
-
Marcel Amirault authored
-
Steve Azzopardi authored
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51093
-