Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
3de5c9b
Customize.
khatchad Jul 30, 2019
f213ff5
Add .gitignore.
khatchad Jul 30, 2019
cfcab24
Remove parens from SQL string.
khatchad Jul 30, 2019
6aa5966
Remove parens from SQL string.
khatchad Jul 30, 2019
9350da7
Ignore repos.
khatchad Jul 31, 2019
a8e4610
Ignore log files.
khatchad Jul 31, 2019
8b636b4
Ignore more files.
khatchad Jul 31, 2019
b44fefb
Progress.
khatchad Jul 31, 2019
c8baeb0
More advanced query.
khatchad Aug 2, 2019
535c9e9
Add real repos.
khatchad Aug 2, 2019
a20b91c
Rename.
khatchad Aug 2, 2019
36bd16c
Initial keyword set for stream APIs.
khatchad Aug 2, 2019
9d0920b
Formatted keywords.
khatchad Aug 2, 2019
809c203
Rename.
khatchad Aug 2, 2019
8b750b7
Fix.
khatchad Aug 2, 2019
c2c566e
More keywords.
khatchad Aug 2, 2019
b53a20d
Add bug config.
khatchad Aug 2, 2019
6ecd05f
Fix paren replacement.
khatchad Aug 2, 2019
6d63959
Fix paren replacement character.
khatchad Aug 2, 2019
c0e0404
More keywords.
khatchad Aug 2, 2019
ccd482b
SQL.
khatchad Aug 7, 2019
9fe77ce
Make case sensitive.
khatchad Aug 9, 2019
fb81a49
Format.
khatchad Aug 9, 2019
b690224
New queries.
khatchad Aug 9, 2019
acf9dc5
New repos.
khatchad Aug 9, 2019
81b20ab
Remove qbit.
khatchad Aug 9, 2019
0bef9ca
Add commit date condition.
khatchad Aug 12, 2019
e2a66be
Remove repos we've already done.
khatchad Aug 20, 2019
614d99d
Escape keyword for regex usage.
khatchad Aug 21, 2019
796e07c
Revert "Escape keyword for regex usage."
khatchad Aug 21, 2019
d70ef24
Escape keyword for regex use.
khatchad Aug 21, 2019
0b448a0
Escape keyword for regex usage.
khatchad Aug 21, 2019
805600f
Change regex.
khatchad Aug 21, 2019
3e32a76
Enhance searching.
khatchad Aug 21, 2019
f2a7060
Remove CoreNLP.
khatchad Sep 11, 2019
0e5db2c
Add run command.
khatchad Sep 12, 2019
cd3c9f2
Update SQL script.
khatchad Sep 20, 2019
bbbf610
Fix SQL.
khatchad Sep 20, 2019
2e24ad2
Add COPY commands.
khatchad Sep 20, 2019
7db9da2
Try CoreNLP by itself.
khatchad Sep 20, 2019
fddb9dc
We are case sensitive now (#1)
khatchad May 12, 2020
ceaa0d0
Merge branch 'master' into masterp
khatchad Nov 24, 2020
251e5db
Update .gitignore
khatchad Nov 24, 2020
3af950c
Merge pull request #1 from saledouble/masterp
khatchad Nov 24, 2020
1f9298e
Update README.md
khatchad Dec 10, 2020
883465b
Add func.
khatchad Dec 11, 2020
31a2fab
2to3.
khatchad Dec 11, 2020
46ed5c9
Add PyCharm files.
khatchad Dec 11, 2020
70b0b32
More ignores.
khatchad Dec 11, 2020
e70020d
Add requirements.txt.
khatchad Dec 11, 2020
fdba444
Fix password.
khatchad Dec 11, 2020
824c7fc
2to3.
khatchad Dec 11, 2020
48e274f
Use binary package.
khatchad Dec 11, 2020
3be2ad3
Remove encoding.
khatchad Dec 11, 2020
4e329c2
Add function SQL.
khatchad Dec 11, 2020
0b75a59
Weird PyCharm metadata changes.
khatchad Dec 11, 2020
a88502c
Revert "Weird PyCharm metadata changes."
khatchad Dec 11, 2020
c9d9a93
Move travis to Python 3.
khatchad Dec 17, 2020
1c1750e
Use pip3.
khatchad Dec 17, 2020
c348195
Change to remote database.
khatchad Dec 22, 2020
009d614
Update nltk version
Dec 23, 2020
93c2b93
Merge pull request #3 from saledouble/master
khatchad Dec 23, 2020
9367fac
Rename SQL files.
khatchad Jan 7, 2021
cb8eb33
Add queries.
khatchad Jan 7, 2021
7948912
Add repo lists.
khatchad Jan 8, 2021
f1ac8d9
Clarify name.
khatchad Jan 13, 2021
07fad43
Use symlink.
khatchad Jan 13, 2021
94b7407
Merge branch 'master' of https://github.com/ponder-lab/gitcproc
khatchad Jan 13, 2021
5e9ef37
Add repos from other GH searches
Jan 13, 2021
2b866a3
Merge pull request #4 from tatianacv/master
khatchad Jan 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 218 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

# Others
nohup.out

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/gitcproc.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.8.6"

before_script: cd src/logChunk

Expand All @@ -24,13 +24,13 @@ install:
# weird travis-ci python paths
- export PYTHONPATH=$PYTHONPATH:./src/util/
- export PYTHONPATH=$PYTHONPATH:./src/logChunk/
- pip install psycopg2
- pip install PyYAML
- pip install nltk
- pip install gitPython
- pip3 install psycopg2
- pip3 install PyYAML
- pip3 install nltk==3.4
- pip3 install gitPython
#Set up nltk
- python -m nltk.downloader stopwords
- python -m nltk.downloader wordnet
- python3 -m nltk.downloader stopwords
- python3 -m nltk.downloader wordnet

# Replace dep1 dep2 ... with your dependencies
# - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION dep1 dep2 ...
Expand All @@ -39,15 +39,14 @@ install:

script:
# Your test script goes here
- python ./scopeTrackerTest.py
- python ./logChunkTestC.py
- python ./logChunkTestJAVA.py
- python ./logChunkTestPython.py
- python ./ghLogDbTest.py
- python ./ghLogDbTestPython.py
#- python ./gitcprocTest.py
- python3 ./scopeTrackerTest.py
- python3 ./logChunkTestC.py
- python3 ./logChunkTestJAVA.py
- python3 ./logChunkTestPython.py
- python3 ./ghLogDbTest.py
- python3 ./ghLogDbTestPython.py
#- python3 ./gitcprocTest.py
notifications:
email:
- yvsuchak@ucdavis.edu
- caseycasal@gmail.com

Loading