Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge fae0496 into cdbeebf
Browse files Browse the repository at this point in the history
  • Loading branch information
vikin91 committed May 2, 2019
2 parents cdbeebf + fae0496 commit 3927738
Show file tree
Hide file tree
Showing 142 changed files with 4,230 additions and 7,812 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2






11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### Changelog ###

#### v0.6.0 - ??.05.2019

* Added:
*
* Fixed:
* Issue with some changes not being persisted in the database. (#21).
* Changed:
*
* Removed:
* (Internal) Support for build-in in-memory cache `SmartLayer`.

#### v0.5.4 - ??.05.2019

* Added:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apk update \
&& rm -rf /var/cache/apk/*

RUN echo "Europe/Berlin" > /config/etc/timezone
LABEL version="0.5.4"
LABEL version="0.6.0"
EXPOSE 8083
HEALTHCHECK --interval=30s --timeout=15s CMD curl --fail http://localhost:8083/system_status || exit 1

Expand Down
4 changes: 3 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ requires 'Module::CPANfile' , '>= 0.0';
requires 'Mojolicious' , '>= 8.0';
requires 'Mojolicious::Plugin::RenderFile' , '>= 0.0';
requires 'Moose' , '>= 2.0604';
requires 'MooseX::Role::Parameterized' , '>= 1.00'; # Required for Moose 2.2011
requires 'MooseX::Types' , '>= 0.19'; # Required for Moose 2.2011
requires 'MooseX::ClassAttribute' , '>= 0.0';
requires 'MooseX::Privacy' , '>=0.0';
requires 'MooseX::Singleton' , '>= 0.0';
requires 'MooseX::Storage' , '>= 0.0';
requires 'MooseX::StrictConstructor' , '>= 0.0';
requires 'Path::Tiny' , '>= 0.0';
requires 'Scalar::Util' , '>= 0.0';
requires 'Session::Token' , '>= 0.0';
requires 'Storable' , '>= 0.0';
requires 'TeX::Encode' , '>= 0.0';
requires 'Text::ASCIIMathML' , '>= 0.0';
requires 'Text::BibTeX' , '== 0.88'; # 0.86 and 0.87 are broken - use 0.85 or 0.88
Expand Down
Binary file removed fixture/bibspace_fixture.dat
Binary file not shown.

0 comments on commit 3927738

Please sign in to comment.