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

9 Коммитов

Автор SHA1 Сообщение Дата
Alex Villarreal 0450953736
gitssh: Add base image sha to Dockerfile (#21802) 2024-07-09 12:00:43 -05:00
Tyler Butler 8ae4fe32b1
build: Make 'prettier -w .' work from the root (#15759)
Related to #15758.

This PR adds new prettier scripts to run on the whole repo. I also
updated the prettierignore files to ignore additional files. The
`prettier --write .` command should also now work from the root of any
release group.

---------

Co-authored-by: Scott Norton <scottnorton@microsoft.com>
Co-authored-by: Mark Fields <markfields@users.noreply.github.com>
2023-06-06 17:50:53 -07:00
RonnyM 0d278dd710
disable secure supply chain analysis on Dockerfiles (#10856) 2022-06-28 11:52:54 +03:00
Sasha Simic 3abcd7eb73
Move container-definitions, core-interfaces, and driver-definitions into client release group (#10534)
Continuation of Tyler's PR: #10529

Moved the projects using git mv. I just moved them into packages/common but they could be organized differently with no issues.

Moved their API reports to the shared location.
Updated api-extractor config and related npm tasks for the three moved packages.
Updated their versions to 0.60.1000 in package.json.
Updated the client packages to depend on 0.60.1000 (the in-repo version).
Noticed that node types are now needed to compile routerlicious-driver. This seems legitimate because the package is using the querystring package. 😦 I'm not sure how this built before...
Ran policy-check:fix and committed. This could be split into a separate commit.
To do:

Disable Azure Pipelines for the common packages that are now built in client (should be able to do this in ADO UI).
Update GitHub branch protection to no longer require the disabled pipelines.
Notes:

Exporting IFluidTokenProvider seems like a correct change given that other packages (like @fluidframework/container-runtime) are consuming those definitions.
2022-06-03 15:36:37 -07:00
Daniel Lehenbauer cd3c8a8f34
Policy-Check: Pick up and apply ^0.2.22453 (#5868) 2021-04-20 14:00:26 -07:00
Alex Panov 644a37b4b1
Upgrade historian git images (#3247)
Git service images need to use compliant base images to mitigate vulnerability alerts.
This PR upgrades the `gitssh` docker file to use Alpine Linux 3.12 image, along with the `gitrest` docker file to use Node 12.18 LTS.
In addition to these changes, I've updated `nodegit` package to fix build warnings.
2020-08-19 13:07:45 -07:00
Sam Broner 6d0fd1483d
Update r11s docs to remove internal references (#2534)
This handles much of #2155.

We also add some "Coming Soon"s where we'll need to document the new container endpoint.
2020-06-17 15:03:07 -07:00
arinwt 470a7c32af Add copyright header to all Dockerfiles (#2459) 2019-06-17 12:12:29 -07:00
Curtis Man 8206ba3e4a Moving all microservices under the server directory (except routerlicious) (#2046) 2019-04-17 15:13:25 -07:00