- 29 Dec, 2018 2 commits
-
-
Stan Hu authored
ruby-jwt v2.0 removed the `typ` header in https://github.com/jwt/ruby-jwt/commit/cc41d53e00f8cbf015271b53f5ad761bd6ac2312. To ensure tokens don't get marked invalid during an upgrade, add it back to ensure backwards compatibility.
-
Stan Hu authored
* omniauth-google-oauth2: Google will be deprecating its support for the Google+ API, which currently omniauth-google-oauth2 uses to retrieve user info. The bump in omniauth-google-oauth2 requires an upgrade to ruby-jwt v2+ to support the verification of multiple issue providers (https://github.com/zquestz/omniauth-google-oauth2/pull/345). * jwt: This has the most number of changes that need to be reviewed: https://github.com/jwt/ruby-jwt/blob/master/CHANGELOG.md * oauth2: Needed to support ruby-jwt v2+: https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md * omniauth-azure-oauth2 needs a version bump to support ruby-jwt v2+. * omniauth: This version bump only involves backstage improvements: https://github.com/omniauth/omniauth/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55668
-
- 28 Dec, 2018 12 commits
-
-
Mike Lewis authored
Fix docs anchor link Closes #36474 See merge request gitlab-org/gitlab-ce!24043
-
Douwe Maan authored
Skip per-commit validations which have already passed on another change/branch Closes #44679 See merge request gitlab-org/gitlab-ce!23984
-
Francisco Javier López authored
-
Kamil Trzciński authored
Correct the ordering of metrics on performance dashboard Closes #51970 See merge request gitlab-org/gitlab-ce!23630
-
Douwe Maan authored
Fix bug commenting LFS images and displaying LFS files Closes #43783 See merge request gitlab-org/gitlab-ce!23812
-
Kushal Pandya authored
Don't hide CI dropdown behind diff summary See merge request gitlab-org/gitlab-ce!24014
-
Kushal Pandya authored
Update condition to visibility collaboration status text, #44642. Closes #44642 See merge request gitlab-org/gitlab-ce!23104
-
Harry Kiselev authored
-
gfyoung authored
Occurs on a repository commit page
-
Sean McGivern authored
Support both 0 and NULL lock_versions See merge request gitlab-org/gitlab-ce!24050
-
Sean McGivern authored
Add kubeclients stub methods on `KubernetesHelpers` See merge request gitlab-org/gitlab-ce!24054
-
Sean McGivern authored
Fix timeout issues retrieving branches via API Closes #55724 See merge request gitlab-org/gitlab-ce!24034
-
- 27 Dec, 2018 18 commits
-
-
Mayra Cabrera authored
Stub methods were added for: - GET service account - PUT service account - GET role binding - PUT role binding
-
Stan Hu authored
Fix tooltip titles for pipeline flags See merge request gitlab-org/gitlab-ce!24027
-
Kushal Pandya authored
Resolve "Redesign project lists UI: Further improvements" Closes #55669 See merge request gitlab-org/gitlab-ce!24011
-
Douwe Maan authored
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
Douwe Maan authored
-
Douwe Maan authored
-
Harry Kiselev authored
-
Stan Hu authored
47d4890d changed the order of pagination so that the full list of branches would be passed to Gitaly to determine which ones had been merged, but this operation can timeout for large repositories with many branches. We only need to determine whether the found branches have been merged, so limit the scan to those. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55724
-
Douwe Maan authored
Removing workhorse_set_content_type feature flag See merge request gitlab-org/gitlab-ce!23930
-
Douwe Maan authored
Use system paths for appearance logos Closes gitlab-ee#6778 See merge request gitlab-org/gitlab-ce!24024
-
Douwe Maan authored
Considerably improve the loading time on merge request's discussion page Closes #52950 See merge request gitlab-org/gitlab-ce!23857
-
Kamil Trzciński authored
Handle nil terminals in Clusters::Platforms::Kubernetes Closes #55551 See merge request gitlab-org/gitlab-ce!23925
-
Kamil Trzciński authored
Add % prefix to milestone reference link text Closes #53907 See merge request gitlab-org/gitlab-ce!23928
-
Sean McGivern authored
Reorder sidebar menu item for group clusters Closes #55536 See merge request gitlab-org/gitlab-ce!24001
-
Sean McGivern authored
Bump CarrierWave to 1.3.0 and remove monkey patches See merge request gitlab-org/gitlab-ce!24019
-
Achilleas Pipinellis authored
-
Stan Hu authored
Return an ApplicationSetting in CurrentSettings See merge request gitlab-org/gitlab-ce!23766
-
- 26 Dec, 2018 8 commits
-
-
Stan Hu authored
Fix clone dropdown parent inheritance issues in HAML See merge request gitlab-org/gitlab-ce!24029
-
Fatih Acet authored
Add word-break to issue title to fix edit button disspearing Closes #55484 See merge request gitlab-org/gitlab-ce!23948
-
Rubén Moya authored
-
Mark Lapierre authored
Using find_elements instead of all_elements Closes gitlab-org/quality/staging#18 See merge request gitlab-org/gitlab-ce!23977
-
Lin Jen-Shin authored
Merge remote-tracking branch 'upstream/master' into 54953-error-500-viewing-merge-request-due-to-nil-commit_email_hostname * upstream/master: (115 commits) [CE] Speed up login page usage Add new line and comments Fix the seeder 24_forks.rb cannot find public project Milestones on community contribution issues Removed Gitlab Upgrader found in /lib/gitlab/upgrader.rb Fix and move specs into admin_disables_git_access_protocol_spec.rb Fix HTTP/SSH clone panel for mobile Add spec for HTTP/SSH clone panel Fix missing Git clone button when protocol restriction setting enabled Fix deprecation: Using positional arguments in integration tests Extend override check to also check arity Update tm cli version Bump Gitaly version to v1.12.0 Add @dbalexandre to CODEOWNERS Update verbiage for clarity Change group-cluster beta to regular note Change alpha states to use note instead of warning Update registry section. Update serverless.yaml formatting Clarify obtaining application URL Add @godfat to CODEOWNERS ...
-
Lin Jen-Shin authored
Resolve "Extend `override` check to also check arity" Closes #42125 See merge request gitlab-org/gitlab-ce!23498
-
Kushal Pandya authored
-
Stan Hu authored
The change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24015 caused some parent relationships to be incorrect. This caused a failure in the EE failure the Geo button was added because the modal stopped showing.
-