Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Better name for up-level linksgo-to-nav | Dmitriy Zaporozhets | 2015-11-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix readme speccristianbica/gitlab-ce-user-project-view-files | Douwe Maan | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into notification-levels | Patricio Cano | 2015-09-16 | 1 | -2/+2 |
|\ | |||||
| * | Consistently case `Back to X` links. | Douwe Maan | 2015-09-08 | 1 | -2/+2 |
| | | |||||
* | | Added Global to the drop downs and updated the label of the button to show ↵ | Patricio Cano | 2015-09-16 | 1 | -2/+2 |
| | | | | | | | | the current level instead of `Notifications` | ||||
* | | Added Spinach tests and updated CHANGELOG | Patricio Cano | 2015-09-16 | 1 | -0/+14 |
|/ | |||||
* | Make left menu more hierarchical and less contextual by adding back item at top | Dmitriy Zaporozhets | 2015-07-10 | 1 | -0/+14 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve readme tests | Dmitriy Zaporozhets | 2015-07-09 | 1 | -3/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont check for link but for actual readme content | Dmitriy Zaporozhets | 2015-07-09 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix avatar tests to use banana_sample.gif since SVG is not supported | Stan Hu | 2015-06-22 | 1 | -3/+3 |
| | |||||
* | Fix features syntax | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 1 | -16/+16 |
| | |||||
* | Fix project snippets button appearing when it is disabled | Stan Hu | 2015-05-27 | 1 | -0/+4 |
| | | | | Closes #1705 | ||||
* | Disable "New Issue" and "New Merge Request" buttons when features are ↵ | Stan Hu | 2015-05-25 | 1 | -0/+8 |
| | | | | | | disabled in project settings Closes #1676 | ||||
* | Fix project testrefactor-project-page | Dmitriy Zaporozhets | 2015-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix DB error when trying to tag a repository | Stan Hu | 2015-04-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Upon tagging a repository, an error due to a missing migration occurred: ``` PG::Error: ERROR: column "taggings_count" does not exist LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun... ``` Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first migration that created the `tags` and `taggings` table, and added the rest. Closes #1512 Closes https://github.com/gitlabhq/gitlabhq/issues/6867 Closes https://github.com/gitlabhq/gitlabhq/issues/9194 | ||||
* | Split up AttachmentUploader. | Douwe Maan | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Revert "Fix broken access control and refactor avatar upload" | Dmitriy Zaporozhets | 2015-02-19 | 1 | -1/+1 |
| | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07. | ||||
* | Fix broken access control and refactor avatar upload | Hannes Rosenögger | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types. | ||||
* | Fix tests, merge conflicts, some minor issues and make the project avatar ↵ | Hannes Rosenögger | 2015-01-24 | 1 | -5/+5 |
| | | | | feature mergable | ||||
* | adding avatar to project settings page added avatar removal show project ↵ | Steven Thonus | 2015-01-24 | 1 | -3/+44 |
| | | | | avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix | ||||
* | Leave the project name field editable, fix the test. | Marin Jankovski | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Make Spinach test names consistent | Ciro Santilli | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path | ||||
* | Add a feature for readme on project show page. | Marin Jankovski | 2014-09-30 | 1 | -6/+14 |
| | |||||
* | Prefix Spinach features with Spinach::Features::. | Ciro Santilli | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Uncomment change branch test | Dmitriy Zaporozhets | 2014-07-31 | 1 | -6/+4 |
| | |||||
* | Add useless test. Uncomment when we improve testing | Dmitriy Zaporozhets | 2014-07-21 | 1 | -0/+11 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Show VERSION information on project sidebar | Dmitriy Zaporozhets | 2014-06-25 | 1 | -0/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix 500 error when rename repository | Dmitriy Zaporozhets | 2013-12-23 | 1 | -3/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont load bootstrap buttons. Modified css with new buttons | Dmitriy Zaporozhets | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Refactor project creation. Added logout link to profile page | GitLab | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | A bit of spinach tests | Dmitriy Zaporozhets | 2013-01-09 | 1 | -0/+13 |
| | |||||
* | refactor feature steps | Nihad Abbasov | 2012-09-10 | 1 | -0/+5 |