Matthew Rathbone
5bcd4a3a61
ubuntu 22.04
2025-04-15 09:31:12 -05:00
Matthew Rathbone
6085347503
Merge pull request #2934 from thePeras/feat/streamer-mode
...
Feat/streamer mode
2025-04-11 22:11:22 -05:00
Rui Soares
009b0efd2d
added documentation for the privacy mode
2025-04-10 23:52:49 +01:00
Matthew Rathbone
3279f9397d
fixing up mkdocs
2025-03-30 20:35:37 -05:00
Matthew Rathbone
195fa802d2
Merge remote-tracking branch 'origin/master' into file-based-license
2025-03-28 22:16:12 -05:00
Matthew Rathbone
e3a261b1b9
admins
2025-03-27 11:59:11 -05:00
Daniel Lo Nigro
eab6b5ffa5
[docs] Use sudo for dnf/yum
...
Adds `sudo` to the `dnf` and `yum` commands (since the other commands use it), and move `dnf` above `yum` since it's the recommended RPM package manager these days.
2025-03-21 21:37:14 -07:00
Matthew Rathbone
e28ac48926
Merge pull request #2730 from beekeeper-studio/docs-update-for-new-pricing
...
updating docs
2025-03-08 21:05:20 -06:00
Matthew Rathbone
2ea249beca
Merge pull request #2850 from knumat/patch-1
...
Added note that ~/Library is typically hidden
2025-03-06 21:17:39 -06:00
Matthew Rathbone
eebdb29626
Merge pull request #2819 from beekeeper-studio/docs/duckdb-query-files
...
Documentation for querying files in DuckDB
2025-03-06 21:16:51 -06:00
Matt K
b567b34216
Added note that ~/Library is typically hidden
...
I spent quite a while trying to locate this folder, so I figured this might help someone else.
2025-03-06 13:49:34 -06:00
Matthew Rathbone
e83b8558fe
tweaks and updates
2025-03-03 10:32:25 -06:00
Mohammad Azmi
e86ff90fa6
remove outdated image
2025-03-03 15:50:10 +07:00
azmy60
deabcc4514
update example
2025-03-03 14:39:31 +07:00
azmy60
0007e6147a
add asset
2025-03-03 14:35:55 +07:00
azmy60
6c0f5cc4a3
add doc duckdb query from file
2025-03-03 14:30:32 +07:00
Matthew Rathbone
4483dfe313
rpm docs
2025-02-28 08:38:24 -06:00
Matthew Rathbone
392b4a84b8
just skip the tns_names stuff for now
2025-02-25 11:20:53 -06:00
Matthew Rathbone
b12f79c365
hopeful fixes of oracle tests
2025-02-25 09:51:49 -06:00
Matthew Rathbone
ff6e110795
Extensive fixes for oracle
...
- proper connection releasing in all situations (sometimes we didn't release connections)
- Support for thin and thick mode
- Update to the latest oracle driver
- Now supports Mac ARM devices
- Would also support Windows ARM (in thin mode)
2025-02-25 09:17:47 -06:00
Matthew Rathbone
5454f7d1ab
Revert "Oracle fixes and updates to use the thin-client"
...
This reverts commit 273408d095 .
2025-02-22 11:19:43 -06:00
Matthew Rathbone
273408d095
Oracle fixes and updates to use the thin-client
...
- Oracle now has two operation modes - thick and thin
- Thin mode requires NO NATIVE CODE, we like this a lot
- Also we had some bugs where we didn't release connections back to the pool. These are fixed
- Removed warnings and updated docs
2025-02-20 14:44:29 -06:00
azmy60
23f335e66b
fix image link
2025-02-19 10:02:49 +07:00
azmy60
3be473f637
docs
2025-02-19 10:01:15 +07:00
Matthew Rathbone
0d3202fcc3
added duckdb too!
2025-02-08 22:18:42 -06:00
Matthew Rathbone
3bd54b4ed6
updated database support docs
2025-02-08 22:18:02 -06:00
Matthew Rathbone
8bea4be2cb
added some mongo disclaimers
2025-02-08 22:12:07 -06:00
Matthew Rathbone
040eda9404
updating docs
2025-02-04 15:14:21 -06:00
Matthew Rathbone
4fbc71fd07
Merge branch 'master' into feat/duckdb
2025-02-04 10:15:53 -06:00
Matthew Rathbone
e3c1d392ba
Moved deb and rpm hosting to r2, and consolidated at the end of the workflow
2025-02-03 15:40:57 -06:00
Matthew Rathbone
58a98ab36a
file-based license
2025-01-29 18:32:23 -06:00
azmy60
668e46517e
Merge branch 'master' into feat/duckdb
2024-10-08 22:23:31 +07:00
Day Matchullis
c0af2a42df
Merge branch 'master' into feature/stream-imports
2024-10-06 14:21:36 -06:00
Matthew Rathbone
093a217dd9
Merge branch 'master' into oneapp-workflows
2024-10-04 14:56:05 -05:00
Day Matchullis
513efd785d
merge
2024-10-01 12:58:13 -06:00
Day Matchullis
e65d48b427
Merge branch 'master' into feature/stream-imports
2024-09-27 18:43:23 -06:00
Will Montgomery
531d5063dd
Merge branch 'master' into feature/2029_autocomplete-documentation
2024-09-26 23:05:59 -04:00
Day Matchullis
b6fe588050
Merge branch 'master' into feature/stream-imports
2024-09-26 12:38:20 -06:00
Matthew Rathbone
4ff245f861
Merge remote-tracking branch 'origin/master' into add-iam-authentication-support
2024-09-25 15:09:01 -05:00
azmy60
d063190183
Merge branch 'master' into feat/duckdb
2024-09-24 00:56:27 +07:00
Will Montgomery
247c5ed517
Merge branch 'master' of github.com:beekeeper-studio/beekeeper-studio into feature/stream-imports
2024-09-19 21:49:44 -04:00
Matthew Rathbone
585321f788
New workflows for a single app binary
...
- Maintaining the two release repos for now (ultimate-releases and beekeeper-studio)
- This ensures that we can back out of this change if we want to
- Updated the publish workflow to use matrix variables more
- Updated the publish workflow to use a new gh super token
- Added a new workflow for creating releases (it just creates a tag basically)
2024-09-18 19:50:06 -05:00
Day Matchullis
d97211c2ff
Merge branch 'community-4'
2024-09-18 10:43:34 -06:00
Chris Russell
8f26503723
fix: Updated documentation with useful links
2024-09-14 19:03:46 +03:00
Chris Russell
ae4af23a1f
fix: Spelling mistake
2024-09-14 17:45:38 +03:00
Chris Russell
300a0b47a1
Merge branch 'master' into add-iam-authentication-support
2024-09-14 16:16:22 +03:00
Chris Russell
ed860e016c
feat: Added documentation
2024-09-14 13:53:16 +03:00
Will Montgomery
310df315a4
feat: change "import from csv" to "import from file"
2024-09-09 22:07:55 -04:00
Matthew Rathbone
5e573e3d2f
Update linux.md
2024-08-21 13:41:38 -05:00
azmy60
7ea72bfe52
docs
2024-08-19 11:15:52 +07:00