You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(v3): WIP: Revise API specs for Core and Enterprise
- Adds basic support for core and enterprise in getswagger.sh
- Adds custom OpenAPI info for Core and Enterprise
- Validates as OpenAPI 3.0 (using Spectral)
- operationId
- tags
- Revises use of Legacy, v2
- TODO: need to check and validate in UI, adjust tags if nec.
- Add and remove components
- Update parameters
- Add examples
- Add tests for Core
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,10 @@ To install dependencies listed in package.json:
46
46
4. Install the Yarn package manager and run `yarn` to install project dependencies.
47
47
48
48
`package.json` contains dependencies for linting and running Git hooks.
49
+
docs-v2 uses [Lefthook](https://github.com/evilmartians/lefthook) to configure and manage pre-commit hooks for linting and testing Markdown content.
50
+
51
+
Other dependencies used in the project:
49
52
50
-
-**[husky](https://github.com/typicode/husky)**: manages Git hooks, including the pre-commit hook for linting and testing
51
-
-**[lint-staged](https://github.com/lint-staged/lint-staged)**: passes staged files to commands
52
53
-**[prettier](https://prettier.io/docs/en/)**: formats code, including Markdown, according to style rules for consistency
RUN curl -O https://www.influxdata.com/d/install_influxdb3.sh \
39
+
&& chmod +x install_influxdb3.sh \
40
+
&& bash -c yes | ./install_influxdb3.sh
41
+
37
42
RUN ln -s /usr/bin/python3 /usr/bin/python
38
43
39
44
# Create a virtual environment for Python to avoid conflicts with the system Python and having to use the --break-system-packages flag when installing packages with pip.
0 commit comments