Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Neha Gupta ce0d3059c7
Bringing changes from dev-react (#215)
* Updating README

* Update packages using: npm audit fix

* Update packages using: npm install react-scripts@5.0.1

* Update packages using: npm install node-sass@7.0.1

* Update Microsoft.Azure.DocumentDB.Core to latest version

* Moving react-sripts to devDependencies as per https://github.com/facebook/create-react-app/issues/11174

* Update npm packages (#207)

- Remove dependency on node-sass which is deprecated: 'npm uninstall node-sass'
- Run 'npm audit fix'

* Migrating to Azure Cosmos DB .NET SDK v3 (#205)

* Bump terser from 5.12.1 to 5.14.2 in /ServerlessLibraryAPI/ClientApp (#208)

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove swagger endpoint (#209)

* Update functionapp to .net core 3.1 (#212)

* Update Newtonsoft.Json (#213)

* Update storage extension (#214)

* Microsoft mandatory file (#210)

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-08-18 09:52:02 -07:00
Pravakar Garnayak 4d0c5773dc
Like button click: backend and UI changes (#134)
* Like/Dislike button click: backend and UI changes

- Reused metric controller PUT api which is used to update download count for Like/dislike user action.
- Existing UpdateCounts function app updated to take care of Like count update.
- Added a new field named Likes in Library controller.

* Removed unused metrics as well as function repossible to calculate those metrics
2019-04-18 15:12:11 -07:00
Neha Gupta 7fbd3aac7f Fixing build errors and warnings:
- Error: NU1202: Package Microsoft.Azure.WebJobs.Extensions.Storage
3.0.1 is not compatible with netstandard1.0 (.NETStandard,Version=v1.0).
Package Microsoft.Azure.WebJobs.Extensions.Storage 3.0.1 supports:
netstandard2.0 (.NETStandard,Version=v2.0)
- Warning: CS0618: 'TraceWriter' is obsolete: 'Will be removed in an
upcoming version. Use Microsoft.Extensions.Logging.ILogger instead.'
2019-01-03 14:53:39 -08:00
Faiz Shaikh f14dcc8020 Update nuget dependencies and framework to 2.1 2018-11-21 20:37:51 -08:00
Faiz Shaikh 30e6eb636d Lowercase and remove unused files 2018-09-17 22:58:47 -07:00