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-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-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-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
2019-06-27Properly check that issue list has persistedStan Hu
A valid user needs to be signed in, and we need to reload the page to verify that the issue list was saved on the backend.
2019-06-26Merge branch '62765-add-jquery-to-jest-setup' into 'master'Mike Greiling
Add jQuery in jest test_setup See merge request gitlab-org/gitlab-ce!30100
2019-06-26Add jQuery to jest test_setupPaul Slaughter
2019-06-26Merge branch 'refactor/remove-sentry-from-app-settings' into 'master'Stan Hu
Remove Sentry settings from application settings See merge request gitlab-org/gitlab-ce!28447
2019-06-26Use relative position to order issuesRajat Jain
2019-06-26Merge branch 'vue-tree-logs-tree-request' into 'master'Filipa Lacerda
Fetch commit message with logs_tree endpoint See merge request gitlab-org/gitlab-ce!29796
2019-06-26Merge branch '12426-modal-store-spec' into 'master'Phil Hughes
Removes EE differences for spec/frontend/boards/modal_store_spec.js Closes gitlab-ee#12426 See merge request gitlab-org/gitlab-ce!30084
2019-06-26Removes EE differencesFilipa Lacerda
2019-06-26Merge branch 'rj-fix-master' into 'master'Jan Provaznik
Stub manual_sorting flag Closes #63756 See merge request gitlab-org/gitlab-ce!30089
2019-06-26Always display environment selectorReuben Pereira
On the metrics dashboard, always display the environment selector, even if there is no data to display for that environment. This allows the user to switch to the metrics dashboard of another environment.
2019-06-26Re-name entries in one commitDenys Mishunov
Update window's URL after entry's re-name Set proper hook for correct fileLanguage Filtered out `moved` entries from the tree
2019-06-26Merge branch 'sh-cache-negative-entries-find-commit' into 'master'Douglas Barbosa Alexandre
Allow caching of negative FindCommit matches See merge request gitlab-org/gitlab-ce!29952
2019-06-26Fix failing spec/models/internal_id_spec.rb specJan Provaznik
The spec is too strict about how many `current_version` should be called - if the spec is called separately, it's called 3 times, if all specs run it's called twice. This is similar to the change done in 9b752791624ce618810b9d65251582e56c37dee7
2019-06-26Stub manual_sorting flagRajat Jain
2019-06-26Merge branch 'quarantine-flaky-user-signup-spec' into 'master'Kushal Pandya
Quarantine flaky spec See merge request gitlab-org/gitlab-ce!30076
2019-06-26Merge branch '63710-fix-redis-namespace-warning' into 'master'Nick Thomas
Trigger flushdb in a way that redis-namespace is happy with Closes #63710 See merge request gitlab-org/gitlab-ce!30039
2019-06-26Merge branch '62214-migrations-and-models' into 'master'Andreas Brandl
Step 1 of !28996: Adds models and migrations for Namespaces statistics See merge request gitlab-org/gitlab-ce!29570
2019-06-26Speed up obtaining Let's Encrypt certificatesVladimir Shushlin
2019-06-26Merge branch '51952-forking-via-webide' into 'master'Nick Thomas
Resolve "500 error when forking via the web IDE button" See merge request gitlab-org/gitlab-ce!29909
2019-06-26Removes EE differencesFilipa Lacerda
2019-06-26Merge branch 'sh-service-template-bug' into 'master'Thong Kuah
Disable Rails SQL query cache when applying service templates Closes #63595 See merge request gitlab-org/gitlab-ce!30060
2019-06-26Merge branch 'from-installable-to-not-installable' into 'master'Kushal Pandya
Handle dependencies between cluster managed apps installation status See merge request gitlab-org/gitlab-ce!29999
2019-06-26Quarantine flaky specThong Kuah
https://gitlab.com/gitlab-org/gitlab-ce/issues/63750
2019-06-26Move Multiple Issue Boards for Projects to CoreAlexandru Croitor
Refactor code to allow multiple issue boards management for projects in CE
2019-06-26Bring Manual Ordering on Issue ListRajat Jain
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
2019-06-26Merge branch 'graphql-error-when-authorizing-with-no-permissions-defined' ↵Bob Van Landuyt
into 'master' Sanity check for GraphQL authorized? See merge request gitlab-org/gitlab-ce!29921
2019-06-26Remove deprecated /u/:username routesDmitriy Zaporozhets
Also release `u` from TOP_LEVEL_ROUTES Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-26Allow caching of negative FindCommit matchesStan Hu
When FindCommit ref caching is enabled, negative matches would previously not be cached. However, if a source branch is deleted, there's no need to keep looking up the same commit. This change caches the result of a nil commit.
2019-06-26Merge branch 'da-fix-cache-for-broadcast-message' into 'master'Stan Hu
Set 2 weeks as the expiration time for the current broadcast message See merge request gitlab-org/gitlab-ce!30062
2019-06-26Merge branch 'da-fix-json-cache-false-values' into 'master'Stan Hu
Parse the cached value when it is false on Gitlab::JsonCache#read See merge request gitlab-org/gitlab-ce!30061
2019-06-26Set 2 weeks as the expiration time for the current broadcast messageDouglas Barbosa Alexandre
2019-06-26Add missing unit tests for BoardServiceWinnie Hellmann
2019-06-26New RecaptchaExperimentHelper modulesAsh McKenzie
RecaptchaExperimentHelper contains helper methods to assist in the controller and view layers.
2019-06-26Parse the cached value when the it is falseDouglas Barbosa Alexandre
2019-06-26Remove unused authorized_find methodLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29921#note_184713939
2019-06-26Sanity check for GraphQL authorized?Luke Duncalfe
Raise an exception if a developer calls any of the GraphQL authorization methods and a `authorize :permission` is missing from a mutation class. Previously `authorized?` would return `true` in this situation, which although technically is accurate is not what a developer is intending.
2019-06-26Disable Rails SQL query cache when applying service templatesStan Hu
When the SQL query cache is active, the SELECT query for finding projects to apply service templates returns the same values. This causes an infinite loop because even though bulk INSERT queries are made, the cached results never reflect that progress. To fix this, we call `Project.uncached` around the query to ensure new data is retrieved. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63595
2019-06-25refactor: remove Sentry from application settingsRoger Meier