Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-python
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-python
Graph
77a5f2a471cd949864c0c3ab16db1461d6d013ab
Select Git revision
Branches
3
features-2308
features-2392
master
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Apr
23
Feb
23
Dec
11
Nov
3
Oct
30
Sep
25
19
30
Aug
28
26
6
1
Jul
30
Jun
29
28
27
26
24
10
8
7
3
30
May
[*] Updates
master
master
[+] Python libs
[*] Some fixes, including LOG_TAG fix
[+] More versions for support
Merge branch 'features-2564' into 'master'
[+] Added broadcasting dap_list to PyList and back.
Merge branch 'features-2466' into 'master'
[-] Removed unnecessary comments, code sections that are not used.
[*] Added compilation flag without position-dependent code. The function that describes the creation of a dynamic library is changed to static.
[+] Added information on the assembly and unit testing.
[*] Updated submodule.
[*] I rewrote the tests for the current state of the library. Now the tests consist of a TPO module (Test Python object), which provides access to the object and functions of the tested library, and a unit test written in Python.
[*] Edited the Cmake file, removed the addition under the libdap-crypto directory.
[-] Removed the submodule libdap-crypto.
[+] Added functions logItDebug, logItInfo logItNotice, logItMessage, logItDap, logItWarning, logItAtt, logItError, logItCritical.
Edited the Cmake file so that it would be possible to include header files from other projects.
[*] Updated all submodules. Set libdap-python operational according to updated submodules.
[*] To simplify the output to the screen, the functions logItDebug, logItInfo, etc. are added.
features-2392
features-2392
[*] Updated wrapping libdap-python. Added support for a modified version of libdap as of 08/06/2019
Merge pull request #3 from cellframe/features-2308
Merge branch 'features-2308' of https://github.com/cellframe/libdap-python into features-2308
features-2308
features-2308
[*] Added import from libdapConnector module correctly. Now no need for every call from libdapConnector no need to add module name
Removed mention of libdap in the list of initialized components, since it is already initialized
Added space to separate assembly status image from text
Added image build status from Travis CI
Removed call to dap_ function. It is not yet implemented in the libdap library.
Edit function dap_deinit. Added output information on the performance of this function.
The function dap_dane has been changed, the closing of the configuration file has been added. Changed the test, removed the extra line break.
Changed the connection string of the python library. I used to have version 2.7 and 3.7. Therefore, you had to specify a directory.
Fix. File config travis CI, version 4. Edit language, edit param install
Fix. File config travis CI. Edit param install
Fix. File config travis CI. Edit list packages and add param install
Fix. File config travis CI. Edit list packages
Added configuration file for Travis CI. I tried to write the configuration, the library was assembled and then the test was started.
I brought the file with the main_test test in order. Now main_test.py returns the final code, creates a configuration file as in libdap, so that the test passes, replaces all print with logIt.
Fixed log_it function. Previously, it contained an error and changed, stouting logging instead of displaying on the screen. Removed unnecessary function, no longer due to the implementation of the enumeration of the logging level in the libdapConnector
Corrected. Now the log_it function accepts not JSON as input, but two parameters — the level of logging and the displayed string.
Redid the libdapConnector. Now it is not built on class, but on functions, as was indicated in the problem.
Removed the parameter in the function dannite. Since it should not accept parameters and now it complies with the Python calling convention
Merge pull request #2 from cellframe/features-2308
Loading