An error occurred fetching the project authors.
- 03 Dec, 2021 1 commit
-
-
Miguel Rincon authored
This change improves the appearance of the runner table by adding space between runner table columns. It also removed some fixes widths to allow the contents to flow more freely in different layouts. Changelog: changed
-
- 01 Dec, 2021 1 commit
-
-
Miguel Rincon authored
-
- 23 Nov, 2021 1 commit
-
-
Miguel Rincon authored
This change prevents the IP and version columns from overflowing outside of their boundaries in the runner's admin view. If any of the two fields overflow the container, they'll get truncated with an ellipsis (...) and a tooltip will be shown on hover with the full data. Changelog: changed
-
- 08 Nov, 2021 1 commit
-
-
Miguel Rincon authored
This change updates runner list with a status badge for each runner that indicates if a runner is offline, online and/or paused. It adds a lock icon for runners that are locked to their projects. Changelog: changed
-
- 04 Nov, 2021 1 commit
-
-
Miguel Rincon authored
This change removes the job count and project count from the runner admin UI. Changelog: removed
-
- 01 Oct, 2021 1 commit
-
-
Miguel Rincon authored
This change removes technical debt by loading the "webUrl" of a runner from the API instead of hardcoding it. The Runner link will vary for the admin and the group users respectively.
-
- 10 Jul, 2021 1 commit
-
-
Miguel Rincon authored
Updates the spec/features/admin/admin_runners_spec.rb specs to test the features when the feature flag that migrates to Vue (runner_detailed_view_vue_ui) is enabled. This change is in preparation for the full replacement of the HAML based UI.
-
- 01 Jul, 2021 1 commit
-
-
Miguel Rincon authored
This change adds the project and jobs count in the runner table
-
- 07 Jun, 2021 1 commit
-
-
Miguel Rincon authored
This change adds a new Pause runner button in the actions to runners list Vue UI
-
- 01 Jun, 2021 1 commit
-
-
Miguel Rincon authored
This change adds a pagination to the admin runner UI by creating a new pagination component for the runners. It also updates the GraphQL query with the required parameters and pagination information.
-
- 25 May, 2021 1 commit
-
-
Miguel Rincon authored
Thi changes adds filtered search to runners.
-
- 19 May, 2021 1 commit
-
-
Miguel Rincon authored
This change introduces feature flag: `runner_list_view_vue_ui`. To migrate the implementation of the runner admin section to Vue. This is an incomplete implementation, as some more features will be added gradually behind this feature flag.
-