Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HOTMapper
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
Harbor Registry
Model registry
Operate
Environments
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
Show more breadcrumbs
HOTMapper
HOTMapper
Merge requests
!13
v1.1.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
v1.1.0
v1.1.0
into
master
Overview
1
Commits
54
Pipelines
0
Changes
29
Merged
jvfpw18
requested to merge
v1.1.0
into
master
5 years ago
Overview
1
Commits
54
Pipelines
0
Changes
1
Expand
@hvehrenfried
0
0
Merge request reports
Compare
version 3
version 3
0b7ea826
5 years ago
version 2
8d4c58c5
5 years ago
version 1
03441b46
5 years ago
master (base)
and
latest version
latest version
e1be7d28
54 commits,
5 years ago
version 3
0b7ea826
53 commits,
5 years ago
version 2
8d4c58c5
52 commits,
5 years ago
version 1
03441b46
51 commits,
5 years ago
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGELOG.md
0 → 100644
+
30
−
0
Options
# Changelog
All changes between versions will be documented in this file.
## 1.1.0 - 2019-10-15
### New Features
*
Added integration of sql, python and bash scripts with the command
`run_script`
.
*
Added group execution of sql scripts with the commands
`execute_sql_group`
,
`drop_group`
and
`rebuild_group`
.
The groups are defined in the configuration file hotmapper/database/
`groups.py`
.
*
The run_aggregations command now also run all denormalizations (It executes any special condition
`~`
that doesn't need
the data CSV.).
*
All columns information will also be contained in the
`table_definition JSON`
, it'll be updated automatically when a
remap is executed. This permits easier access to all the table information.
*
You can now create a table only with it's table_definition. (It needs the columns parameter in the JSON,
you still won't be able to insert data without a mapping_protocol CSV.)
*
You can now, create, delete and rename columns by editing directly the
`table_definition JSON`
. (The mapping_protocol
CSV won't be automatically updated and the insertion of data still requires the presence of the columns there.)
*
Added a confirmation prompt when doing a remap.
### Fixes
*
Fixed insertion error when the header of the data csv contains
`"`
(quotes).
*
Fixed being unable to run denormalizations when the table didn't contain an
`ano_censo`
column. Now it will try to get
the column
`YEAR_COLUMN`
defined in the
`settings.py`
as condition a of the denormalization/aggregation query.
*
Fixed insertion of data when two columns of the mapping_protocol where mapped directly to the same header from the data CSV.
*
Fixed foreign key error with sqlalchemy-monetdb (dependency updated).
### Code changes
*
Updated all dependencies, adjusted the code accordingly with possible changes.
*
Added new functional tests. Can be run executing
`python -m tests.database_test test_all`
*
Refactored table_definition into a class, similar to protocol.
\ No newline at end of file
Loading