Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
funkwhale
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siren
funkwhale
Commits
b1fdab64
Verified
Commit
b1fdab64
authored
Jun 28, 2019
by
Agate
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/0.19.1'
parents
6ffae9f5
8f3a8243
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
68 additions
and
25 deletions
+68
-25
CHANGELOG
CHANGELOG
+49
-0
api/funkwhale_api/__init__.py
api/funkwhale_api/__init__.py
+1
-1
changes/changelog.d/122.enhancement
changes/changelog.d/122.enhancement
+0
-1
changes/changelog.d/368.enhancement
changes/changelog.d/368.enhancement
+0
-1
changes/changelog.d/419.enhancement
changes/changelog.d/419.enhancement
+0
-1
changes/changelog.d/708.enhancement
changes/changelog.d/708.enhancement
+0
-1
changes/changelog.d/807.enhancement
changes/changelog.d/807.enhancement
+0
-1
changes/changelog.d/814.enhancement
changes/changelog.d/814.enhancement
+0
-1
changes/changelog.d/832.enhancement
changes/changelog.d/832.enhancement
+0
-1
changes/changelog.d/833.bugfix
changes/changelog.d/833.bugfix
+0
-1
changes/changelog.d/835.bugfix
changes/changelog.d/835.bugfix
+0
-1
changes/changelog.d/838.bugfix
changes/changelog.d/838.bugfix
+0
-1
changes/changelog.d/847.bugfix
changes/changelog.d/847.bugfix
+0
-1
changes/changelog.d/848.bugfix
changes/changelog.d/848.bugfix
+0
-1
changes/changelog.d/849.bugfix
changes/changelog.d/849.bugfix
+0
-1
changes/changelog.d/850.bugfix
changes/changelog.d/850.bugfix
+0
-1
changes/changelog.d/851.bugfix
changes/changelog.d/851.bugfix
+0
-1
changes/changelog.d/855.bugfix
changes/changelog.d/855.bugfix
+0
-1
changes/changelog.d/857.bugfix
changes/changelog.d/857.bugfix
+0
-1
changes/changelog.d/864.enhancement
changes/changelog.d/864.enhancement
+0
-1
changes/changelog.d/867.enhancement
changes/changelog.d/867.enhancement
+0
-1
changes/changelog.d/868.enhancement
changes/changelog.d/868.enhancement
+0
-1
changes/changelog.d/869.bugfix
changes/changelog.d/869.bugfix
+0
-1
scripts/get-contributions-stats.py
scripts/get-contributions-stats.py
+18
-3
No files found.
CHANGELOG
View file @
b1fdab64
...
...
@@ -10,6 +10,55 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
0.19.1 (2018-06-28)
-------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/index.html
Enhancements:
- The currently playing track is now highlighted with an orange play icon (#832)
- Support for importing files with no album tag (#122)
- Redirect from / to /library when user is logged in (#864)
- Added a SUBSONIC_DEFAULT_TRANSCODING_FORMAT env var to support clients that don't provide the format parameter (#867)
- Added button to search for objects on Discogs (#368)
- Added copy-to-clipboard button with Subsonic password input (#814)
- Added opus to the list of supported mimetypes and extensions (#868)
- Aligned search headers with search results in the sidebar (#708)
- Clicking on the currently selected playlist in the Playlist popup will now close the popup (#807)
- Favorites radio will not be visible if the user does not have any favorites (#419)
Bugfixes:
- Ensure empty but optional fields in file metadata don't error during import (#850)
- Fix broken upload for specific files when using S3 storage (#857)
- Fixed broken translation on home and track detail page (#833)
- Fixed broken user admin for users with non-digit or letters in their username (#869)
- Fixed invalid file extension for transcoded tracks (#848)
- Fixed issue with French translation for "Start radio" (#849)
- Fixed issue with player changing height when hovering over the volume slider (#838)
- Fixed secondary menus truncated on narrow screens (#855)
- Fixed wrong og:image url when using S3 storage (#851)
- Hide pod statistics on about page if those are disabled (#835)
- Use ASCII filename before upload to S3 to avoid playback issues (#847)
Contributors to this release (commiters and reviewers):
- Ciarán Ainsworth
- Creak
- ealgase
- Eliot Berriot
- Esteban
- Freyja Wildes
- hellekin
- Johannes H.
- Mehdi
- Reg
0.19.0 (2019-05-16)
-------------------
...
...
api/funkwhale_api/__init__.py
View file @
b1fdab64
# -*- coding: utf-8 -*-
__version__
=
"0.19.
0
"
__version__
=
"0.19.
1
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/122.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Support for importing files with no album tag (#122)
changes/changelog.d/368.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Added button to search for objects on Discogs (#368)
changes/changelog.d/419.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Favorites radio will not be visible if the user does not have any favorites (#419)
\ No newline at end of file
changes/changelog.d/708.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Aligned search headers with search results in the sidebar (#708)
\ No newline at end of file
changes/changelog.d/807.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Clicking on the currently selected playlist in the Playlist popup will now close the popup (#807)
\ No newline at end of file
changes/changelog.d/814.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Added copy-to-clipboard button with Subsonic password input (#814)
changes/changelog.d/832.enhancement
deleted
100644 → 0
View file @
6ffae9f5
The currently playing track is now highlighted with an orange play icon (#832)
\ No newline at end of file
changes/changelog.d/833.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fixed broken translation on home and track detail page (#833)
changes/changelog.d/835.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Hide pod statistics on about page if those are disabled (#835)
changes/changelog.d/838.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fixed issue with player changing height when hovering over the volume slider (#838)
changes/changelog.d/847.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Use ASCII filename before upload to S3 to avoid playback issues (#847)
changes/changelog.d/848.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fixed invalid file extension for transcoded tracks (#848)
changes/changelog.d/849.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fixed issue with French translation for "Start radio" (#849)
changes/changelog.d/850.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Ensure empty but optional fields in file metadata don't error during import (#850)
changes/changelog.d/851.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fixed wrong og:image url when using S3 storage (#851)
changes/changelog.d/855.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fixed secondary menus truncated on narrow screens (#855)
changes/changelog.d/857.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fix broken upload for specific files when using S3 storage (#857)
changes/changelog.d/864.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Redirect from / to /library when user is logged in (#864)
changes/changelog.d/867.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Added a SUBSONIC_DEFAULT_TRANSCODING_FORMAT env var to support clients that don't provide the format parameter (#867)
changes/changelog.d/868.enhancement
deleted
100644 → 0
View file @
6ffae9f5
Added opus to the list of supported mimetypes and extensions (#868)
changes/changelog.d/869.bugfix
deleted
100644 → 0
View file @
6ffae9f5
Fixed broken user admin for users with non-digit or letters in their username (#869)
scripts/get-contributions-stats.py
View file @
b1fdab64
import
argparse
import
requests
import
os
GITLAB_URL
=
"https://dev.funkwhale.audio"
GITLAB_PROJECT_ID
=
17
...
...
@@ -82,6 +83,14 @@ def get_translations_stats(translations):
return
stats
def
get_group_usernames
(
group
):
url
=
GITLAB_URL
+
"/api/v4/groups/{}/members"
.
format
(
group
)
response
=
requests
.
get
(
url
,
headers
=
{
"PRIVATE-TOKEN"
:
os
.
environ
[
"PRIVATE_TOKEN"
]})
response
.
raise_for_status
()
data
=
response
.
json
()
return
[
r
[
"name"
]
for
r
in
data
]
def
main
():
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
"ref_name"
)
...
...
@@ -90,9 +99,15 @@ def main():
since
=
get_tag_date
(
args
.
last_tag
)
commits
=
get_commits
(
args
.
ref_name
,
since
)
commits_stats
=
get_commit_stats
(
commits
)
groups
=
[(
588
,
"funkwhale/reviewers-python"
),
(
589
,
"funkwhale/reviewers-front"
)]
reviewers
=
[]
for
id
,
_
in
groups
:
reviewers
+=
get_group_usernames
(
id
)
print
(
"
\n
Reviewers:
\n
"
)
for
reviewer
in
reviewers
:
print
(
reviewer
)
commiter_names
=
commits_stats
[
"commiters"
].
keys
()
print
(
"
Commiters:
"
)
print
(
"
\n
Commiters:
\n
"
)
for
commiter
in
sorted
(
commits_stats
[
"commiters"
].
keys
(),
key
=
lambda
v
:
v
.
upper
()):
print
(
commiter
)
translations
=
get_translations
(
since
)
...
...
@@ -100,7 +115,7 @@ def main():
translators_ids
=
sorted
(
translations_stats
[
"translators"
].
keys
())
# There is no way to query user/author info via weblate API and we need the names…
print
(
"Execute the following SQL query on the weblate server to get the translators names:"
"
\n
Execute the following SQL query on the weblate server to get the translators names:"
)
print
(
"$ weblate dbshell"
)
print
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment