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

Add essence-feature-usage-stats tool #31

Merged
merged 61 commits into from
Nov 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
1f81e3d
Add essence-feature-usage-stats tool
gskorokhod Oct 30, 2023
39fb6c7
Modified gitignore
gskorokhod Oct 30, 2023
07bd9a4
Remove pycache files
gskorokhod Oct 30, 2023
5ba0e0d
Automatically download conjure from repo, lint essence-feature-usage-…
gskorokhod Nov 1, 2023
557e076
Merge pull request #1 from conjure-cp/main
gskorokhod Nov 1, 2023
36e8232
Get conjure version (use in the future to avoid re-downloading conjur…
gskorokhod Nov 1, 2023
39b5b40
Merge remote-tracking branch 'origin/main'
gskorokhod Nov 1, 2023
88d6da7
Set up GH action to generate the html page
gskorokhod Nov 1, 2023
496cf70
Set up GH action to generate the html page - WIP
gskorokhod Nov 1, 2023
582dfd9
Set up GH action to generate the html page - WIP
gskorokhod Nov 1, 2023
bedb554
Update requirements.txt
gskorokhod Nov 1, 2023
11b6066
Working on CI - WIP
gskorokhod Nov 1, 2023
b6fd931
CI - WIP
gskorokhod Nov 1, 2023
d1cd45a
CI - WIP
gskorokhod Nov 1, 2023
d530926
Working on CI - WIP
gskorokhod Nov 1, 2023
7d0da09
Working on CI - WIP
gskorokhod Nov 1, 2023
8fe1f58
CI - WIP
gskorokhod Nov 1, 2023
59e6089
Working on CI - WIP
gskorokhod Nov 1, 2023
39feed8
Working on CI - WIP
gskorokhod Nov 1, 2023
9d49b5b
Working on CI - WIP
gskorokhod Nov 1, 2023
d33a7dc
Working on CI - WIP
gskorokhod Nov 1, 2023
4d8e7a6
Working on CI - WIP
gskorokhod Nov 1, 2023
0f4698a
Working on CI - WIP
gskorokhod Nov 1, 2023
d42e3f4
Working on CI - WIP
gskorokhod Nov 1, 2023
81190ac
Working on CI - WIP
gskorokhod Nov 1, 2023
7601396
Working on CI - WIP
gskorokhod Nov 1, 2023
a5d349b
Working on CI - WIP
gskorokhod Nov 1, 2023
6c9ba65
Working on CI - WIP
gskorokhod Nov 1, 2023
c2d25b4
Working on CI - WIP
gskorokhod Nov 1, 2023
9a14b34
CI - WIP
gskorokhod Nov 1, 2023
6e25867
Working on CI - WIP
gskorokhod Nov 1, 2023
46b579b
Working on CI - WIP
gskorokhod Nov 1, 2023
a9b2611
Working on CI - WIP
gskorokhod Nov 1, 2023
8fbfeb3
Working on CI - WIP
gskorokhod Nov 1, 2023
a6012ac
Working on CI - WIP
gskorokhod Nov 1, 2023
7d69e21
Working on CI - WIP
gskorokhod Nov 1, 2023
e259723
Working on CI - WIP
gskorokhod Nov 1, 2023
4f410fd
Working on CI - WIP
gskorokhod Nov 1, 2023
3106580
Working on CI - WIP
gskorokhod Nov 1, 2023
5c82afb
Working on CI - WIP
gskorokhod Nov 1, 2023
f185def
Working on CI - WIP
gskorokhod Nov 1, 2023
5eb01ea
Set up GitHub Pages CI
gskorokhod Nov 1, 2023
e0bb7ba
Set up GitHub Pages CI
gskorokhod Nov 1, 2023
9c915fd
TEMP: pages
gskorokhod Nov 1, 2023
9ca0372
mv pages to docs
gskorokhod Nov 1, 2023
79c9abf
Update essence-feature-stats.yml
gskorokhod Nov 2, 2023
411635b
Update essence-feature-stats.yml
gskorokhod Nov 2, 2023
4f91943
Update essence-feature-stats.yml
gskorokhod Nov 2, 2023
0aa886a
Remove unnecessary nav link
gskorokhod Nov 2, 2023
131e660
Remove docs folder and finalize the html page
gskorokhod Nov 2, 2023
9ee2a53
Add .nojekyll file
gskorokhod Nov 2, 2023
8137d1c
Make columns/rows hideable and add excluding / requiring certain keyw…
gskorokhod Nov 2, 2023
7e4dd6c
Merge remote-tracking branch 'origin/main'
gskorokhod Nov 2, 2023
2e4d67c
Update README.md
gskorokhod Nov 2, 2023
7df03e4
Update essence-feature-stats.yml
gskorokhod Nov 2, 2023
9e9ff18
Merge pull request #2 from conjure-cp/main
gskorokhod Nov 2, 2023
95b83f1
Remove .env file
gskorokhod Nov 2, 2023
5cdb63d
Update dependabot.yml
gskorokhod Nov 2, 2023
04424fa
Merge remote-tracking branch 'origin/main'
gskorokhod Nov 2, 2023
2264d8f
Update essence-feature-stats.yml
gskorokhod Nov 2, 2023
a422de1
Merge branch 'main' into main
ozgurakgun Nov 4, 2023
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
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
target

solvers/**/vendor/build
tools/essence-feature-usage-stats/.venv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.venv
pycache
.idea

tools/essence-feature-usage-stats/stats/__pycache__
tools/essence-feature-usage-stats/utils/__pycache__
tools/essence-feature-usage-stats/.idea
tools/essence-feature-usage-stats/test/__pycache__
tools/essence-feature-usage-stats/web/__pycache__