-
Notifications
You must be signed in to change notification settings - Fork 669
Api return 404 when keyword contains point symbol #1715
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
Comments
Can you run the following and provide the output?
|
As a note, to help your debugging you can do the following, if you want:
|
version: '2.10.1' |
Thanks. I have a suspicion it is because of: Line 65 in 3225f2c
But not sure if we can just take that out or not. We really need to move to using |
Related issue: #1356 |
Thanks! BTW. Do we have some plan to use |
Yes, |
@JohnVillalovos wasn't this fixed by 702e41d? If so we can close it, unless you'd like to add a test for that. |
Add a test case to show that a branch name with a period can be fetched with a `get()` Closes: #1715
Add a test case to show that a branch name with a period can be fetched with a `get()` Closes: #1715
Add a test case to show that a branch name with a period can be fetched with a `get()` Closes: #1715
It was. I just added PR #1800 to prove it works |
if the branch/commit keyword contains point symbol
.
, the api will return 404 responseexample:
project.branches.get('stbale-1.x')
project.comits.get('stbale-1.x')
In page: gl_objects/projects.rst
The text was updated successfully, but these errors were encountered: