- 17 Sep, 2018 14 commits
-
-
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
-
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
-
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
-
Kamil Trzciński authored
Add retried jobs to pipeline stages Closes #50461 See merge request gitlab-org/gitlab-ce!21558
-
Kamil Trzciński authored
Resolve "Send deployment information in job API" Closes #50460 See merge request gitlab-org/gitlab-ce!21307
-
Kamil Trzciński authored
Support Kubernetes RBAC for GitLab Managed Apps for creating new clusters Closes #29398 See merge request gitlab-org/gitlab-ce!21401
-
Filipa Lacerda authored
Fixed MR widget unresolved discussions state See merge request gitlab-org/gitlab-ce!21705
-
Phil Hughes authored
Disable autocomplete for issuable due date field See merge request gitlab-org/gitlab-ce!21751
-
- 15 Sep, 2018 2 commits
-
-
Marcia Ramos authored
Document how to enable/disable Auto DevOps at the instance level Closes #49820 See merge request gitlab-org/gitlab-ce!21139
-
Stan Hu authored
Update command-line-commands.md to include an sample taskflow See merge request gitlab-org/gitlab-ce!21756
-
- 14 Sep, 2018 24 commits
-
-
Amelia Bauerly authored
-
Achilleas Pipinellis authored
Improve docs about CI/CD config `extends` See merge request gitlab-org/gitlab-ce!21669
-
Robert Speicher authored
CE: Properly implement prepending for Concern See merge request gitlab-org/gitlab-ce!21444
-
Robert Speicher authored
Relax Danger requirements about changed lines Closes gitlab-org/release/framework#13 See merge request gitlab-org/gitlab-ce!21739
-
Robert Speicher authored
-
Stan Hu authored
Update GitLab Shell to v8.3.3 See merge request gitlab-org/gitlab-ce!21750
-
Robert Speicher authored
Cleaned up CI runner administration code See merge request gitlab-org/gitlab-ce!21741
-
Nick Thomas authored
-
Robert Speicher authored
Remove peek-sidekiq Closes #51407 See merge request gitlab-org/gitlab-ce!21693
-
Nick Thomas authored
Fix object storage uploads not working with AWS v2 Closes gitlab-workhorse#181 See merge request gitlab-org/gitlab-ce!21731
-
Mike Greiling authored
Fix karma junit result formatter See merge request gitlab-org/gitlab-ce!21744
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Stan Hu authored
Because we were passing query strings as symbols, the fog-aws storage driver was omitting the uploadId and partNumber query strings from the signature in multipart uploads. This fix makes AWS and Ceph work with v2 signatures. See: https://github.com/fog/fog-aws/blob/v3.0.0/lib/fog/aws/storage.rb#L733 Closes https://gitlab.com/gitlab-org/gitlab-workhorse/issues/181
-
Yorick Peterse authored
Fix typo in Danger message See merge request gitlab-org/gitlab-ce!21746
-
Achilleas Pipinellis authored
-
Lukas Eipert authored
-
Grzegorz Bizon authored
Prevent premature failure on AutoDevOps Pipeline Closes gitlab-qa#323 See merge request gitlab-org/gitlab-ce!21709
-
Lukas Eipert authored
-
Achilleas Pipinellis authored
Add a bullet that the GitLab chart contains the runner See merge request gitlab-org/gitlab-ce!21733
-
Achilleas Pipinellis authored
Adds a note about the case when reset_password is false See merge request gitlab-org/gitlab-ce!21738
-
Annabel Dunstone Gray authored
Resolve "Username alignment issue on MR page" Closes #51412 See merge request gitlab-org/gitlab-ce!21697
-
Martin Wortschack authored
-
Yorick Peterse authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some changes were introduced that do not meet our abstraction reuse rules. This commit cleans up some of these changes so the requirements are met. Most notably, sorting of the runners in Admin::RunnersFinder has been delegated to Ci::Runner.order_by, similar to how we order data in models that include the Sortable module. If we need more sort orders in the future we can include Sortable and have Ci::Runner.order_by call `super` to delegate to Sortable.order_by.
-