forked from zuhao/isitfedoraruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog
75 lines (67 loc) · 2.24 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
v 0.10.1
- Refactor static pages
- Colorize columns of outdated packages
- Bump rawhide version to 22
- Add gem count to dependency tables
- Refactor dependency environment retrieval
- Add environment column to dependency column
- Add package statistics in owner page
- Fix sorting bug for postgres
- Fix search bug for postgres
- Add environment column to gem show
v 0.10.0
- Show version/revision in footer
- Major site view refactor
- Site is now fully responsive
v 0.9.1
- Refactor rake tasks
- Source Code uri in fedorarpms, points to pkgs.fp.o gitweb
- Add first integration tests
- Retrieve commit data via Pkgwat
- Show name of last packager in fedorarpms#show
- Show last commit message in fedorarpms#show
- Show last commit date in fedorarpms#show
- Use api to fetch rawhide version instead of scrapping page
- Retrieve homepage via Pkgwat
- Fix duplication of dependencies in fedorarpms#show
- Do not show source url in rubygems#show if it is the same as the homepage
- Do not show source url in fedorarpms#show if it is the same as the homepage
- Split methods: versions, dependencies in fedorarpm model
- New rake tasks to import versions, dependencies and commits
- Show last packager in fedorarpms#show
- Show last commit message in fedorarpms#show
- Show last commit date in fedorarpms#show
v 0.9.0
- Remove unused code
- Remove HistoricalGems model
- Remove Build controller/view
- Remove methods related to local spec/gem downloading
- Remove empty helpers
- Cleaned routes, removed unused ones
- Conform to ruby/rails style guide
- Maintainer field for packages are now using the fas_name
- Automatically fetch versions of Fedora by querying the pkgdb api
- Addded rake task to fetch rawhide version and store it in a file locally
- Show koji builds from supported Fedora versions only
- Bugs
- Query bugs via api using pkgwat
- Drop is_open from bugs table
- Show only open Fedora bugs, exclude EPEL
- Hover over links to see full titles when truncated
- Rename builds table to koji_builds
- Added tests
- Unit tests for models
- Added Github services
- travis-ci
- hound-ci
- coveralls
- gemnasium
- Development tools
- shoulda-matchers
- rspec
- capybara
- rack-mini-profiler
- rubocop
- factory_girl
- annotate
- railsroady: