Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Make 'prettier -w .' work from the root #15759

Merged
merged 26 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a04a313
build: Make 'prettier -w .' work
tylerbutler May 30, 2023
5fa3260
updates
tylerbutler May 30, 2023
e92ee9a
enable docs
tylerbutler May 30, 2023
333567a
build: Update shared prettier config
tylerbutler May 30, 2023
ff73a40
updates
tylerbutler May 30, 2023
bffdb1b
updates
tylerbutler May 30, 2023
6f4032b
merge
tylerbutler May 30, 2023
16b6454
revert
tylerbutler May 30, 2023
6dcad34
Automation: Main Next Integrate (#15817)
scottn12 Jun 2, 2023
64b148d
Automation: Main Next Integrate (#15821)
scottn12 Jun 2, 2023
a7c07c9
Add support for logging flat objects (e.g. details) to reduce number …
markfields Jun 2, 2023
d02d5bc
rm markdown overrides
tylerbutler Jun 5, 2023
0e95b00
Merge branch 'main' into prettier-config
tylerbutler Jun 5, 2023
e0e564a
formatting
tylerbutler Jun 5, 2023
ffba538
Merge branch 'prettier-config' into docs-prettier
tylerbutler Jun 5, 2023
3d75d13
settings
tylerbutler Jun 5, 2023
e61f7b9
run format from the root
tylerbutler Jun 5, 2023
d925a0d
Merge branch 'main' into docs-prettier
tylerbutler Jun 5, 2023
0d166fe
update
tylerbutler Jun 5, 2023
e23c015
Merge branch 'main' into docs-prettier
tylerbutler Jun 6, 2023
e812501
formatting
tylerbutler Jun 6, 2023
1a6a308
Merge branch 'main' into docs-prettier
tylerbutler Jun 6, 2023
f55932c
Automation: Main Next Integrate
tylerbutler Jun 6, 2023
2059cce
Merge branch 'main' into docs-prettier
tylerbutler Jun 6, 2023
93cc0d8
ignorefiles
tylerbutler Jun 6, 2023
3784ee6
Merge branch 'main' into docs-prettier
tylerbutler Jun 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
266 changes: 133 additions & 133 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,141 +1,141 @@
version: '3.4'
version: "3.4"
services:
development:
# Uncomment the next line to use a non-root user. On Linux, this will prevent
# new files getting created as root, but you may need to update the USER_UID
# and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
user: node
development:
# Uncomment the next line to use a non-root user. On Linux, this will prevent
# new files getting created as root, but you may need to update the USER_UID
# and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
user: node

# Using a Dockerfile is optional, but included for completeness.
build:
context: .
dockerfile: Dockerfile
# Using a Dockerfile is optional, but included for completeness.
build:
context: .
dockerfile: Dockerfile

# Uncomment to expose one or more ports
ports:
- "8080:8080"
# Uncomment to expose one or more ports
ports:
- "8080:8080"

volumes:
# This is where VS Code should expect to find your project's source code
# and the value of "workspaceFolder" in .devcontainer/devcontainer.json
- ..:/workspace
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-in-docker-compose for details.
- /var/run/docker.sock:/var/run/docker.sock
volumes:
# This is where VS Code should expect to find your project's source code
# and the value of "workspaceFolder" in .devcontainer/devcontainer.json
- ..:/workspace
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-in-docker-compose for details.
- /var/run/docker.sock:/var/run/docker.sock

# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
gateway:
image: prague.azurecr.io/prague:12579
ports:
- "3000:3000"
command: node ../gateway/dist/www.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
- login__microsoft__clientId
- login__microsoft__secret
- login__accounts
restart: always
alfred:
image: prague.azurecr.io/prague:12579
ports:
- "3003:3000"
command: node dist/alfred/www.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
deli:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js deli /usr/src/server/packages/server/routerlicious/dist/deli/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
scriptorium:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js scriptorium /usr/src/server/packages/server/routerlicious/dist/scriptorium/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
broadcaster:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js broadcaster /usr/src/server/packages/server/routerlicious/dist/broadcaster/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
scribe:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js scribe /usr/src/server/packages/server/routerlicious/dist/scribe/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
riddler:
image: prague.azurecr.io/prague:12579
ports:
- "5000:5000"
command: node dist/riddler/www.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
historian:
image: prague.azurecr.io/historian:5109
ports:
- "3001:3000"
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
gitrest:
image: prague.azurecr.io/gitrest:4048
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
volumes:
- git:/home/node/documents
restart: always
git:
image: prague.azurecr.io/gitssh:654
ports:
- "3022:22"
volumes:
- git:/home/git
restart: always
zookeeper:
image: wurstmeister/zookeeper:latest
ports:
- "2181:2181"
restart: always
kafka:
image: wurstmeister/kafka:2.11-1.1.1
ports:
- "9092:9092"
environment:
KAFKA_ADVERTISED_HOST_NAME: "kafka"
KAFKA_ADVERTISED_PORT: "9092"
KAFKA_AUTO_CREATE_TOPICS_ENABLE: 'false'
KAFKA_CREATE_TOPICS: "deltas:8:1,rawdeltas:8:1,testtopic:8:1,deltas2:8:1,rawdeltas2:8:1"
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
restart: always
redis:
image: "redis:alpine"
mongodb:
image: "mongo:3.4.3"
rabbitmq:
image: "rabbitmq:alpine"
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
gateway:
image: prague.azurecr.io/prague:12579
ports:
- "3000:3000"
command: node ../gateway/dist/www.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
- login__microsoft__clientId
- login__microsoft__secret
- login__accounts
restart: always
alfred:
image: prague.azurecr.io/prague:12579
ports:
- "3003:3000"
command: node dist/alfred/www.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
deli:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js deli /usr/src/server/packages/server/routerlicious/dist/deli/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
scriptorium:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js scriptorium /usr/src/server/packages/server/routerlicious/dist/scriptorium/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
broadcaster:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js broadcaster /usr/src/server/packages/server/routerlicious/dist/broadcaster/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
scribe:
image: prague.azurecr.io/prague:12579
command: node dist/kafka-service/index.js scribe /usr/src/server/packages/server/routerlicious/dist/scribe/index.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
riddler:
image: prague.azurecr.io/prague:12579
ports:
- "5000:5000"
command: node dist/riddler/www.js
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
historian:
image: prague.azurecr.io/historian:5109
ports:
- "3001:3000"
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
restart: always
gitrest:
image: prague.azurecr.io/gitrest:4048
environment:
- DEBUG=fluid:*
- NODE_ENV=development
- IS_FLUID_SERVER=true
volumes:
- git:/home/node/documents
restart: always
git:
image: prague.azurecr.io/gitssh:654
ports:
- "3022:22"
volumes:
- git:/home/git
restart: always
zookeeper:
image: wurstmeister/zookeeper:latest
ports:
- "2181:2181"
restart: always
kafka:
image: wurstmeister/kafka:2.11-1.1.1
ports:
- "9092:9092"
environment:
KAFKA_ADVERTISED_HOST_NAME: "kafka"
KAFKA_ADVERTISED_PORT: "9092"
KAFKA_AUTO_CREATE_TOPICS_ENABLE: "false"
KAFKA_CREATE_TOPICS: "deltas:8:1,rawdeltas:8:1,testtopic:8:1,deltas2:8:1,rawdeltas2:8:1"
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
restart: always
redis:
image: "redis:alpine"
mongodb:
image: "mongo:3.4.3"
rabbitmq:
image: "rabbitmq:alpine"
volumes:
git:
driver: local
15 changes: 11 additions & 4 deletions .github/ISSUE_TEMPLATE/api_deprecation.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,41 @@
---
name: Deprecated API
about: Track the cleanup of a deprecated API
title: ''
labels: 'api deprecation'
assignees: ''

title: ""
labels: "api deprecation"
assignees: ""
---

## Deprecated API

<!-- Describe the API along with its associated classes, interfaces, packages, etc. -->

**Context**

<!-- An explanation of why this API should be deprecated and ultimately removed -->

**Approach**

<!-- An explanation of the intended replacement/solution -->

**Dependencies**

<!-- Indicate if there is any other work that must be completed first -->

**Compatibility Concerns**

<!-- List any compatibility concerns such as persistent data, loader compatibility (LTS), or runtime compatibility (N-1) -->

**Phases**

<!-- Layout a clear plan listing each step necessary to complete the cleanup -->

**Expected Timeline**

<!-- When you expect this API will be fully removed. If possible give a release version -->

**Open Questions**

<!-- List any unknowns that need to be addressed before removing the API -->

<!-- Reminder: Assign this issue to somebody, if you are unsure who, assign it to yourself -->
Expand Down
14 changes: 8 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

title: ""
labels: "bug"
assignees: ""
---

## Describe the bug

<!-- A clear and concise description of what the bug is. -->
<!-- If applicable, add screenshots or screen recordings to help explain your problem. -->

### To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Expected behavior

<!--A clear and concise description of what you expected to happen.-->

### Logs
<!-- If applicable, please share logs or Session IDs -->


<!-- If applicable, please share logs or Session IDs -->

<!-- By filing an Issue, you are expected to comply with the Code of Conduct: https://github.com/microsoft/FluidFramework/blob/main/CODE_OF_CONDUCT.md -->

Expand Down
Loading