Commit Graph

39433 Commits

Author SHA1 Message Date
italo jose
fdc3c89b87 Meteor version to 3.2.2 ☄️ release/METEOR@3.2.2 2025-05-02 13:40:03 -03:00
italo jose
46047a455c Meteor version to 3.2.1 ☄️ 2025-05-02 13:36:05 -03:00
Italo José
f7ea6817b9 Refactor IP address parsing on Webapp (#13721)
* Implement improvements to 'x-forwarded-for' header parsing in DDP server

- Enhanced the handling of comma-separated values in Session._clientAddress.
- Added explicit trimming of IP addresses using a map function.
- Updated validation to ensure an exact match for httpForwardedCount.
- Bumped package version from 3.1.0 to 3.1.1.
- Created a changelog to document these changes.

* changelog
2025-05-02 13:03:52 -03:00
Gabriel Grubba
b155192b39 Merge pull request #13722 from Sufhal/fix/documentation-typo
chore: fixed a typo on paragraph 2.
2025-05-01 10:10:10 -03:00
Sufhal
e08b44ebd4 chore: fixed a typo on paragraph 2. 2025-05-01 00:11:02 +02:00
William Reiske
bd8cfe1177 Update v3-docs to point to docs to reduce confusion (#13714) 2025-04-30 07:49:08 -03:00
9Morello
48f3655777 Update docs for meteor generate CLI command (#13683)
* check for  environment variable before sending package usage stats

* add documentation for the `DO_NOT_TRACK` CLI flag

* update docs for `meteor-generate` to improve clarity
2025-04-10 08:57:58 -03:00
Gabriel Grubba
d185a3487d Merge pull request #13684 from meteor/docs/add-llms.txt-and-guide
DOCS: Add llms.txt via vitepress plugin
2025-04-03 22:02:48 -03:00
Gabriel Grubba
13066a5238 Update v3-docs/docs/about/install.md
Co-authored-by: Italo José <italo.i@live.com>
2025-04-02 13:28:04 -03:00
Gabriel Grubba
ac7cdf1ba7 Merge branch 'devel' into docs/add-llms.txt-and-guide 2025-04-02 09:09:27 -03:00
Gabriel Grubba
5adbff5d0d DEV: Bump express to 5.1.0 in webapp
Also updated express types
2025-04-02 09:05:12 -03:00
Gabriel Grubba
8803f52e4a DOCS: Add reference to lm studio 2025-04-01 20:48:54 -03:00
Gabriel Grubba
7d828dd45b DOCS: Add llms.txt guide on how to use with LM Studio 2025-04-01 20:48:01 -03:00
Gabriel Grubba
263657c336 DOCS: Add llms.txt via vitepress plugin 2025-04-01 18:45:21 -03:00
Gabriel Grubba
5e60a7f813 Merge pull request #13682 from meteor/docs/update-roadmap-with-plan
DOCS: Update roadmap with plan for modern bundlers
2025-04-01 18:43:27 -03:00
Gabriel Grubba
33338607de DOCS: update naming in roadmap plan 2025-04-01 10:59:20 -03:00
Gabriel Grubba
1152851a00 DOCS: Update roadmap with plan for modern bundlers 2025-03-31 20:28:08 -03:00
Gabriel Grubba
ae8cf586ac Merge pull request #13670 from meteor/enhance-v3-cli-docs-part2
DOCS: Enhance V3 CLI docs
2025-03-27 13:18:34 -03:00
Frederico Maia
1550d307cd Merge branch 'devel' into enhance-v3-cli-docs-part2 2025-03-27 11:44:46 -03:00
Gabriel Grubba
87559c7f71 Merge pull request #13672 from meteor/update-galaxy-links
DOCS: Update Galaxy documentation links
2025-03-27 11:26:23 -03:00
Gabriel Grubba
6452464b4e Merge branch 'devel' into update-galaxy-links 2025-03-26 10:21:37 -03:00
Frederico Maia
90ee5b12d8 Enhance CLI documentation for meteor create command by adding details on the interactive wizard and clarifying project type options. 2025-03-25 15:44:41 -03:00
Nacho Codoñer
3a855cc1c5 Merge pull request #13610 from meteor/release-3.2
Release 3.2
2025-03-25 19:15:43 +01:00
Nacho Codoñer
a2c51fba81 remove meteor profile docs in favor of improved version 2025-03-25 19:12:44 +01:00
Gabriel Grubba
b67b5e99ee Merge branch 'devel' into release-3.2 2025-03-25 15:03:11 -03:00
Gabriel Grubba
ce569ea3e5 Merge pull request #13669 from meteor/docs/removal-of-kapa-ai
DOCS: removal of kapa-ai
2025-03-25 11:26:27 -03:00
Gabriel Grubba
4e9fa95651 Merge branch 'devel' into docs/removal-of-kapa-ai 2025-03-25 11:15:27 -03:00
Frederico Maia
035e0d769c Update Galaxy documentation links to point to the new support site. 2025-03-25 10:06:35 -03:00
Frederico Maia
729d77ec0d Clarify options for --bare and --full flags. 2025-03-25 09:54:23 -03:00
italo jose
b6802ee3eb refactor: streamline profiling termination handling and cleanup
- Consolidated termination logic for profiling into a single function to reduce redundancy.
- Removed unnecessary comments and code related to heap limit warnings.
- Improved clarity in handling synchronous results during profiling completion.
- Enhanced error logging for profiling termination events.
2025-03-25 09:46:12 -03:00
italo jose
d98cf02a3d log: adding –max_old_space_size warn 2025-03-25 09:46:12 -03:00
italo jose
75bdcd058c feat: native profile inspector
- Enhance profiling capabilities with inspector support and update documentation.
- Added .cursorignore and .cursorrules to .gitignore.
- Updated PERFORMANCE.md and README.md with detailed instructions for using inspector profiling, including environment variable configurations and output handling.
- Improved profiling function to manage inspector sessions and handle large profile sizes effectively.
2025-03-25 09:46:12 -03:00
Frederico Maia
b548fb9a1d Enhance CLI docs for meteor create, meteor login, meteor logout, and meteor update commands. 2025-03-25 09:37:53 -03:00
Frederico Maia
b57162e60a Merge pull request #13668 from meteor/enchance-v3-cli-docs
Add docs for meteor profile command and enchance cli docs
2025-03-25 08:42:01 -03:00
Gabriel Grubba
73cd4dcfdc Merge branch 'devel' into enchance-v3-cli-docs 2025-03-24 22:06:21 -03:00
Gabriel Grubba
0ec1e299a3 Merge branch 'devel' into docs/removal-of-kapa-ai 2025-03-24 21:58:55 -03:00
Gabriel Grubba
ce3c8b1e44 Merge pull request #13667 from meteor/update-v3-warning
Update docs to reflect Meteor 3 release
2025-03-24 21:58:10 -03:00
Gabriel Grubba
4408ef4389 DOCS: removal of kapa-ai
After evaluating its costs and the value it provides, we’ve found that many questions can be addressed more effectively through forums or by using a powerful LLM like ChatGPT or Claude.
For those who enjoy using an LLM as a question bot,
we’ll soon be providing a helpful guide on how to seamlessly integrate and use our docs with an LLM.

Soon I'll write a bit more in a forum post.
2025-03-24 21:53:58 -03:00
Frederico Maia
b55f1c311d Add configuration to ignore dead links for localhost in VitePress 2025-03-24 19:45:24 -03:00
Frederico Maia
1aad471da2 Add documentation for meteor profile command 2025-03-24 19:33:02 -03:00
Frederico Maia
36ba270177 Enhance CLI documentation for meteor help, meteor run, and meteor deploy commands. 2025-03-24 19:22:03 -03:00
Frederico Maia
69547ece0a Update documentation to reflect Meteor 3 release and Node.js version changes. 2025-03-24 18:38:45 -03:00
Joe Pea
618e5a24ba fix typo
Co-authored-by: Italo José <italo.i@live.com>
2025-03-21 16:40:40 -03:00
Joe Pea
5a53385b54 Update testing.md to show how to clean up Blaze View instances.
This adds an additional `Blaze.remove(view)` call to the sample test function to ensure the Blaze view is cleaned up properly. Additionally, this is great, even if not needed, because the Meteor AI in the new doc site answers questions about "how to render Blaze views with JavaScript" based on this `Blaze.renderWithData` example, so it is important for the AI to tell a person asking how to propertly clean up the `Blaze.View`.
2025-03-21 16:40:40 -03:00
Jan Dvorak
2084b64c15 Add GitHub links 2025-03-20 16:54:09 -03:00
Jan Dvorak
4836cd6e39 Remove wrong title 2025-03-20 16:54:09 -03:00
Jan Dvorak
683c3227d7 Fix packages categorization 2025-03-20 16:54:09 -03:00
Jan Dvorak
52fd0377fb Add other collection related packages from jam to community packages doc 2025-03-20 16:54:09 -03:00
Jan Dvorak
6a95f7c98d Improve jam:method description for Meteor versions 2025-03-20 16:54:09 -03:00
Jan Dvorak
67921c827c Add Jam's offline and method packages to docs
Right now just copied info from readmes.
More packages to be added later.
2025-03-20 16:54:09 -03:00