gitlab-org--gitlab-foss/spec/factories
Rémy Coutable f46d5f5813 Merge branch 'zj-env-external-url' into 'master'
Add an URL field to Enviroments

## What does this MR do?

Adds a field to the `enviroments` table to expose later in other features. Now I see the task list below, I noticed I forgot some minor things, but Ill adress those after the first review. 

## Are there points in the code the reviewer needs to double check?

The field is a string on the database, thus limited to 255 chars, which seems more than enough.

## What are the relevant issue numbers?

Closes #19527

## Screenshots (if relevant)

![Screen_Shot_2016-07-25_at_15.22.16](/uploads/5c3f39466f8e2114195270006aed20c0/Screen_Shot_2016-07-25_at_15.22.16.png)![Screen_Shot_2016-07-25_at_15.22.53](/uploads/408cf86610137dd4a861d15dcd677a2c/Screen_Shot_2016-07-25_at_15.22.53.png)![Screen_Shot_2016-07-25_at_15.23.10](/uploads/927c506931f4e0338cdbbc58678bd308/Screen_Shot_2016-07-25_at_15.23.10.png)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5469
2016-08-01 09:04:09 +00:00
..
ci Check for Ci::Build artifacts at database level 2016-07-29 14:08:41 +02:00
abuse_reports.rb
appearances.rb
award_emoji.rb Incorportate feedback 2016-06-01 12:10:08 +02:00
broadcast_messages.rb
commit_statuses.rb Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features 2016-06-03 16:22:26 +02:00
commits.rb
deploy_keys_projects.rb
deployments.rb Improve validations 2016-06-15 12:03:49 +02:00
emails.rb
environments.rb Add an URL field to Environments 2016-07-29 13:54:45 +02:00
events.rb
file_uploader.rb
forked_project_links.rb
group_members.rb
groups.rb
identities.rb
issues.rb Refactor Issues::BulkUpdateService spec 2016-07-20 17:59:34 -06:00
keys.rb
label_links.rb
labels.rb
lfs_objects.rb
lfs_objects_projects.rb
merge_requests.rb
milestones.rb
namespaces.rb
notes.rb Add DiffNote model 2016-07-06 18:50:59 -04:00
notification_settings.rb Exclude projects pending delete from notifications 2016-07-07 20:49:17 +01:00
oauth_access_tokens.rb
oauth_applications.rb
personal_access_tokens.rb
personal_snippets.rb
project_group_links.rb
project_hooks.rb
project_members.rb
project_snippets.rb
project_wikis.rb
projects.rb Fix typo in factory for projects.rb 2016-07-05 15:24:35 -07:00
protected_branches.rb Use `Gitlab::Access` to protected branch access levels. 2016-07-29 15:20:39 +05:30
releases.rb
sent_notifications.rb
service_hooks.rb
services.rb
snippets.rb
spam_logs.rb
system_hooks.rb
todos.rb Add approval required todos 2016-07-12 19:01:09 +01:00
u2f_registrations.rb Add a `U2fRegistrations` table/model. 2016-06-06 12:50:31 +05:30
users.rb Add a `U2fRegistrations` table/model. 2016-06-06 12:50:31 +05:30
wiki_pages.rb Implement the correct linking behaviour in `WikiLinkFilter`. 2016-06-09 10:04:15 +05:30