Git Product home page Git Product logo

gitmask's Issues

Add option to leave original author

This may be pushing GitMask beyond its intended purpose. I'm currently looking at Git Mask to allow submitting pull requests without a GitHub account. I actually want the Git author left alone. We could add an optional param that allows this to be configured per request.

I'd be willing to submit a PR if this was considered useful.

Auth token is missed

Hi,
I'm getting {"message":"Missing Authentication Token"}%. Is there any authorization required?

Need a docs

I'm a bit confused on how to use this can you please create a doc file

gitMask don't create pull request

I follow the tutorial on site, below is the commands that i used:

git clone https://github.com/Urahara/rotacao
cd rotacao
git checkout -b teste
# change some file
git add 
git commit -m "testing gitMask"
git bundle create commits.bundle origin/master
curl -L -X PUT --upload-file commits.bundle https://git.gitmask.com/v1/bundle/github.com/Urahara/rotacao/master

I don't get any error or anything, i did something wrong?

Issue with DockerFile

Hi,

Using DockerFile i created a docker Image, Http was working fine. but getting error with https://

while creating image got this error. Also when i looked into the docker's "/srv/letsencrypt/" certs folder was missing.

Error:

Removing intermediate container f306e91bdab5
Step 5 : RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | sudo python2.7
---> Running in 89f87683332f
Collecting pip
/tmp/tmp9EMMYE/pip.zip/pip/vendor/requests/packages/urllib3/util/ssl.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
/tmp/tmp9EMMYE/pip.zip/pip/vendor/requests/packages/urllib3/util/ssl.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Downloading pip-8.0.2-py2.py3-none-any.whl (1.2MB)
Collecting setuptools
Downloading setuptools-19.7-py2.py3-none-any.whl (472kB)
Collecting wheel
Downloading wheel-0.26.0-py2.py3-none-any.whl (63kB)
Installing collected packages: pip, setuptools, wheel
Successfully installed pip-8.0.2 setuptools-19.7 wheel-0.26.0
/tmp/tmp9EMMYE/pip.zip/pip/vendor/requests/packages/urllib3/util/ssl.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
---> 10c2e361ddda
Removing intermediate container 89f87683332f
Step 6 : RUN sudo pip install --pre github3.py
---> Running in b5fa50bc4268
Collecting github3.py
/usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning

Is the service offline?

Kinda need it ASAP, and it's returning 403 for each and every endpoint

{"message":"Forbidden"}

Thanks! ^^

Option to preserve commit logs

gitmask squashes all commits into one commit with the message "anonymous commit" by ghost.
Though it removes identifications completely, it also loses much information in the change. Commit messages are often important in development.

It would be nice if there's an option to preserve commit logs and replaces the committer and the author with ghost to remove identifications:

  • Maintainers can get the outline of the request from commit messages.
  • The pull request can be more descriptive by splitting commits in appropriate logical units.

I believe it can be done by running this command in the branch created from the bundle instead of merging that branch into the target branch and squashing commits:

git rebase -f  ${destBranchName} -x "git commit --amend --reset-author"

GitMask without Git/GitHub

Is there a way to use this program to erase file metadata without using git or GitHub? It appears to be dependent based on the code instructions from the README.

Typo on front page

Unfortunately that means that every commit you every make is visible to everyone. Every commit.

Add possibility to add PR comment

Could you please add a parameter, to add a PR comment?

Why? Because sometimes it is necessary to add a comment to understand the purpose of the Pull Request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.