[obs-commits] [openSUSE/open-build-service] 29cde5: Add link to contribution graph days
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 29cde5c8a1a4b499e7aa6093cfe1df8b9cb7ee01 https://github.com/openSUSE/open-build-service/commit/29cde5c8a1a4b499e7aa60... Author: Stephan Kulow <coolo@suse.de> Date: 2020-11-10 (Tue, 10 Nov 2020) Changed paths: M src/api/app/assets/stylesheets/webui/user.scss M src/api/app/views/webui/user/_activity.html.haml M src/api/app/views/webui/users/show.html.haml Log Message: ----------- Add link to contribution graph days Display a link in the contribution graph for individual days. Co-authored-by: Ana María Martínez Gómez <anamaria@martinezgomez.name> Commit: d212e301c5d1835cc5d383104e63ae9d791a6df4 https://github.com/openSUSE/open-build-service/commit/d212e301c5d1835cc5d383... Author: Stephan Kulow <coolo@suse.de> Date: 2020-11-10 (Tue, 10 Nov 2020) Changed paths: M src/api/app/controllers/webui/users_controller.rb M src/api/app/models/user/contributions.rb M src/api/app/views/webui/user/_activity.html.haml M src/api/app/views/webui/user/user_profile_redesign/_involvement_and_activity.html.haml M src/api/app/views/webui/users/show.html.haml Log Message: ----------- Single out daily activities Co-authored-by: Ana María Martínez Gómez <anamaria@martinezgomez.name> Commit: 04c14956dc7cb36ddc9cdcaf622f0d0464f286df https://github.com/openSUSE/open-build-service/commit/04c14956dc7cb36ddc9cdc... Author: Stephan Kulow <coolo@suse.de> Date: 2020-11-10 (Tue, 10 Nov 2020) Changed paths: M src/api/app/models/user/contributions.rb M src/api/app/views/webui/user/_activity.html.haml Log Message: ----------- Split out the commits by projects and package Co-authored-by: Ana María Martínez Gómez <anamaria@martinezgomez.name> Commit: 4c81f5e7cf2301f92f7e2c1e0a8b61ddf761ebf1 https://github.com/openSUSE/open-build-service/commit/4c81f5e7cf2301f92f7e2c... Author: Stephan Kulow <coolo@suse.de> Date: 2020-11-10 (Tue, 10 Nov 2020) Changed paths: M src/api/.haml-lint.yml M src/api/app/helpers/webui/user_helper.rb M src/api/app/views/webui/user/_activity.html.haml A src/api/app/views/webui/users/_activity_date.html.haml A src/api/app/views/webui/users/_activity_date_commits.html.haml A src/api/app/views/webui/users/_activity_date_commits_project.html.haml Log Message: ----------- Make the list of commits smarter Move the commits one level higher if it's only one item. Co-authored-by: Ana María Martínez Gómez <anamaria@martinezgomez.name> Commit: 66678bc8cb4908ce242d39d982f0e8446f3fd0b6 https://github.com/openSUSE/open-build-service/commit/66678bc8cb4908ce242d39... Author: Stephan Kulow <coolo@suse.de> Date: 2020-11-10 (Tue, 10 Nov 2020) Changed paths: M src/api/.haml-lint.yml M src/api/app/helpers/webui/user_helper.rb M src/api/app/views/webui/users/_activity_date.html.haml R src/api/app/views/webui/users/_activity_date_commits.html.haml R src/api/app/views/webui/users/_activity_date_commits_project.html.haml Log Message: ----------- Transform activity_date_commits into a helper Commit: 18351cb9431d7bfc36f479d3df3e22bfe3909e33 https://github.com/openSUSE/open-build-service/commit/18351cb9431d7bfc36f479... Author: Stephan Kulow <coolo@suse.de> Date: 2020-11-10 (Tue, 10 Nov 2020) Changed paths: M src/api/spec/features/webui/users/user_contributions_spec.rb Log Message: ----------- Extend the user spec test to verify single day contributions Commit: 73886183be6dacfce7d314affb6c35cab6e77b59 https://github.com/openSUSE/open-build-service/commit/73886183be6dacfce7d314... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-11-11 (Wed, 11 Nov 2020) Changed paths: M src/api/app/helpers/webui/user_helper.rb Log Message: ----------- Split method into smaller methods Commit: b05ad7729e9e4c897655adc287308912bc5c4cf4 https://github.com/openSUSE/open-build-service/commit/b05ad7729e9e4c897655ad... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-11-11 (Wed, 11 Nov 2020) Changed paths: M src/api/spec/helpers/webui/user_helper_spec.rb A src/api/spec/models/users/contributions_spec.rb Log Message: ----------- Add some test coverage Commit: d5eb18ab11654c373a501adb731f11971091746b https://github.com/openSUSE/open-build-service/commit/d5eb18ab11654c373a501a... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-11-13 (Fri, 13 Nov 2020) Changed paths: M src/api/app/controllers/webui/users_controller.rb R src/api/app/models/user/contributions.rb A src/api/app/services/user_daily_contribution.rb A src/api/app/services/user_yearly_contribution.rb M src/api/spec/helpers/webui/user_helper_spec.rb R src/api/spec/models/users/contributions_spec.rb A src/api/spec/services/user_daily_contribution_spec.rb A src/api/spec/services/user_yearly_contribution_spec.rb Log Message: ----------- Transform user contributions into services Commit: 4937d9e0710387d6e7ad54eb196708a61b283b87 https://github.com/openSUSE/open-build-service/commit/4937d9e0710387d6e7ad54... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-11-13 (Fri, 13 Nov 2020) Changed paths: A src/api/app/queries/reviews_finder.rb M src/api/app/services/user_daily_contribution.rb M src/api/app/services/user_yearly_contribution.rb A src/api/spec/queries/reviews_finder_spec.rb Log Message: ----------- Extract common queries into query objects Commit: c28fa3fb72d0c9e7a9d8c5b677dcf9fe546e1364 https://github.com/openSUSE/open-build-service/commit/c28fa3fb72d0c9e7a9d8c5... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-11-13 (Fri, 13 Nov 2020) Changed paths: M src/api/app/helpers/webui/user_helper.rb M src/api/app/services/user_daily_contribution.rb M src/api/app/services/user_yearly_contribution.rb M src/api/app/views/webui/user/_activity.html.haml M src/api/app/views/webui/user/user_profile_redesign/_involvement_and_activity.html.haml M src/api/app/views/webui/users/_activity_date.html.haml M src/api/app/views/webui/users/show.html.haml M src/api/spec/helpers/webui/user_helper_spec.rb M src/api/spec/services/user_daily_contribution_spec.rb M src/api/spec/services/user_yearly_contribution_spec.rb Log Message: ----------- Address rubocop issues Commit: 7f76124eb9a46441423b355b17d7dcf210756fce https://github.com/openSUSE/open-build-service/commit/7f76124eb9a46441423b35... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-11-13 (Fri, 13 Nov 2020) Changed paths: M src/api/app/controllers/webui/users_controller.rb M src/api/app/helpers/webui/user_activity_helper.rb M src/api/app/views/webui/user/_activity.html.haml M src/api/app/views/webui/user/user_profile_redesign/_involvement_and_activity.html.haml M src/api/app/views/webui/users/_activity_date.html.haml M src/api/app/views/webui/users/show.html.haml Log Message: ----------- Minor improvements Commit: b5bde0d848019c3f8da0a57e3ecfce16c1020457 https://github.com/openSUSE/open-build-service/commit/b5bde0d848019c3f8da0a5... Author: Victor Pereira <vpereira@suse.de> Date: 2020-11-16 (Mon, 16 Nov 2020) Changed paths: M src/api/app/assets/stylesheets/webui/user.scss M src/api/app/controllers/webui/users_controller.rb M src/api/app/helpers/webui/user_activity_helper.rb M src/api/app/helpers/webui/user_helper.rb R src/api/app/models/user/contributions.rb A src/api/app/queries/reviews_finder.rb A src/api/app/services/user_daily_contribution.rb A src/api/app/services/user_yearly_contribution.rb M src/api/app/views/webui/user/_activity.html.haml M src/api/app/views/webui/user/user_profile_redesign/_involvement_and_activity.html.haml A src/api/app/views/webui/users/_activity_date.html.haml M src/api/app/views/webui/users/show.html.haml M src/api/spec/features/webui/users/user_contributions_spec.rb M src/api/spec/helpers/webui/user_helper_spec.rb A src/api/spec/queries/reviews_finder_spec.rb A src/api/spec/services/user_daily_contribution_spec.rb A src/api/spec/services/user_yearly_contribution_spec.rb Log Message: ----------- Merge pull request #7862 from coolo/single_day_contributions Single day contributions Compare: https://github.com/openSUSE/open-build-service/compare/092784962350...b5bde0...
participants (1)
-
Victor Pereira