Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
simcaq
simcaq-node
Commits
b85971ad
There was a problem fetching the pipeline summary.
Commit
b85971ad
authored
7 years ago
by
Vytor Calixto
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog
parent
20f9b3ec
No related branches found
No related tags found
2 merge requests
!116
Release v1.0.0
,
!115
Release v1.0.0
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+14
-8
14 additions, 8 deletions
CHANGELOG.md
with
14 additions
and
8 deletions
CHANGELOG.md
+
14
−
8
View file @
b85971ad
...
...
@@ -4,23 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/
)
.
## Unreleased
-
Query middleware throws a 404 when the result is empty
-
Change filters and dimensions names! No more
`_id`
.
**Breaks compability**
-
Parse Params middleware removed
## 1.0.0 - 2018-03-14
### Added
-
`ReqQueryFields`
middleware added to substitute parseParams and do SQL building automagically with the URL params
-
Upgrade to database v2
-
config.json.example now has values for development, test and production environments
-
Min Node version is 6.8.1
-
Cache is now defined per route
-
Errors from MonetDB are now returned by the query_exec and query middlewares
-
Added user model
-
Passport.js added for user authentication
-
Added routes to create and authenticate a user
-
Added simulation model
-
Added routes to save and retrieve simulations in
`/simulation`
-
Add middleware to convert ids to names
### Changed
-
Query middleware throws a 404 when the result is empty
-
Change filters and dimensions names! No more
`_id`
.
**Breaks compability**
-
config.json.example now has values for development, test and production environments
-
Min Node version is 6.8.1
-
Cache is now defined per route
-
Errors from MonetDB are now returned by the query_exec and query middlewares
-
Tests are now in different files
### Removed
-
Parse Params middleware removed
## 0.1.0 - 2016-10-10
### Added
**Database**
...
...
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