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
2018-07-19Remove duplicated include IgnorableColumnLin Jen-Shin
It's probably duplicated during resolving a conflict?
2018-07-18Client implementation for Repository#new_commitsZeger-Jan van de Weg
After trying to remove the whole method in 8f69014af2902d8d53fe931268bec60f6858f160, this is a more gentle approach to the method. :) Prior to this change, new commit detection wasn't implemented in Gitaly, this was done through: https://gitlab.com/gitlab-org/gitaly/merge_requests/779 As the new implemented got moved around a bit, the whole RevList class got removed. Part of https://gitlab.com/gitlab-org/gitaly/issues/1233
2018-07-18Render MR page when no persisted diff_refs or diffs sizeOswaldo Ferreira
2018-07-17Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into ↵Douwe Maan
'master' Include full image URL in webhooks for uploaded images Closes #20720 See merge request gitlab-org/gitlab-ce!18109
2018-07-17Merge branch 'gitaly-issue-cross-reference' into 'master'Sean McGivern
Add cross-link to N+1 issue See merge request gitlab-org/gitlab-ce!20663
2018-07-17Merge branch '14995-custom_wiki_sidebar' into 'master'Sean McGivern
Implement customized sidebar Closes #14995 See merge request gitlab-org/gitlab-ce!17940
2018-07-17Add cross-link to N+1 issueJacob Vosmaer
[ci-skip]
2018-07-17Migrate merge base, merged branches, write refJacob Vosmaer (GitLab)
2018-07-16Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin
* upstream/master: (53 commits) Fix invalid link to GitLab.com architecture.md i18n: externalize strings from 'app/views/import' Remove Repository#lookup and unreachable rugged code refactor code based on feedback Trigger rails5 tests either by variable or ref name Fix link in help doc which was linking to old mono-repo, now in its own repo Allow Danger step to fail update webpack to v4.16 Backport logger changes from EE Add the CI Job trigger as the build trigger Remove flaky and redundant expectations use fileuploader dynamic path method in uploads manager and add spec fix typo in uploads manager add small comment to download method in uploads manager refactor uploads manager Update 10.6-to-10.7.md Lazy-load performance bar UI Update .gitlab-ci.yml fixed test to correctly text relative URLs doesnt add query param if source & target projects match Add changelog entry ...
2018-07-16Merge branch 'fix/gb/rename-environments-stop-actions' into 'master'Kamil Trzciński
Make it more explicit what environment stop actions are Closes #48672 See merge request gitlab-org/gitlab-ce!20587
2018-07-13Merge branch 'fix/gb/fix-project-settings-build-time-validation' into 'master'Kamil Trzciński
Improve project build time setting validation Closes #44443 See merge request gitlab-org/gitlab-ce!20591
2018-07-13Merge branch 'fix/gb/add-missing-before-sha-predefined-variable' into 'master'Kamil Trzciński
Add missing `CI_COMMIT_BEFORE_SHA` predefined variable Closes #43365 See merge request gitlab-org/gitlab-ce!20594
2018-07-13Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin
* upstream/master: (467 commits) Update docs board features tier Upgrade grape-path-helpers to 1.0.6 Remove healthchecks from prometheus endpoint Fix find_branch call sites Ensure Encoding.default_external is set to UTF-8 when running QA scenarios i18n: externalize strings from 'app/views/admin/groups' Backport mr widget changes from EE Allow to toggle notifications for issues due soon Vuex test helper improvements whitespace Make more ref RPC's mandatory Resolve "Improve performance of MR Changes tab: reduce event listeners on scroll event" Remove old service architecture from Vue docs Adding spec to test basic forking functionalities Fix performance problem of accessing tag list for projects api endpoints typo Add sleep to QA test before installing tiller Include Vue files that are not covered by tests in test coverage Remove Repository#path memoization Resolve "do not set updated_at when creating note" ...
2018-07-13Merge branch 'gitaly-mandatory-20180712-jv' into 'master'Sean McGivern
Make more ref RPC's mandatory Closes gitaly#526, gitaly#965, gitaly#476, and gitaly#474 See merge request gitlab-org/gitlab-ce!20592
2018-07-12Fix find_branch call sitesJacob Vosmaer
2018-07-12Merge branch 'issue_47709' into 'master'Sean McGivern
Allow to toggle notifications for issues due soon Closes #47709 See merge request gitlab-org/gitlab-ce!20530
2018-07-12Allow to toggle notifications for issues due soonFelipe Artur
2018-07-12Add missing `CI_COMMIT_BEFORE_SHA` predefined variableGrzegorz Bizon
2018-07-12Improve project build time setting validationGrzegorz Bizon
2018-07-12Remove unused `stop_action?` method from deployment classGrzegorz Bizon
2018-07-12Rename environments stop action methodGrzegorz Bizon
This makes it more explicit that an environment is not a stop action, but instead is merely contains a stop action.
2018-07-12Optimize ProjectWiki#empty? checkStan Hu
The `empty?` check was iterating over all Wiki pages to determine whether it was empty. Using the limit parameter allows us to bail out early once we found a page. Note that this currently only improves performance for GitLab 11.0 until https://gitlab.com/gitlab-org/gitaly/issues/1204 is fixed. Relates to #40101
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-10Resolve "Disable GCP free credit banner at instance level"Dennis Tang
2018-07-10Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon
Improve metadata access performance See merge request gitlab-org/gitlab-ce!20493
2018-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-09Access metadata directly from Object StorageKamil Trzciński
Previously we would pull the file, now, we just stream-it as needed from Object Storage
2018-07-07Merge branch ↵Stan Hu
'48670-application-settings-may-not-be-invalidated-if-migrations-are-run' into 'master' Resolve "Application settings may not be invalidated if migrations are run" Closes #48670 See merge request gitlab-org/gitlab-ce!20389
2018-07-06Merge branch '46246-gitlab-project-export-should-use-object-storage' into ↵Sean McGivern
'master' Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
2018-07-06Use proper markdown rendering for previewsBrett Walker
2018-07-06Merge branch 'gitaly-dont-use-path' into 'master'Sean McGivern
Remove silly use of repo disk path See merge request gitlab-org/gitlab-ce!20436
2018-07-06Remove silly use of repo disk pathJacob Vosmaer
2018-07-06Update Import/Export to use object storage (based on aa feature flag)James Lopez
2018-07-06Merge branch 'bvl-preload-parents-after-pagination' into 'master'Douwe Maan
Preload ancestors after pagination when filtering Closes #40785 See merge request gitlab-org/gitlab-ce!20398
2018-07-06Merge branch ↵Yorick Peterse
'blackst0ne-rails5-activerecord-statementinvalid-mysql2-error-expression-1-of-select-list-is-not-in-group-by-clause' into 'master' [Rails5] Fix milestone GROUP BY query Closes #48428 See merge request gitlab-org/gitlab-ce!20256
2018-07-06Preload ancestors after pagination when filteringBob Van Landuyt
We need to preload the ancestors of search results after applying pagination limits. This way the search results itself are paginated, but not the ancestors. If we don't do this, we might not preload a parent group of a search result as it has been cut off by pagination.
2018-07-06Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon
Allow to store BuildTraceChunks on Object Storage Closes #45712 See merge request gitlab-org/gitlab-ce!19515
2018-07-06Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_urlSean McGivern
2018-07-06Remove raising error at erase_old_trace!Shinya Maeda
2018-07-06Merge branch 'master' into remove-trace-efficientlyShinya Maeda
2018-07-06Merge branch 'master' into build-chunks-on-object-storageShinya Maeda
2018-07-06[Rails5] Fix milestone GROUP BY queryblackst0ne
2018-07-05Merge branch 'ce-6145-unify-issuable-search-bar' into 'master'Robert Speicher
CE: Unify app/views/shared/issuable/_search_bar.html.haml See merge request gitlab-org/gitlab-ce!20266
2018-07-05Merge branch 'dm-invalid-active-service-template' into 'master'Robert Speicher
Deactivate new KubernetesService created from active template to prevent project creation from failing Closes gitlab-ee#6753 See merge request gitlab-org/gitlab-ce!20400
2018-07-05Web Terminal Ci BuildFrancisco Javier López
2018-07-05Stop relying on migrations in the CacheableAttributes cache key and cache ↵Rémy Coutable
attributes for 1 minute instead Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-05Check whether new service created from template is valid after unflagging it ↵Douwe Maan
as a template