-
Notifications
You must be signed in to change notification settings - Fork 65k
master to main rename #823
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
Conversation
Renamed "master" to "main" to match the branch name used in the example block that follows, and in the rest of the document.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
janiceilene
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for opening a PR @GennrichJ ⚡ I'll update the branch and get this merged in once tests are passing 🍏
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
* update hierarchy for getting started revamp (github#823) * update hierarchy * changes for getting started launch doc pages (github#855) * update hierarchy * updates to first file * update launching doc pages * Apply suggestions from code review update text from suggestions Co-authored-by: Attila Tóth <hello@attilatoth.dev> * Update timescaledb/getting-started/launch-timescaledb/launch-timescaledb-docker.md Co-authored-by: Attila Tóth <hello@attilatoth.dev> * Edit new getting started launch content * some final little adjustments to clarify things Co-authored-by: Attila Tóth <hello@attilatoth.dev> Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com> * Miranda/access database updates (github#867) * update first two files * add other page * Copy and style edit * some small adjustments Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com> * Miranda/add data (github#917) * some edits * adding the data updates * small change * Apply suggestions from code review ryan's suggestions Co-authored-by: Ryan Booz <ryan@timescale.com> * some updates * Update timescaledb/getting-started/add-data.md * more changes * Apply suggestions from code review add updates Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Apply suggestions from code review more edits * update some line lengths * Update timescaledb/getting-started/add-data.md updates Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Ryan Booz <ryan@timescale.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Miranda/create hypertable (github#913) * some updates * updates to the hypertable chunks page. * remove section and change around a few things * Apply suggestions from code review updates Co-authored-by: Ryan Booz <ryan@timescale.com> * Apply suggestions from code review changes Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review more edits * Update timescaledb/getting-started/create-hypertable.md edits * fix line lengths Co-authored-by: Ryan Booz <ryan@timescale.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * miranda/query-your-data updates to the getting started guide (github#936) * add changes * updates * Apply suggestions from code review add changes Co-authored-by: Lana Brindley <github@lanabrindley.com> * Apply suggestions from code review updates Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Apply suggestions from code review final edits * Update timescaledb/getting-started/query-data.md more stuff * Update timescaledb/getting-started/query-data.md last one * Update timescaledb/getting-started/query-data.md little fix * Apply suggestions from code review two more little changes Co-authored-by: Lana Brindley <github@lanabrindley.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Miranda/continuous agg getting started (github#950) * changes * first pass of the continuous aggregates * fix link issue * Apply suggestions from code review updates Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Apply suggestions from code review more changes Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * some more updates * updates Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * retention updates (github#958) * retention updates * Apply suggestions from code review some updates Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com> * last changes Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com> * Miranda/compression-getting-started-update (github#962) * more updates * Apply suggestions from code review updates Co-authored-by: Lana Brindley <github@lanabrindley.com> Co-authored-by: Lana Brindley <github@lanabrindley.com> * updates to include extra docker step (github#978) * updates to include extra docker step * Apply suggestions from code review updates Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Lana Brindley <github@lanabrindley.com> * Apply suggestions from code review test bullet * Update timescaledb/getting-started/add-data.md test bullet again * updates I made Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Lana Brindley <github@lanabrindley.com> * Final changes for getting started guide (github#996) * had to make a change * remove install and connecting pages * last edits * Apply suggestions from code review Add suggested changes Co-authored-by: Ryan Booz <ryan@timescale.com> * more final edits * found small issue * small update * Apply suggestions from code review fix weird table * get rid of paragraph symbols in table * Update timescaledb/getting-started/add-data.md Adding the correct link for the data file. * Update page-index.js Not sure how I've missed this outline previously, but we want people to save space with compression on raw data before we drop old data. This probably came from earlier discussions that a lot of stock/crypto folks seem to want to drop raw data ASAP, so totally understandable. With this order (and assuming data we provide is ~1 month of data), users get raw data in -> continuous aggregates for rollup and faster query -> compress data that's older than 2 weeks -> drop raw data that's older than 3. This feels like a better overall flow. * Update timescaledb/getting-started/add-data.md * Update timescaledb/getting-started/create-cagg/create-cagg-basics.md Co-authored-by: Lana Brindley <github@lanabrindley.com> * Update timescaledb/getting-started/compress-data.md * Update timescaledb/getting-started/compress-data.md * Update timescaledb/getting-started/query-data.md * Update timescaledb/getting-started/add-data.md * Update timescaledb/getting-started/query-data.md * Update timescaledb/getting-started/query-data.md * fixed the steps in the procedure * Fix indentation * Apply suggestions from code review Still more suggestions to review, but need to move on for a bit. Will finish review in a couple of hours. Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Lana Brindley <github@lanabrindley.com> Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com> * Apply suggestions from code review A few more suggestions to review and think about. Should finish in the morning. Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com> Co-authored-by: Attila Tóth <hello@attilatoth.dev> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Lana Brindley <github@lanabrindley.com> * Edits for wording, flow, and adding basic procedure sections for alignment with other docs. * Minor fixes to the query page * Apply suggestions from code review Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Attila Tóth <hello@attilatoth.dev> Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com> Co-authored-by: Jacob Prall <prall.jacob@gmail.com> Co-authored-by: Ryan Booz <ryan@timescale.com> Co-authored-by: Lana Brindley <github@lanabrindley.com> Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Renamed "master" to "main" to match the branch name used in the example block that follows, and in the rest of the document.
Why:
Text was inconsistent with the example, likely missed when master was renamed to main throughout the rest of the document.
What's being changed:
One line's usage of "master" to "main" to match the example that follows.
Check off the following: