- 04 Feb, 2019 25 commits
-
-
Nick Thomas authored
-
Rémy Coutable authored
Merge branch '46448-add-timestamps-for-each-stage-of-gitlab-rake-gitlab-backup-restore' into 'master' Resolve "Add timestamps for each stage of gitlab-rake gitlab:backup:restore" Closes #46448 See merge request gitlab-org/gitlab-ce!19684
-
Andreas Brandl authored
Add programming language filtering to `/projects` Closes #51759 See merge request gitlab-org/gitlab-ce!24377
-
Dylan MacKenzie authored
-
Rémy Coutable authored
Merge branch 'master' into '46448-add-timestamps-for-each-stage-of-gitlab-rake-gitlab-backup-restore' # Conflicts: # spec/tasks/gitlab/backup_rake_spec.rb
-
Rémy Coutable authored
Fine-tune Review Apps pod resource requests See merge request gitlab-org/gitlab-ce!24630
-
Douglas Barbosa Alexandre authored
Downcase aliased OAuth2 callback providers Closes #57156 See merge request gitlab-org/gitlab-ce!24877
-
Nick Thomas authored
Fix Detect Host Keys not working Closes #56855 See merge request gitlab-org/gitlab-ce!24884
-
Sean McGivern authored
accured -> occurred, as suggested in… See merge request gitlab-org/gitlab-ce!23629
-
Yaron Shahrabani authored
-
Sean McGivern authored
DB and model changes for Sentry project selection dropdown See merge request gitlab-org/gitlab-ce!24677
-
Reuben Pereira authored
-
Grzegorz Bizon authored
Refactor helper in environments controller for clarity See merge request gitlab-org/gitlab-ce!24781
-
Sean McGivern authored
Consume jobs from dead and retry queues See merge request gitlab-org/gitlab-ce!24881
-
Phil Hughes authored
Use ECharts for metrics dashboard graphs See merge request gitlab-org/gitlab-ce!24648
-
Sean McGivern authored
Fix template labels Closes #55744 See merge request gitlab-org/gitlab-ce!24803
-
Felipe Artur authored
-
Filipa Lacerda authored
Resolve "Block emojis and symbol characters from user's full names" Closes #50521 See merge request gitlab-org/gitlab-ce!24523
-
Dmitriy Zaporozhets authored
Backport of ee/9235: Add LDAP integration to smartcard authentication See merge request gitlab-org/gitlab-ce!24704
-
Rémy Coutable authored
Fix ReturnInVoidContext rubocop offense See merge request gitlab-org/gitlab-ce!24857
-
Phil Hughes authored
Update UI of admin appearance settings See merge request gitlab-org/gitlab-ce!24685
-
Sean McGivern authored
Merge branch '19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
-
Sean McGivern authored
Resolve "UI bug adding group members with lower permissions" Closes #55098 See merge request gitlab-org/gitlab-ce!24820
-
Achilleas Pipinellis authored
Docs: corrects link See merge request gitlab-org/gitlab-ce!24865
-
Evan Read authored
Docs: Fix some references to the mirroring doc See merge request gitlab-org/gitlab-ce!24879
-
- 03 Feb, 2019 4 commits
-
-
Evan Read authored
publickeymustbechangedtoprivatekey.md See merge request gitlab-org/gitlab-ce!24830
-
Evan Read authored
Docs: Fix link references for artifacts See merge request gitlab-org/gitlab-ce!24843
-
Marcel Amirault authored
-
Stan Hu authored
Due to a change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24245, the Detect Host Key feature in the SSH mirroring stopped working. `SshHostKey#primary_key` was being used instead of the hard-coded `:id`. However, `SshHostKey#find_by` was expecting the symbolized `:id` rather than the string `id`, so it could never find the host key it was supposed to update. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56855
-
- 02 Feb, 2019 4 commits
-
-
Mark Chao authored
Allow `steal` to handle dead jobs.
-
Marcel Amirault authored
-
Marcel Amirault authored
-
Stan Hu authored
Users may specify an OAuth2 callback with a custom name, such as AWSCognito, but Rails will reject this with the following message: ``` 'import/AWSCognito' is not a supported controller name. This can lead to potential routing problems. See http://guides.rubyonrails.org/routing.html#specifying-a-controller-to-use ``` To avoid these errors, we can just downcase all the provider names. Note that this will make it impossible to specify a duplicate name with different cases. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57156
-
- 01 Feb, 2019 7 commits
-
-
Fatih Acet authored
-
Nick Thomas authored
Resolve "Implement new arguments `iid` for `IssuesResolver` in GraphQL" Closes #57063 See merge request gitlab-org/gitlab-ce!24802
-
Dan Davison authored
Wait for auto-devops CI jobs on the job page See merge request gitlab-org/gitlab-ce!24839
-
Douglas Barbosa Alexandre authored
Update Gitaly to v1.17.0 See merge request gitlab-org/gitlab-ce!24873
-
Nick Thomas authored
-
Douglas Barbosa Alexandre authored
Reduce diff with EE in Groups::CreateService See merge request gitlab-org/gitlab-ce!24871
-
Rémy Coutable authored
Add parameter at project level endpoint to api documentation Closes #52589 See merge request gitlab-org/gitlab-ce!22397
-