summaryrefslogtreecommitdiff
path: root/spec/features/commits_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* extract gpg commit specs to their own fileAlexis Reigel2017-09-051-101/+0
|
* Inline script cleanup globals and easyTim Zallmann2017-08-011-2/+2
|
* Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-271-0/+101
|\ | | | | | | | | | | | | GPG signed commits Closes #20268 See merge request !9546
| * fetch gpg signature badges by ajaxAlexis Reigel2017-07-271-2/+2
| |
| * use short project path helpersAlexis Reigel2017-07-271-6/+6
| |
| * swap user's name and the user's usernameAlexis Reigel2017-07-271-1/+1
| |
| * show gpg key's user info when no profile existsAlexis Reigel2017-07-271-3/+20
| |
| * improve spacing / alignments in gpg popupAlexis Reigel2017-07-271-7/+7
| |
| * use sign_in instead of login_withAlexis Reigel2017-07-271-3/+3
| |
| * use updated gitlab-test repo for signed commitsAlexis Reigel2017-07-271-19/+5
| |
| * add gpg commit popover badgesAlexis Reigel2017-07-271-0/+25
| |
| * perform signature update in sidekiq workerAlexis Reigel2017-07-271-4/+10
| |
| * update features specs for gpg commitsAlexis Reigel2017-07-271-13/+38
| |
| * add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-2/+2
| |
| * remove gpg from keychain when user's email changesAlexis Reigel2017-07-271-3/+13
| |
| * feature spec for gpg signed commitsAlexis Reigel2017-07-271-0/+32
| |
* | Remove superfluous type defs in specsKeifer Furzland2017-07-271-3/+3
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
|
* Remove implicit dependency on `gitlab_sign_in` assigning `@user`rs-login_asRobert Speicher2017-06-191-6/+6
| | | | | | | | We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
* Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
| | | | Change single `login_via` use to `gitlab_sign_in_via`
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Pipeline show view real time header sectionFilipa Lacerda2017-06-021-9/+11
|
* Use `:empty_project` where possible in top-level feature specsrs-empty-project-featuresRobert Speicher2017-04-201-1/+1
|
* Add helpers for pipeline user link & user avatarToon Claes2017-03-221-0/+1
|
* Show pipeline creator & created_at in headingToon Claes2017-03-221-4/+8
| | | | | | Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
* Merge branch 'format-timeago-date' into 'master' Jacob Schatz2017-03-051-1/+1
|\ | | | | | | | | | | | | Formats timeago dates to be more friendly Closes #27537 See merge request !9145
| * Fixed timeago specsformat-timeago-datePhil Hughes2017-02-131-1/+1
| |
* | fixed specs + docsdimitrieh2017-02-201-2/+2
|/
* Fix broken test22604-manual-actionsFilipa Lacerda2016-12-161-1/+1
|
* change the date label to match the date usedBM5k2016-12-031-0/+19
|
* Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-11-041-3/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (35 commits) Only skip group when it's actually a group in the "Share with group" select Fix: Todos Filter Shows All Users Fix: Guest sees some repository details and gets 404 Move shared params to a helper GrapeDSL for project hooks Update commits.scss updated styling commit SHA on branches page + added to changelog change build list height to show 6,5 builds + improve padding of list, with first/last child selectors Ignore builds directory from eslint Add changelog entry Document multiple repository storage paths Allow multiple repository storage shards to be enabled, and automatically round-robin between them Cleaned up global namespace JS Add tip for using Chrome to run and debug teaspoon tests. Add CHANGELOG entry file Add jquery.timeago.js to application.js Update match-regex to fix filename convention Move jquery.timeago to vendor directory Change a bunch of doc links to either relative or https://docs.gitlab.com. Show log corresponding to env in admin/logs ...
| * Make specs a bit fasterspec_optimizationValery Sizov2016-11-011-3/+5
| |
* | Add a test for showing correct pipelineLin Jen-Shin2016-10-241-5/+18
|/
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-1/+1
|
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-28/+28
|
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-2/+2
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-5/+5
| | | | Also removes the note from the development/testing.md guide
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-54/+98
|
* Add specs for build created using generic commit statusGrzegorz Bizon2016-01-261-53/+74
|
* Fix feature specs: we always show the build status if ci_commit is presentci-commit-status-skippedKamil Trzcinski2015-12-171-23/+6
|
* Merge branch 'master' into ux/suppress-ci-yml-warningGrzegorz Bizon2015-12-141-5/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Fix runners admin view Fix migrations Run builds from projects with enabled CI Use Gitlab::Git instead of Ci::Git Fix last specs Fix specs Fix after column rename Fix errors Update badge Finishing touches Fix triggers tests Rename columns and rename migrations Reimplement Trigger API Remove ci_ prefix from all ci related things Add runners token Migrate CI::Project to Project Fix indentation and BuildsEmailService Change default values Enhance migrate CI emails Fix issue tracker service ... Conflicts: spec/features/commits_spec.rb
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-2/+1
| |
* | Do not display ci build status if builds enabled but no `.gitlab-ci.yml`Grzegorz Bizon2015-12-141-1/+30
| | | | | | | | Ref #3827
* | Improve gitlab ci commits specs (refactoring)Grzegorz Bizon2015-12-141-35/+35
| | | | | | | | | | | | This minimizes usage of instance variables in this spec, and changes double quotation marks to single when string interpolation is not being used.
* | Suppress warning about missing `.gitlab-ci.yml` if builds are disabledGrzegorz Bizon2015-12-141-7/+21
|/ | | | | | When user disables GitLab Ci Service in project's settings then warning about missing `.gitlab-ci.yml` file should be supressed. This a matter of user experience as stated in #3761 (closes #3761).
* Implement Build ArtifactsKamil Trzcinski2015-11-101-1/+15
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* CI details cleanupKamil Trzcinski2015-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add page titles to CI settings. - Fix CI admin navigation. - Remove duplicated scope. - Use monospace font for commit sha. - Add page title and header title to build page. - Proper authorization for cancel/retry builds. - Use gitlab pagination theme for builds and group members. - Don't paginate builds widget on build page. - Add badges to commit page Changes/Builds tabs. - Add "Builds" to commit Builds tab page title. - Add and use Ci::Build#retryable? method. - Add CI::Build#retried? method. - Allow all failed commit builds to be retried. - Proper authorization for cancel/retry all builds. - Remove unused param. - Use time_ago_with_tooltip where appropriate. - Tweak builds index text - Remove duplication between builds/build and commit_statuses/commit_status. - Use POST rather than GET for canceling and retrying builds. - Remove redundant URL helpers. - Add build ID to build page. - Link branch name on build page. - Move commit/:sha/ci to commit/:sha/builds.
* Fix retry and cancel for buildfix-retry-and-cancelKamil Trzcinski2015-10-141-1/+9
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+1
|
* Refactor commit/build tests and fix CI cancelDmitriy Zaporozhets2015-10-061-0/+52
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>