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/spec
AgeCommit message (Collapse)Author
2018-06-08Merge branch 'rs-schema-spec-parity' into 'master'Nick Thomas
Refactor schema_spec.rb for CE-EE parity and simplicity See merge request gitlab-org/gitlab-ce!19563
2018-06-08Revert rename allow collaboration columnMark Chao
2018-06-08Resolve "Automatically created MR uses wrong target branch (when branching ↵Athar Hameed
from Tag)"
2018-06-08Fix NotificationRecipientService spec for EESean McGivern
EE checks a license, which needs RequestStore enabled to avoid N+1 queries. However, enabling RequestStore causes Gitaly to complain about N+1 invocations, which we really don't care about here.
2018-06-08Merge branch 'improve-housekeeping-spec' into 'master'Nick Thomas
Backport changes for Housekeeping Specs See merge request gitlab-org/gitlab-ce!18595
2018-06-08Merge branch '44331-upgrade-monaco-editor-and-remove-copywebpackplugin' into ↵Tim Zallmann
'master' Resolve "Upgrade Monaco editor and remove CopyWebpackPlugin" Closes #44331 See merge request gitlab-org/gitlab-ce!17813
2018-06-08refactor monaco-editor import and stop storing as class property within editorMike Greiling
2018-06-08remove need to pass monaco around through DIMike Greiling
2018-06-08remove monacoLoader and import monaco directly within Editor classMike Greiling
2018-06-08Set tooltips to have default boundary viewportClement Ho
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-06-07Refactor schema_spec.rb for CE-EE parity and simplicityRobert Speicher
2018-06-07Merge branch '47182-use-the-default-strings-of-timeago-js' into 'master'Clement Ho
Use the default strings of timeago.js for timeago Closes #47182 See merge request gitlab-org/gitlab-ce!19350
2018-06-07Merge branch 'issue_44230' into 'master'Sean McGivern
Apply notification settings level of groups to all child objects Closes #44230 See merge request gitlab-org/gitlab-ce!19191
2018-06-07 Apply notification settings level of groups to all child objectsFelipe Artur
2018-06-07Merge remote-tracking branch 'origin/master' into ↵Kamil Trzciński
38542-application-control-panel-in-settings-page
2018-06-07Resolve "Automatically provide a Deploy Token to projects when Auto DevOps ↵Mayra Cabrera
is enabled"
2018-06-07Resolve "Show `failure_reason` and improve failed jobs tab in pipeline ↵André Luís
detail view"
2018-06-07Merge branch 'introduce-job-keep-alive-api-endpoint' into 'master'Tomasz Maczukin
Make CI job update entrypoint to work as keep-alive endpoint See merge request gitlab-org/gitlab-ce!19543
2018-06-07Merge branch 'ce-4936-roadmap-navigation-presets' into 'master'Phil Hughes
CE backport: Add timeframe helper methods See merge request gitlab-org/gitlab-ce!19553
2018-06-07Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan
Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
2018-06-07Merge branch 'sh-fix-schema-migrations-seq-scans' into 'master'Douwe Maan
Avoid sequential scans loading schema_migrations table when loading application settings See merge request gitlab-org/gitlab-ce!19541
2018-06-07Change update entrypoint instead of adding new keep-alive oneTomasz Maczukin
2018-06-07Merge branch 'n-plus-one-notification-recipients' into 'master'Rémy Coutable
Fix some N+1s when calculating notification recipients Closes #45534 See merge request gitlab-org/gitlab-ce!19535
2018-06-07Add timeframe helper methodsKushal Pandya
2018-06-07Merge branch 'ide-url-util-relative-url-fix' into 'master'Filipa Lacerda
Fixes IDE button on merge requests not working with relative URL config Closes #46438 See merge request gitlab-org/gitlab-ce!19546
2018-06-07Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto
2018-06-07Make Gitlab::CurrentSettings.current_application_settings return cached ↵Rémy Coutable
settings early if they exist without issuing any DB query Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-07Add installation type to usage ping dataBalasankar C
2018-06-07fixed more specsPhil Hughes
2018-06-07fixed karmaPhil Hughes
2018-06-07Fixes IDE button on merge requests not working with relative URL configPhil Hughes
Closes #46438
2018-06-07Introduce new keep-alive API entrypoint for CI jobTomasz Maczukin
2018-06-07Add spec for continuous deploy strategyMatija Čupić
2018-06-07Add trait for manual deploy strategyMatija Čupić
2018-06-07Restore navigation theme orderGeorge Tsiolis
2018-06-07Fix some N+1s when calculating notification recipientsSean McGivern
First N+1: we may have loaded a user's notification settings already, but not have loaded their sources. Because we're iterating through, we'd potentially load sources that are completely unrelated, just because they belong to this user. Second N+1: we do a separate query for each user who could be subscribed to or unsubcribed from the target. It's actually more efficient in this case to get all subscriptions at once, as we will need to check most of them. We can fix both by the slightly unpleasant means of checking IDs manually, rather than object equality.
2018-06-07Merge branch '39549-label-list-page-redesign-with-draggable-labels' into ↵Tim Zallmann
'master' Resolve "Label list page redesign with draggable labels" Closes #39549 See merge request gitlab-org/gitlab-ce!18466
2018-06-07Merge branch '45505-lograge_formatter_encoding' into 'master'Kamil Trzciński
Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter Closes #45505 See merge request gitlab-org/gitlab-ce!19244
2018-06-07Merge branch '47208-human-import-status-name-not-working' into 'master'Douwe Maan
Resolve "ActionView::Template::Error: undefined method `human_import_status_name" Closes #47208 See merge request gitlab-org/gitlab-ce!19470
2018-06-07Merge branch 'fj-move-rev-list-option' into 'master'Douwe Maan
Moving rev-list lfs options to LfsChanges See merge request gitlab-org/gitlab-ce!19497
2018-06-07Merge branch 'sh-log-422-responses' into 'master'Sean McGivern
Log response body to production_json.log when a controller responds with a 422 status See merge request gitlab-org/gitlab-ce!19473
2018-06-07Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray
2018-06-07Merge branch 'master' into ↵Luke Bennett
'39549-label-list-page-redesign-with-draggable-labels' # Conflicts: # app/views/projects/labels/index.html.haml
2018-06-06Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and ↵Imre Farkas
filter out file content from logs
2018-06-06Log response body to production_json.log when a controller responds with a ↵Stan Hu
422 status We have a number of import errors occurring with 422 errors, and it's hard to determine why they are happening. This change will surface the errors in the log lines. Relates to #47365
2018-06-06Moving rev-list lfs options to LfschangesFrancisco Javier López
2018-06-06Merge branch 'master' into 38542-application-control-panel-in-settings-pageMatija Čupić
2018-06-06Reverse logic of manual and continuous deploy strategiesMatija Čupić
2018-06-06Support LFS objects when creating a project by importFrancisco Javier López