Commit Graph

360 Commits

Author SHA1 Message Date
Simon Prévost
9430637adc v1.5.6 2020-05-25 08:07:13 -04:00
Simon Prévost
701bb97b7e Fix review page lag by replacing TextArea component with native textarea 2020-05-25 07:54:05 -04:00
Pascal Boutin
ad049741f0
Introduce frontend tests for collaborators management (#186) 2020-05-13 20:24:34 -04:00
Simon Prévost
5893a518b4 Add ping github event handler
Closes #178
2020-05-09 13:14:45 -04:00
Simon Prévost
e11088f6ec
Add version requirement filter fallback for version tag param (#183) 2020-05-08 08:47:45 -04:00
Simon Prévost
9cdd5626da
Fix parsed document as nil for other formats (#184) 2020-05-08 08:13:08 -04:00
Pascal Boutin
13f7fba504
Introduce base setup to support acceptance tests for the webapp (#185)
* Introduce base setup to support acceptance tests for the webapp
2020-05-08 08:01:54 -04:00
Simon Prévost
7e7abcb9ee
Add version runtime tag in footer when served from the API (#182) 2020-05-08 07:50:53 -04:00
Simon Prévost
e67286f156 Add docker hub push on ci workflow 2020-05-07 17:34:44 -04:00
Simon Prévost
d797e10eb1 Update readme with new version 2020-05-04 20:37:58 -04:00
Adam Dobrawy
985d240ade
Update docs for "version" parameter of /export (#172) 2020-05-04 20:36:53 -04:00
Adam Dobrawy
36c9de417f
Fix link to GraphiQL in README (#175) 2020-05-04 20:36:39 -04:00
Simon Prévost
29efc2a8f2 v1.5.5 2020-05-04 13:16:35 -04:00
Simon Prévost
ae755afa39 Add scoped collaborators uniqueness migration 2020-05-04 13:15:11 -04:00
Simon Prévost
6a191e9bfd v1.5.4 2020-05-04 13:00:57 -04:00
Simon Prévost
25b690798d Remove dangerous migration for collaborators 2020-05-04 13:00:51 -04:00
Simon Prévost
9e081ebc38 v1.5.3 2020-05-04 12:30:14 -04:00
Simon Prévost
416df5932e Add page size on document to fix cli documents listing 2020-05-04 12:30:11 -04:00
Simon Prévost
1e0413d3c4 v1.5.2 2020-05-04 12:29:32 -04:00
dependabot[bot]
3cb13b09d7
Bump acorn from 7.1.0 to 7.1.1 (#158) 2020-05-01 09:40:42 -04:00
romarickb
c6ee149163
Collaborator's email must be unique for a projet (#169)
* Collaborator's email must be unique for a projet. Can't add multiple time the same collaborator in a project

* Update priv/repo/migrations/20200430174230_unique_collaborator_email.exs

Co-authored-by: Rémi Prévost <remi@exomel.com>

Co-authored-by: Simon Prévost <sprevost@mirego.com>
Co-authored-by: Rémi Prévost <remi@exomel.com>
2020-05-01 09:18:58 -04:00
Simon Prévost
1097114eac
Remove git based Heroku deploy files (#170) 2020-05-01 08:48:06 -04:00
Simon Prévost
f3c2bbed26 v1.5.1 2020-04-30 08:19:31 -04:00
Simon Prévost
28029110e8 Fix add icon on projects header 2020-04-30 08:15:58 -04:00
Simon Prévost
0f60c86f25 v1.5.0 2020-04-28 07:23:02 -04:00
Simon Prévost
b3d8997432 Fix textarea and textinput bindings 2020-04-28 07:23:02 -04:00
Kevin Coleman
1ef9e56386
Fix Deploy on Heroku button (#163) 2020-04-27 08:56:40 -04:00
Simon Prévost
98c9b2c32d Fix eslint 2020-04-27 07:31:05 -04:00
Simon Prévost
f6e202875d Fix github ci yaml 2020-04-27 06:59:51 -04:00
Simon Prévost
d2aa3c7c62 Fix input change event 2020-04-27 06:55:44 -04:00
Simon Prévost
07dfe67c52 Fix project activity translation state key 2020-04-22 08:14:33 -04:00
Simon Prévost
1c55301ad8 Fix error section 2020-04-22 07:28:19 -04:00
Simon Prévost
70ddfefc98 Fix lint 2020-04-19 22:34:39 -04:00
Simon Prévost
6d718520a5 update deps 2020-04-19 22:31:48 -04:00
Simon Prévost
b7e8fa68b5 Remove ember checkbox with label package 2020-04-19 22:16:27 -04:00
Simon Prévost
49ec47a02c working 2020-04-19 22:01:25 -04:00
Simon Prévost
1f8b8d4937 Fix phoenix vendored js 2020-04-08 09:19:54 -04:00
Simon Prévost
04cf73b5c8 Update deps 2020-04-08 08:44:52 -04:00
Simon Prévost
b71142c76d Update elixir deps 2020-04-07 09:49:50 -04:00
Simon Prévost
9567db9b4d
Convert codebase to typescript and latest Ember (#157)
* Update eslint setup (#134)

* Convert services (#136)

* Convert login and logged-in routes (#137)

* Convert project routes and controllers (#138)

* Convert activities and comments routes (#140)

* Convert project edit sub-routes and controllers (#139)

* Convert files routes and controllers (#141)

* Convert revision routes and controllers (#142)

* Convert phoenix service (#143)

* Convert translation routes and controllers (#144)

* Convert versions routes and controllers (#145)

* Convert JIPT routes and controllers (#146)

* Convert Sass variables to CSS modules @value (#147)

* Convert CSS variables and fix projects page components

* Fix a bunch of components

* Fix another bunch of components

* Update styles and missing global for powerselect

* Fix typings

* Fix typescript warnings

* Add typings for phoenix and file-saver vendor

* Fix github ci

Co-authored-by: Charles Demers <cdemers@mirego.com>
Co-authored-by: Charles Demers <charles.demers6@gmail.com>
2020-04-07 07:47:33 -04:00
Simon Prévost
cc48848377 Update deps 2020-03-25 19:12:41 -04:00
Simon Prévost
a7e2406ae8 v1.4.5 2020-03-24 07:44:36 -04:00
Simon Prévost
3d8dc94029 Fix test 2020-03-24 07:44:32 -04:00
Simon Prévost
f223b30d1e v1.4.4 2020-03-23 12:27:45 -04:00
Simon Prévost
3a33004246 Revert default dummy login when no other providers are configured 2020-03-23 12:27:38 -04:00
Simon Prévost
a0dfab7e12 Add ios cli example 2020-03-23 11:24:29 -04:00
Simon Prévost
b7883a7525 [cli] v0.9.1 2020-02-13 10:24:57 -05:00
Simon Prévost
50f9931033 Add support for file with slug suffix in cli 2020-02-06 12:34:13 -05:00
Simon Prévost
c63243ce78 Rename original_file_name to document_path 2020-01-11 20:37:09 -05:00
Simon Prévost
c9ca9de86b v1.4.3 2020-01-10 08:58:18 -05:00