Skip to content

Commit

Permalink
Merge pull request #4 from splunk/test/integration_branch
Browse files Browse the repository at this point in the history
INFRA-25872-INFRA-26366-INFRA-26364 Modify UCC repo to make dynamic build
  • Loading branch information
Ryan Faircloth authored Sep 14, 2020
2 parents ef2eb67 + e864df6 commit 5496432
Show file tree
Hide file tree
Showing 7,625 changed files with 1,535,910 additions and 15,940 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 0 additions & 7 deletions .fortifyrc

This file was deleted.

40 changes: 7 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,11 @@
package/.idea
.idea/

### Files for Add-on local data
package/local/
package/metadata/local.meta
splunk_add_on_ucc_framework/UCC-UI-lib/node_modules/*
splunk_add_on_ucc_framework/UCC-UI-lib/bower_components/SplunkWebCore/node_modules/*
splunk_add_on_ucc_framework/UCC-UI-lib/bower_components/lodash/*
splunk_add_on_ucc_framework/UCC-UI-lib/build/*
dist/*

### 3rd libs
package/bin/solnlib/
package/bin/splunklib/
package/bin/sortedcontainers/
package/bin/requests/

### Files for Temporary Output
cached_build_info.properties
bower_components
node_modules
npm-debug.log
pypi_modules
stage
*.spl

### libs and output under UCC-example-addon
UCC-example-addon/output
UCC-example-addon/solnlib
UCC-example-addon/splunklib
UCC-example-addon/splunktaucclib
UCC-example-addon/uccrestbuilder
UCC-example-addon/jinja2
UCC-example-addon/markupsafe

### libs and output under UCC-UI-lib
UCC-UI-lib/build
UCC-UI-lib/solnlib
UCC-UI-lib/splunklib
UCC-UI-lib/splunktaucclib
UCC-UI-lib/uccrestbuilder
*.egg-info
output
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "contrib/common"]
path = contrib/common
url = ssh://[email protected]:7999/soln/common.git
2 changes: 2 additions & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3.7.8
2.7.18
Loading

0 comments on commit 5496432

Please sign in to comment.