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-08-11Enable Timecop safe modeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-09Prevent user from changing username with container registry tagsMichael Kozono
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-07Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-26Merge branch '35338-deploy-keys-should-not-show-pending-delete-projects' ↵Sean McGivern
into 'master' Pending delete projects should now show in deploy keys Closes #35338 See merge request !13088
2017-07-25Pending delete projects should not show in deploy keysTiago Botelho
2017-07-25Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński
Implement "Block pipelines on protected branches" Closes #30634, #34616, and #33130 See merge request !11910
2017-07-21Fix target project merge request link on build pageGrzegorz Bizon
2017-07-20Fix invalid assertions in build details entity specsGrzegorz Bizon
2017-07-20Improve build details serializable entity specsGrzegorz Bizon
2017-07-19Fix job merge request link to a forked source projectGrzegorz Bizon
2017-07-19Add a test for checking queries with different refLin Jen-Shin
2017-07-18Instead of adding master, stub_not_protect_default_branchLin Jen-Shin
2017-07-17Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (638 commits) Simplify background migrations stealing code Expire cached user IDs that can see the performance after 5 minutes Promote visibility level helpers from Group to Namespace Fix off-by-one error in background migration retries Recover from all exceptions when stealing bg migration Fix label creation from new list for subgroup projects move click handler to button. when on the icon it wasn't triggered in firefox Fix incorrect AWS ELB metrics. Fix wrong link to docs in docs styleguide Update issue-related docs Refactor groups docs Add subgroups limitations to Pages docs Update Google launcher details Split docs on IP whitelist for monitoring access Update health check docs Bump fog-core to 1.44.3 and fog providers' plugins to latest Introduce have_gitlab_http_status Remove Repository#search_files Update Pipeline's badge count in Merge Request and Commits view to match real-time content Fixes the user order being overriden in the autocomplete controller ...
2017-07-11Make commits behind text a link to the target branch commits pageClement Ho
2017-07-11Convert target branch link to use treeClement Ho
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-04Introduce Gitlab::Cache::RequestStoreWrapLin Jen-Shin
So that we cache the result of UserAccess#can_push_or_merge_to_branch? in RequestStore, avoiding querying ProtectedBranch over and over for the list of pipelines (i.e. in PipelineSerializer) I don't think this is ideal because I don't like the idea of RequestStore in general, but this is the easiest way to cache it without changing the architecture. In the future we should cache more explicitly rather than this kind of global store.
2017-07-04Update tests due to permission changesLin Jen-Shin
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-14Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon
Allow to access statuses for external CI services Closes #30714, #29369, and #15220 See merge request !11176
2017-06-13Update tests and applicationKamil Trzcinski
2017-06-13Do not expose internal artifacts hash in build entityGrzegorz Bizon
2017-06-13Rename BuildEntity to JobEntityKamil Trzcinski
2017-06-12Merge branch 'use-request-store-helper-instead-actual-code' into 'master'Douwe Maan
Use :request_store hooks on specs See merge request !12058
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-10Use :request_store hooks on specsOswaldo Ferreira
2017-06-07Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable
Implement ability to update deploy keys Closes #3191 See merge request !10383
2017-06-03Fix test failuresKamil Trzcinski
2017-06-02Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeKamil Trzcinski
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-06-02Skip loading application settings from the database when migrations are pendingNick Thomas
Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-06-02Add user to BuildDetailsEntityZ.J. van de Weg
Also add minor changed needed to pass review
2017-06-01Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeZ.J. van de Weg
2017-06-01Rename build to jobZ.J. van de Weg
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-05-31Incorporate reviewZ.J. van de Weg
2017-05-31Create PipelineDetailsEntityZ.J. van de Weg
Now we have a PipelineEntity which is a bit smaller, mostly in bytes needing to send to the frontend. PipelineDetailsEntity is the default for the PipelineSerializer, limiting the changes needed. This commit also incorporates the review.
2017-05-31Initial implementation for real time job viewZ.J. van de Weg
Added the needed keys and paths to a new entity, BuildDetailsEntity. Not renaming BuildEntity to BuildBasicEntity on explicit request. Most code now has test coverage, but not all. This will be added on later commits on this branch. Resolves gitlab-org/gitlab-ce#31397
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (63 commits) Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions Check only a merge ability for protected actions Add tag_list param to project api Allow PostReceivePack to be enabled with Gitaly Remove some deprecated methods Add :owned param to ProjectFinder ...
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Fix build entity specs related to protected actionsGrzegorz Bizon
2017-05-18Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-16Returns new_blob_path only when user can push_code to projectOswaldo Ferreira
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-09Merge request widget redesignFatih Acet
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński
'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494