You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces Atom feeds for packages. The packages are dynamically selected from the `package_feeds` table according to a query parameter array. New releases are inserted in the `package_feeds` table.
10
+
11
+
### Other changes
12
+
13
+
- Remove one-to-many relationship between users and packages [#863](https://github.com/flora-pm/flora-server/pull/863)
14
+
15
+
Packages have multiple maintainers and this model is too restrictive.
16
+
It's better to refer to a multitude of users who have upload privileges.
- Rewrite the tmux script so it only make one single invocation to tmux.
21
+
Session name / Window name / Pane name are all specified in each tmux command, so you can nest it (given that you use zsh).
22
+
23
+
- Implement API route for package prefix search [#835](https://github.com/flora-pm/flora-server/issue/835)[#873](https://github.com/flora-pm/flora-server/pull/873)
24
+
25
+
- A new route under /api/experimental/packages/search/:packageNamePrefix is added.
26
+
It returns a vector of names of packages matching the prefix.
27
+
28
+
- Rework API route for package prefix search [#874](https://github.com/flora-pm/flora-server/pull/874)
29
+
30
+
- The route /api/experimental/packages/search is changed to take two parameters, `name` and `page`
31
+
32
+
- Advertise package feeds in search [#889](https://github.com/flora-pm/flora-server/issue/889)[#890](https://github.com/flora-pm/flora-server/pull/890)
33
+
34
+
- Disable proc metrics on FreeBSD [#901](https://github.com/flora-pm/flora-server/pull/901)
0 commit comments