basti
e4a39ec67c
Fix bug with default date input
...
When the input isn't touched by the user, the date isn't stored as an
array on the property.
2019-08-02 16:58:12 +02:00
basti
5b47ba9e11
Import missing module
2019-08-02 16:58:01 +02:00
basti
d8f565cd9e
Use start of current hour as default contribution time
...
Co-Authored-By: Garret Alfert <alfert@wevelop.de >
2019-08-02 16:08:13 +02:00
basti
a9480a09f1
Add time input to conribution form
...
After adding it as a separate field, I figured out that we should use
the same picker, because otherwise we'd have to keep the date in sync
depending on the time zone. Zones are too messy in that regard, and the
date is already normalized to UTC before creating the contribution
record.
closes #141
2019-07-31 13:20:39 +02:00
basti
aa9c3648c0
1.6.0
v1.6.0
2019-07-17 17:41:49 +02:00
galfert
9c18593529
Merge pull request #140 from 67P/feature/contribution_details
...
Contribution details
2019-07-17 17:23:14 +02:00
basti
52fe7ff026
Remove commented CSS
2019-07-17 16:55:04 +02:00
basti
b02967c5ef
Basic contribution details
...
Adds a details pane for contribution records, similar to contributor
profiles.
Just the basic details for now. Can be extended with all kinds of
data, links, icons, etc. from here on.
2019-07-17 12:58:16 +02:00
basti
7236b2d2b3
Add basics for contribution details
...
Route, controller, links, selected property/styles, etc.
2019-07-16 15:35:35 +02:00
basti
fd1ae0a612
Merge pull request #139 from 67P/feature/update_ember
...
Update dependencies
2019-07-15 20:07:02 +02:00
basti
525a39479b
1.5.1
v1.5.1
2019-07-15 19:19:29 +02:00
galfert
612b76300c
Remove ember-cli-update dependency
...
All but one of the ~80 vulnerabilities reported by `npm audit` were from dependencies of `ember-cli-update`.
2019-07-15 19:17:56 +02:00
galfert
42fe01b349
Run codemods
2019-07-15 19:17:56 +02:00
galfert
80af572742
Run ember-cli-update --to 3.10.1
2019-07-15 19:17:56 +02:00
galfert
d7a0817ac6
Update ember-cli-update
2019-07-15 19:17:56 +02:00
basti
c65880972a
Merge pull request #138 from 67P/feature/use_ember_auto_import
...
Use ember-auto-import instead of ember-browserify
2019-07-15 18:54:55 +02:00
galfert
c94319e6a8
Use same fork of ndjson as ipfs-http-client does
2019-07-15 18:07:58 +02:00
galfert
f9dbd47922
Add ndjson dependency
...
Required for ipfs-http-client dependency
2019-07-15 17:50:30 +02:00
galfert
636ac30622
Use ember-auto-import instead of ember-browserify
2019-07-15 17:11:41 +02:00
galfert
791943bb95
Merge pull request #137 from 67P/feature/mark_selected_profile
...
Mark contributor in list as selected when opening details
2019-07-12 19:02:00 +02:00
basti
d9ae654f42
Mark contributor in list as selected when opening details
2019-07-12 16:02:32 +02:00
basti
8a156f964b
Remove obsolete CSS
2019-07-12 16:02:21 +02:00
basti
743a4cc3ac
Add release drafter config
...
Configures the Release Drafter app, which automatically adds draft
release notes with the titles of merged PRs.
https://github.com/organizations/67P/settings/installations/1265652
2019-07-12 12:04:29 +02:00
basti
5f1ec4887e
1.5.0
v1.5.0
2019-07-12 11:50:55 +02:00
bumi
fe16a605c1
Merge pull request #136 from 67P/dev/local_ipfs_gateway
...
Use local default IPFS gateway
2019-07-12 09:43:36 +00:00
basti
9cf743b02a
Merge pull request #135 from 67P/feature/contributor_profiles
...
Contributor profiles
2019-07-12 11:42:26 +02:00
basti
d7294d9d7f
Remove debug log
2019-07-12 11:39:18 +02:00
basti
d8a9886442
Use local default IPFS gateway
...
Same as for ipfs.kosmos.org, this turns document fetches into GET
requests, which will be cached.
2019-07-11 22:24:51 +02:00
basti
d83d671580
Add account links to contributor profiles
2019-07-11 15:33:17 +02:00
basti
0bbca079c5
Link site name to dashboard
...
Enables closing of details pane
2019-07-11 10:02:50 +02:00
basti
8bd7a77d44
Only use 3-pane layout when profile selected
...
Later it can be used for contribution details and other things, too.
2019-07-11 09:59:03 +02:00
basti
a73a4da575
Redirect index to dashboard
2019-07-11 09:43:24 +02:00
basti
8cc1b02d19
WIP Details pane + contributor profiles
...
Adds a 3-pane layout option for showing details, as well as a dashboard
sub-route for showing contributor details in the new details pane.
2019-07-11 09:35:01 +02:00
basti
6b49ca26c0
Add link title for contributions
...
Enables a user to read the whole title in case it's cut off
2019-07-10 15:00:44 +02:00
basti
ffe555e2ee
Cut off long contribution titles with an ellipsis
...
Prevents line breaks of titles
2019-07-10 14:48:18 +02:00
basti
aa98b35796
1.4.0
v1.4.0
2019-07-10 12:31:45 +02:00
galfert
b2bbbfd010
Merge pull request #134 from 67P/feature/quick_filter
...
Add quick filters
2019-07-08 15:52:06 +02:00
basti
edd7ffd3c5
Add quick filter for contribution kind
2019-07-06 16:16:28 +02:00
basti
abb7d95804
Add quick filters
2019-07-06 15:49:29 +02:00
basti
0e0b1afe3a
WIP: add quick filter buttons
2019-07-05 22:01:51 +02:00
basti
29a6d79d38
Merge pull request #132 from 67P/feature/ipfs_gateway
...
Use new IPFS gateway for document fetches
2019-07-02 18:46:10 +02:00
basti
07c579850e
1.3.0
v1.3.0
2019-07-02 17:32:25 +02:00
basti
091ebf4b6a
Use new IPFS gateway for GET fetches
...
When adding the gateway URL, the wrapper will do a normal fetch to
`https://ipfs.kosmos.org/ipfs/$hash ` instead of using the generic POST
requests to the IPFS API endpoint. This enables normal browser caching
for all IPFS documents in this app.
2019-07-02 17:20:19 +02:00
basti
b4e89492b4
1.2.0
v1.2.0
2019-06-27 19:51:21 +02:00
galfert
f5c89fd567
Merge pull request #131 from 67P/dev/version_script
...
Ensure share repo is updated when versioning
2019-06-27 17:51:11 +02:00
galfert
1fbf8f0769
Merge pull request #130 from 67P/feature/sort_contributions
...
Sort contributions by date instead of ID
2019-06-27 17:50:21 +02:00
basti
cc8952f844
Ensure share repo is updated when versioning
...
Currently, it's easy to forget manually pushing to master after
versioning/building. In which case things can be merged remotely, and
when pulling with rebase the version commit ends up being changed and
behind what was actually tagged.
This adds a postversion script which simply pushes to the remote
automatically after the version commit and tag have been added by npm.
2019-06-27 16:40:42 +02:00
basti
25ea20e63b
Sort contributions by date instead of ID
...
This changes the sorting to sort first by date and time, and only then
by ID.
refs #121
2019-06-27 16:38:56 +02:00
basti
e60651858d
1.1.1
2019-06-27 16:37:37 +02:00
basti
24390c6503
Merge pull request #129 from 67P/feature/disable_travis_success_notifcations
...
Don't send emails for successful Travis builds
2019-06-27 16:18:56 +02:00