Skip to content

Commit

Permalink
Pre-commit doesn't always run first
Browse files Browse the repository at this point in the history
  • Loading branch information
Vebop committed Sep 30, 2024
1 parent b752554 commit 4c8e124
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 17 deletions.
1 change: 0 additions & 1 deletion doc/contributor-guide/adding-columns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ Adding Columns

* Values should be usefully summarized
* Try to make everything into some kind of scalar

1 change: 0 additions & 1 deletion doc/contributor-guide/adding-tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ Adding Tables
* Each dimension combination (exposure, visit, exposure+detector, visit+detector, etc.) should have its own table(s)
* Normalize when possible
* De-normalize via views to make querying easier

1 change: 0 additions & 1 deletion doc/contributor-guide/inserting-information.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Inserting Information
* Direct Kafka messages
* ConsDB client library in summit_utils
* ConsDB REST API

1 change: 0 additions & 1 deletion doc/developer-guide/building-artifacts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ Building Artifacts

* Dockerfiles
* GitHub Actions workflows

2 changes: 1 addition & 1 deletion doc/developer-guide/consdbclient-summit-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ConsDbClient in summit_utils
############

Is this a repeat, or a different scope than the other page?
Is this a repeat, or a different scope than the other page?
2 changes: 1 addition & 1 deletion doc/developer-guide/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documentation
############

* This Site
* Other Documentation
* Other Documentation
2 changes: 1 addition & 1 deletion doc/developer-guide/repository-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Repository Structure
############

Each of the services in their own directory (coming soon)
Each of the services in their own directory (coming soon)
2 changes: 1 addition & 1 deletion doc/developer-guide/standards-practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Standards and Practices
############

Standards and practices
Standards and practices
1 change: 0 additions & 1 deletion doc/operator-guide/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ Deployment

* Database
* REST API Server

1 change: 0 additions & 1 deletion doc/operator-guide/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ Monitoring

* Database
* REST API Server

2 changes: 1 addition & 1 deletion doc/operator-guide/runbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
RunBook
############

Maybe from ConsDb Usage Confluence page?
Maybe from ConsDb Usage Confluence page?
1 change: 0 additions & 1 deletion doc/operator-guide/schema-migration-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Schema Migration Process
* Test migration and code to populate the new columns/tables at TTS/BTS if Summit schema is changing
* Deploy migration in synchrony at Summit (if necessary), USDF, and Prompt Release (if necessary)
* Deploy code to populate at Summit and/or USDF

2 changes: 1 addition & 1 deletion doc/user-guide/consdb-rest-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ConsDB REST API
############

Link to Swagger
Link to Swagger
2 changes: 1 addition & 1 deletion doc/user-guide/description-and-goals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Description and Goals
############

https://dmtn-227.lsst.io/
https://dmtn-227.lsst.io/
1 change: 0 additions & 1 deletion doc/user-guide/schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Schemas
* Near-real-time "prompt" ConsDB replicates a subset of the USDF version
* Data Release ConsDB is a snapshot of a subset of the USDF version with data pertaining to the exposures/visits in the DR
* Schema browser

1 change: 0 additions & 1 deletion doc/user-guide/sql-clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ SQL Clients (not recommended)
* Summit
* USDF
* Release

1 change: 0 additions & 1 deletion doc/user-guide/tap-clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ TAP Clients
* Summit
* USDF
* Release

0 comments on commit 4c8e124

Please sign in to comment.