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
path: root/app
AgeCommit message (Collapse)Author
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-24Merge branch ↵Kamil Trzciński
'fix/sm/36731-improve-spec-spec-features-runners_spec-rb-and-spec-features-admin-admin_runners_spec-rb' into 'master' Reorganizes spec: spec/features/runners_spec.rb Closes #36731 See merge request !13716
2017-08-24Merge branch 'backstage/gb/after-save-asynchronous-job-hooks' into 'master'Kamil Trzciński
Do not fire synchronous hooks when creating a job Closes #35286 See merge request !13734
2017-08-24Merge branch 'thenable-ajax-api-calls' into 'master'Fatih Acet
Thenable ajax api calls See merge request !13427
2017-08-24Merge branch 'archived-projects-only' into 'master'Douwe Maan
Add an option to list only archived projects Closes #35994 See merge request !13492
2017-08-24Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate
2017-08-24Merge branch '36262_merge_request_reference_in_merge_commit_global' into ↵Sean McGivern
'master' fix Merge request reference in merge commit is not global Closes #36262 See merge request !13518
2017-08-24Merge branch 'zj-add-pipeline-source-variable' into 'master'Grzegorz Bizon
Expose CI_PIPELINE_SOURCE on CI jobs Closes #34165 See merge request !13759
2017-08-24Add an option to list only archived projectsMehdi Lahmam
Closes #35994
2017-08-24Refactor Admin::ProjectsFinder by extracting finders as private methodsMehdi Lahmam
2017-08-24Merge branch 'use_full_path_in_project_avatar_url_webhook' into 'master'Robert Speicher
Use full path of project's avatar in webhooks Closes #36539 See merge request !13649
2017-08-24Merge branch '36709-gpg-status' into 'master'Clement Ho
Fix alignment of gpg status Closes #36709 See merge request !13772
2017-08-23Merge branch 'zj-fix-fe-blank-button' into 'master'Clement Ho
Fix blank button not resetting project template value Closes #36816 See merge request !13757
2017-08-23[ci skip] changelog entry added for full merge request ref changeshaseeb
2017-08-23Fix blank button not resetting project template valueZeger-Jan van de Weg
The button didn't override a value, so the old value was posted again.
2017-08-23Fix alignment of gpg statusAnnabel Dunstone Gray
2017-08-23Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan
Cache the number of open issues and merge requests Closes #36622 See merge request !13639
2017-08-23Merge branch 'bvl-improve-bare-project-import' into 'master'Sean McGivern
Make the import take subgroups into account Closes #36664 and #30546 See merge request !13670
2017-08-23Added repo_service_spec for commitFlash and corrected repo_commit-Secion api ↵Luke "Jared" Bennett
spec
2017-08-23Refurbish spec/features/runners_spec.rbShinya Maeda
2017-08-23Cache the number of open issues and merge requestsYorick Peterse
Every project page displays a navigation menu that in turn displays the number of open issues and merge requests. This means that for every project page we run two COUNT(*) queries, each taking up roughly 30 milliseconds on GitLab.com. By caching these numbers and refreshing them whenever necessary we can reduce loading times of all these pages by up to roughly 60 milliseconds. The number of open issues does not include confidential issues. This is a trade-off to keep the code simple and to ensure refreshing the data only needs 2 COUNT(*) queries instead of 3. A downside is that if a project only has 5 confidential issues the counter will be set to 0. Because we now have 3 similar counting service classes the code previously used in Projects::ForksCountService has mostly been moved to Projects::CountService, which in turn is reused by the various service classes. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36622
2017-08-23Migrate creation of nested groups into a serviceBob Van Landuyt
2017-08-23Expose CI_PIPELINE_SOURCE on CI jobsZeger-Jan van de Weg
It was missing and expected it wouldn't hurt anyone
2017-08-23Merge branch 'remove-tooltip-filtered-search-user' into 'master'Tim Zallmann
Remove tooltip from filtered search user Closes #36696 See merge request !13752
2017-08-23Merge branch 'master' into backstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon
* master: (115 commits) Use event-based waiting in Gitlab::JobWaiter Make sure repository's removal work for legacy and hashed storages Use `@hashed` prefix for hashed paths on disk, to avoid collision with existing ones Refactor project and storage types Prevent using gitlab import task when hashed storage is enabled Some codestyle changes and fixes for GitLab pages Removed some useless code, codestyle changes and removed an index Fix repository reloading in some specs Changelog Moving away from the "extend" based factory to a more traditional one. Enable automatic hashed storage for new projects by application settings New storage is now "Hashed" instead of "UUID" Add UUID Storage to Project Move create_repository back to project model as we can use disk_path and share it Codestyle: move hooks to the same place and move dependent methods to private Use non-i18n values for setting new group-level issue/MR button text indexes external issue tracker copyedit indexes user/search/ from /user/index Correctly encode string params for Gitaly's TreeEntries RPC ...
2017-08-23Merge branch 'fix-push-events-branch-removals' into 'master'Sean McGivern
Fix displaying events of removed events and events without commit messages Closes #36685 and #36722 See merge request !13721
2017-08-23Merge branch 'tc-remove-nonexisting-namespace-pending-delete-projects' into ↵Douwe Maan
'master' Add migration to remove pending delete projects with non-existing namespace Closes #36541 See merge request !13598
2017-08-23Merge branch 'rs-fix-admin-logs-timeout' into 'master'Douwe Maan
Fix a potential timeout in `Gitlab::Logger.read_latest` See merge request !13751
2017-08-23Merge branch 'fix-broken-testing-of-some-integrations' into 'master'Douwe Maan
Fix inability to test some project integrations Closes gitlab-ee#3194 See merge request !13729
2017-08-23Run job hooks after transation commits after createGrzegorz Bizon
2017-08-23Implement new system note iconsBryce Johnson
2017-08-23Remove tooltip from filtered search userClement Ho
2017-08-23Refactor `Admin::LogsController#show`Robert Speicher
We should be defining the list of loggers in the controller, not the view.
2017-08-22Merge branch '36496-badges-should-not-be-huge' into 'master'Clement Ho
Resolve "Badges should not be HUGE" Closes #36496 See merge request !13635
2017-08-22Fix display of push events for removed refsYorick Peterse
This changes the style of push events that remove tags or branches so they don't display the commit details. This prevents displaying commit details such as: 000000 . --broken encoding Instead we now simply display the header such as: Administrator deleted branch example-branch This is displayed in the same style as events for newly created branches/tags. This commit also ensures that if no commit message is present we simply don't display anything, instead of "--broken encoding". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36685 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36722
2017-08-22Merge branch 'update-monaco-loader-test' into 'master'Jacob Schatz
Fix monaco loader test See merge request !13682
2017-08-22Merge branch 'git-gc-raise-lease-timeotu' into 'master'Sean McGivern
Raise Git GC (Housekeeping) Lease Timeout to 24h See merge request !13719
2017-08-22Merge branch 'fix/sm/34762-bad-validation-message' into 'master'Kamil Trzciński
Enforce namespace of Kubernetes to lowercase Closes #34762 See merge request !13732
2017-08-22Fix inability to test some project integrationsRubén Dávila
2017-08-22Raise GC Lease Timeout to 24hKim "BKC" Carlbäcker
[ci skip]
2017-08-22Merge branch '36721-rename-repo-text' into 'master'Annabel Dunstone Gray
36721 Remove incorrect paragraph regarding renaming repos in settings Closes #36721 See merge request !13718
2017-08-22Merge branch 'zj-fix-import-gitlab-export-form' into 'master'Douwe Maan
Update form to properly set the path Closes #36519 See merge request !13722
2017-08-22Use EachBatch concern to loop over batchesToon Claes
2017-08-22Migration to remove pending delete projects with non-existing namespaceToon Claes
There might be some projects where the namespace was removed, but the project wasn't. For these the projects still have a `namespace_id` set. So this adds a post-deploy migration remove all projects that are pending delete, and have a `namespace_id` that is non-existing.
2017-08-22Merge branch 'fix-broadcast-message-caching' into 'master'Sean McGivern
Fix caching of future broadcast messages Closes #36661 See merge request !13667
2017-08-22Merge branch '34533-inline-single-authorized-projects' into 'master'Douwe Maan
Use an event-based system when waiting for AuthorizedProjectsWorker to complete See merge request !13564
2017-08-22Update form to properly set the pathZeger-Jan van de Weg
Also includes a change in allowing uploaded files, as there was a mismatch in object_id between classes, disallowing params[:file], which is a UploadedFile, newly loaded. The params checked against the older version. Fixes gitlab-org/gitlab-ce#36519
2017-08-22Do not fire synrchonous hooks when creating a jobGrzegorz Bizon
Fire asynchronous hooks instead.
2017-08-22Use event-based waiting in Gitlab::JobWaiterNick Thomas
2017-08-22Merge branch '35845-improve-subgroup-creation-permissions' into 'master'Douwe Maan
Improves subgroup creation permissions Closes #35845 See merge request !13418