You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
feat: initial commit for the OracleDB Gemini CLI Extension (#1)
* Intial Commit and corrections
Update and add the needed release files and minor correction of extension descitption, tools
* update the extension definion and cleanup structure
* refactor typpo on definions
* fix tippo
* fix the configuration to use prebuild toobox and missing tools
* update configuration and resolve review
* refactor typpo on definions
* fix merge
* fix license header issue
* fix license header of template files
* Apply suggestion from @averikitsch
* removed sql example
* Apply suggestion from @averikitsch
* add additional env. variables to readme and revert using tools
* Apply suggestion from @averikitsch
* Update oracledb.yaml
* Apply suggestion from @averikitsch
* Apply suggestions from code review
* Update ORACLEDB.md
* Update packaging workflow and enhance tool descriptions in YAML files
* Fix SQL statement formatting and update tool descriptions in oracledb.yaml
---------
Co-authored-by: Johannes Dumitru <dumian@gmail.com>
Co-authored-by: Matt Cornillon <cornillon@google.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
# Licensed under the Apache License, Version 2.0 (the "License");
4
+
# you may not use this file except in compliance with the License.
5
+
# You may obtain a copy of the License at
6
+
#
7
+
# http://www.apache.org/licenses/LICENSE-2.0
8
+
#
9
+
# Unless required by applicable law or agreed to in writing, software
10
+
# distributed under the License is distributed on an "AS IS" BASIS,
11
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+
# See the License for the specific language governing permissions and
13
+
# limitations under the License.
14
+
15
+
16
+
name: ✨ Feature Request
17
+
description: Suggest an idea for new or improved behavior.
18
+
title: "<brief summary of the proposed feature>"
19
+
labels: ["type: feature request"]
20
+
type: feature
21
+
body:
22
+
- type: markdown
23
+
attributes:
24
+
value: |
25
+
Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your feature request.
26
+
27
+
- id: preamble
28
+
type: checkboxes
29
+
attributes:
30
+
label: Pre-reqs
31
+
description: |
32
+
Please run through the following list and make sure you've tried the usual "quick fixes":
33
+
options:
34
+
- label: "Search the [current open issues](https://github.com/gemini-cli-extensions/alloydb/issues)"
35
+
required: true
36
+
37
+
- type: textarea
38
+
id: use-case
39
+
attributes:
40
+
label: What are you trying to do that currently feels hard or impossible?
41
+
description: "A clear and concise description of what the end goal for the feature should be -- avoid generalizing and try to provide a specific use-case."
42
+
validations:
43
+
required: true
44
+
45
+
- type: textarea
46
+
id: suggested-solution
47
+
attributes:
48
+
label: Suggested Solution(s)
49
+
description: "If you have a suggestion for how this use-case can be solved, please feel free to include it."
50
+
51
+
- type: textarea
52
+
id: additional-details
53
+
attributes:
54
+
label: Additional Details
55
+
description: "Any additional information we should know? Please reference it here (issues, PRs, descriptions, or screenshots)"
# Licensed under the Apache License, Version 2.0 (the "License");
4
+
# you may not use this file except in compliance with the License.
5
+
# You may obtain a copy of the License at
6
+
#
7
+
# http://www.apache.org/licenses/LICENSE-2.0
8
+
#
9
+
# Unless required by applicable law or agreed to in writing, software
10
+
# distributed under the License is distributed on an "AS IS" BASIS,
11
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+
# See the License for the specific language governing permissions and
13
+
# limitations under the License.
14
+
15
+
16
+
name: 💬 Question
17
+
description: Questions on how something works or the best way to do something?
18
+
title: "<brief summary of the question>"
19
+
labels: ["type: question"]
20
+
21
+
body:
22
+
- type: markdown
23
+
attributes:
24
+
value: |
25
+
Thanks for helping us improve! 🙏 Please provide as much information as possible about your question.
26
+
27
+
- id: preamble
28
+
type: checkboxes
29
+
attributes:
30
+
label: Prerequisites
31
+
description: |
32
+
Please run through the following list and make sure you've tried the usual "quick fixes":
33
+
options:
34
+
- label: "Search the [issues](https://github.com/gemini-cli-extensions/alloydb/issues)"
35
+
required: true
36
+
37
+
- type: textarea
38
+
id: question
39
+
attributes:
40
+
label: Question
41
+
description: "What's your question? Please provide as much relevant information as possible to reduce turnaround time. Include information like what environment, language, or framework you are using."
42
+
validations:
43
+
required: true
44
+
45
+
- type: textarea
46
+
id: code
47
+
attributes:
48
+
label: Code
49
+
description: "Please paste any useful application code that might be relevant to your question. (if your code is in a public repo, feel free to paste a link!)"
50
+
51
+
- type: textarea
52
+
id: additional-details
53
+
attributes:
54
+
label: Additional Details
55
+
description: "Any other information you want us to know that might be helpful in answering your question? (link issues, PRs, descriptions, or screenshots)."
0 commit comments