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/lib
AgeCommit message (Collapse)Author
2017-11-06Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern
removed the #ensure_ref_fetched from all controllers Closes #36061 See merge request gitlab-org/gitlab-ce!15129
2017-11-06Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López
2017-11-06Merge branch 'jej/fs-prevent-push-when-missing-objects' into 'master'Douwe Maan
Prevent git push when LFS objects are missing Closes #24564 See merge request gitlab-org/gitlab-ce!13837
2017-11-06Merge branch 'dm-reallow-project-path-ending-in-period' into 'master'Sean McGivern
Reallow project paths ending in periods Closes #39695 See merge request gitlab-org/gitlab-ce!15190
2017-11-06Prevent git push when LFS objects are missingJames Edwards-Jones
2017-11-06Reallow project paths ending in periodsDouwe Maan
2017-11-06Merge branch 'expose-job-duration' into 'master'Rémy Coutable
Expose `duration` in Job API entity Closes #35794 See merge request gitlab-org/gitlab-ce!13644
2017-11-06Merge branch 'jej/fix-lfs-changes-laziness' into 'master'Douwe Maan
Implement lazy popen so LfsChanges doesn't have to wait for rev-list to complete See merge request gitlab-org/gitlab-ce!15180
2017-11-06Merge branch 'ce-gitlab-git-backport' into 'master'Sean McGivern
CE repository mirroring changes backport See merge request gitlab-org/gitlab-ce!15184
2017-11-06Gitlab::Git::RevList and LfsChanges use lazy popenJames Edwards-Jones
2017-11-06Gitlab::Git::Popen can lazily hand output to a blockJames Edwards-Jones
This allows input to start processing immediately without waiting for the process to complete. This also allows long or infinite inputs to be partially processed, which will termiate the process when reading stops with SIGPIPE.
2017-11-05Expose `duration` in Job API entityMehdi Lahmam
Closes #35794.
2017-11-04Merge branch 'sh-headless-chrome-support' into 'master'Stan Hu
Replace PhantomJS with Headless Chrome for GitLab Integration Tests Closes #30876 See merge request gitlab-org/gitlab-ce!12244
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (33 commits) Ignore SQL CACHE hits in Sherlock Fix SQL timings for the performance bar Find the LFS-objects for a fork within a the fork network Remove bottom-border from last responsive table row Add system hooks user_rename and group_rename Unlink a project from a fork network when it's source was deleted. Make sure the settings page renders when root of a fork is deleted Remove Peek's original keyboard shortcut (numpad 0, keycode 96) Add application setting to Auto DevOps docs Enable MergeableSelector in scss-lint (for !14567) Enable MergeableSelector in scss-lint (for !14055) Enable MergeableSelector in scss-lint (for !14062) Enable MergeableSelector in scss-lint (for !14398) Enable MergeableSelector in scss-lint (for !13480) Enable MergeableSelector in scss-lint (for !13473) Enable MergeableSelector in scss-lint (for !13600) Enable MergeableSelector in scss-lint Resolve ""To do" should be "Todos" on Todos list page" Avoid regenerating the ref path for the environment Remove white space at bottom of issue boards ...
2017-11-03Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez
2017-11-03Fix Gitlab::Metrics::System#real_time and #monotonic_time docRémy Coutable
2017-11-03Merge branch 'sherlock-ignore-cache' into 'master'Rémy Coutable
Ignore SQL CACHE hits in Sherlock See merge request gitlab-org/gitlab-ce!15182
2017-11-03Merge branch 'performance-bar-sql-timings' into 'master'Rémy Coutable
Fix SQL timings for the performance bar See merge request gitlab-org/gitlab-ce!15181
2017-11-03fix the failing specmicael.bergeron
2017-11-03Ignore SQL CACHE hits in SherlockYorick Peterse
2017-11-03Fix SQL timings for the performance barYorick Peterse
My recent change accidentally changed the reported time from milliseconds to seconds, resulting in wrong timings being displayed.
2017-11-03removed the #ensure_ref_fetched from all controllersmicael.bergeron
also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...
2017-11-02Merge branch '37631-add-a-merge_request_diff_id-column-to-merge_requests' ↵Yorick Peterse
into 'master' Resolve "Add a `merge_request_diff_id` column to `merge_requests`" See merge request gitlab-org/gitlab-ce!15035
2017-11-02Merge branch 'gitaly-ff-merge' into 'master'Rémy Coutable
Incorporate Gitaly's OperationService.UserFFBranch RPC Closes gitaly#693 See merge request gitlab-org/gitlab-ce!15040
2017-11-02Set merge_request_diff_id on MR when creatingSean McGivern
Once we migrate existing MRs to have this column, we will be able to get the latest diff for a single merge request more efficiently, and (more importantly) get all latest diffs for a collection of MRs efficiently.
2017-11-02Add a column linking an MR to its diffSean McGivern
We already had this the other way around (merge_request_diffs.merge_request_id), but this is needed to gather only the most recent diffs for a set of merge requests.
2017-11-02Merge branch 'icons-ci-icons' into 'master'Filipa Lacerda
Convert Icons in CI to SVG Sprite Icons See merge request gitlab-org/gitlab-ce!14567
2017-11-02Merge branch 'dm-sidekiq-sigstp' into 'master'Sean McGivern
Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in See merge request gitlab-org/gitlab-ce!15102
2017-11-02Merge branch 'dm-remove-private-token' into 'master'Sean McGivern
Remove Private Tokens Closes #38595 and #38447 See merge request gitlab-org/gitlab-ce!14838
2017-11-02fix bracket stylingMike Greiling
2017-11-02Merge branch 'remove-readonly-exclusion-from-systemcheck' into 'master'Douwe Maan
Remove an exception from the git user default SSH config check See merge request gitlab-org/gitlab-ce!15151
2017-11-02Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when ↵Douwe Maan
the memory killer kicks in
2017-11-02Merge branch 'jk-epic-changes-ce-port' into 'master'Sean McGivern
CE port of code changed for epics See merge request gitlab-org/gitlab-ce!15144
2017-11-02Merge branch 'zj-gitaly-migrate-metrics' into 'master'Sean McGivern
Measure Gitaly migration sites against original See merge request gitlab-org/gitlab-ce!15118
2017-11-02Remove an exception from the git user default SSH config checkNick Thomas
2017-11-02Geo route whitelisting is too optimisticBrett Walker
2017-11-02Update specs for sudo behaviorDouwe Maan
2017-11-02Add sudo API scopeDouwe Maan
2017-11-02Consistently use PersonalAccessToken instead of PersonalTokenDouwe Maan
2017-11-02Remove authentication using user.private_tokenDouwe Maan
2017-11-02Remove tokens:reset_all_auth rake taskDouwe Maan
2017-11-02Remove gitlab:users:clear_all_authentication_tokens rake taskDouwe Maan
2017-11-02Remove private_token from API user entityDouwe Maan
2017-11-02Remove Session APIDouwe Maan
2017-11-02Fix encoding issue with Repository.ls_filesKim Carlbäcker
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-11-01Merge branch 'jej/lfs-change-detection' into 'master'Douwe Maan
Detect changes to LFS pointers for pruning and integrity check See merge request gitlab-org/gitlab-ce!14785
2017-11-01Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones
Gitlab::Git::Blob.batch_lfs_metadata can be used to check for LFS pointers. It uses a lazy enumorator and filters by blob size
2017-11-01Merge branch '35914-merge-request-update-worker-is-slow' into 'master'Sean McGivern
Add metrics tagging to the sidekiq middleware See merge request gitlab-org/gitlab-ce!15111