Commit graph

2459 commits

Author SHA1 Message Date
Luka Murn
beae1b05d8 Merge branch 'master' into rails-5.1
Conflicts:
	Gemfile
	Gemfile.lock
2017-09-21 08:27:38 +02:00
mlorb
03743a21f6 Merge pull request #786 from mlorb/ml-sci-1587
Fix bugs with importing samples [SCI-1587]
2017-09-08 09:19:35 +02:00
Mojca Lorber
0e14420193 fix bugs with importing samples 2017-09-06 14:41:14 +02:00
Zmago Devetak
994b08fcfc Merge pull request #752 from ZmagoD/testin-rails-5-addons
fix background worker bug
2017-08-25 08:05:21 +02:00
zmagod
afa05c8c14 fixed background worker in dev env 2017-08-23 17:10:45 +02:00
Luka Murn
647c879c76 Merge pull request #769 from Ducz0r/lm-sci-1475
Refactor user settings into a jsonb field [SCI-1475]
2017-08-23 08:43:23 +02:00
Luka Murn
8e999e673a Remove scinote-web.tgz from index 2017-08-23 08:40:47 +02:00
Luka Murn
67017d383c Merge pull request #761 from Ducz0r/lm-add-versions-rake-file
Add versions Rake
2017-08-23 08:36:45 +02:00
Luka Murn
5ee7fd895c Moved the arrays into json 2017-08-23 08:35:48 +02:00
Luka Murn
b6eb46471a Merge pull request #753 from Ducz0r/lm-remove-some-code
Remove some code we're no longer maintaining
2017-08-22 14:04:04 +02:00
Luka Murn
1cabe84910 Merge pull request #774 from Ducz0r/lm-sci-1376
Update delayed_paperclip library [SCI-1376]
2017-08-22 09:23:30 +02:00
Luka Murn
90188c89c9 Update delayed_paperclip library
Closes SCI-1376.
2017-08-22 08:34:58 +02:00
Luka Murn
ec7b7ffe08 You are my sunshine, my only sunshine,
You make me happy when skies are grey
You never know, Hound, how much I love you
Please don't take my Hound away
2017-08-10 14:42:58 +02:00
Luka Murn
9227ea5854 Finish the user settings jsonb, also fix references throughout app
Closes SCI-1475.
2017-08-10 14:29:01 +02:00
Luka Murn
c62002381b Add default settings migration and concern 2017-08-10 11:30:57 +02:00
Zmago Devetak
efd105c499 Merge pull request #759 from ZmagoD/zd_SCI_1471
fixes signup spec [fixes SCI-1471]
2017-08-09 16:16:50 +02:00
Luka Murn
cf2b06d82f Merge pull request #760 from mz3944/mz-SCI-1481
Fixed slow exporting of repositories - JS listeners which triggered f… [SCI-1481]
2017-08-07 14:11:50 +02:00
Luka Murn
85634b2fb6 Add 'off' before setting export button to 'on' 2017-08-07 14:04:39 +02:00
Luka Murn
a9b74e3b95 Merge branch 'mz-SCI-1481' of https://github.com/mz3944/scinote-web into mz3944-mz-SCI-1481 2017-08-07 14:00:23 +02:00
Luka Murn
5115890d07 Merge pull request #766 from biosistemika/revert-763-ok_SCI_1507
Revert "Add core API using JWT authentication and tests for it [SCI-1507]"
2017-08-07 11:56:05 +02:00
Luka Murn
13eae287bb Revert "Add core API using JWT authentication and tests for it [SCI-1507]" 2017-08-07 11:54:45 +02:00
Luka Murn
f92641af14 Merge pull request #765 from biosistemika/revert-758-td_SCI_1492
Revert "Td sci 1492"
2017-08-07 11:48:54 +02:00
Luka Murn
c6448264d0 Revert "Td sci 1492" 2017-08-07 11:47:21 +02:00
Luka Murn
ae5bccf709 Merge branch 'master' into rails-5.1
Conflicts:
	Gemfile.lock
	app/datatables/repository_datatable.rb
	app/models/repository_cell.rb
2017-08-07 08:45:53 +02:00
okriuchykhin
b52f9cb4d9 Merge pull request #763 from okriuchykhin/ok_SCI_1507
Add core API using JWT authentication and tests for it [SCI-1507]
2017-08-04 10:26:35 +02:00
Oleksii Kriuchykhin
35b643f34e Fix typo in config and code style improvements [SCI-1507] 2017-08-04 10:19:56 +02:00
Oleksii Kriuchykhin
e958410261 Add core API using JWT authentication and tests for it [SCI-1507] 2017-08-03 17:00:14 +02:00
Luka Murn
6239e01536 Bump version to 1.12.3 2017-08-03 13:35:41 +02:00
Luka Murn
77fdaaeb2e Add versions Rake file 2017-08-03 11:28:33 +02:00
Matej Zrimšek
d90ca1b934 Fixed slow exporting of repositories - JS listeners which triggered function responsible for providing export data was bound more than once. [SCI-1481] 2017-08-02 16:49:53 +02:00
Toni Dezman
9a1cf53046 Merge pull request #758 from programmertoni/td_SCI_1492
Td sci 1492
2017-07-29 05:44:47 +02:00
mz3944
25f4095446 Merge pull request #756 from mz3944/mz_SCI_1524
Fix permissions for editing and deleting custom repository custom columns. [SCI-1524]
2017-07-28 15:58:33 +02:00
zmagod
a46e28a85a fixes signup spec [fixes SCI-1471] 2017-07-28 15:37:28 +02:00
Toni Dezman
5a922b3f85 adds yarn.lock file 2017-07-28 14:15:15 +02:00
Toni Dezman
f76512f364 adds hound recomendations for react/settings_controller.rb 2017-07-28 12:53:15 +02:00
Zmago Devetak
bb63646203 Merge pull request #754 from ZmagoD/zd_SCI_1470
fixes failing tests [fixes SCI-1470]
2017-07-28 12:04:50 +02:00
zmagod
ca3e89ab62 fix hound 2017-07-28 12:03:44 +02:00
Matej Zrimšek
07fea16d26 Fix permissions for editing and deleting custom repository custom columns. [SCI-1524] 2017-07-28 12:01:11 +02:00
Toni Dezman
ffda8b259b adds Redux and changes to index.jsx page 2017-07-28 10:52:25 +02:00
zmagod
b69ec22dfe fixes failing tests [fixes SCI-1470] 2017-07-28 10:14:50 +02:00
Toni Dezman
1673d43993 adds react/settings controller and react/layout 2017-07-27 15:26:03 +02:00
Luka Murn
03a7440136 Remove SkyLight stuff (we're not using it any more) 2017-07-27 14:26:44 +02:00
Toni Dezman
d781ff9b2d removes unnecessary code from packs/settings/index.jsx 2017-07-27 14:22:28 +02:00
Toni Dezman
0f4286d5d1 adds Settings index react page 2017-07-27 14:21:27 +02:00
Luka Murn
fbdf96f04b Remove 3rd party licenses file & fake data generator 2017-07-27 14:12:28 +02:00
Toni Dezman
1ce787603e adds immutable.js 2017-07-27 14:06:09 +02:00
Toni Dezman
78f26525e9 Settings SPA works 2017-07-27 13:53:29 +02:00
Zmago Devetak
f43419d9a9 Merge pull request #733 from ZmagoD/zd_SCI_1400
setup testing tools [fixes SCI-1400]
2017-07-26 16:23:31 +02:00
zmagod
416ab8eee3 Merge branch 'rails-5.1' of https://github.com/biosistemika/scinote-web into zd_SCI_1400 2017-07-26 16:20:09 +02:00
zmagod
cd7ababab0 fix sample types 2017-07-26 16:16:08 +02:00