Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-client
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
anis
anis-client
Commits
773dc6fb
Commit
773dc6fb
authored
4 years ago
by
Tifenn Guillas
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog + fix typo in test
parent
bff8ac2c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!169
Develop
,
!157
Resolve "[Search] Display dataset depending on authentication"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/app/metamodel/selectors/dataset.selector.spec.ts
+1
-1
1 addition, 1 deletion
src/app/metamodel/selectors/dataset.selector.spec.ts
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
773dc6fb
...
...
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Changed
-
#145 => Display public datasets only when no user logged in
-
#134 => Result search summary into accordion
-
#139 => Datasets selected in search multiple is a configurable option in anis-admin
-
#138 => Sort attributes and put scrollbar if table too long in Documentation module
...
...
This diff is collapsed.
Click to expand it.
src/app/metamodel/selectors/dataset.selector.spec.ts
+
1
−
1
View file @
773dc6fb
...
...
@@ -3,7 +3,7 @@ import * as fromDataset from '../reducers/dataset.reducer';
import
{
Dataset
}
from
'
../model
'
;
import
{
DATASET_LIST
}
from
'
../../../settings/test-data
'
;
f
describe
(
'
[Metamodel] Dataset selector
'
,
()
=>
{
describe
(
'
[Metamodel] Dataset selector
'
,
()
=>
{
it
(
'
should get datasetSearchMetaIsLoading
'
,
()
=>
{
const
state
=
{
metamodel
:
{
dataset
:
{
...
fromDataset
.
initialState
}}};
expect
(
datasetSelector
.
getDatasetSearchMetaIsLoading
(
state
)).
toBeFalsy
();
...
...
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