| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle unavailable system info | Sean McGivern | 2016-08-25 | 1 | -5/+42 |
| | | | | | | | For Linux with the grsecurity patches applied, paths in `/proc` may not be readable, so handle those cases and show a message rather than blowing up. | ||||
| * | fixes part1 of files to start using active tense | tiagonbotelho | 2016-08-09 | 4 | -22/+22 |
| | | |||||
| * | Enable some Rubocop cops related to new lines | Grzegorz Bizon | 2016-08-03 | 1 | -1/+0 |
| | | |||||
| * | Add test for new pending tab and update tests for running tab | Katarzyna Kobierska | 2016-07-18 | 1 | -1/+35 |
| | | |||||
| * | Removed unnecessary `id` from links and corrected tests to use the proper ↵9127-link-report-to-profile | Patricio Cano | 2016-07-07 | 1 | -4/+3 |
| | | | | | matcher. | ||||
| * | Added specs to check for the correct links. | Patricio Cano | 2016-07-06 | 1 | -0/+31 |
| | | |||||
| * | Rename `enabled_git_access_protocols` to singular. | Patricio Cano | 2016-07-05 | 1 | -2/+2 |
| | | |||||
| * | Add setting that allows admins to choose which Git access protocols are enabled | Patricio Cano | 2016-07-05 | 1 | -0/+66 |
| | | |||||
| * | Set user data in profile link in the header | Dmitriy Zaporozhets | 2016-07-05 | 1 | -6/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -2/+0 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into ↵ | Lin Jen-Shin | 2016-07-01 | 1 | -0/+17 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enable-shared-runners-with-admins * upstream/master: (120 commits) Update CHANGELOG for 8.9.4, 8.8.7, and 8.7.9. Remove additional entries from CHANGELOG Catch permission denied errors and ignore the disk Remove coveralls lines Make GH one-off auth the default again for importing GH projects Import from Github using Personal Access Tokens. Remove hardcoded gitlab-shell version in test env now that the required tag is published Updated breakpoint for sidebar pinning Expire branch/tag git data when needed. Remove unnecessary parens Enable Style/UnneededCapitalW Rubocop cop Expiry date on pinned nav cookie Fix broken spec in git_push_service_spec by stubbing an external issue tracker Handle external issues in IssueReferenceFilter Move Changelog entry for build retry fix to 8.9.4 Add Changelog entry for build sidebar retry link fix Improve method that tells if build is retryable Do not show build retry link when build is active Remove coveralls as its unused Move changelot item "Add sub nav to file page view" to 8.9.4 ... | ||||
| | * | Loop all disks when displaying system infoissue-18886 | Josh Frye | 2016-06-29 | 1 | -1/+1 |
| | | | |||||
| | * | Add specssystem-info | Josh Frye | 2016-06-28 | 1 | -0/+17 |
| | | | |||||
| * | | Admins should be able to assign locked runners as well | Lin Jen-Shin | 2016-06-28 | 1 | -0/+10 |
| | | | |||||
| * | | Rename to assignable runner for shared examples: | Lin Jen-Shin | 2016-06-28 | 1 | -3/+3 |
| | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4961#note_12738607 | ||||
| * | | Admin should be able to turn shared runners into specific ones: | Lin Jen-Shin | 2016-06-28 | 1 | -8/+24 |
| |/ | | | | | | | | | | | | | | The regression was introduced by: https://gitlab.com/gitlab-org/gitlab-ce/commit/1b8f52d9206bdf19c0dde04505c4c0b1cf46cfbe I did that because there's a test specifying that a shared runner cannot be enabled, in the API. So I assume that is the case for non-admin, but admins should be able to do so anyway. Also added a test to make sure this won't regress again. Closes #19039 | ||||
| * | Test for enabling/disabling runners from admin runner page | Lin Jen-Shin | 2016-06-17 | 1 | -0/+34 |
| | | |||||
| * | Fix admin hooks spec | Dmitriy Zaporozhets | 2016-06-15 | 1 | -1/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Test impersonation using img data attribute instead of username | Annabel Dunstone | 2016-06-07 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 1 | -5/+5 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/master' into rename-ci-commit | Kamil Trzcinski | 2016-06-06 | 1 | -5/+5 |
| | |\ | | | | | | | | | | | | | # Conflicts: # spec/features/builds_spec.rb | ||||
| | | * | Add a `U2fRegistrations` table/model. | Timothy Andrew | 2016-06-06 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To hold registrations from U2F devices, and to authenticate them. - Previously, `User#two_factor_enabled` was aliased to the `otp_required_for_login` column on `users`. - This commit changes things a bit: - `User#two_factor_enabled` is not a method anymore - `User#two_factor_enabled?` checks both the `otp_required_for_login` column, as well as `U2fRegistration`s - Change all instances of `User#two_factor_enabled` to `User#two_factor_enabled?` - Add the `u2f` gem, and implement registration/authentication at the model level. | ||||
| * | | | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features | Kamil Trzcinski | 2016-06-03 | 2 | -15/+15 |
| |/ / | |||||
| * | | Rename Ci::Build commit to pipeline | Kamil Trzcinski | 2016-06-03 | 2 | -13/+13 |
| |/ | |||||
| * | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonot | Robert Speicher | 2016-05-24 | 2 | -2/+2 |
| | | | | | Also removes the note from the development/testing.md guide | ||||
| * | Force password change after admin reset13691-allow-admin-to-reset-user-password-and-force-password-reset-on-next-login | Sean McGivern | 2016-05-16 | 1 | -0/+3 |
| | | | | | | | When an admin changes a user's password for them, force the user to reset the password after logging in by expiring the new password immediately. | ||||
| * | Fix minor typos in admin health check page | Drew Blessing | 2016-05-12 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'default-scope-on-builds-page' into 'master' | Robert Speicher | 2016-05-12 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Fix a description for default scope on builds Should be "**All* builds (from this project)" for the {project,admin} builds page without scope. Fix a regression on !2243 (#4240). See merge request !4118 | ||||
| | * | Fix a description for default scope on builds | Takuya Noguchi | 2016-05-13 | 1 | -0/+1 |
| | | | |||||
| * | | Add tests for the health check feature | DJ Mountney | 2016-05-10 | 1 | -0/+55 |
| |/ | |||||
| * | Clear repository check columns asynchronously | Jacob Vosmaer | 2016-04-13 | 1 | -16/+11 |
| | | |||||
| * | Use new "clear all" button in tests | Jacob Vosmaer | 2016-04-13 | 2 | -36/+49 |
| | | |||||
| * | Rename almost all the things | Jacob Vosmaer | 2016-04-06 | 1 | -12/+12 |
| | | |||||
| * | Rebase repo check MR | Jacob Vosmaer | 2016-04-04 | 1 | -1/+36 |
| | | |||||
| * | Remove project-issuable-filter from admin builds page :)improve-nav-controls | Dmitriy Zaporozhets | 2016-02-05 | 1 | -6/+6 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Show 'All' tab by default in the builds pageshow-all-builds-by-default | Douglas Barbosa Alexandre | 2016-01-04 | 1 | -45/+74 |
| | | |||||
| * | Use method that creates runners registration token | Grzegorz Bizon | 2015-12-23 | 1 | -1/+1 |
| | | | | | `runners_registration_token` now creates a new token if it is blank. | ||||
| * | Use a new admin runners path when reseting runners token | Grzegorz Bizon | 2015-12-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into ci/persist-registration-token | Grzegorz Bizon | 2015-12-14 | 2 | -0/+155 |
| |\ | | | | | | | | | | | | | | | | | * master: Move CI admin builds and runners specs to correct directory Fix 500 when viewing specific runners on runners page Fix Ci::Project migration not migrating columns that cannot be NULL Fix MySQL migration of CI emails Minor fix in flow 'Merge when build succeeds' | ||||
| | * | Move CI admin builds and runners specs to correct directory [ci skip] | Kamil Trzcinski | 2015-12-14 | 2 | -0/+133 |
| |/ | |||||
| * | Prevent impersonation if blocked | Andrew Tomaka | 2015-12-02 | 1 | -0/+10 |
| | | |||||
| * | test fix | Valery Sizov | 2015-11-30 | 1 | -1/+4 |
| | | |||||
| * | fix specsrails_update_to_4_2 | Valery Sizov | 2015-11-30 | 1 | -1/+1 |
| | | |||||
| * | refactor login as to be impersonation with better login/logout | James Newton | 2015-10-29 | 1 | -12/+38 |
| | | | | | | | Modifies the existing "login as" feature to be called impersonation, as well as keeping track of who is impersonating to revert back to that user without having to log out. | ||||
| * | Clarify spec title explanation | Pavel Forkert | 2015-09-24 | 1 | -1/+1 |
| | | |||||
| * | Move login button to user page, switched to POST method | Pavel Forkert | 2015-09-24 | 1 | -16/+21 |
| | | |||||
| * | Add option to admin area to sign in as a specific user | Pavel Forkert | 2015-09-24 | 1 | -0/+16 |
| | | | | | Closes #2291 | ||||
| * | Move spec/features/admin/security_spec to spec/features/securityrs-security-spec-speed | Robert Speicher | 2015-07-22 | 1 | -27/+0 |
| | | |||||
| * | Add a button to Admin::Users#show to disable 2FA for that userrs-disable-2fa-by-admin | Robert Speicher | 2015-07-10 | 1 | -0/+33 |
| | | |||||
| * | Allow Admin to filter users by 2FA status | Robert Speicher | 2015-06-19 | 1 | -0/+40 |
| | | |||||
