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
2018-08-24Merge branch 'security-mk-exclude-orphaned-upload-files-from-export-11-2' ↵José Iván Vargas López
into 'security-11-2' [11.2] Resolve "Orphaned upload files are accessible via project exports" See merge request gitlab/gitlabhq!2464
2018-08-24Merge branch 'security-2694-pipeline-11-2' into 'security-11-2'José Iván Vargas López
[11.2] Removes <br> sent from backend on tooltips in jobs See merge request gitlab/gitlabhq!2458
2018-08-24Merge branch 'security-49085-11.2-persistent-xss-rendering' into 'security-11-2'José Iván Vargas López
[11.2] Port of Fixed persistent XSS rendering/escaping of diff location lines to 11.2 See merge request gitlab/gitlabhq!2473
2018-08-24Merge branch 'sh-block-link-local-master-11-2-port' into 'security-11-2'Nick Thomas
Block link-local addresses in URLBlocker (11.2 port) See merge request gitlab/gitlabhq!2460
2018-08-23Merge branch 'sh-fix-broken-ldap-clones' into 'master'Alejandro Rodríguez
Fix broken Git over HTTP clones with LDAP users Closes #50579 See merge request gitlab-org/gitlab-ce!21352
2018-08-20Merge branch ↵Sean McGivern
'49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limits' into 'master' Resolve "Commits and Merge Requests does not list all files when one file exceeds size limits" Closes #49907 See merge request gitlab-org/gitlab-ce!21125
2018-08-09Merge branch ↵Stan Hu
'rd-fix-bug-when-authenticating-user-for-repo-with-size-check-enabled-ce' into 'master' Backport of gitlab-org/gitlab-ee!6848 See merge request gitlab-org/gitlab-ce!21096
2018-08-07Backport issue board milestone lists EE changesOswaldo Ferreira
2018-08-07Merge branch 'todos-visibility-migration' into 'master'Sean McGivern
Remove todos of users without access to targets (migration) See merge request gitlab-org/gitlab-ce!20927
2018-08-07Remove todos of users without access to targets migrationJarka Kadlecová
2018-08-07Create Web IDE MR and branch pickerPaul Slaughter
2018-08-07Merge branch '46535-orphaned-uploads' into 'master'Kamil Trzciński
Rake task for checking orphaned object store uploads Closes #46535 See merge request gitlab-org/gitlab-ce!20918
2018-08-07Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera
2018-08-07Merge branch 'group-todos' into 'master'Sean McGivern
Group todos See merge request gitlab-org/gitlab-ce!20675
2018-08-07Backport some changes from gitlab-org/gitlab-ee!6767Rubén Dávila
2018-08-07Clean orphaned files in object storageJarka Kadlecová
2018-08-06Merge branch 'sh-support-bitbucket-server-import' into 'master'Tim Zallmann
Add support for Bitbucket Server imports Closes #25393 See merge request gitlab-org/gitlab-ce!20164
2018-08-06Merge branch 'background-migrations-system-load' into 'master'Stan Hu
Respond to DB health in background migrations See merge request gitlab-org/gitlab-ce!20720
2018-08-06Merge branch 'issue_44821' into 'master'Sean McGivern
Retrieve merge request closing issues from database cache Closes #44821 See merge request gitlab-org/gitlab-ce!20911
2018-08-06Retrieve merge request closing issues from database cacheFelipe Artur
2018-08-06Merge branch 'issue_43602' into 'master'Sean McGivern
Allow multiple JIRA transitions id split by comma or semicolon Closes #43602 See merge request gitlab-org/gitlab-ce!20939
2018-08-06Respond to DB health in background migrationsYorick Peterse
This changes the BackgroundMigration worker so it checks for the health of the DB before performing a background migration. This in turn allows us to reduce the minimum interval, without having to worry about blowing things up if we schedule too many migrations. In this setup, the BackgroundMigration worker will reschedule jobs as long as the database is considered to be in an unhealthy state. Once the database has recovered, the migration can be performed. To determine if the database is in a healthy state, we look at the replication lag of any replication slots defined on the primary. If the lag is deemed to great (100 MB by default) for too many slots, the migration is rescheduled for a later point in time. The health checking code is hidden behind a feature flag, allowing us to disable it if necessary.
2018-08-06Merge branch 'jr-archive-hook' into 'master'Nick Thomas
Trigger `project_update` system hook when archiving projects See merge request gitlab-org/gitlab-ce!20995
2018-08-03Merge branch 'artifact-format-v2-with-parser' into 'master'Kamil Trzciński
Parse junit.xml.gz and calculate the difference between head and base See merge request gitlab-org/gitlab-ce!20576
2018-08-03Use Projects::UpdateService to archive projectsJames Ramsay
System hooks were not being triggered when projects were archived or unarchived. Reuse the Projects::UpdateService to automatically trigger system hooks and increase code reuse.
2018-08-03Allow multiple JIRA transition idsFelipe Artur
2018-08-03Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ↵Valery Sizov
to "for all new and renamed projects""
2018-08-03Merge branch 'fix/import-templates-spec' into 'master'Sean McGivern
Fix spec warnings and template helper See merge request gitlab-org/gitlab-ce!21007
2018-08-03Remove date from author line since that is already present in `created_at`Stan Hu
2018-08-03Merge branch 'fix/gb/improve-blocked-user-tracking' into 'master'Sean McGivern
Improve blocked user tracking and fire some events only once Closes #49784 See merge request gitlab-org/gitlab-ce!20959
2018-08-03Add factory for parsers. Add required specification in json schema matcher. ↵Shinya Maeda
Improved test code.
2018-08-03Fix spec warnings and template helperJames Lopez
2018-08-03Improve blocked user tracking code readabilityGrzegorz Bizon
2018-08-03Merge branch 'zj-no-timeout-delete-refs' into 'master'Sean McGivern
Set default timeout for deleting many refs Closes #49862 See merge request gitlab-org/gitlab-ce!20974
2018-08-03Fix existing key logic in test suiteShinya Maeda
2018-08-03Added unique identifier to calculate_reactive_cache. Decoupled comparison ↵Shinya Maeda
logic to service. Fixed N+1 select queries.
2018-08-03Merge branch 'master-ce' into artifact-format-v2-with-parserShinya Maeda
2018-08-03Add object storage related tests for `gitlab:cleanup:project_uploads` taskMichael Kozono
2018-08-03Add a comment when user can't be identifiedStan Hu
2018-08-03Use a case statement to determine pull request stateStan Hu
2018-08-03Keep alignment in lib/gitlab/import_sources.rbStan Hu
2018-08-02Remove an empty line from blocker user tracker classGrzegorz Bizon
2018-08-02Merge branch '48773-gitlab-project-import-should-use-object-storage' into ↵Sean McGivern
'master' Resolve "GitLab Project Import should use object storage" Closes #48773 See merge request gitlab-org/gitlab-ce!20773
2018-08-02Merge branch 'zj-backup-migration-done' into 'master'Sean McGivern
Remove feature flags from lib/backup Closes gitaly#749, gitaly#1212, and gitaly#1195 See merge request gitlab-org/gitlab-ce!20854
2018-08-02Add Object Storage to GitLab project importJames Lopez
- Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs
2018-08-02Merge branch '49830-use-helm-272' into 'master'Dmitriy Zaporozhets
Use Helm 2.7.2 for GitLab Managed Apps Closes #49830 See merge request gitlab-org/gitlab-ce!20956
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
2018-08-02Merge branch 'gitaly-import-bare' into 'master'Sean McGivern
Refactor gitlab:import:repos task to remove direct disk access Closes gitaly#953 See merge request gitlab-org/gitlab-ce!20864
2018-08-02Remove an empty line from the end of blocked_user_tracker.rbGrzegorz Bizon
2018-08-02Set default timeout for deleting many refsZeger-Jan van de Weg
Prior to this change, this RPC had a fast_timeout. This timeout doesn't set no timeout on Sidekiq. Deleting many refs can take over a couple of seconds, so a default timeout would be neccesairy. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49862