Releases: xuwenyihust/PawMark
Releases · xuwenyihust/PawMark
v0.6.0
What's Changed
- Merge 0.5.2 by @xuwenyihust in #224
- Refactor code to remove isExecuted property in NotebookModel.js and C… by @xuwenyihust in #228
- Update notebook execution timestamps and clear cell outputs by @xuwenyihust in #229
- Update notebook execution timestamps and fix styling in TextResult.js by @xuwenyihust in #230
- Update notebook execution timestamps and fix styling in TextResult.js… by @xuwenyihust in #232
- 233 create notebook from server by @xuwenyihust in #236
- Update docker-compose.yaml to mount init.sql file for PostgreSQL cont… by @xuwenyihust in #238
- Update notebook routes and services to include delete functionality by @xuwenyihust in #240
- Update notebook routes and services to include get_notebook_by_path f… by @xuwenyihust in #243
- Update notebook routes and services to include logging and notebook r… by @xuwenyihust in #245
- 244 rename directory from server by @xuwenyihust in #247
- 249 add integration test by @xuwenyihust in #250
- 252 fix create notebook by @xuwenyihust in #253
- 234 update notebook from server by @xuwenyihust in #254
- 242 move notebook from server by @xuwenyihust in #260
- Fix notebook rename. by @xuwenyihust in #262
- Update notebook and rename dialog components by @xuwenyihust in #263
- Update directory routes and services to include get_directory_content… by @xuwenyihust in #266
- 264 call be to delete directory by @xuwenyihust in #267
- 258 call be to create session by @xuwenyihust in #270
- 268 call be to get session by @xuwenyihust in #271
- 256 call be to restart kernel by @xuwenyihust in #273
- 272 call be to get kernel by @xuwenyihust in #274
- Update environment variables and API endpoints in webapp and server code by @xuwenyihust in #275
- 276 store spark info into db by @xuwenyihust in #277
- Update SparkAppModel and SparkApp service to store spark app informat… by @xuwenyihust in #279
- Update init.sql to include new notebooks and directories, and update … by @xuwenyihust in #281
- Update environment variables and API endpoints in webapp and server c… by @xuwenyihust in #283
- 284 integrate airflow to webapp by @xuwenyihust in #285
Full Changelog: v0.5.1...v0.6.0
v0.5.2
What's Changed
- Update notebook execution timestamps and fix styling in TextResult.js by @xuwenyihust in #214
- Update ReactMarkdown and remark-gfm versions, add StringUtils.js util… by @xuwenyihust in #216
- Refactor code to improve session handling in NotebookModel.js and Str… by @xuwenyihust in #217
- Add dependencies for @coreui/icons, @coreui/icons-react, @coreui/reac… by @xuwenyihust in #220
- Refactor code to use PawMarkSparkSession instead of DataPulseSparkSes… by @xuwenyihust in #221
- Refactor code to add DisplayResult component for displaying output in… by @xuwenyihust in #223
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add console.log statements for debugging session and kernel IDs by @xuwenyihust in #143
- Refactor NotebookCell and NotebookToolbar components to improve UI an… by @xuwenyihust in #144
- Update notebook code and API functions by @xuwenyihust in #147
- Update notebook code and API functions by @xuwenyihust in #148
- Refactor notebook code and API functions, add new components and upda… by @xuwenyihust in #156
- Update sidebar styles and add new notebook example by @xuwenyihust in #158
- Refactor notebook code and API functions, update cell statuses and de… by @xuwenyihust in #161
- 159 include markdown cell in run all by @xuwenyihust in #162
- Refactor sidebar styles to use #333 as background color by @xuwenyihust in #166
- Refactor notebook code to use CellType and OutputType enums by @xuwenyihust in #167
- Refactor MarkdownEditor and CodeEditor components by @xuwenyihust in #168
- Refactor notebook code to fix syntax error, update API functions, and… by @xuwenyihust in #169
- Refactor notebook code to add new components and fix syntax errors by @xuwenyihust in #173
- Fix styling issue in NotebookToolbar component by @xuwenyihust in #174
- Refactor notebook code to add new components and fix syntax errors by @xuwenyihust in #175
- Refactor notebook code to add new components and fix syntax errors by @xuwenyihust in #177
- Refactor notebook code to fix syntax errors and update components by @xuwenyihust in #179
- Refactor sidebar components to improve UI and functionality by @xuwenyihust in #181
- Refactor sidebar components to improve UI and functionality by @xuwenyihust in #187
- Refactor sidebar components to improve UI and functionality by @xuwenyihust in #189
- Refactor sidebar components and delete functionality, and update note… by @xuwenyihust in #190
- Refactor notebook code and add new notebooks by @xuwenyihust in #193
- Refactor notebook code and add new notebooks by @xuwenyihust in #195
- Refactor notebook code and delete unused files by @xuwenyihust in #197
- 196 add unit test for webapp by @xuwenyihust in #198
- Refactor code and add new files for Babel and Jest configuration by @xuwenyihust in #199
- Refactor styling in CreateFolderDialog.js, CreateNotebookDialog.js, W… by @xuwenyihust in #202
- Refactor styling in CreateFolderDialog.js, CreateNotebookDialog.js, W… by @xuwenyihust in #205
- Refactor naming conventions in Notebook.js, NotebookTitle.js, DeleteD… by @xuwenyihust in #206
- Refactor styling and add MoveButton component in NotebookHeader.js by @xuwenyihust in #208
- Refactor notebook execution code and add keyboard shortcut for runnin… by @xuwenyihust in #209
- Update notebook execution timestamps and fix styling in TextResult.js by @xuwenyihust in #210
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- 86 build datapulse homepage by @xuwenyihust in #87
- 88 better homepage by @xuwenyihust in #89
- Update WorkspaceSidebar component to use Tooltip for file names and a… by @xuwenyihust in #95
- 94 highlight when mouse hovers by @xuwenyihust in #97
- 96 fix webapp docker image by @xuwenyihust in #98
- Update Docker Compose file to include reverse proxy for the history s… by @xuwenyihust in #99
- 100 fix spark in notebook by @xuwenyihust in #101
- 102 navigate to spark UI from notebook by @xuwenyihust in #103
- 104 migrate from iframe to integration by @xuwenyihust in #105
- Refactor Sidebar and WorkspaceSidebar components to improve code orga… by @xuwenyihust in #117
- Refactor WorkspaceSidebar component to dynamically calculate height a… by @xuwenyihust in #118
- Refactor Sidebar and WorkspaceSidebar components to add new functiona… by @xuwenyihust in #120
- Refactor Sidebar and WorkspaceSidebar components to adjust styles and… by @xuwenyihust in #121
- Refactor Notebook component to add save and delete buttons by @xuwenyihust in #122
- Refactor Notebook component to update notebook content and save changes by @xuwenyihust in #123
- Refactor Notebook component to update notebook content and add new files by @xuwenyihust in #125
- Refactor Notebook component to delete unused files by @xuwenyihust in #126
- Refactor Notebook component to add code and markdown cells by @xuwenyihust in #128
- Refactor Notebook component to update notebook content and add new files by @xuwenyihust in #129
- Refactor Notebook component to update cell types and handle cell crea… by @xuwenyihust in #130
- Refactor Notebook component to update cell ordering and handle cell m… by @xuwenyihust in #131
- Refactor Notebook component to update dependencies and add new packages by @xuwenyihust in #132
- Refactor Notebook component to handle notebook name editing and saving by @xuwenyihust in #135
- Refactor Notebook component to handle notebook name editing and savin… by @xuwenyihust in #136
- Refactor Notebook component to handle notebook name editing, update d… by @xuwenyihust in #138
- Update dependencies and add new packages for syntax highlighting in c… by @xuwenyihust in #139
Full Changelog: vv0.4.0-alpha...v0.5.0
v0.4.0-alpha
What's Changed
- Add notebook samples utilizing pyspark
- Add Airflow support for notebook scheduling
- Support notebook persistence
Full Changelog: v0.3.0-alpha...vv0.4.0-alpha
v0.3.0-alpha
Release v0.3.0-alpha
- Make local development convinient by adding docker-compose
- Add support for delta lake
v0.2.0-alpha
What's Changed
- Support Jupyter Notebook PySpark Application
- Support History Server
Full Changelog: v0.1.0-alpha...v0.2.0-alpha
v0.1.0-alpha
- Released Dec 20, 2023
- Support Spark application submit to GKE
- Support Spark WebUI exposed as service
- Support input / output using Cloud Storage