Skip to content

Commit

Permalink
merge branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Oct 3, 2023
2 parents 936c168 + a37dcfd commit 0dc4e28
Show file tree
Hide file tree
Showing 156 changed files with 60,002 additions and 898 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change Log

## [v1.0.0]
- Add sample project workflow
- Implement React in VS code extension
- Enable plugin to use modular federation to reuse v3 react components
- Create Workbench in VS Code extention
- Create Query History to store history in Workbench
- Implement Query context in workbench
- Implement Favourite Query in workbench
- Add document filter
- Add Cluster Overview Window

## [v0.6.4]
- Create Query Notebook
- Add sql++ language in extention
- Provide an option to delete active connection
- Add support for listing indexes
- Create custom logging window for couchbase plugin
## [v0.6.3]
- Abbreviate document count
- Create new cluster connection window
- Search Document option
- Handle Document conflicts


## [v0.6.1]
- Update to Couchbase Node SDK 4
- Allowing user to create a primary index if does not exist for that particular collection to load the document
- Allow user to see Bucket administrative information
- Add ability to see document meta data

## [v0.2.0]

- Refactor connection management, fix cluster connection state & commands (#52)
Expand Down
1 change: 1 addition & 0 deletions images/dark/checkmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/dark/favorites-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/dark/filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/dark/load-more.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/edit-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/light/checkmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/light/favorites-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/light/filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/light/load-more.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion language/n1ql.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<string>n1qlnb</string>
<string>.n1ql</string>
<string>.n1qlnb</string>
<string>.sqlpp</string>
<string>sqlppnb</string>
<string>.sqlppnb</string>
</array>
<key>keyEquivalent</key>
<string>^@S</string>
Expand Down
164 changes: 155 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0dc4e28

Please sign in to comment.