Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-16Merge branch 'fix-arbitrary-redirect-vulnerability' into 'security-10-0'Robert Speicher
Fix arbitrary redirect location vulnerability See merge request gitlab/gitlabhq!2192
2017-10-09Merge branch 'master' into 'group-sort-dropdown-blank'Robert Speicher
# Conflicts: # spec/features/dashboard/group_spec.rb
2017-10-07Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan
Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
2017-10-07Find branches in all projects in the fork networkBob Van Landuyt
2017-10-07Commenting on image diffsFelipe Artur
2017-10-06Show confirmation modal before deleting accountWinnie Hellmann
2017-10-06Create idea of read-only databaseToon Claes
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
2017-10-06Merge branch 'add-1000-plus-counters-for-jobs-page' into 'master'Yorick Peterse
Add 1000 plus counters for jobs page See merge request gitlab-org/gitlab-ce!14507
2017-10-06Merge branch ↵Kamil Trzciński
'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470
2017-10-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-06Merge branch ↵Shinya Maeda
'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' of https://gitlab.com/gitlab-org/gitlab-ce into feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Fixed default group sort optionPhil Hughes
Closes #38808
2017-10-06Improve redirect uri state and fix all remaining testsKamil Trzcinski
2017-10-06Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into ↵Douwe Maan
'master' Add support for GPG subkeys in signature verification Closes #36829 See merge request gitlab-org/gitlab-ce!14517
2017-10-06Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Security fix: redirection in google_api/authorizations_controllerShinya Maeda
2017-10-05Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski
2017-10-05Add ClusterPresenter. Fix Static Analysys.Shinya Maeda
2017-10-05Change `/google_api/authorizations/` to `/google_api/auth/`.Kamil Trzcinski
2017-10-05Merge branch ↵Kamil Trzcinski
'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' of gitlab.com:gitlab-org/gitlab-ce into feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-05Split create_params and update_params and fix small redirect bug in controllerKamil Trzcinski
2017-10-05Merge branch '34102-online-view-of-artifacts-fe' into 'master'Nick Thomas
Add external link for online artifacts Closes #34102 See merge request gitlab-org/gitlab-ce!14399
2017-10-05Merge branch 'save-a-query-on-todos-with-no-filters' into 'master'Yorick Peterse
Save a query on the todos index page See merge request gitlab-org/gitlab-ce!14686
2017-10-05Render GPG subkeys on index pageRubén Dávila
2017-10-05Merge branch 'backport_from_EE' into 'master'Rémy Coutable
Minor backport from EE See merge request gitlab-org/gitlab-ce!14705
2017-10-05authorizations_controller_spec. cluster_policy_spec.Shinya Maeda
2017-10-05Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-05Minor backport from EEValery Sizov
2017-10-05Merge branch 'master' into ↵Douwe Maan
digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
2017-10-05Test against public projectsZeger-Jan van de Weg
2017-10-05Merge branch 'sh-fix-username-logging' into 'master'Sean McGivern
Fix username and ID not logging in production_json.log for Git activity Closes gitlab-ee#3611 See merge request gitlab-org/gitlab-ce!14647
2017-10-05Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-04Fix Rubocop failuresKamil Trzcinski
2017-10-04Updated messages and noticesKamil Trzcinski
2017-10-04Fix username and ID not logging in production_json.log for Git activityStan Hu
Devise sets `current_user`, but not all controllers authenticate users by session tokens. Try to use the controller-defined `authenticated_user` if `current_user` is not available. Closes gitlab-org/gitlab-ee#3611
2017-10-04Save a query on the todos index pageSean McGivern
When there are no filters, we can get the total todos count from the cached count on the user object, instead of performing a DB query. This query takes about 80ms for me on GitLab.com.
2017-10-04Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood
2017-10-04Merge branch '26890-fix-default-branches-sorting' into 'master'Robert Speicher
Fix the default branches sorting to actually be 'Last updated' Closes #26890 See merge request gitlab-org/gitlab-ce!14295
2017-10-04Add warning messagesFilipa Lacerda
2017-10-04Merge branch 'dm-pat-revoke' into 'master'Sean McGivern
Set default scope on PATs that don't have one set to allow them to be revoked Closes #38650 See merge request gitlab-org/gitlab-ce!14660
2017-10-04Merge branch '31050-registry-image-lists' into 'master'Grzegorz Bizon
Lazy load and paginate registry image list Closes #31050 See merge request gitlab-org/gitlab-ce!14303
2017-10-04Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda
static analysys.
2017-10-04Introduce serializer for ClusterEntityKamil Trzcinski
2017-10-03Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-03Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-03Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)
2017-10-03Set default scope on PATs that don't have one set to allow them to be revokedDouwe Maan
2017-10-03Implement Policy. Use show instead of edit. Chnage db column. fix comments. ↵Shinya Maeda
dry up workers
2017-10-03Merge branch '36670-remove-edit-form' into 'master'Sean McGivern
Remove edit action for issues Closes #36670 See merge request gitlab-org/gitlab-ce!14523