Authorization: Bearer awesome-token-12345
/v2
одной строкой в роутах (ну или если в аннотациях задаете -- в них указать префикс)Не стоит юзать JMS сериалайзер или Symfony Serializer с аннотациями для сущностей. Для респонсов можно использовать обычные DTO-шки либо fractal.
API доку удобно писать с помощью https://github.com/bukalapak/snowboard
- From the repository you want to transfer, click Settings in the left menu.
- From the Repository details page, scroll down and you'll see Transfer or delete repository. Click Transfer repository to open the Transfer repository window.
- Enter the Username of the individual or team account you want to transfer to.
- Press Transfer.
The Bitbucket server sends the user or team account an email notification containing a transfer request. The Transfer repository page changes to indicate that you have transferred the repository.
Additionally, the system displays a pending transfer banner at the top of each repository tab. This warns others who have access to your repository that a transfer is pending. You are able to revoke the transfer request at any time before the new user accepts it. If you revoke a transfer before a user accepts it, Bitbucket sends the user a notification that the transfer was rescinded.
If you have administrative rights on a repository, you can change or transfer the ownership of a repository to another team or to a individual account. The account holder you are transferring to must accept the transferred repository to complete the transfer. You can revoke a pending transfer before it is accepted. Transferring a repository transfers the commit history, issue tracker, and wiki associated with that repository.
const path = require('path')
module.exports = {
resolve: {
extensions: ['.js', '.json', '.vue', '.ts'],
root: path.resolve(__dirname),
alias: {
'@': path.resolve(__dirname),
'~': path.resolve(__dirname),
},
},
}
camelcase: ["error", {properties: "never"}]
camelcase: 'off',
action: (item) => {
this.showConfirmDialogDeleteRestaurants(item)
}
можно записать как action: this.showConfirmDialogDeleteRestaurants
Кому удалось изменить размер кластера HDD не повредив файлы и систему?На HDD никаких кластеров нет. Кластер это минимальная адресуемый блок данных в файловой системе.
Хочу изменить размер кластера на системном томе.Размер кластера ФС задается при форматировании - отформатируйте с нужным размером кластера.
Немного хочу его ускорить, за счёт увеличения размера кластера.Это как? Меньше кластер вы не сделаете чем по умолчанию, если поставите размер кластера больше - будет медленнее работать.
В основном страдаю от того, что очень быстро фрагментируется диск, такое ощущение что только и занимаюсь его ди фрагментацией ((В современных ФС фрагментация достаточно небольшая и как правило достаточно дефрагментировать системный диск раз в месяц по расписанию в фоновом режиме.