Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config-provider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
coding-at-fu
config-provider
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
eda4b1a2799f3076b99e9cb742cd63460ba4baed
Select Git revision
Branches
1
master
default
protected
Tags
5
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
6 results
Begin with the selected commit
Created with Raphaël 2.2.0
24
Aug
23
18
17
use relative import in __init__.py
1.1.3 master
1.1.3 master
correct import of ConfigProvider in __init__.py to fix import errors
1.1.2
1.1.2
add import ConfigProvider to __init__.py to improve import usability
1.1.1
1.1.1
Merge branch '8-muliple-named-configs' into 'master'
1.1.0
1.1.0
changed version to 1.1.0
implement ability for multiple configs in ConfigProvider fix issue #8
add new test_multiple_instances according to issue #8
update README.md according to issue #7
1.0.0
1.0.0
Merge branch '5-implement-getInstance' into 'master'
add version.py woth __version__ = '1.0.0' fix issue #4
implement getInstance class method to pass test_get_instance fix #5
add test_get_instance according to issue #5
Merge branch '3-reload-implementation' into 'master'
update implementation of ConfigProvider to pass tests fix issue #3
enhance tests to reflect also issue #3
update README.md fix issue #6
Merge branch '2-constructor-property-implementation' into 'master'
add basic structure, write test and implement class, fix issue #2
update README.md fix issue #1
Add readme.md
Loading