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-06-06Adjust monitoring graphs to support widgets in EEMike Greiling
2018-06-06Merge branch '47189-github_import_visibility' into 'master'Douwe Maan
Use Github repo visibility during import while respecting restricted visibility levels Closes #47189 See merge request gitlab-org/gitlab-ce!19450
2018-06-06Merge branch '45821-avatar_api' into 'master'Rémy Coutable
Add Avatar API Closes #45821 See merge request gitlab-org/gitlab-ce!19121
2018-06-06Merge branch 'secret-variables-name' into 'master'Marcia Ramos
Rename Secret variables -> variables See merge request gitlab-org/gitlab-ce!19309
2018-06-06fixed dropdown not re-showing the contentPhil Hughes
2018-06-06fixed spacingPhil Hughes
removed need for custom dropdown stuff
2018-06-06move styles out of componentsPhil Hughes
2018-06-06fixed mutations specPhil Hughes
2018-06-06fixed karmaPhil Hughes
2018-06-06fixed scss lintPhil Hughes
2018-06-06fixed dropdown items not having pointer cursorPhil Hughes
2018-06-06fixed loading icon hiding contentPhil Hughes
2018-06-06correctly load up merge requestPhil Hughes
fixed pipeline request throwing an error
2018-06-06fetch both created & assignedPhil Hughes
show badges for both [ci skip]
2018-06-06style updatesPhil Hughes
[ci skip]
2018-06-06Show merge requests in IDEPhil Hughes
Closes #45184
2018-06-06Merge branch 'bvl-graphql-start-34754' into 'master'Douwe Maan
GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008
2018-06-06Merge branch '47204-fix-golang-minimum-version-in-docs' into 'master'Achilleas Pipinellis
Resolve "Upgrade from source documentation - golang version required" Closes #47204 See merge request gitlab-org/gitlab-ce!19434
2018-06-06Use Github repo visibility during import while respecting restricted ↵Imre Farkas
visibility levels
2018-06-06Merge branch 'qa-112-tests-for-auto-devops' into 'master'Grzegorz Bizon
QA Tests for Auto DevOps See merge request gitlab-org/gitlab-ce!19200
2018-06-06Rescue from failed feature lookupsJacob Vosmaer
2018-06-06Remove unused let and rename var in QA autodevops specDylan Griffith
2018-06-06Rename Secret variables -> variablesAchilleas Pipinellis
2018-06-06Use gitaly 0.105.0Jacob Vosmaer
2018-06-06Simplify server feature flagsJacob Vosmaer
2018-06-06Set Gitaly Server feature flags from RailsZeger-Jan van de Weg
Gitaly itself hold very little state, other than the data on disk. This limits the interfaces to set feature flags. Gitaly now has the ability to interpret the request metadata to check for feature flags. https://gitlab.com/gitlab-org/gitaly/merge_requests/704 This allows clients control on the Gitaly server, and given that Rails has an internal chatops interface to set these values this was chosen as solution. Known limitation right now, is that this package doesn't support the opt out that other Gitaly features do.
2018-06-06[Rails5] Fix Arel::UpdateManager callsblackst0ne
In Rails 5.0 `Arel::UpdateManager.new` doesn't expect any parameters. This commit makes the migration not pass any parameters if on Rails 5.0.
2018-06-06Merge branch 'ide-jobs-log' into 'master'Filipa Lacerda
Show job logs in web IDE Closes #46245 See merge request gitlab-org/gitlab-ce!19279
2018-06-06Add metric for failed archiving with stale live traceShinya Maeda
2018-06-06Merge branch 'jprovazn-uploader-migration' into 'master'Sean McGivern
Migrate jobs in object_storage_upload queue Closes gitlab-ee#4811 See merge request gitlab-org/gitlab-ce!19180
2018-06-06Simplify error message handling in Projects::CreateServiceStan Hu
There's no need to add a redundant message to the errors if the model is invalid. This cleans up the message as well for the importer.
2018-06-06Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt
- All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
2018-06-06Remove unnecessary @pushing_directory bool in QA::Factory::Repository::PushDylan Griffith
2018-06-06Merge branch 'sh-add-rake-task-docs-and-bump-grape-path-helpers' into 'master'Sean McGivern
Bump grape-path-helpers to 1.0.2 to get updated Rake task naming See merge request gitlab-org/gitlab-ce!19474
2018-06-06Fix typos and add a small specShinya Maeda
2018-06-06Fix specs for exclusive leaseShinya Maeda
2018-06-06Fix the query to select stale live tracesShinya Maeda
2018-06-06Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda
2018-06-06Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda
2018-06-06Fix ambiguous stuck ci job worker's spec. Rename lease key of archiveShinya Maeda
2018-06-06Fix name of worker for cron worker specShinya Maeda
2018-06-06Add tests for each new codeShinya Maeda
2018-06-06Rename find_stale. Fix worker name in declaration.Shinya Maeda
2018-06-06Fix spec fiel locationShinya Maeda
2018-06-06Clean up workerShinya Maeda
2018-06-06Add exclusive relase for trace arhiveShinya Maeda
2018-06-06Changed cron interval to every 17 minuteShinya Maeda
2018-06-06Add testsShinya Maeda
2018-06-06Revise a commentShinya Maeda
2018-06-06Change cron period to per hourShinya Maeda