Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSCE 361
scripts
Commits
4088e42b
Commit
4088e42b
authored
Oct 14, 2019
by
Christopher Bohn
Browse files
Options
Downloads
Patches
Plain Diff
Removed api/config.py to see if we can force .gitignore to ignore it (step 1)
parent
bc49e32b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+4
-3
4 additions, 3 deletions
README.md
api/.gitignore
+0
-2
0 additions, 2 deletions
api/.gitignore
api/config.py
+0
-8
0 additions, 8 deletions
api/config.py
with
4 additions
and
13 deletions
README.md
+
4
−
3
View file @
4088e42b
...
...
@@ -12,8 +12,9 @@ the scripts that do work are in the top-level directory.
your api keys in
`config.py`
.
-
old-automation/
-
Directory containing early fall 2019 scripts to clone, create, process,
etc., student repositories.
etc., student repositories. The contents of this directory are not
needed.
-
1195
-
Directory containing scripts from summer 2019 pilot of new course
structure. Should be obsolete (and removed) by end of fall 2019.
structure. Should be obsolete (and removed) by end of fall 2019.
The
contents of this directory are not needed.
This diff is collapsed.
Click to expand it.
api/.gitignore
deleted
100644 → 0
+
0
−
2
View file @
bc49e32b
config.py
This diff is collapsed.
Click to expand it.
api/config.py
deleted
100644 → 0
+
0
−
8
View file @
bc49e32b
class
Config
:
# GitLab API Configuration
gitlab_url
=
'
https://git.unl.edu/
'
gitlab_api_key
=
'
this shouldn
\'
t be here
'
# Canvas API configuration
canvas_url
=
'
https://canvas.unl.edu/api/v1/
'
canvas_api_key
=
'
this shouldn
\'
t be here
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment