-
Notifications
You must be signed in to change notification settings - Fork 4
Fixed the styling on blog index and fixed the project index, listed the projects on the home page and fixed the blog show page #89
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
Open
hasannadeem
wants to merge
8
commits into
riboseinc:rt-prexus
Choose a base branch
from
hasannadeem:rt-prexus
base: rt-prexus
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7410054
Fixed the styling on blog index and fixed the project index, listed t…
hasannadeem 6c8c3f3
Fixed the post show page
hasannadeem ee91b80
Added the svg back
hasannadeem f9d957d
Moved the static SVG to the assets folder and used site.static_files …
hasannadeem 46c0c93
Added /hub/assets/projects/dataforge/symbol.svg to assets folder
hasannadeem 7562e4a
Fixed specs
hasannadeem 315ddc1
Merge branch 'rt-prexus' into rt-prexus
hasannadeem d654c59
Removed unwanted code
hasannadeem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94 changes: 94 additions & 0 deletions
94
spec/fixtures/hub/_posts/2024-02-01-dataforge-v2-release.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| --- | ||
| layout: post | ||
| title: "DataForge v2.0 Released" | ||
| date: 2024-02-01 09:00:00 +0000 | ||
| categories: [release, announcement] | ||
| tags: [v2.0, features, performance] | ||
| author: "DataForge Team" | ||
| --- | ||
|
|
||
| # DataForge v2.0 Released | ||
|
|
||
| We're excited to announce the release of DataForge v2.0, our most significant update yet! This major release brings substantial performance improvements, new features, and enhanced developer experience. | ||
|
|
||
| ## What's New in v2.0 | ||
|
|
||
| ### Performance Improvements | ||
| - **50% faster processing** for large datasets | ||
| - **Reduced memory footprint** by 30% | ||
| - **Optimized streaming** for real-time data processing | ||
| - **Parallel processing** support for multi-core systems | ||
|
|
||
| ### New Features | ||
|
|
||
| #### Enhanced Schema Validation | ||
| - Support for complex nested schemas | ||
| - Custom validation functions | ||
| - Real-time validation feedback | ||
| - Schema inheritance and composition | ||
|
|
||
| #### Improved CLI Experience | ||
| - Interactive mode for guided processing | ||
| - Better error messages and debugging | ||
| - Auto-completion for commands | ||
| - Configuration file support | ||
|
|
||
| #### Extended Format Support | ||
| - Apache Parquet support | ||
| - Apache Avro integration | ||
| - Protocol Buffers compatibility | ||
| - Custom format plugins | ||
|
|
||
| ### Developer Experience | ||
|
|
||
| #### Better Documentation | ||
| - Comprehensive API reference | ||
| - Step-by-step tutorials | ||
| - Real-world examples | ||
| - Video guides | ||
|
|
||
| #### Enhanced Testing | ||
| - Built-in test framework | ||
| - Schema testing utilities | ||
| - Performance benchmarking tools | ||
| - Mock data generators | ||
|
|
||
| ## Migration Guide | ||
|
|
||
| Upgrading from v1.x to v2.0 is straightforward: | ||
|
|
||
| ```bash | ||
| # Update your installation | ||
| gem update dataforge-cli | ||
|
|
||
| # Check compatibility | ||
| dataforge migrate --check | ||
|
|
||
| # Run migration if needed | ||
| dataforge migrate --from v1 --to v2 | ||
| ``` | ||
|
|
||
| ## Breaking Changes | ||
|
|
||
| - Configuration file format has been updated | ||
| - Some CLI flags have been renamed for consistency | ||
| - Legacy format plugins need to be updated | ||
|
|
||
| See our [migration guide](https://docs.dataforge.example.com/migration/v2) for detailed information. | ||
|
|
||
| ## Get Started | ||
|
|
||
| Download DataForge v2.0 today and experience the next generation of data processing tools! | ||
|
|
||
| ```bash | ||
| gem install dataforge-cli | ||
| ``` | ||
|
|
||
| ## Community | ||
|
|
||
| Join our growing community: | ||
| - [GitHub Discussions](https://github.com/techhub/dataforge/discussions) | ||
| - [Discord Server](https://discord.gg/dataforge) | ||
| - [Stack Overflow](https://stackoverflow.com/questions/tagged/dataforge) | ||
|
|
||
| Thank you to all contributors who made this release possible! |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.