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
2019-07-01Quarantine schema_version_check because tests after it failedLin Jen-Shin
2019-06-29Merge branch 'check-min-schema-migrate' into 'master'Robert Speicher
Ensure we are on a supported version before migrating See merge request gitlab-org/gitlab-ce!29882
2019-06-29Allow collapsing all issue boardsMartin Hanzel
All issue boards can now be collapsed via a button, re-ordered by dragging the header, and the vertical collapsed header style was reworked.
2019-06-28Merge branch '63874-use-process-cpu-time-instead-of-thread-for-cpu-metrics' ↵Stan Hu
into 'master' Use PROCESS_CPUTIME_ID for cpu time metrics Closes #63874 See merge request gitlab-org/gitlab-ce!30166
2019-06-28Merge branch 'leipert-absolute-scss-paths' into 'master'Mike Greiling
Use absolute paths for SCSS imports See merge request gitlab-org/gitlab-ce!30161
2019-06-28Fix modal related testsPaul Gascou-Vaillancourt
2019-06-28Fix selector in karma specLukas Eipert
2019-06-28Set logModifiedComponents in jest and karmaPaul Slaughter
Also: - stub MutationObserver in Jest
2019-06-28Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney
# Conflicts: # lib/gitlab/database.rb
2019-06-28Merge branch 'last-commit-widget-api-call' into 'master'Filipa Lacerda
Use GraphQL API to fetch last commit data See merge request gitlab-org/gitlab-ce!29934
2019-06-28Fix spec definitionsAleksei Lipniagov
2019-06-28Replace 'JIRA' with 'Jira'Takuya Noguchi
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-06-28Use GraphQL API to fetch last commit data for treePhil Hughes
2019-06-28Merge branch '3264-project-aliases-ce' into 'master'Bob Van Landuyt
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108 See merge request gitlab-org/gitlab-ce!29604
2019-06-28Merge branch 'set-higher-ttl-for-trace-write' into 'master'Kamil Trzciński
Set higher TTL to write lock for traces See merge request gitlab-org/gitlab-ce!30064
2019-06-28Merge branch 'sh-support-subnets-ip-rate-limiter' into 'master'Thong Kuah
Support CIDR notation in IP rate limiter See merge request gitlab-org/gitlab-ce!30146
2019-06-28Merge branch 'graphql-tree-last-commit' into 'master'Lin Jen-Shin
Added commit type to tree GraphQL type See merge request gitlab-org/gitlab-ce!29412
2019-06-28Merge branch 'id-extract-widget-into-different-request' into 'master'Ash McKenzie
Extract MR's widget into a separate request Closes #62723 See merge request gitlab-org/gitlab-ce!29979
2019-06-28Do not change updated_at on an issue when reordering on an issue boardEugenia Grieff
2019-06-28Merge branch '63212-n-1-queries-in-projects-id-boards-api' into 'master'Thong Kuah
Remove N+1 queries in boards API See merge request gitlab-org/gitlab-ce!29634
2019-06-28Extract MR's widget into a separate endpointIgor Drozdov
This commits extracts /merge_requests/1.json?serializer=widget Into a separate /merge_requests/1/widget.json endpoint This will allow to use caching for this request
2019-06-28Merge branch '62826-graphql-emoji-mutations' into 'master'Jan Provaznik
GraphQL mutations for add, remove and toggle emoji See merge request gitlab-org/gitlab-ce!29919
2019-06-28Rearrange discussion resolve buttons & update button displaySamantha Ming
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
2019-06-28Added commit type to tree GraphQL typePhil Hughes
2019-06-28Support CIDR notation in IP rate limiterStan Hu
This will make it possible to whitelist multiple IP addresses (e.g. 192.168.0.1/24).
2019-06-28Support jsonb Default Value in add_column_with_default Migration HelperJason Goodman
2019-06-28Set higher TTL to write lock for tracesShinya Maeda
Set higher TTL is safer option when it comes to long running archive
2019-06-28GraphQL mutations for add, remove and toggle emojiLuke Duncalfe
Adding new `AddAwardEmoji`, `RemoveAwardEmoji` and `ToggleAwardEmoji` GraphQL mutations. Adding new `#authorized_find_with_pre_checks!` and (unused, but for completeness `#authorized_find_with_post_checks!`) authorization methods. These allow us to perform an authorized find, and run our own additional checks before or after the authorization runs. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
2019-06-28Merge branch 'remove_group_and_instance_clusters_feature_flag' into 'master'Stan Hu
Remove group and instance clusters feature flag Closes #63383 See merge request gitlab-org/gitlab-ce!30124
2019-06-27Add support for creating random passwords in user creation APIStan Hu
To avoid having to specify an actual password to create users, admins can now use the `force_random_password` parameter to let Devise generate a password. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63826
2019-06-27Merge branch ↵Clement Ho
'11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickable' into 'master' Turn commit sha in monitor charts popover to link Closes gitlab-ee#11888 See merge request gitlab-org/gitlab-ce!29914
2019-06-27Merge branch 'sh-avoid-loading-pipeline-status' into 'master'Nick Thomas
Avoid loading pipeline status in search results See merge request gitlab-org/gitlab-ce!30111
2019-06-27Fix unresponsive reply button in discussionsPaul Gascou-Vaillancourt
Events listeners have been fixed to ensure UI interactions are properly handled in discussion notes
2019-06-27Avoid loading pipeline status in search resultsStan Hu
This improves the performance of search, since the pipeline status is not displayed. Identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627
2019-06-27Change GetRawChanges RPC to use bytesPaul Okstad
2019-06-27Remove instance_clusters feature_flagThong Kuah
Now we have terminals for instance and group clusters we can remove the FF now. Deploying to instance clusters has been working without complaints too.
2019-06-27Merge branch 'sh-handle-nil-replication-lag' into 'master'Andreas Brandl
Fix background migrations failing with unused replication slot Closes #63666 See merge request gitlab-org/gitlab-ce!30042
2019-06-27Remove group_clusters feature flagThong Kuah
Now we have terminals for instance and group clusters we can remove the FF now. Deploying to group clusters has been working without complaints too.
2019-06-27Add permission check to dashboardsSarah Yasonik
Adds permission checks to the metrics_dashboard endpoint. Users with role of Reporter or above should have access to view the metrics for a given project.
2019-06-27Merge branch '12436-mr-widget' into 'master'Phil Hughes
Removes EE differences for spec/javascripts/vue_mr_widget/mr_widget_options_spec.js Closes gitlab-ee#12436 See merge request gitlab-org/gitlab-ce!30091
2019-06-27Merge branch 'sh-add-gitaly-ref-caching-search-controller' into 'master'Kamil Trzciński
Enable Gitaly ref caching for SearchController See merge request gitlab-org/gitlab-ce!30105
2019-06-27Fix incorrect reaction placement in commit diff discussionSamantha Ming
2019-06-27Conform related issues/MRs card to design docsMartin Hanzel
2019-06-27Merge branch '53811-issue-boards-to-core-projects-backend-ce' into 'master'Stan Hu
Move Multiple Issue Boards for Projects to Core See merge request gitlab-org/gitlab-ce!29757
2019-06-27Merge branch '61156-instance-level-cluster-pod-terminal-access' into 'master'Thong Kuah
Instance-level cluster pod terminal access Closes #55489, #55488, #55487, and #61156 See merge request gitlab-org/gitlab-ce!28613
2019-06-27Merge branch 'dz-remove-deprecated-user-routes' into 'master'Mike Greiling
Remove deprecated user routes See merge request gitlab-org/gitlab-ce!30044
2019-06-27Enable Gitaly ref caching for SearchControllerStan Hu
As we noticed in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627#note_185828742, clicking on the "Issues" tab often requests the same reference in rendering Markdown.
2019-06-27Turn commit sha in monitor charts popover to linkDhiraj Bodicherla
Commit sha in deployment popovers within monitoring dashboard are not clickable or selectable. This commit makes those commit sha links selectable and point to projects commit page
2019-06-27Merge branch 'rj-fix-spec' into 'master'29756-meta-prioritize-ie11-edge-testing-same-as-regular-browser-testing-for-features-and-bug-fixes-that-we-shipThong Kuah
Use relative position to order issues See merge request gitlab-org/gitlab-ce!30095
2019-06-27Add feature flag and dashboard endpointSimon Knox
First part of FE for Prometheus API Dashboard endpoint fetches all info except for chart results Renders empty groups after loading