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
2017-12-20Merge branch '38318-search-merge-requests-with-api' into 'master'Rémy Coutable
Resolve "Search merge-requests with API" Closes #38318 See merge request gitlab-org/gitlab-ce!16029
2017-12-20Merge branch ↵Douwe Maan
'39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted' into 'master' Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted Closes #39246 See merge request gitlab-org/gitlab-ce!15844
2017-12-20Merge branch 'rs-blocks-json-serialization' into 'master'Douwe Maan
Add BlocksJsonSerialization model concern and include it in User Closes #37947 See merge request gitlab-org/gitlab-ce!14350
2017-12-20Merge branch 'bvl-fix-unlinking-with-lfs-objects' into 'master'Douwe Maan
Don't link LFS-objects multiple times. Closes #41241 See merge request gitlab-org/gitlab-ce!16006
2017-12-20Add optional `search` param for Merge Requests APIMark Fletcher
2017-12-20Call the correct method in the BlocksJsonSerialization specRobert Speicher
2017-12-20Only include the user's ID in the time_spent command's update hashRobert Speicher
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
2017-12-20Add a JsonSerializationError class instead of raising SecurityErrorRobert Speicher
2017-12-20Add BlocksJsonSerialization model concern and include it in UserRobert Speicher
2017-12-19Merge branch '41264-gitlab-projects-spec-failures' into 'master'Robert Speicher
Fix spec failures in spec/lib/gitlab/git/gitlab_projects_spec.rb Closes #41264 See merge request gitlab-org/gitlab-ce!16015
2017-12-19Prevent some specs from mangling the gitlab-shell checkoutNick Thomas
2017-12-19Fix onion-skin re-entering stateClement Ho
2017-12-19Remove related links in MR widget when empty stateClement Ho
2017-12-19Show inline edit button for issuesClement Ho
2017-12-19Fix tags in the Activity tab not being clickableMario de la Ossa
2017-12-19Merge branch '36020-private-npm-modules' into 'master'Douwe Maan
Do not generate links for private NPM modules in blob view Closes #36020 See merge request gitlab-org/gitlab-ce!16002
2017-12-19Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher
Improve performance of Pipelines#index.json See merge request gitlab-org/gitlab-ce!14846
2017-12-19Fix shortcut links on help pageClement Ho
2017-12-19Don't link LFS-objects multiple times.Bob Van Landuyt
If Unlinking a fork would fail somewhere after this, the LFS objects might still be linked. Which would cause issues when trying to destroy a project.
2017-12-19[CE->EE] Fix spec/lib/gitlab/git/gitlab_projects_spec.rbValery Sizov
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
Uses `list_commits_by_oid` on the CommitService, to request the needed commits for pipelines. These commits are needed to display the user that created the commit and the commit title. This includes fixes for tests failing that depended on the commit being `nil`. However, now these are batch loaded, this doesn't happen anymore and the commits are an instance of BatchLoader.
2017-12-19BlobViewer::PackageJson - if private link to homepageMario de la Ossa
2017-12-19Do not generate links for private NPM modules in blob viewMario de la Ossa
2017-12-18Merge branch 'commit-diff-discussion-in-mr-context-fix-links' into 'master'⛄️ Sean McGivern ⛄️
fix the commit diff discussion sending the wrong url See merge request gitlab-org/gitlab-ce!15988
2017-12-18Merge branch 'ph-es-notes-module' into 'master'Filipa Lacerda
Export and use Notes ES module See merge request gitlab-org/gitlab-ce!15953
2017-12-18Only render signout screen when user is signed outFilipa Lacerda
2017-12-18fix the commit diff discussion sending the wrong urlMicaël Bergeron
it should now send you to the merge request diff path scoped to the commit.
2017-12-18Merge branch ↵Douwe Maan
'40871-todo-notification-count-shows-notification-without-having-a-todo' into 'master' Resolve "Todo notification count shows notification without having a todo" Closes #40871 See merge request gitlab-org/gitlab-ce!15807
2017-12-18Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński
Add button to run scheduled pipeline immediately Closes #38741 See merge request gitlab-org/gitlab-ce!15700
2017-12-18Reset todo counters when the target is deletedSean McGivern
When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user.
2017-12-18Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern
Stop sending milestone and labels for Projects::MergeRequestsController#show.json requests See merge request gitlab-org/gitlab-ce!15847
2017-12-18Merge branch 'winh-translate-contributors-page-dates' into 'master'Filipa Lacerda
Translate contributors page dates Closes #39283 and #38592 See merge request gitlab-org/gitlab-ce!15846
2017-12-18Fixes 40842 - Adds extra cookies to JIRA service requestsStanislaw Wozniak
2017-12-18Merge branch 'master' into 'ph-es-notes-module'Phil Hughes
# Conflicts: # app/assets/javascripts/main.js
2017-12-18Translate date ranges on contributors pageWinnie Hellmann
2017-12-18Move dateTickFormat to separate moduleWinnie Hellmann
2017-12-18Add createDateTimeFormat to format dates based on localeWinnie Hellmann
2017-12-18Merge branch 'ph-even-more-es-modules' into 'master'Filipa Lacerda
Exported JS classes as modules See merge request gitlab-org/gitlab-ce!15960
2017-12-18Fix job count in pipeline success mailChristiaan Van den Poel
2017-12-16Merge branch '38019-hide-runner-token' into 'master'Clement Ho
Hide runner token in CI/CD settings page Closes #38019 See merge request gitlab-org/gitlab-ce!15918
2017-12-15Hide runner token in CI/CD settings pageEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019
2017-12-15Merge branch 'no-ivar-in-modules' into 'master'Robert Speicher
Add cop to make sure we don't use ivar in a module See merge request gitlab-org/gitlab-ce!12800
2017-12-15Merge branch '38239-update-toggle-design' into 'master'Filipa Lacerda
Update feature toggle design to use icons and make it i18n friendly Closes #38239 See merge request gitlab-org/gitlab-ce!15904
2017-12-15Stop sending milestone and labels data over the wire for MR widgetOswaldo Ferreira
requests
2017-12-15Update tests for toggle design changeKushal Pandya
2017-12-15Exported JS classes as modulesPhil Hughes
2017-12-15Export and use Notes ES modulePhil Hughes
2017-12-15Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher
Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
2017-12-15Merge branch 'ph-more-es-modules' into 'master'Filipa Lacerda
Export JS classes as modules See merge request gitlab-org/gitlab-ce!15952
2017-12-15Merge branch 'ignore-markdown-cache-when-stubbing-application-settings' into ↵Nick Thomas
'master' Don't use Markdown cache for stubbed settings in specs Closes #41130 See merge request gitlab-org/gitlab-ce!15954