Skip to content
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

JSQLParser Maintainer #7

Closed
wumpz opened this issue Jun 5, 2013 · 9 comments
Closed

JSQLParser Maintainer #7

wumpz opened this issue Jun 5, 2013 · 9 comments

Comments

@wumpz
Copy link
Member

wumpz commented Jun 5, 2013

Hi Florent,
I would like to be the main maintainer of JSQLParser on GitHub. Is there any possibility to take over your repository of JSQLParser to my account or is there any other possibility? Maybe an github organisation?

Regards

Tobias

@fbecart
Copy link

fbecart commented Jun 5, 2013

Hi Tobias,

I opened this repo for a particular project I realized in my previous job and, unfortunately, I haven't spent any time on it since then. I appreciate all the job you've done and you're doing on JSQLParser. And it's gladly I will give you the ownership of this repository.

I've never done this manipulation before. I'll let you know if I experience issues doing it.

Regards,

Florent

@fbecart
Copy link

fbecart commented Jun 5, 2013

I tried to transfer the ownership of the repo but faced an issue.

https://help.github.com/articles/how-to-transfer-a-repository
"However, there are a few caveats to transferring repositories: The target account must not have a repository with the same name, or a fork in the same network."

Do you know the best way to solve this?

@wumpz
Copy link
Member Author

wumpz commented Jun 6, 2013

I don't know how to achieve this but opened a service request to the github team. Maybe I made a pull request of all my changes or open a new user account or an organisation? But I want to be sure that it will be as painless as possible.

@fbecart
Copy link

fbecart commented Jun 6, 2013

All those solutions seem reasonable. Please keep me posted about the answer from Github.

@wumpz
Copy link
Member Author

wumpz commented Jun 7, 2013

I created a new organisation JSQLParser und added you as an owner. So you can move your repository here. After that, I will push all my changes to this repository and remove mine. So should we be done.

@fbecart
Copy link

fbecart commented Jun 8, 2013

I just transferred the repository to the new organization. Please let me know if I should perform any other operation regarding this issue.

@wumpz
Copy link
Member Author

wumpz commented Jun 8, 2013

Repository found and already updated.

@wumpz wumpz closed this as completed Jun 8, 2013
@wumpz
Copy link
Member Author

wumpz commented Jun 14, 2013

Would you like to stay as an owner of JSQLParser organisation at github or should I remove your account from it?

@fbecart
Copy link

fbecart commented Jun 15, 2013

You can take me off the list of owners

wumpz pushed a commit that referenced this issue Mar 21, 2023
* Fixes #1684: Support CREATE MATERIALIZED VIEW with AUTO REFRESH

Support parsing create view statements in Redshift with AUTO REFRESH
option.

* Reduce cyclomatic complexity in CreateView.toString

Extract adding the force option into a dedicated method resulting in the
cyclomatic complexity reduction of the CreateView.toString method.

* Enhanced Keywords

Add Keywords and document, which keywords are allowed for what purpose

* Fix incorrect tests

* Define Reserved Keywords explicitly
Derive All Keywords from Grammar directly
Generate production for Object Names (semi-) automatically
Add parametrized Keyword Tests

* Fix test resources

* Adjust Gradle to JUnit 5

Parallel Test execution
Gradle Caching
Explicitly request for latest JavaCC 7.0.10

* Do not mark SpeedTest for concurrent execution

* Remove unused imports

* Adjust Gradle to JUnit 5

Parallel Test execution
Gradle Caching
Explicitly request for latest JavaCC 7.0.10

* Do not mark SpeedTest for concurrent execution

* Remove unused imports

* Sphinx Documentation

Update the MANTICORE Sphinx Theme, but ignore it in GIT
Add the content to the Sphinx sites
Add a Gradle function to derive Stable and Snapshot version from GIT Tags
Add a Gradle GIT change task
Add a Gradle sphinx task
Add a special Test case for illustrating the use of JSQLParser

* doc: request for `Conventional Commit` messages

* feat: make important Classes Serializable

Implement Serializable for persisting via ObjectOutputStream

* chore: Make Serializable

* doc: Better integration of the RR diagrams

- apply neutral Sphinx theme
- insert the RR diagrams into the sphinx sources
- better documentation on Gradle dependencies
- link GitHub repository

* Merge

* feat: Oracle Alternative Quoting

- add support for Oracle Alternative Quoting e.g. `q'(...)'`
- fixes #1718
- add a Logo and FavIcon to the Website
- document recent changes on Quoting/Escaping
- add an example on building SQL from Java
- rework the README.md, promote the Website
- add Spotless Formatter, using Google Java Style (with Tab=4 Spaces)

* style: Appease PMD/Codacy

* doc: fix the issue template

- fix the issue template
- fix the -SNAPSHOT version number

* Update issue templates

* Update issue templates

* feat: Support more Statement Separators

- `GO`
- Slash `/`
- Two empty lines

* feat: FETCH uses EXPRESSION

- `FETCH` uses `EXPRESSION` instead of SimpleJDBCParameter only
- Visit/Accept `FETCH` `EXPRESSION` instead of `append` to String
- Visit/Accept `OFFSET` `EXPRESSION` instead of `append` to String
- Gradle: remove obsolete/incompatible `jvmArgs` from Test()

* style: apply Spotless

* test: commit missing test

* fix: JSon Operator can use Simple Function

Supports `Function() ->> Literal` (although `Function()` would not allow Nested Expression Parameters)

fixes #1571

* style: Reformat changed files and headers

* style: Remove unused variable

* feat: Add support for Hangul "\uAC00"-"\uD7A3"

fixes #1747

* style: expose `SetStatement` key-value list

fixes #1746

* style: Appease PMD/Codacy

* feat: `ConflictTarget` allows multiple `IndexColumnNames`

fixes #1749
fixes #1633
fixes #955

* doc: fix reference in the Java Doc

* build: better Upload Groovy Task

---------

Co-authored-by: zaza <tzarna@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants